3724 Commits

Author SHA1 Message Date
UnknownShadow200
8371ed505e Fix /unflood all not working with renamed active water/lava 2018-06-29 12:47:06 +10:00
UnknownShadow200
436fb719ad Don't save backup in /save when map save is cancelled 2018-06-29 10:41:33 +10:00
UnknownShadow200
ff51000c08 Make /rankinfo match against all player names (instead of names of players who have been ranked).
Also reduces size of dll by 2 KB
2018-06-28 23:52:02 +10:00
UnknownShadow200
57ab1949b7 Fix /banedit to actually work 2018-06-28 23:27:10 +10:00
UnknownShadow200
b7f3c4523b few less allocations for DB functions 2018-06-28 22:40:30 +10:00
UnknownShadow200
35a46ea6bc PM counts towards total messages written 2018-06-28 19:16:20 +10:00
UnknownShadow200
88b3cf1e31 Now ranks works in new Economy window 2018-06-28 11:58:25 +10:00
UnknownShadow200
2c6c8a142e Start eco GUI rewrite 2018-06-27 22:19:19 +10:00
UnknownShadow200
f70d16c7dd Vastly simplify CmdTntWars code, saves 6 KB 2018-06-27 16:19:36 +10:00
UnknownShadow200
ec01bb4826 TNT wars: zone commands now don't share a global variable 2018-06-27 13:16:20 +10:00
UnknownShadow200
ae7e9ee21b Don't allow TPing to people or using /where on playing CTF/countdown. Improve /tw setup status message. 2018-06-27 12:55:52 +10:00
UnknownShadow200
c7ce45e64c few less allocations 2018-06-27 09:56:12 +10:00
UnknownShadow200
dd02b68dcb Simplify ranks.properties read/write, less allocations in ranks.properties/server.properties parsing 2018-06-26 21:13:29 +10:00
UnknownShadow200
300fc010ff Fix team in tab list initially being wrong for CTF 2018-06-26 19:32:23 +10:00
UnknownShadow200
d5fd5bc389 combine HandlePlayerDisconnect event handlers 2018-06-25 11:15:52 +10:00
UnknownShadow200
699422d137 less duplication in games 2018-06-25 11:10:37 +10:00
UnknownShadow200
10465903fe You can change LS settings while game is running 2018-06-24 22:00:14 +10:00
UnknownShadow200
f7c762fc4c Make LS map config use new system 2018-06-24 20:26:17 +10:00
UnknownShadow200
27b3f9613d ConfigElement tidy up 2018-06-24 19:22:56 +10:00
UnknownShadow200
3302e0b918 Show a message when level isn't actually saved when using /save or /os map save 2018-06-23 23:27:19 +10:00
UnknownShadow200
3bafdbe5da make chatroom have less extra permissions 2018-06-23 23:16:30 +10:00
UnknownShadow200
a22ba431f9 Extra command permissions support disallow/allow ranks now 2018-06-21 20:15:36 +10:00
UnknownShadow200
f79f0ff685 Combine CommandPerms/BlockPerms 2018-06-21 17:59:08 +10:00
UnknownShadow200
12377873c3 start game config tidyup 2018-06-21 15:49:17 +10:00
UnknownShadow200
7ffa5493ad Don't save global blocks list on server start
also remove some obsolete LS/ZS config stuff
2018-06-20 08:03:02 +10:00
UnknownShadow200
084fc09e5f More combining of games code 2018-06-19 19:05:40 +10:00
UnknownShadow200
8d6064a7aa consistency 2018-06-17 22:11:04 +10:00
UnknownShadow200
f355cb7320 fix empty inbox erroring 2018-06-17 21:47:57 +10:00
UnknownShadow200
4768db2137 Fix /top10 logins etc 2018-06-17 20:29:47 +10:00
UnknownShadow200
adf174900c Fix chat messages starting with numbers being stuffed on IRC 2018-06-16 16:01:43 +10:00
UnknownShadow200
ed6a0bed16 Improve /hide silent 2018-06-16 14:54:11 +10:00
UnknownShadow200
f824dc553d Fix /ref title not always being set or reset properly 2018-06-16 08:35:56 +10:00
UnknownShadow200
e98846dcb7 Add /ignore worldchanges 2018-06-15 18:17:50 +10:00
UnknownShadow200
6e9dcc2ed2 More consistent permission denied messages for moderation commands 2018-06-15 17:48:46 +10:00
UnknownShadow200
2275533601 Fix last commit to work 2018-06-15 10:14:51 +10:00
UnknownShadow200
f876118fa5 tidy up code 2018-06-14 22:59:28 +10:00
UnknownShadow200
f1a8544308 Rewrite to avoid DataTable completely 2018-06-14 21:57:10 +10:00
UnknownShadow200
fde77c5542 Initial WIP on database rewrite 2018-06-14 15:51:44 +10:00
UnknownShadow200
5857321031 non-classic feature option is now in GUI too 2018-06-13 16:53:39 +10:00
UnknownShadow200
9752dc7da3 simplify DB API somewhat 2018-06-13 14:02:33 +10:00
UnknownShadow200
5795cb67fe Integrate HUD.cs into ZSGame.cs 2018-06-12 23:20:46 +10:00
UnknownShadow200
4fa19ed577 Start rearranging stuff for ZS 2018-06-12 21:57:11 +10:00
UnknownShadow200
6ef826c5ec fix chat colour issue 2018-06-12 15:54:59 +10:00
UnknownShadow200
9055b26afd don't allow duplicate vote messages 2018-06-12 15:41:34 +10:00
UnknownShadow200
c2022c589a Fix /ccols list always showing all default colours, even when they haven't been modified 2018-06-11 23:53:52 +10:00
UnknownShadow200
52d882cbc3 Now messages appropriately go to IRC opchannel, some other minor code cleanup 2018-06-11 23:21:12 +10:00
UnknownShadow200
8c6a18a096 Now /rankinfo stores time in UTC timestamp, other minor code cleanup 2018-06-11 18:53:19 +10:00
UnknownShadow200
046b478a93 now messages show on IRC (still a bit broken though) 2018-06-11 15:43:08 +10:00
UnknownShadow200
b5e327eded more work on chat rewrite 2018-06-11 14:00:31 +10:00
UnknownShadow200
6c86854b44 Move /mapset drawingallowed to /map drawing 2018-06-11 12:13:16 +10:00