4194 Commits

Author SHA1 Message Date
UnknownShadow200
d034a047b7 Avoid messages from multiple threads rarely interleaving with each other 2020-05-27 18:20:43 +10:00
UnknownShadow200
2115a8eccb Better message when can't use a command in museum/because you're frozen 2020-05-25 19:47:56 +10:00
UnknownShadow200
b4dcf20054 Referee mode should still follow jumpheight= in motd 2020-05-25 11:36:02 +10:00
UnknownShadow200
761d32eed9 Add +hax into Hacks.GetMotdPacket and avoid some redundant equality checking 2020-05-25 08:56:40 +10:00
UnknownShadow200
116606ad5f fix last commit not compiling 2020-05-23 20:16:11 +10:00
UnknownShadow200
4337cc745d Fix LineWrapper.CleanupColorCodes 2020-05-23 17:41:54 +10:00
UnknownShadow200
466f1c9f68 Simplify some use of ItemPerms 2020-05-21 21:17:48 +10:00
UnknownShadow200
5386ad74b4 Don't allow custom /pay messages while muted 2020-05-21 21:00:02 +10:00
UnknownShadow200
3b78863c79 Add a CanSpeak method to player class that returns whether player can currently speak 2020-05-21 20:49:35 +10:00
UnknownShadow200
659c25eee0 Also log and show duration of action in /notes 2020-05-21 19:43:44 +10:00
Goodlyay
d2619bdfb1 Use accurate blockname in help for /portal multi
(Thanks SpaceDot)
2020-05-16 00:52:54 -07:00
Goodlyay
bc6a3fe166 Make /whonick and /whonick bot consistent
And change message when no PlayerClick for /botinfo
2020-05-11 00:32:34 -07:00
Goodlyay
d52d08b4b2 Add /BotInfo 2020-05-10 23:50:03 -07:00
UnknownShadow200
7eeb3d6c53 Tidy up leaving server code a little bit 2020-05-09 15:43:46 +10:00
UnknownShadow200
e3ef369c38 Quit/RageQuit/Hacks/CrashServer should not be usable from console/IRC
Also fix LeaveServer to do nothing when used by console/IRC, instead of throwing an exception
2020-05-09 15:35:29 +10:00
UnknownShadow200
2dee3787c8 Treat 'Reference System.dll;' as 'Reference System.dll' for C# consistency 2020-05-07 23:41:55 +10:00
UnknownShadow200
b350727aed Fix /lb copy [id] not working when there is no LB at id 255 2020-05-06 16:14:26 +10:00
UnknownShadow200
d475504bc4 Make CommandParser.GetCoords public 2020-05-05 21:52:05 +10:00
Goodlyay
fba849c96d Revised coords in CommandData to be Vec3S32
MBCoords, for clarity.
2020-05-04 17:03:49 -07:00
Goodlyay
1fbee05efd Allow accessing the coordinates of a message block
in commands by adding ushort X Y Z field to CommandData
2020-05-04 02:41:04 -07:00
UnknownShadow200
781c407733 Allow lb/gb copying multiple blocks at once (Thanks TropicalMemes) 2020-05-03 00:11:35 +10:00
Goodlyay
d29bf8245c Document Colors.Strip and Colors.StripUsed
(why didn't this go through on the first commit???)
2020-04-28 00:21:24 -07:00
Goodlyay
df0db25e23 Add Colors.StripUsed
to strip only colors that will actually appear as colors clientside.
2020-04-28 00:20:34 -07:00
UnknownShadow200
45ad27feda Actually implement SetHotbar support 2020-04-25 17:10:52 +10:00
UnknownShadow200
25bd1757fa Fix issues with extremely long mute times on mono 2020-04-24 00:03:45 +10:00
UnknownShadow200
416919de12 Fix unmuting player only showing first word of reason in unmute message 2020-04-23 22:04:49 +10:00
UnknownShadow200
d6ea272776 Release 1.9.2.0 1.9.2.0 2020-04-13 17:41:39 +10:00
UnknownShadow200
cd8b4b710f Fix /cmdunload null erroring 2020-04-13 11:05:46 +10:00
UnknownShadow200
6a03bffebe Don't check volume for /buy level 2020-04-13 00:30:43 +10:00
UnknownShadow200
fd9676456d Fix /buy level erroring if level failed to generate 2020-04-12 19:01:14 +10:00
UnknownShadow200
c7dff51acd Support 'reference' when compiling custom commands from GUI, improve logging of errors compiling custom commands from GUI 2020-04-12 11:40:11 +10:00
UnknownShadow200
e1e3e7fc99 Fix selecting Settings - >Eco -> Rank item in GUI crashing server on mono 2020-04-10 17:20:52 +10:00
UnknownShadow200
695354150c Fix not asking for pass when you are first ranked to a rank requiring a password, fixes #520 (Thanks Ankeraout) 2020-04-09 11:59:40 +10:00
UnknownShadow200
442db0f11b Add -unverified to /who, simplify checking for unverified 2020-04-09 11:42:43 +10:00
UnknownShadow200
5e36cd4446 Move some of generation stuff out of CmdNewLvl and into MapGen 2020-04-07 21:47:57 +10:00
UnknownShadow200
948a4ba231 Add more documentation to map generator class 2020-04-04 23:12:32 +11:00
UnknownShadow200
f937205206 Improve some messages in /chatroom and help of /awardmod 2020-04-04 17:54:49 +11:00
UnknownShadow200
1cefde13ff Fix /chatroom del and /chatroom spy throwing NullReferenceException 2020-04-04 17:45:25 +11:00
UnknownShadow200
23167e6d79 Fix missing space in help for ZS maxmove (Thanks eper98) 2020-04-03 08:26:35 +11:00
UnknownShadow200
53c523bee0 Remove /undo and 'max realms' instead in /ranks 2020-04-01 21:46:30 +11:00
UnknownShadow200
59b86d578d Fix unloading custom commands not removing command aliases 2020-03-30 18:00:32 +11:00
UnknownShadow200
89221b1110 Fix /compile having wrong error line number when source code hs 'reference' statements at start of file 2020-03-28 21:31:29 +11:00
UnknownShadow200
985294f9f1 Don't lowercase command name in /cmdcreate output 2020-03-28 21:17:20 +11:00
UnknownShadow200
d8894e9e04 Get rid of warning message that'll never get shown 2020-03-22 23:42:16 +11:00
UnknownShadow200
c91cfc7360 Fix zones getting lost with /resizelvl (Thanks starlightglimmer) 2020-03-22 23:38:22 +11:00
UnknownShadow200
d63b498c31 Make creating args virtual in DrawCmd 2020-03-22 23:33:05 +11:00
UnknownShadow200
4a2dc63947 Allow using /eat and /me from console 2020-03-21 13:54:11 +11:00
UnknownShadow200
27eed10f21 Fix /hug and /high5 not working from console (thanks scav) 2020-03-21 13:47:18 +11:00
UnknownShadow200
ece35367d4 Mention in muted by chatmod message that you require /voice to speak 2020-03-20 17:41:52 +11:00
UnknownShadow200
e1e8535648 Fix turning off 'colours' option in GUI console still showing the raw colour codes in messages 2020-03-20 17:37:25 +11:00