3171 Commits

Author SHA1 Message Date
UnknownShadow200
57d34b9c68 Fix /portal showing 'there is no block', fix first block change after turning off guns still being handled by /gun, fix a few issues with CPE messages in bottom right for selections 2017-07-25 23:19:14 +10:00
UnknownShadow200
e1edd790cc fix last commit 2017-07-25 22:19:34 +10:00
UnknownShadow200
d7f759c837 Fix physics blocks not returning BlockDefinition instance if the core block was changed to non-solid, fixes ZS noclip detection being triggered. 2017-07-25 22:03:17 +10:00
UnknownShadow200
8d1a73756d Add /zone list. (thanks worldshowoff) 2017-07-25 19:16:12 +10:00
UnknownShadow200
c95efd56f7 One extra token per column. 2017-07-25 19:12:51 +10:00
UnknownShadow200
36b8600d65 Implement chat tokens list in gui 2017-07-25 18:16:10 +10:00
UnknownShadow200
c3fd22faf5 Add WIP index map importer 2017-07-25 15:37:20 +10:00
UnknownShadow200
af4ade0e88 Modularise chat tokens, also add description for what each chat token does 2017-07-25 09:14:59 +10:00
UnknownShadow200
659ad6577e Better help message for lb/gb edit min/max 2017-07-25 08:22:35 +10:00
UnknownShadow200
4d15eed405 Add extended collide types to lb/gb, and document lb/gb properties. Fixes #464 and fixes #465 2017-07-24 23:13:46 +10:00
UnknownShadow200
2b5f0406af ReplaceAll should only count blocks actually being replaced, since otherwise it's useless for majority of maps. (Thanks dzidq) 2017-07-24 21:45:14 +10:00
UnknownShadow200
0b4387fbe4 ls setup/control should use command extra perms instead 2017-07-23 14:09:23 +10:00
UnknownShadow200
86f122b9b1 Document /blockprops stackblock, add way to remove stackblock
And also fix /tp without any args
2017-07-23 12:47:38 +10:00
Goodlyay
b227e5a219 Make grass not die from upper slabs 2017-07-22 19:33:48 -07:00
UnknownShadow200
648aa1fda3 Add /ctf set divider, remove obsolete CTFSetup plugin 2017-07-23 12:22:23 +10:00
UnknownShadow200
fb4b0ab88e Make BlockDBFile extensible 2017-07-22 22:46:07 +10:00
UnknownShadow200
1ebdbd6e1f Show information about current selection in bottom right HUD 2017-07-22 19:59:56 +10:00
UnknownShadow200
644663a0a7 Rewrite /replacebrush to use DrawCmd too 2017-07-22 18:09:36 +10:00
UnknownShadow200
814278ba32 More usage of DrawCmd 2017-07-22 17:39:41 +10:00
UnknownShadow200
dcce5f2f7f CTF: Finish /ctf set redflag/blueflag 2017-07-22 12:27:30 +10:00
UnknownShadow200
1642f4fa4d Fix /z holes (without any args) changing blocks to held block and air. It should only just replace half of them with held block. (Thanks dzidq) 2017-07-21 21:44:45 +10:00
UnknownShadow200
cd83c2766b Cleanup partial message handling 2017-07-21 17:40:05 +10:00
UnknownShadow200
fa7da22a43 Add a SendLowPriority method, currently does nothing special. 2017-07-20 20:53:10 +10:00
UnknownShadow200
cf578efa4f Draw reload threshold is now based on size of map, fixes #472. 2017-07-20 20:38:44 +10:00
UnknownShadow200
e5e565cbf1 Add /ignore drawoutput to ignore output of draw commands. (Thanks goodlyay) 2017-07-20 20:24:32 +10:00
UnknownShadow200
ea23d13877 If map has a realm owner, only check that name for /os, skip checking if level starts with player name. (Thanks dzidq) 2017-07-20 19:37:09 +10:00
UnknownShadow200
5d009606f7 Air_door should be activatable by users but not air_switch. (Thanks xnotx123) 2017-07-20 16:08:47 +10:00
UnknownShadow200
b48c6d52f1 Better bezier curve, more work on /ctf 2017-07-20 15:19:24 +10:00
UnknownShadow200
282edd2ca3 Add LowLatency setter to INetworkSocket 2017-07-19 17:50:56 +10:00
UnknownShadow200
9062dbc68f Show a message when set offset of where to pase from for copy @ (thanks xnotx123) 2017-07-19 13:56:11 +10:00
UnknownShadow200
441aa52470 Implement bezier curve, partially addresses #474. 2017-07-19 10:03:52 +10:00
UnknownShadow200
7ec367d45f lbs shouldn't inherit gb blockprops, fixes #477 2017-07-18 13:16:53 +10:00
UnknownShadow200
afa1b1dac3 Fix /buy color, color/skin not respawning right player (Thanks Undertake). 2017-07-18 09:16:36 +10:00
UnknownShadow200
cba598f1c7 And also update help of /ascend and /descend. 2017-07-17 10:50:41 +10:00
UnknownShadow200
dddebe4ecf Fix gb/lb remove not showing message, update help of /fly and fix it to actually work oops 2017-07-17 10:49:17 +10:00
UnknownShadow200
8befec23a8 Fix /blockprops not updating blockprops, fixes #473. Also fixes /gb remove. 2017-07-16 22:25:09 +10:00
UnknownShadow200
253cb65f85 Fix blockprops from gui not updating loaded levels. Partially addresses #473, still need to fix /blockprops. 2017-07-16 21:07:51 +10:00
UnknownShadow200
5f8827a575 Tidy up Block.cs - make names consistent, comment out unused block ids. 2017-07-16 18:49:19 +10:00
UnknownShadow200
093590b049 Don't bother setting fields to false in Player 2017-07-16 15:07:26 +10:00
UnknownShadow200
2de87c6138 Better variable names. 2017-07-16 14:47:15 +10:00
UnknownShadow200
d3e9fd024c Fix lastlogin being wrong time 2017-07-16 14:40:15 +10:00
UnknownShadow200
7f786d3b90 Fix extremely rare case where player stats would be reset, and player timespent reset to total seconds since year 0. 2017-07-16 14:33:17 +10:00
UnknownShadow200
7abd3196e3 Fix OnPlayerChatEvent not being raised when map has level-only chat. 2017-07-16 14:13:58 +10:00
UnknownShadow200
8643ca1434 don't pointlesss reference Server.lava 2017-07-16 14:08:36 +10:00
UnknownShadow200
6c456e9500 ZS: Remove pointless /lottery command. 2017-07-15 16:53:53 +10:00
UnknownShadow200
0ed93b3ac9 CTF: No longer uses the CTF/maps directory, operates on the live server maps. 2017-07-15 16:33:03 +10:00
UnknownShadow200
c3aa5d07ed ZS: Use a less hacky way of specifying that block changes are not saved. 2017-07-15 16:21:05 +10:00
UnknownShadow200
e0932e57b2 CTF: don't hardcode /goto CTF command 2017-07-15 16:08:31 +10:00
UnknownShadow200
9ac7b17c8b ZS: Allow people to go to different maps during a round. 2017-07-15 15:58:51 +10:00
UnknownShadow200
baa337d225 CTF: group by team name in tab list 2017-07-15 15:48:12 +10:00