3013 Commits

Author SHA1 Message Date
UnknownShadow200
73bb41b64b Better drowning physics - custom gas blocks count as 'air' now. 2017-07-01 17:04:00 +10:00
UnknownShadow200
55953c1118 Fix not dying from falling when landing on corner of a neighbouring block. Fixes #461 (Thanks goodlyay) 2017-07-01 16:45:09 +10:00
UnknownShadow200
116680cd03 Tidy up SimpleLiquidPhysics 2017-07-01 14:20:06 +10:00
UnknownShadow200
2f2ac17758 CommandParser.GetEnum should only allow actual values of the enum, improve CTFConfig load/save, start modifying /ctf to let you set config values 2017-06-30 13:35:04 +10:00
UnknownShadow200
e27c8ec482 Refactor majority of CTF code, and probably break it in the process. 2017-06-29 22:20:43 +10:00
UnknownShadow200
7c4d6f0394 Rename ZombieGameProps to ZSConfig 2017-06-29 18:49:41 +10:00
UnknownShadow200
5351aef0c8 Remove the Description field from the ConfigXYZ attributes, since desc was never actually given a non-null value. 2017-06-29 18:45:30 +10:00
UnknownShadow200
cf362c0361 Create a separate CTFConfig class 2017-06-29 18:31:50 +10:00
UnknownShadow200
78e1acfdd5 Abort round countdown if status changed. 2017-06-29 16:27:08 +10:00
UnknownShadow200
0714e9c59c and fix glass on max border not being removed in freeze mode 2017-06-29 16:23:10 +10:00
UnknownShadow200
d9f67fd562 Cancel countdown when the map is unloaded. Fixes #375. 2017-06-29 16:08:25 +10:00
UnknownShadow200
dbb2569efb Fix various bugs with last few commits with countdown. 2017-06-29 15:55:31 +10:00
UnknownShadow200
67290a73a4 Finish cleaning up countdown classes, and make /cd more logical to operate. 2017-06-29 15:40:45 +10:00
UnknownShadow200
8eeb0e5614 Start cleaning up countdown classes, probably breaks countdown. 2017-06-29 14:48:57 +10:00
UnknownShadow200
05f49b60c7 Also log 'error:' message in normal log files, improve some countdown messages. 2017-06-29 09:10:30 +10:00
UnknownShadow200
1f83981ff2 Let's start cleaning up this mess.. create a new Countdown plugin class. 2017-06-28 22:24:03 +10:00
UnknownShadow200
758491931c Forgot to commit ConfigByteAttribute oops 2017-06-28 22:17:04 +10:00
UnknownShadow200
565e428256 Better help for mute/freeze, add a ConfigByte attribute. 2017-06-28 22:15:00 +10:00
UnknownShadow200
57f468f7b1 mark /fixgrass as only being usable in-game 2017-06-28 11:48:22 +10:00
UnknownShadow200
0ed2ff3c09 Now visit permissions are checked before the map itself is loaded, avoiding the very high cost of loading a map just to unload it immediately due to the user not having permission to visit 2017-06-28 11:21:15 +10:00
UnknownShadow200
ff703947e5 Get rid of Group.concatList and Level.CheckLoadOnGoto
Also less usage of ServerConfig.DefaultColor
2017-06-28 11:05:05 +10:00
UnknownShadow200
80ea964409 Make /map work with unloaded maps. 2017-06-27 22:24:30 +10:00
UnknownShadow200
b05a20981c Now /mi has pretty much some behaviour, regardless of whether map is loaded or not. 2017-06-27 22:17:06 +10:00
UnknownShadow200
78ddd724cc Completely remove LvlProperties class and replace with LevelConfig 2017-06-27 21:54:44 +10:00
UnknownShadow200
aa26c3b9b1 Organise LevelConfig fields, give its fields more logical names. 2017-06-27 21:40:22 +10:00
UnknownShadow200
f3c9129224 Move Level settings to separate LevelConfig class. 2017-06-27 21:33:13 +10:00
UnknownShadow200
6ab86fe72a Move stuff out of Server class 2017-06-27 20:07:20 +10:00
UnknownShadow200
240ada38d9 Organise ServerConfig fields, give its fields more logical names. 2017-06-27 19:49:05 +10:00
UnknownShadow200
613c3a5cd3 Move Server settings to separate ServerConfig class. 2017-06-27 18:28:19 +10:00
UnknownShadow200
3f76d775d2 Improve PlayerActions.ChangeMap by removing ignorePerms parameter. 2017-06-27 17:47:09 +10:00
UnknownShadow200
f0fe59278f Release 1.8.9.4 1.8.9.4 2017-06-26 21:59:18 +10:00
UnknownShadow200
9fa3b8d752 Hacky fix for players not spawning in CTF. (Thanks VenkSociety)
all games code really needs a rewrite
2017-06-26 21:51:33 +10:00
UnknownShadow200
aa558ec565 prefer NetUtils.StringSize to hardcoding 64 2017-06-26 21:32:44 +10:00
UnknownShadow200
18bbaa053f Remove some unused variables 2017-06-26 19:39:10 +10:00
UnknownShadow200
516cfb8af6 Move bots to use 1 scheduler, fixes 10-30% CPU when 30 or so bots on mono 2017-06-26 19:18:59 +10:00
UnknownShadow200
fbc4fb612a Fix /bots without args from console 2017-06-26 17:27:23 +10:00
UnknownShadow200
bef2cc4469 Commands such as /me shouldn't show on IRC when map has level only chat. Fixes #386 2017-06-26 12:52:42 +10:00
UnknownShadow200
32be585c35 Fix various commands still sending globally when level-only chat. Fixes #387 2017-06-26 12:49:51 +10:00
UnknownShadow200
fe496b8a10 Add IRC command prefix and controller options to gui.
Fixes #210, fixes #251, fixes #250
2017-06-26 12:14:06 +10:00
UnknownShadow200
3d23439be7 Implement disabled of showing /afk and unafk on IRC, add IRC settings to gui.
Currently: Show player titles, announce world changes, announce AFK
2017-06-26 11:28:02 +10:00
UnknownShadow200
6bf01291c7 Simplify IRC tab in gui 2017-06-26 11:05:38 +10:00
UnknownShadow200
dfcf1691ff Show special rules that can go in a motd when doing /help map motd. Fixes #312. 2017-06-26 10:16:43 +10:00
UnknownShadow200
ce07eb786f Fix no message being shown when specifiying an invalid block for various commands. (Big oops) 2017-06-26 09:38:33 +10:00
UnknownShadow200
23c37f00dd Allow custom blocks to stack with /blockprops. Fixes #330 2017-06-26 09:34:17 +10:00
UnknownShadow200
d127436ec4 fix CTF writing broken config 2017-06-26 08:26:22 +10:00
UnknownShadow200
4a05e7794d Fix random/clody brush showing 'only admin+ can draw with unknown' when providing arguments
Fixes #458, thanks goodlyay
2017-06-26 07:45:13 +10:00
UnknownShadow200
b8dea9a093 fix mistake with negative ping, better function names for PingList class. 2017-06-25 14:10:55 +10:00
Goodlyay
2472887c6b Trivial ping grammar consistency fix 2017-06-23 22:12:17 -07:00
UnknownShadow200
a74b0681fb Remove unused code 2017-06-24 13:17:20 +10:00
UnknownShadow200
288c6e67dd Server class is static 2017-06-24 13:03:30 +10:00