Commit Graph
633 Commits
Author SHA1 Message Date
PanFritz 0695040988 set amax = 0 2015-07-08 01:52:05 +02:00
PanFritz 4a18474557 Removed usage from simple command 2015-07-08 01:50:08 +02:00
PanFritz 1689ddaab2 Fixed if statement for password removal 2015-07-08 01:45:23 +02:00
PanFritz 28e9a0dfad Fixed syntax 2015-07-08 01:41:28 +02:00
PanFritz 5f8ba18e53 Threaded password verifying, removed some checks 2015-07-08 01:39:02 +02:00
PanFritz b67d3efbb4 removed commented code, fixed mysql issues. commented out timing thread 2015-07-07 21:56:24 +02:00
PanFritz c8895f9bb4 Fixed mysql command missing '?' 2015-07-07 18:52:43 +02:00
PanFritz b65c2228f7 Fixing syntax errors 2015-07-07 13:07:07 +02:00
PanFritz 93965cef7e Changed import to secret 2015-07-07 13:05:19 +02:00
PanFritz 8971523d6d commented out debug code 2015-07-07 13:04:29 +02:00
PanFritz dac228800c fixed import 2015-07-07 02:09:47 +02:00
PanFritz 6bb52ed255 Finished login security, added mysql support and password hashing. 2015-07-07 01:58:05 +02:00
PanFritz 39b179cf42 Changed snowball damage to floats 2015-07-06 21:46:44 +02:00
PanFritz 839baffb24 Removed debug code, added more comments 2015-07-06 21:04:57 +02:00
PanFritz 9d61d3d61c Fixed async bug on timings thread. Fixed stats sorting 2015-07-06 20:54:09 +02:00
PanFritz 0f47853a41 Changed name to object 2015-07-01 17:17:51 +02:00
PanFritz eec11b857e Changed from sender name to sender object in quit_arena 2015-06-30 19:20:10 +02:00
PanFritz bced8beeda Changed quiting arenas to use player object and not name of player. Timing thread added try except 2015-06-30 19:11:48 +02:00
PanFritz 168d99d9a1 re enabled snowbrawl 2015-06-29 23:59:49 +02:00
PanFritz dd960b909c updated snowbrawl 2015-06-29 23:55:07 +02:00
PanFritz 1c3f2c898c Fixed match start issue 2015-06-29 23:16:39 +02:00
PanFritz 525e4825c6 more indentation fixes 2015-06-29 22:58:47 +02:00
PanFritz fdaa6265c4 Removed old code from main 2015-06-29 22:47:43 +02:00
PanFritz 72723840ed Fixed indentation 2015-06-29 22:47:06 +02:00
PanFritz 474ce0b310 remade snowbrawl 2015-06-29 22:16:18 +02:00
PanFritz 4f30fb1a83 upped explosion damage 2015-06-15 23:10:08 +02:00
PanFritz 98ae25df50 fixed indent issue 2015-06-15 22:40:04 +02:00
PanFritz caec2fd0d5 added snowbrawl to main.py 2015-06-15 22:36:50 +02:00
PanFritz 3a02a4cffc tweaks 2015-06-15 22:27:17 +02:00
Dico200 5f0d845ec0 Nemes's work on Snowbrawl 2015-06-14 17:02:42 +02:00
Dico200 40137cad4c This /up fix SHOULD WORK! 2015-06-06 12:13:18 +02:00
Dico200 35b1fe3a0f Well //up is gone again. Great. Undoing.. 2015-06-06 10:56:31 +02:00
Dico200 778fd0234e Fix /up
Tried a lot of shit but these 3 lines should do it.
2015-06-06 10:29:24 +02:00
Dico200 1b5f07f7aa Fix new attempt... :D 2015-06-03 01:26:27 +02:00
Dico200 dbeb0d53bb Another fix attempt for /up 2015-06-03 01:24:45 +02:00
Dico200 0ea2760bf4 Revert "why did //up disappear? Testing on dev server."
This reverts commit a6f5156ef4.
2015-06-03 01:18:18 +02:00
Dico200 a6f5156ef4 why did //up disappear? Testing on dev server. 2015-06-03 01:16:14 +02:00
Dico200 3cbb8dc9bd Prevent /up griefing, add /ackey, minor tweaks
Dunno why its posting 'changes' in main.py tho
2015-06-03 01:09:07 +02:00
Dico200 794f0470bf blockplacemods fix config types sharing storage obj 2015-05-18 23:34:00 +02:00
Dico200 fb3e4afe3c blockplacemods tweaks/fixes of returned messages 2015-05-18 23:32:57 +02:00
Dico200 5dba052fa9 Forgot to save this last check 2015-05-18 23:06:24 +02:00
Dico200 bd05374db0 blockplacemods update, basecommands fix
Added settings: piston, dropper, hopper
changes to the framework
made it so you can set the default contents for all slots in
furnaces/droppers as well as furnaces.
2015-05-18 23:05:54 +02:00
Dico200 057b404b03 Small change to open_json_file() 2015-05-18 23:00:54 +02:00
Dico200 dd1f0b8356 Steps towards even easier command handling.
See issue #4
2015-05-14 04:10:04 +02:00
Dico200 4599ae89e9 Fix this thing so that only 1 player has to sleep
untested
2015-05-14 03:32:34 +02:00
Dico200 6fc168eb63 Fixes, tweaks, changes 2015-05-14 02:46:54 +02:00
Dico200 83eb3a8885 Merge remote-tracking branch 'origin/dev' 2015-05-14 02:19:16 +02:00
Dico200 59816b58e2 Almost complete redo of blockplacemods, small fixes
I've redone most of blockplacemods its code. It is now MUCH easier to
expand in the future and I think the code is more elegant and stuff. It
all works the same as before, except the command is now /toggle
<setting>
I've merged the setting for /autotakewater and /autofillcauldron into
one setting named cauldron.
2015-05-14 02:16:33 +02:00
Dico200 0ef318d6b9 Removed a lot of shit from basecommands.py 2015-05-13 21:39:25 +02:00
Dico200 9f4d096a57 Cleanup misc.py and small fix, also in damnspam 2015-05-13 21:37:53 +02:00