1337 Commits

Author SHA1 Message Date
UnknownShadow200
04f14f0c0c Fix manual deletion of a block above dirt not changing it to grass. (Thanks Basicaneer) 2016-06-10 11:26:25 +10:00
UnknownShadow200
f33a444d6d Release 1.8.7.2 1.8.7.2 2016-06-09 22:58:29 +10:00
UnknownShadow200
96a947c044 Use fast sqlite path for total number of players in /sinfo. 2016-06-09 22:38:30 +10:00
UnknownShadow200
be59b95268 Keep all .lvl.prev files in a separate levels/prev directory. 2016-06-09 22:14:05 +10:00
UnknownShadow200
27eae5fc3e Fix joining a level that does not allow guns but you still were using a gun meaning you couldn't place/delete any blocks (Thanks lavacraft), fix levels with + in their name causing /server backup to error. 2016-06-09 20:05:50 +10:00
UnknownShadow200
f8f54b278e Made /skin and /model use PlayersExtList. 2016-06-09 16:42:29 +10:00
UnknownShadow200
c87c60fa35 Remove xnick/xtitle/xcolor/xmodel/xtcolor and integrate them into part of their respective commands. 2016-06-09 14:51:19 +10:00
UnknownShadow200
c03effc8c2 Remove /xcolor and make it part of /color. 2016-06-09 14:24:39 +10:00
UnknownShadow200
d97aeb508a Provide more helpful and consistent messages when using commands from IRC/console that require a specific player/level/etc name (as own player cannot be used). 2016-06-09 13:49:04 +10:00
UnknownShadow200
374b53e0cd If you ignore someone, they shouldn't be able to irritate you with hug/high5/roll messages. 2016-06-09 12:46:30 +10:00
UnknownShadow200
15c40893ac Remove /killphysics and just make it /physics kill. 2016-06-09 12:30:20 +10:00
UnknownShadow200
84e18c1e70 Attempt to join channels again when 'You are now identified' notice is received, fixes being unable to join registered channel and closes #181. 2016-06-09 11:21:03 +10:00
UnknownShadow200
a75cafefd0 Send password as IRC PASS command, should address #181. 2016-06-09 10:08:11 +10:00
UnknownShadow200
d4b5147ec0 Fix being unable to use code page 437 characters in rank prefix, fix /ua (Thanks FabTheZen), fix /undo player not working properly from IRC. 2016-06-08 22:10:29 +10:00
UnknownShadow200
bfb0f9493f Make jail/xjail less awful and actually work. 2016-06-08 20:01:33 +10:00
UnknownShadow200
451ba124e8 Fix being unable to unmute offline players. 2016-06-08 19:25:25 +10:00
UnknownShadow200
131b4b4b82 Do not allocate unncessary temp array of player names. 2016-06-08 18:11:05 +10:00
UnknownShadow200
608bf5c7e5 Cleanup /whitelist. 2016-06-08 17:47:28 +10:00
UnknownShadow200
62276be0e5 More cleanup of TNT wars code. 2016-06-08 16:29:33 +10:00
UnknownShadow200
53bdd1e22a Cleanup CmdTntWars a bit. 2016-06-08 11:28:27 +10:00
UnknownShadow200
83a8998777 IRC controllers can now be assigned a rank (not always nobody). 2016-06-07 23:26:47 +10:00
UnknownShadow200
85ee39b96d Fix being unable to delete portal/mb if a player had zone permission, but not perbuild permission in a world. (Thanks 123DMWM) 2016-06-07 22:32:43 +10:00
UnknownShadow200
e69600fd95 Reduce code duplication for gui and cli input/command handling. 2016-06-07 09:24:45 +10:00
UnknownShadow200
3178fc14ee Make /outline work with custom blocks. 2016-06-06 19:50:18 +10:00
UnknownShadow200
f9e4aeb3d3 Reverse previous commit. 2016-06-06 13:49:20 +10:00
UnknownShadow200
aed2e32db2 Allow colour codes in server name. 2016-06-06 13:01:39 +10:00
UnknownShadow200
7d9800de1c Fix console missing colour codes on IRC, fix whitespace at end of IRC message not being trimmed. 2016-06-06 12:04:49 +10:00
UnknownShadow200
ca7902edac Combine various quit-type commands into one class. 2016-06-05 15:36:20 +10:00
UnknownShadow200
1459c88c33 Fix block changes still being recorded to BlockDB, even though the block wasn't actually changed. (Thanks Tree) 2016-06-05 10:36:22 +10:00
UnknownShadow200
1880269f37 Allow partially matching unloaded map names, closes #183. 2016-06-05 10:21:11 +10:00
UnknownShadow200
d34db5c7ac Cleanup /invincible. 2016-06-05 00:16:40 +10:00
UnknownShadow200
e95cd2acac Fix /eat using titles and colon (Thanks goodlyay). 2016-06-04 11:17:57 +10:00
UnknownShadow200
14651c1e68 Make unafk instantly when your own rotation changes. 2016-06-03 16:27:25 +10:00
UnknownShadow200
9136e2f39d Show idle time in /whois. 2016-06-03 16:20:33 +10:00
UnknownShadow200
e7cb1e71a6 Make the afk code nicer. 2016-06-03 13:35:51 +10:00
UnknownShadow200
f6d3f14599 Death messages should not include title. (Thanks goodlyay) 2016-06-03 12:53:50 +10:00
UnknownShadow200
f2f06412f8 If you use > or < for partial messages, now only the last > or < in a line is converted into the special character, not all occurences of the character in that line. 2016-06-03 12:49:13 +10:00
UnknownShadow200
dba840f704 Allow changing 'show player titles on IRC' from IRC. 2016-06-03 11:34:49 +10:00
UnknownShadow200
ba7392fd28 Add property for whether IRC player titles are shown. 2016-06-03 11:09:31 +10:00
UnknownShadow200
c2395aae9d Fix /blockset using S instead of %S. 2016-06-03 08:25:20 +10:00
UnknownShadow200
33bcb23437 Fix /cut not working if number of non-air blocks was in draw limit, but volume of copy area was greater than draw limit. (Thanks Mirzuuuh) 2016-06-02 00:37:12 +10:00
UnknownShadow200
bc34954b83 Fix temprank auto checker not working. (Thanks t0be) 2016-06-01 20:38:34 +10:00
UnknownShadow200
d611ae7463 Only advbuilder+ can create teams by default, fix /fg with top layer. (Thanks goodlyay) 2016-06-01 16:14:06 +10:00
UnknownShadow200
b529e4693c Make PlayerList code nicer. 2016-06-01 11:34:07 +10:00
UnknownShadow200
15a6c1c562 Use safer method of incrementing pointers. 2016-06-01 11:06:10 +10:00
UnknownShadow200
9dae5ff8fb Remove /pcount, integrate it into /sinfo. 2016-06-01 00:34:07 +10:00
UnknownShadow200
d343804aae Show IP-ban info in /baninfo, remind when /unban if their IP is also banned. 2016-06-01 00:16:17 +10:00
UnknownShadow200
94fca6866d Unbans have reasons, last ban reason is kept for /baninfo, closes #178. 2016-05-31 23:26:43 +10:00
UnknownShadow200
8f6a0dbca0 Add /env normal to reset all variables, instead of /env preset normal. (Thanks goodlyay) 2016-05-31 12:45:42 +10:00
UnknownShadow200
04ad8f7e1b Preserve rotation on using portals to different maps (thanks goodlyay). 2016-05-31 12:06:57 +10:00