4171 Commits

Author SHA1 Message Date
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
UnknownShadow200
2a0e56f3cb Also get /top10 placed/deleted working with over 33 million 2020-03-19 23:44:15 +11:00
UnknownShadow200
4dfef649ce Fix placed/deleted overflowing at 33 million, up it to 66 million 2020-03-19 20:02:39 +11:00
UnknownShadow200
97b26b0f44 fix csproj 2020-03-13 22:46:32 +11:00
UnknownShadow200
bdd31d674f Release 1.9.1.9 1.9.1.9 2020-03-12 23:32:06 +11:00
UnknownShadow200
26efc4af33 Fix being able to manually set fallback for a custom block above 65 by manually editing .json files, which would crash java client (Thanks cybertoon) 2020-03-12 23:20:27 +11:00
UnknownShadow200
a1af75ff62 Rename /levels to /loaded and /worlds to /levels, as when people are doing /levels they probably want to see all maps 2020-03-09 23:15:23 +11:00
UnknownShadow200
a6f29ac285 Make help consistent with level/map, also make /os map delete announce to chat 2020-03-09 21:54:54 +11:00
UnknownShadow200
1fd2f1e965 Fix /undo timespan not undoing some changes if it would overlap previous /undo and there were blockdb entries older than the timespan. (Thanks saiko) 2020-03-09 20:28:32 +11:00
UnknownShadow200
fd51f4980d Fix /botai list showing wrong name for bot AIs with a . in the name 2020-03-09 15:45:47 +11:00
UnknownShadow200
0540b25c42 Add an overload to LevelInfo.Check that outputs LevelConfig instance
This avoids having to pointlessly call GetConfig a second time, which potentially be quite slow
2020-03-09 14:33:50 +11:00
UnknownShadow200
d7aa8b0cab Make /copylvl,/renamelvl,/deletelvl consistently announce globally and be consistent in messaging 2020-03-09 14:18:12 +11:00
UnknownShadow200
63dc19c640 Add events for level copy, rename, delete 2020-03-09 13:57:55 +11:00
Goodlyay
825ad6f0de Put an ugly band-aid on /os help for multi-page
help commands
2020-03-07 00:49:21 -08:00
Goodlyay
ba79c4a4eb Fix eyeheight of skeleton model 2020-03-06 18:41:26 -08:00
UnknownShadow200
005f395791 Also log short summary of first two errors to player if /compile or /pcompile fails 2020-03-05 19:14:55 +11:00
UnknownShadow200
84cf737f28 Backup path in server.properties should default to relative path instead of absolute path 2020-03-05 18:15:48 +11:00
UnknownShadow200
eed903c6c1 Fix updating appearing to work with mono when Updater.exe is missing, even though it didn't really. Now updating fails on mono if Updater.exe is missing. 2020-03-05 17:45:32 +11:00
UnknownShadow200
6555aeeebe Make it so /tpp 0 0 0 puts you on the ground at level 0 instead of /tpp 0 102 0 (thanks goodly) 2020-03-05 13:04:34 +11:00
Goodlyay
a420071749 Make CalcEyeHeight take Y scale int account
Make LevelInfo.Check public, so it can be used in plugins
2020-03-04 04:20:53 -08:00
Goodlyay
d8b8fce737 Document multi-GB/LB editing
and seperate the help into 3 pages
2020-02-28 20:02:30 -08:00
Goodlyay
8bed77d83b Replace expireUponTouchingGround with collideFlags
flags: expireUponTouchingGround, collidesSolid, collidesLiquid,
collidesLeaves
2020-02-28 03:08:12 -08:00
UnknownShadow200
8551ffc8e2 Release 1.9.1.8 1.9.1.8 2020-02-24 21:44:25 +11:00
UnknownShadow200
2f4c18c83b And also fix CTF to send you to spawn too 2020-02-24 21:30:50 +11:00