902 Commits

Author SHA1 Message Date
UnknownShadow200
39249a8de1 Show upside down heads for players that don't support ChangeModel, for zombie survival. 2016-04-10 22:11:27 +10:00
UnknownShadow200
5ba3898b89 Initial implementation of ExtPlayerList. 2016-04-10 21:52:42 +10:00
UnknownShadow200
bc72de0342 Added /showqueue, fix /cmdload <cmd> vb to actually work. 2016-04-10 21:01:12 +10:00
UnknownShadow200
439a608e9f Cleanup code of /help - use stringbuilders, also show additional permissions for commands. 2016-04-10 20:02:55 +10:00
UnknownShadow200
2c42168199 Provide more helpful messages for when a command is disabled. 2016-04-10 18:35:20 +10:00
UnknownShadow200
23b8147464 Quick fix for doors permanently vanishing. (Thanks goodlyay) 2016-04-10 17:53:05 +10:00
UnknownShadow200
ba62df6b2c Fix /fly not working when you were on a X = 0 or Z = 0 border of the map, add option to send the current map name in zombie survival as part of heartbeat to classicube.net. 2016-04-10 17:13:31 +10:00
UnknownShadow200
b1817e560b You can ignore IRC chat now. 2016-04-10 16:33:10 +10:00
UnknownShadow200
0e1f67efba Ignore colour codes for /whonick. 2016-04-10 15:09:13 +10:00
UnknownShadow200
47db736f16 Fix it for multiple draw operations, woooo. 2016-04-10 14:54:07 +10:00
UnknownShadow200
fd8911dee2 Get /undo and /redo working, just need to fix it for multiple draw operations. 2016-04-10 13:53:52 +10:00
UnknownShadow200
1993bcf13e Sort of get /undo rewrite working, but mainly still broken. 2016-04-10 12:22:57 +10:00
UnknownShadow200
10ee303c41 DoBlockChange should be performed by the calling function/drawop instead of the blockqueue, in preparation for the /undo rewrite. 2016-04-10 10:47:01 +10:00
UnknownShadow200
3ebb37d142 Door block ids now less hardcoded. 2016-04-10 09:15:05 +10:00
UnknownShadow200
5b9f2d9bc8 Fix /xmute with negative intervals, /clones now shows banned players in a separate colour, use display names for join/leave on IRC, show IRC kicks. 2016-04-10 00:12:57 +10:00
UnknownShadow200
62f985fd32 Add option to ignore person worlds (from /os map add), also allow configuring MaxMovementDistance ingame and in the gui, also allow configuring hitbox distance in the gui. 2016-04-09 20:50:46 +10:00
UnknownShadow200
5f6b98f2b7 Implement 'save blockchanges permanently and 'Ignored level list. 2016-04-09 19:56:57 +10:00
UnknownShadow200
c2164cf264 And kill off the ugly buttons. 2016-04-09 17:24:58 +10:00
UnknownShadow200
a97654a0eb Start work on using a PropertyGrid instead of awful buttons for zombie survival in the gui. 2016-04-09 17:05:10 +10:00
UnknownShadow200
c97513fa00 Finish chat tab. Allow changing help syntax colour, help description colour, promote/demote messages. 2016-04-09 14:56:53 +10:00
UnknownShadow200
04ba5f08e7 Initial work on chat tab, allow setting custom colours for 'color' options. 2016-04-09 10:59:06 +10:00
UnknownShadow200
138d28c0e0 Start work on the chat tab (making this a separate commit because my IDE changed quite a bit of indention) 2016-04-09 08:51:34 +10:00
UnknownShadow200
37a4ce3260 Split up PropertyWindow.cs file into PropertyWindow.Games.cs and PropertyWindow.cs, also remove all the empty event handlers. 2016-04-09 08:21:19 +10:00
UnknownShadow200
54f989e9c5 Fix being able to use commands on self when hidden. 2016-04-09 08:07:47 +10:00
UnknownShadow200
1e16b1a251 And kill off more unused stuff in the gui. 2016-04-08 21:46:03 +10:00
UnknownShadow200
1c30818c02 Make /rp rainbow slightly more efficient. 2016-04-08 21:25:02 +10:00
UnknownShadow200
cf8e492851 Make Update a struct instead of a class. 2016-04-08 21:17:23 +10:00
UnknownShadow200
a4d10ff256 Fix C4. 2016-04-08 19:31:31 +10:00
UnknownShadow200
cc6a140196 Use PhysicsArgs instead of strings everywhere. Breaks TNT wars and may have introduced other bugs. 2016-04-08 19:18:36 +10:00
UnknownShadow200
6c75142051 Reorganise PhysicsArgs to work properly with two or more types. 2016-04-08 12:35:15 +10:00
UnknownShadow200
9f9396a54b Avoid checking text/bans.txt twice when finding ban information for a user, also fix whois/whowas showing the escaped %20 instead of the space characters. 2016-04-08 12:21:12 +10:00
UnknownShadow200
d1b09a5254 Merge branch 'master' of github.com:Hetal728/MCGalaxy 2016-04-08 09:46:31 +10:00
UnknownShadow200
a571905259 Allow providing a reason for tempbans. 2016-04-08 09:26:19 +10:00
UnknownShadow200
c99e68530b Fix /queue not working from console, fix /voice allowing lower ranked players to voice higher ranked players. 2016-04-08 09:16:13 +10:00
UnknownShadow200
54534354ba Make /rp code actually sensible, also use packed integer indices for storing positions to update, instead of that pointless 12 byte struct. 2016-04-08 08:41:22 +10:00
UnknownShadow200
2ee3978786 Fix unhandled exception being raised when force-stopping a round which is still counting down to the start of the round. 2016-04-07 21:11:55 +10:00
UnknownShadow200
a9254a0320 Start work on packed uint32 physics args, fix checkpoint blocks. (Thanks goodlyay) 2016-04-07 20:45:59 +10:00
UnknownShadow200
a4737d324a Merge branch 'master' of github.com:Hetal728/MCGalaxy 2016-04-07 19:39:47 +10:00
UnknownShadow200
9ea080319c Make /rp rainbow not be quite so laggy, also blocks such as 'wactive_water' now also alias to 'activewater' (thanks goodlyay). 2016-04-07 19:39:27 +10:00
UnknownShadow200
a0cd1885f0 Store convert block ids locally instead of performing a Block.Convert call for each block, reduces map loading time. 2016-04-07 16:57:55 +10:00
UnknownShadow200
5fd7a87351 Fix /os map guns throwing a NullReferenceException. 2016-04-07 16:43:44 +10:00
UnknownShadow200
95aeffe10e Unhandled exceptions in zombie survival should not crash the entire server. (Thanks goodlyay) 2016-04-07 16:12:18 +10:00
UnknownShadow200
c03e09b853 The /texture command should show you a warning if url is > 64 characters, also should show 'help' when an invalid scope is specified. 2016-04-07 12:51:34 +10:00
UnknownShadow200
dfd65bbd77 Fix CPE messages not being reset for zombie survival, fixes #124. 2016-04-07 12:13:50 +10:00
UnknownShadow200
16a3341282 Merge branch 'master' of github.com:Hetal728/MCGalaxy 2016-04-07 09:55:51 +10:00
UnknownShadow200
df6214160c Make all 'you can only use on X rank or below' messages consistent. 2016-04-07 09:55:22 +10:00
UnknownShadow200
a26e8ab3bc Fix /blocks all showing CPE blocks and also having a rogue 'l, ' at the start (bug since mclawl), also add some sensible aliases for blocks. 2016-04-06 23:09:34 +10:00
UnknownShadow200
fe45ec9552 Remove notify on join/leave, also 'update notify' now is set from the correct button. 2016-04-06 20:26:21 +10:00
UnknownShadow200
a03e0ad0ea Remove unused server properties. 2016-04-06 19:22:18 +10:00
UnknownShadow200
41c10d2b16 Now with 4.256% less redundant looking up of DataRows. 2016-04-06 18:52:09 +10:00