3626 Commits

Author SHA1 Message Date
UnknownShadow200
e0d0f6f3bc Make UI popups consistent 2018-05-24 11:57:32 +10:00
UnknownShadow200
0432d29e29 Fix server crashing when you click 'load map' in GUI but haven't selected any map 2018-05-24 10:57:14 +10:00
UnknownShadow200
7863d8006a Add separate start and finish connecting events 2018-05-23 15:34:32 +10:00
UnknownShadow200
c1e1c21f5d Avoid errors when shutting down on mono. Use better way of handling duplicate pending connections to avoid the 'Already logged in' shown for 60 seconds sometimes. 2018-05-23 14:54:09 +10:00
UnknownShadow200
d0828ff405 Reset flags at CTF round start and end, announce to map and log when a game is stopped 2018-05-22 18:42:29 +10:00
UnknownShadow200
538bf1b40f CTf now actually draws flag on head 2018-05-22 18:42:26 +10:00
UnknownShadow200
d0d859c418 Fix placing air in a level with deletable off but buildable on showing 'deleting blocks in this level is disabled' message (thanks sirvoid) 2018-05-19 10:21:39 +10:00
UnknownShadow200
1177365286 Restrict /pay from MBs 2018-05-17 20:19:50 +10:00
UnknownShadow200
db84a3f79d Fix /ref, vote messages, hiding world changes not working with CTF. Few other minor game-related fixes. 2018-05-15 16:05:43 +10:00
UnknownShadow200
4f99851ffc Fix LockedModel plugin 2018-05-15 12:31:54 +10:00
UnknownShadow200
b6acbd7d64 don't hardcode IRC disconnect 2018-05-14 21:35:01 +10:00
UnknownShadow200
e82da4a5cd Pressing Ctrl+C in CLI window should still try to cleanly shutdown server 2018-05-14 21:28:37 +10:00
UnknownShadow200
e49a8e2649 Add corpse model to /help model models list 2018-05-14 16:02:27 +10:00
UnknownShadow200
c81383fd4c CTF uses p.Extras now 2018-05-14 13:42:43 +10:00
UnknownShadow200
db55edbee2 Fix main level corruption when multiple unhandled errors are thrown at exact same time 2018-05-13 11:56:08 +10:00
UnknownShadow200
5da5ec5a94 Default rank draw volumes more consistent with majority of servers 2018-05-13 11:26:53 +10:00
UnknownShadow200
311d79f5ab Fix bug in CTF /endround logic 2018-05-13 11:24:00 +10:00
Goodlyay
b727346186 Increase default rank build permissions 2018-05-11 15:12:51 -07:00
UnknownShadow200
69a9253cb8 Make ExtrasCollection thread-safe 2018-05-11 19:39:31 +10:00
UnknownShadow200
5e49a97eea Fix vote messages not disappearing at end of CTF, fix tab list not being reset at game end. 2018-05-11 15:17:31 +10:00
UnknownShadow200
26e8e3092a Be more consistent with del/delete/remove, allow them to be used interchangeably 2018-05-11 12:08:31 +10:00
UnknownShadow200
170a333f5f Fix some issues with /ctf, fix /ignore with no args ignoring yourself 2018-05-11 10:44:20 +10:00
UnknownShadow200
291f5690d5 ZS bugfixes 2018-05-09 16:26:47 +10:00
UnknownShadow200
fd0f9e4a9e Simple connected lines 2018-05-09 13:00:34 +10:00
UnknownShadow200
d762451bf9 organise countdown a bit 2018-05-09 11:52:14 +10:00
UnknownShadow200
f42183e949 More work on games rewrite 2018-05-08 23:52:51 +10:00
UnknownShadow200
91b8bf44ac More work on games rewrite 2018-05-08 20:54:51 +10:00
UnknownShadow200
773e9f8152 Modularise ZS code a little bit 2018-05-08 20:54:49 +10:00
UnknownShadow200
bbb37f3a72 Fix changing map not updating players list in GUI 2018-05-08 20:54:45 +10:00
UnknownShadow200
ccee7f2bfe Integrate IRC plugin 2018-05-08 07:48:03 +10:00
UnknownShadow200
e8fb6fe5dd Modularise ZS code a little bit 2018-05-05 17:30:02 +10:00
UnknownShadow200
04252fc09c Fix changing map not updating players list in GUI 2018-05-05 15:01:32 +10:00
UnknownShadow200
1e214059fc Doing /server reload reloads announcements list too 2018-05-05 13:35:51 +10:00
UnknownShadow200
a66ce24cfb Fix incorrect message for /zedit and /perbuild on another map, when can't change min rank due to insufficient permissions 2018-05-05 12:45:24 +10:00
UnknownShadow200
db4f1bfba0 LS doesn't use its own funky way of disabling map saving 2018-04-30 11:43:54 +10:00
UnknownShadow200
8ed3a36285 Simplify message for /texture level 2018-04-29 07:40:09 +10:00
UnknownShadow200
50c2140734 Backups also save associated file with map (bots/blockdefs/env) 2018-04-24 23:01:18 +10:00
UnknownShadow200
42bcb10c68 Optional argument for /rainbow for whether air is replaced over too 2018-04-23 08:00:37 +10:00
UnknownShadow200
58e546dad4 ZoneConfig doesn't keep a reference to Level 2018-04-19 10:47:04 +10:00
UnknownShadow200
db294ce5cf Add /bot copy 2018-04-18 08:12:41 +10:00
UnknownShadow200
e4e850a223 Fix very rare case where bots spawned at 0,-1,0 will appear to have wrong visual position until you /reload (thanks tornato) 2018-04-17 16:25:05 +10:00
UnknownShadow200
bb4c1550c6 Fix can't set multiple blocks to hidden 2018-04-15 06:59:47 +10:00
UnknownShadow200
717e2beaed fix /xmodel with per-axis model scale 2018-04-13 07:15:24 +10:00
UnknownShadow200
76dfe1aab1 Don't use fixed char, fixes runtime issues on some versions of mono (https://bugzilla.xamarin.com/show_bug.cgi?id=60625) 2018-04-10 14:47:42 +10:00
UnknownShadow200
76f5192d16 Fix 'lately known as' showing to players on maps that have map-only chat on. 2018-04-07 09:16:23 +10:00
UnknownShadow200
67916054f7 gb/lb copyall should keep inventory order 2018-04-06 17:56:09 +10:00
UnknownShadow200
69b0f96149 Perform inventory sorting server side 2018-04-06 14:36:49 +10:00
UnknownShadow200
cec9edebaa Fix /static fill 2d not recalculating direction each time 2018-04-05 14:57:56 +10:00
UnknownShadow200
c33862b400 Allow option in server.properties to disable world change messages 2018-04-04 12:36:22 +10:00
UnknownShadow200
b1a506257d fix indentation 2018-04-04 11:39:12 +10:00