3751 Commits

Author SHA1 Message Date
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
UnknownShadow200
dc70196f85 Simplify /texture, /os map texture, and /botai 2018-04-04 11:37:48 +10:00
UnknownShadow200
c7a57a39b0 Show order in lb/gb info 2018-04-04 06:56:09 +10:00
UnknownShadow200
ac2ee28fac Fixed new blockprops file not being moved/copied/deleted 2018-04-03 08:02:58 +10:00
UnknownShadow200
0df3f0e7f5 Fix two rare issues which can break all sending of data to a client 2018-04-02 19:25:54 +10:00
UnknownShadow200
fc04e50f8e Fix rare case where extended block bulk update packet would be sent to person with extended blocks 2018-04-02 19:16:45 +10:00
UnknownShadow200
6de0dd0d2a Fix doing /env horizon/border with block ID over 255 not working properly until /reload 2018-04-02 11:33:20 +10:00
UnknownShadow200
d63231311d Alts message should only show to ops and players that can see you while hidden 2018-04-02 07:05:53 +10:00
UnknownShadow200
f695c7bd7b Release 1.9.0.5 1.9.0.5 2018-04-01 21:46:05 +10:00
UnknownShadow200
bc7a96b0d9 optimise a bit 2018-04-01 21:10:01 +10:00
UnknownShadow200
938cc92c75 make maps without custom blocks quicker to send 2018-04-01 16:17:47 +10:00
UnknownShadow200
3e2f072666 Implement FastMap CPE extension 2018-04-01 13:27:15 +10:00
UnknownShadow200
d140333461 Can use pervisit/perbuild on unloaded maps too 2018-04-01 10:55:37 +10:00
UnknownShadow200
7a1cdbc4ed Fix /ls start/end erroring on fresh servers 2018-03-31 21:31:40 +11:00
UnknownShadow200
6a05bf10a3 Fix horizon/border blocks over 65, this time for sure (Thanks KawaiiCube) 2018-03-31 16:00:40 +11:00
UnknownShadow200
078c285aec bulk block send for Countdown 2018-03-30 18:15:56 +11:00
UnknownShadow200
9f2e0484e7 Mention in /inbox you can use /send to reply (Thanks FabTheZen) 2018-03-29 20:51:26 +11:00
UnknownShadow200
7864af6e3b Fix block ids > 255 not working with sides/horizon blocks 2018-03-29 15:53:15 +11:00
UnknownShadow200
29d1ebf66a Ignore colours for /team members, don't allow creating two teams with same name but different colours 2018-03-29 15:25:01 +11:00
UnknownShadow200
c056e7ea70 Add /os env preset, tidy up UI code some more 2018-03-28 07:52:04 +11:00
UnknownShadow200
b897a9065b Fix fix fallbacks 2018-03-26 11:17:27 +11:00
UnknownShadow200
baeb2b3a4a Fix fallbacks to actually work 2018-03-24 11:49:28 +11:00
UnknownShadow200
1e548c2f49 Fix pyramid drawop sometimes having inaccurate count 2018-03-21 20:08:02 +11:00
UnknownShadow200
b972ad0911 mode to object in /help draw 2018-03-18 12:13:14 +11:00
UnknownShadow200
8996ded962 Optimise /resizelvl to be twice-thrice as fast 2018-03-15 19:32:01 +11:00
UnknownShadow200
f8ecb00e4e Allow configuring heartbeat URL 2018-03-15 11:45:45 +11:00