3710 Commits

Author SHA1 Message Date
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
UnknownShadow200
1dd38e812c Fix some issues with countdown messages 2018-06-11 11:06:55 +10:00
UnknownShadow200
f7368a173c you can now use draw commands in zones that are less restrictive than map build permissions 2018-06-11 10:30:01 +10:00
UnknownShadow200
4407a37446 Switch to ID 0 for hidden inventory order, change from 'properties' to 'settings' in GUI' 2018-06-10 16:55:24 +10:00
UnknownShadow200
d7dfcaa40b more work on countdown rewrite 2018-06-09 18:29:26 +10:00
UnknownShadow200
6f84ea301c Initial WIP on countdown rewrite 2018-06-09 15:47:10 +10:00
UnknownShadow200
1cad019a44 Add option to disable CPE 2018-06-08 22:21:25 +10:00
UnknownShadow200
9a96e2aa1e More work on chat rewrite 2018-06-08 22:08:52 +10:00
UnknownShadow200
355b4f291c using /lb info should still work on a block even if it is only a /gb 2018-06-08 13:34:11 +10:00
UnknownShadow200
b5b9fc14ee Minorly tidy up games code 2018-06-08 12:00:49 +10:00
UnknownShadow200
53751c4a8d Minor code cleanup 2018-06-06 17:41:27 +10:00
UnknownShadow200
f24fbe0250 more work 2018-06-06 09:08:05 +10:00
UnknownShadow200
2d4a9667db Even more chat rewrite, minorly tidy up awards 2018-06-05 16:37:30 +10:00
UnknownShadow200
38df2f5e7a Move .binvox into separate plugin 2018-06-05 14:38:42 +10:00
UnknownShadow200
bcb39bebeb More work on chat rewrite 2018-06-05 13:55:04 +10:00