3792 Commits

Author SHA1 Message Date
UnknownShadow200
8010538a05 Finish support for 10 bit blocks 2018-03-08 10:32:44 +11:00
UnknownShadow200
c4d43a76da Initial work on ExtBlocks extension 2018-03-08 09:12:07 +11:00
UnknownShadow200
f3be330e43 Make /os zone list actually worked 2018-03-07 17:36:43 +11:00
UnknownShadow200
8c4f3438ce BlockDB for 10 bit blocks 2018-03-07 13:48:46 +11:00
UnknownShadow200
138340620a Fix copy /load of older versions, oops. 2018-03-07 10:12:19 +11:00
UnknownShadow200
38b2dd6986 remove debug oops. 2018-03-07 10:09:09 +11:00
UnknownShadow200
14c049225b Update /copy for more block IDs 2018-03-07 10:08:32 +11:00
UnknownShadow200
c82398fe6f Undo /physics works for 10 bit blocks now 2018-03-06 15:09:35 +11:00
UnknownShadow200
3ce5bb2e4e Initial 10 bit block support 2018-03-05 21:24:44 +11:00
UnknownShadow200
0e555f00cd x 2018-03-05 15:47:43 +11:00
UnknownShadow200
b6701ebb4a fix last commit 2018-03-05 15:01:30 +11:00
UnknownShadow200
a85420a246 Update model AABB of block ids / GetBlock / custom block defining for extended block ids 2018-03-05 14:56:26 +11:00
UnknownShadow200
318a8e7842 Fix /lb being broken by recent commits 2018-03-05 10:44:36 +11:00
UnknownShadow200
e6e92b7ecf Fix /search blocks not including global blocks from console 2018-03-05 10:31:28 +11:00
UnknownShadow200
a1c455994e Better error messages for when method already/not registered for Plugin Register/Unregister methods 2018-03-05 10:10:06 +11:00
UnknownShadow200
3e5e122951 Fix InventoryOrder from recent changes 2018-03-04 19:28:08 +11:00
UnknownShadow200
8329520c06 Fix a mistake from last commit 2018-03-04 07:56:41 +11:00
UnknownShadow200
db2515d900 Make BlockDefinitions extensible.. hope this works. 2018-03-03 19:31:26 +11:00
UnknownShadow200
14056d2ed6 code cleanup II 2018-03-03 15:43:41 +11:00
UnknownShadow200
d9b2679608 minor code cleanup 2018-03-03 09:36:00 +11:00
UnknownShadow200
59582dd187 Optimise Flip.Rotate method 2018-03-01 21:04:54 +11:00
UnknownShadow200
497236be31 Fix /bind with source block being custom causing error 2018-03-01 16:02:18 +11:00
UnknownShadow200
4cecface9c Extend PhysicsArgs ExtBlock to two bits 2018-03-01 09:36:16 +11:00
UnknownShadow200
4f4427b357 Allow using 3 and 6 char codes for hex colours. 2018-03-01 08:17:33 +11:00
UnknownShadow200
99da2183ca Re-release 1.9.0.4 2018-02-28 22:15:39 +11:00
UnknownShadow200
7c06372b70 Fix /mi on unloaded map being bugged 2018-02-28 22:12:52 +11:00
UnknownShadow200
0327c02e7f Release 1.9.0.4 1.9.0.4 2018-02-28 22:02:49 +11:00
UnknownShadow200
ecec7a9843 Redesign BlockQueue/PhysicsArgs for future extensibility 2018-02-28 21:43:52 +11:00
UnknownShadow200
08286625f3 Fix edge/side block not working with custom blocks 2018-02-28 15:26:54 +11:00
UnknownShadow200
33f25ed326 Fix /zone set motd only keeping first arg 2018-02-28 11:55:30 +11:00
UnknownShadow200
a06f5249e3 Re-release 1.9.0.3 2018-02-28 11:26:16 +11:00
UnknownShadow200
2cb84de3b2 Re-release 1.9.0.3 2018-02-28 11:21:55 +11:00
UnknownShadow200
2dafffbdd6 Fix zones always resetting map sides/edge bloc. 2018-02-28 10:47:30 +11:00
UnknownShadow200
e0d5878d87 Fix /measure with custom blocks 2018-02-28 10:31:32 +11:00
UnknownShadow200
cca5ecb62e Fix help for /zone set 2018-02-28 09:58:37 +11:00
UnknownShadow200
f32b0135e7 Release 1.9.0.3 2018-02-27 21:47:32 +11:00
UnknownShadow200
6d96c875df Require extra permission to toggle /inv of others 2018-02-27 20:12:58 +11:00
UnknownShadow200
a36fd1d23c Add /os zones to let you create/manage zones in realms 2018-02-27 20:07:33 +11:00
UnknownShadow200
9b4cc5777b Fix zones always overriding level ExpFog setting 2018-02-27 19:59:38 +11:00
UnknownShadow200
1994bed869 Make /zone set alpha more intuitive, add help for /zone set 2018-02-27 13:00:48 +11:00
UnknownShadow200
dd207a7682 Make OnSendingMotdEvent actually useful, get rid of some code duplication in GUI 2018-02-27 12:40:58 +11:00
UnknownShadow200
b8fb8e2b79 few less pointless allocations of BlockPerms/CommandPerms 2018-02-27 11:49:44 +11:00
UnknownShadow200
36ba892c49 Commands tab in GUI shows properly cased command names 2018-02-27 11:31:29 +11:00
UnknownShadow200
dbc5ec21bb Fix /summon all not showing any message when insufficient permission 2018-02-26 17:01:21 +11:00
UnknownShadow200
395a4ee50f More stuff for /zone set, remove /view to another player 2018-02-26 14:57:46 +11:00
UnknownShadow200
075d8ed5c9 Now /zone set doesn't change env for everyone else 2018-02-26 08:48:51 +11:00
UnknownShadow200
f74b4368dc 1 less allocation when logging to GUI 2018-02-26 08:30:14 +11:00
UnknownShadow200
d1c2595098 Don't show ZS group or team chat when you've ignored someone (Thanks fam0r) 2018-02-21 07:15:33 +11:00
UnknownShadow200
343eb99a00 Fix gb/lb replacing core block with CPE fallback, not converting CPE fallback to core block for classic mode.
Also cleanup scripting/plugin classes
2018-02-20 21:57:36 +11:00
UnknownShadow200
73326f9cb5 Plugin dlls can have multiple dlls, don't allow loading plugin from more recent server version
Also pload/punload announce success to player, and /punload properly supports multiple matches
2018-02-20 09:28:22 +11:00