graywolf336
|
ac6a5b23cb
|
Some clean up work on the JailIO class.
|
2014-03-06 14:04:11 -06:00 |
|
graywolf336
|
02a4e206cb
|
Set AutoCommit to true for MySQL.
Haven't really tested it, so not sure what it does.
|
2014-03-06 13:28:58 -06:00 |
|
graywolf336
|
932ae65417
|
Add links to the issues in the readme.
|
2014-03-06 12:25:25 -06:00 |
|
graywolf336
|
743270028b
|
Edit the readme to include changes for beta 1.
|
2014-03-06 12:23:42 -06:00 |
|
graywolf336
|
47949a9373
|
Fix some debugging messages.
|
2014-03-06 12:14:18 -06:00 |
|
graywolf336
|
4f90a99cd5
|
Remove cells and prisoners which reference a deleted prisoner.
For beta purposes, this closed #18 since all the main sql things are
done.
|
2014-03-06 12:11:10 -06:00 |
|
graywolf336
|
4ca9ff8b8d
|
No need to have the sql commands outputted anymore on creation.
|
2014-03-06 11:49:12 -06:00 |
|
graywolf336
|
2027331540
|
When forcefully removing a prisoner, check for a cell. This closes #17
|
2014-03-06 11:33:24 -06:00 |
|
graywolf336
|
c249a44f35
|
More work on loading the prisoners from mysql for #18.
|
2014-03-06 11:04:04 -06:00 |
|
graywolf336
|
42d25e0b69
|
Column is cell not cell_n1
|
2014-03-06 10:40:46 -06:00 |
|
graywolf336
|
725c0fd207
|
Start some work on loading the prisoners, for #18.
|
2014-03-05 22:50:53 -06:00 |
|
graywolf336
|
06793330ac
|
Fix the jailing sql syntax being incorrect for jailing in cells.
|
2014-03-05 22:36:43 -06:00 |
|
graywolf336
|
262f1dc4f9
|
Finish loading cells and check for chest when we are removing a cell.
|
2014-03-05 22:28:12 -06:00 |
|
graywolf336
|
3a6a76a86c
|
Try a different way of seeing if a block is a sign on removing of a cell
|
2014-03-05 22:15:22 -06:00 |
|
graywolf336
|
e0411f1202
|
Add some sql to remove the prisoner.
Untested.
|
2014-03-05 17:21:54 -06:00 |
|
graywolf336
|
0fabe1ff2e
|
Add some sql to remove the cells and jails.
Untested.
|
2014-03-05 16:56:13 -06:00 |
|
graywolf336
|
295f6061a8
|
Really allow the chest to be null in cells.
|
2014-02-21 12:15:44 -06:00 |
|
graywolf336
|
95e9c7c50a
|
Reorganize how we save new cells, this way doesn't dupe cells any more.
|
2014-02-21 09:32:11 -06:00 |
|
graywolf336
|
d2a6773522
|
Fix the generation of the sign strings.
|
2014-02-21 09:23:50 -06:00 |
|
graywolf336
|
bd7397a929
|
Allow no chest to be selected for the cells when creating it.
|
2014-02-21 09:22:00 -06:00 |
|
graywolf336
|
1c5bfc24ea
|
Allow the chest to be null for the cells.
|
2014-02-21 08:59:44 -06:00 |
|
graywolf336
|
8834e193ac
|
Some more work on the MySQL, making slow progress for #18.
|
2014-02-20 21:51:36 -06:00 |
|
graywolf336
|
2458b75f84
|
Forgot to handle the error when thrown.
|
2014-02-20 21:32:45 -06:00 |
|
graywolf336
|
7f79f82636
|
Let's try to load a jail from MySQL, #18.
|
2014-02-20 21:29:29 -06:00 |
|
graywolf336
|
1b2ed8bec4
|
We'll use replace into and not insert into, #18.
|
2014-02-20 21:07:06 -06:00 |
|
graywolf336
|
b26fed8f80
|
Fix the insertion of the prisoners.
|
2014-02-20 21:03:17 -06:00 |
|
graywolf336
|
75aec51dc2
|
Let's try to save the jails with MySQL, first attempt #18.
|
2014-02-20 20:55:04 -06:00 |
|
graywolf336
|
5e6fecfef8
|
Add the creation of tables sql, if the sql is mysql. #18
sqlite will be last on my list, might move it into beta 3.
|
2014-02-20 16:20:27 -06:00 |
|
graywolf336
|
356fab682e
|
Start some initial work on the sql portion, no where near close. #18
|
2014-02-19 21:54:56 -06:00 |
|
graywolf336
|
e54dbc8a8c
|
Fix the spacing on the listcells
|
2014-02-16 16:53:41 -06:00 |
|
graywolf336
|
399b8662e5
|
jailstop is now /jail stop
|
2014-02-16 16:28:09 -06:00 |
|
graywolf336
|
43eb68811b
|
Create cell is not createcells
|
2014-02-16 16:05:42 -06:00 |
|
graywolf336
|
ac2c99eac3
|
Throw the PrisonerTransferredEvent after a player is transferred, #9.
|
2014-02-15 01:01:48 -06:00 |
|
graywolf336
|
7af47bd2e0
|
Fix some JavaDoc
|
2014-02-15 00:58:48 -06:00 |
|
graywolf336
|
620c57cdc9
|
Add a PrePrisonerTransferredEvent #9.
|
2014-02-15 00:52:25 -06:00 |
|
graywolf336
|
d049dba447
|
Default the cancelled to false.
|
2014-02-15 00:16:52 -06:00 |
|
graywolf336
|
b9d6fafac7
|
Fix the JavaDoc being incorrect on the setJailer
|
2014-02-15 00:14:54 -06:00 |
|
graywolf336
|
22f2b66cf5
|
Add the PrePrisonerReleasedEvent for #9, not all that useful event tbh.
|
2014-02-15 00:05:32 -06:00 |
|
graywolf336
|
d0763b6c00
|
Add the PrisonerReleasedEvent for #9.
|
2014-02-14 23:58:17 -06:00 |
|
graywolf336
|
5f39776825
|
Fix the issue in the config which was causing the tests to fail.
|
2014-02-14 23:53:06 -06:00 |
|
graywolf336
|
c84b833ebb
|
Add the PrisonerJailedEvent, mark it off #9.
|
2014-02-14 23:50:23 -06:00 |
|
graywolf336
|
2684fa9bd4
|
Transferring of prisoners to different jails works, finalizes #5.
|
2014-02-14 23:38:13 -06:00 |
|
graywolf336
|
47fba5ab79
|
Allow /jail status and also send them a message when they check it
|
2014-02-14 23:34:41 -06:00 |
|
graywolf336
|
3784eb6b28
|
Fix the confirm not working.
|
2014-02-14 23:18:41 -06:00 |
|
graywolf336
|
c432dee86f
|
Register the #3 confirm command, that was a funny fail on a test.
|
2014-02-14 21:59:28 -06:00 |
|
graywolf336
|
e148e1e2dd
|
Fix an NPE with the confirmation for #3, oversight on my part.
|
2014-02-14 21:42:27 -06:00 |
|
graywolf336
|
52456edc6b
|
Finish up the confirmations for #3.
|
2014-02-14 21:37:39 -06:00 |
|
graywolf336
|
82a40c5d8e
|
Add the confirmation to the clearforce command, continued work on #3.
|
2014-02-14 18:02:08 -06:00 |
|
graywolf336
|
54bea41d05
|
Further work on #3, lots of logic work figured out. The clear command
uses the confirmation method now, just need to test it.
|
2014-02-13 13:40:23 -06:00 |
|
graywolf336
|
f6686fee8d
|
Start work on #3, confirming before deleting something major.
|
2014-02-13 13:02:44 -06:00 |
|