31 Commits

Author SHA1 Message Date
UnknownShadow200
ada403cb0f Fix ECL license linking to non-existent page (Thanks TomCube2) 2023-07-06 21:22:09 +10:00
UnknownShadow200
be64850a19 Allow using block names in lb/gb input (WIP) 2022-11-22 22:40:29 +11:00
UnknownShadow200
b50525ea97 GUI: Only save/load block/command permissions/props when actually necessary 2022-11-22 21:00:00 +11:00
UnknownShadow200
65c07caf99 Simplify permissions setting APIs 2022-11-22 20:09:33 +11:00
UnknownShadow200
e09f71b288 use named constants for scope 2021-04-12 23:24:28 +10:00
UnknownShadow200
d153f07972 Make blockprops behaviour more consistent with lb add/copy 2018-09-14 22:27:15 +10:00
UnknownShadow200
328d362bae Redesign code to not treat p being null as a special case. Will probably break some stuff. 2018-07-11 00:01:16 +10:00
UnknownShadow200
3bafdbe5da make chatroom have less extra permissions 2018-06-23 23:16:30 +10:00
UnknownShadow200
f79f0ff685 Combine CommandPerms/BlockPerms 2018-06-21 17:59:08 +10:00
UnknownShadow200
ded6752f90 Fix duplicate block IDs in blocks list in GUI and in /blocks [rank] all
Also fixes all possible custom block IDs being in /blocks [rank] all, even if the ID wasn't actually defined to be anything
2018-02-17 22:31:37 +11:00
UnknownShadow200
d357a75a66 Completely separate blockprops from blocks list.
This means you can change blockprops of any block on a per-level basis, no longer only works on /lb. This also means the GUI can change block props of global blocks
2018-02-17 20:33:52 +11:00
UnknownShadow200
bf3670a7ff fix all ushort to BlockID 2018-02-05 17:07:01 +11:00
UnknownShadow200
2a19154580 And fix all the compile errors. Now comes the fun part of testing everything. 2018-02-05 16:27:35 +11:00
UnknownShadow200
5ea3db341a Stage 3 of blocks rewrite 2018-02-05 14:39:34 +11:00
UnknownShadow200
cb038f3a07 Stage 2 - /blockset works with custom blocks now. 2018-02-05 00:31:48 +11:00
UnknownShadow200
7a617d88e5 Fix 2 layer palette in imgprint, resize imgprint to fit in map. 2017-10-23 19:48:02 +11:00
UnknownShadow200
efb4babf03 I/O lock when save/load blockprops, fixes #351 2017-09-02 11:20:00 +10:00
UnknownShadow200
5ae264c564 Get rid of Name field from BlockProps, saves 4/8 bytes per instance of BlockProps 2017-08-01 10:08:38 +10:00
UnknownShadow200
23ea437be0 Fix selecting a block in blocks list in gui marking block as having its props changed, even if the user did not actually change any props. Fixes #469. 2017-07-08 10:21:54 +10:00
UnknownShadow200
9d87cb06c0 Fix saving block props saving blocks from other scopes.
e.g. level custom block props also saving global custom block props, global custom block props also saving core block props
2017-06-12 13:51:18 +10:00
UnknownShadow200
5f3be2b529 Bugfixes 2017-06-11 18:15:49 +10:00
UnknownShadow200
080a721e9f Remove unused stuff from PropertyWindow, fix backup time not only allowing numbers to be added 2017-05-29 16:27:09 +10:00
UnknownShadow200
25849a4a84 Commands gui now has extra permissions too 2017-05-29 16:15:18 +10:00
UnknownShadow200
b3c9a2895a Stage 1 of command tabs rewrite. Also fixes commands changed via gui not saving, closes #239 2017-05-29 15:15:50 +10:00
UnknownShadow200
adb2201fe4 Minor code cleanup, move CustomCommands to a popup 2017-05-29 13:40:48 +10:00
UnknownShadow200
e8d05313dd Stage 5 of blocks gui rewrite: Changing block props in gui now works and saves 2017-05-29 10:41:38 +10:00
UnknownShadow200
085527c900 Stage 4 of blocks gui rewrite: changing block perms in gui does not modify server's live block perms until 'save' is clicked, also it sends BlockPermission CPE packets 2017-05-29 10:12:07 +10:00
UnknownShadow200
2c024c32a8 Stage 3 of blocks gui rewrite: can see block behaviour and physics behaviour in gui. (not yet saved) 2017-05-27 19:38:36 +10:00
UnknownShadow200
75f7764dae Stage 2 of blocks gui rewrite: can remove specific allow/disallow perms now 2017-05-27 14:24:57 +10:00
UnknownShadow200
0dc366c44a Stage 1 of blocks gui rewrite 2017-05-27 13:15:22 +10:00
UnknownShadow200
f9e11aa86b Split up window/propertywindow into separate files by tab 2017-05-27 09:52:51 +10:00