Commit Graph

31 Commits

Author SHA1 Message Date
Jesse Boyd 134daefa24
Various unfinished
Start work on command GUI
Code cleanup
Add new lighting mode (see config)
Rename sponge -> sponge112
Fix sponge compile issues
Fix fuzzy region min/max not being set on first use
Fix clipboard on disk not closing on java 9
Start work on CFI chunk simplifier (for loading existing worlds)
Minor tile fixes for bukkit 1.12
2018-01-16 11:30:55 +11:00
Jesse Boyd 4609b472fe
Various minor
Fix transforms and mask help pages
Closes #852
Add world and floor thickness to CFI
Fix snow layers not affecting leaves
2018-01-10 14:51:58 +11:00
Jesse Boyd b020e3ebe6
Various minor
re-implement forge/sponge modules
Fix NBT copy error
Fix entity/tile error
Some work on multi-clipboards
2017-11-09 07:18:16 +11:00
Andrew Gazelka 3111fd566b fix //calc still being able to crash servers 2017-09-30 22:02:09 -05:00
Jesse Boyd 000b9e5fe9
Change fillr default depth 2017-09-02 18:42:43 +10:00
Jesse Boyd 803c84a621
Add direction argument to fill 2017-08-21 00:40:10 +10:00
Jesse Boyd bcdde9e647
Fix typo 2017-08-03 00:12:10 +10:00
Jesse Boyd 12fd9b0d62
Fixes #665 & Fix download button not being clickable 2017-08-02 23:38:37 +10:00
Jesse Boyd b685680340
interactive schematic/brush list 2017-08-02 16:46:59 +10:00
Jesse Boyd 914165b428
Improved modifier help 2017-08-02 14:32:44 +10:00
Jesse Boyd 1cc9a37520
Some more message interaction 2017-08-01 15:42:42 +10:00
Jesse Boyd 8dfcb0f914
Various
Start work on interactive commands (//help, //biomelist, //pos1/2)
Added clipboard and world remapping (between mcpe/pe)
//schematic remap
//anvil remapall
Added anvil -> leveldb converter (run Nukkit jar or /anvil2leveldb)
Added safe zstd decompressor
Angle mask fixes
Fix paste air issues with fawe format (which no-one uses anyway)
Fix cfi file:// with an absolute path
FIx schematic format and addBlocks
Update forge to 1.12
Fixes #663
2017-07-28 15:12:58 +10:00
Jesse Boyd 590b620d9d
Fix calc 1.7.10 2017-07-28 15:12:56 +10:00
Jesse Boyd d7d897d11b
Various minor
add debug command moveto512
main command aliases are now configurable
clean thread pools when discarded
switch to BaseBlock and deprecate BlockPattern
Add SparseBlockSet
- uncompressed, memory efficient set of arbitrary bit length numbers
- if access is sequencial, use a compressed data structure instead
change SetQueue time allocation algorithm
2017-06-26 17:56:07 +10:00
Jesse Boyd 043f1e6002
minor cleanup 2017-06-20 19:00:30 +10:00
Jesse Boyd edd8dcc552
Various minor
Tweak some messages
Add command confirmation
Optimize surface mask
Optimize angle mask (further)
Fix help formatting
Fix rollback import from disk being a shallow summary
2017-06-19 16:38:07 +10:00
Jesse Boyd b87008149e
#537 Remove anvil alias 2017-05-16 14:35:44 +10:00
Jesse Boyd b9c056c879
Various
Optimize for 1.12
Refactor commands / style / cleanup
Brush saving/loading
Tweak / improve ChunkListener
2017-05-15 21:33:03 +10:00
Jesse Boyd 69f4b7abd6
Change mask, pattern and transform syntax 2017-05-09 10:18:19 +10:00
Jesse Boyd 87341ab4fe
Styling and documentation improvements 2017-04-19 05:23:02 +10:00
Jesse Boyd eef3eff310
Various minor
Fix surfacespread pattern
Add schematic loadall
Fix brush reset
2017-04-10 20:41:07 +10:00
Jesse Boyd e79559650f
tweak help behavior 2017-04-10 14:01:33 +10:00
Jesse Boyd 554eae1fcf
Style help entry 2017-04-10 13:33:43 +10:00
Jesse Boyd b4b7a2785f
Improved worldedit help 2017-04-10 13:25:29 +10:00
Jesse Boyd 8c4ed29edb
Biome pattern! `#biome:<biome>` (possibly buggy) 2017-03-12 02:38:56 +11:00
Jesse Boyd 119a332d83
Slight changes 2017-03-06 14:00:34 +11:00
Andrew Gazelka 8d3b918441 Add option to limit //calc max execute time
This fixes players abusing //calc by spamming it, causing more
calculation threads be created than destroyed.
2017-03-05 19:57:57 -06:00
Jesse Boyd 3d81e98a2a
Fix remove message 2017-02-17 12:52:23 +11:00
Jesse Boyd 686e932943
Timed expression evaluation 2017-02-14 09:01:32 +11:00
Jesse Boyd ebc7ba43e6
Various
Fix biome change not sending packet
Add optimized biome get and set (AsyncWorld, EditSession etc.)
Add undo for biome changes
Fix tile entities for slow (non NMS) bukkit queue
Translate some stuff
Fix some concurrency issues with autoqueue
cuboid region geChunks() now has fixed memory cost (applies to commands
e.g. //listchunks)
Fix some undo issues
2017-01-29 09:25:53 +11:00
Jesse Boyd 025ffcc8e7
Only create an edit session for specific commands
There's no reason why non operations need to create an edit session
2016-12-23 03:08:02 +11:00