Releases: sisby-folk/surveyor
Releases · sisby-folk/surveyor
0.1.0-beta.26
Changes:
- Attempt to correct chunk scanning accuracy after optimisations
Full Changelog: v0.1.0-beta.25...v0.1.0-beta.26
0.1.0-beta.25
Fixes:
- Fix world loading before both players are loaded
- Make some attempts to fix structure exploration keyset not working
Full Changelog: v0.1.0-beta.24...v0.1.0-beta.25
0.1.0-beta.24
Changes:
- Speed up chunk summarizing by unpacking full palettes (thanks Crosby!)
- Implement new floor logic to possibly improve accuracy, or break everything
Full Changelog: v0.1.0-beta.23...v0.1.0-beta.24
0.1.0-beta.23
Changes:
- Speed up chunk summarizing by unpacking full palettes (thanks Crosby!)
- Implement new floor logic to possibly improve accuracy, or break everything
Full Changelog: v0.1.0-beta.22...v0.1.0-beta.23
0.1.0-beta.22
Fix:
- changing landmarks removed the player from the server world
- sending empty landmark events and packets
- events and packets firing even when their contents are empty
Full Changelog: v0.1.0-beta.21...v0.1.0-beta.22
0.1.0-beta.21
0.1.0-beta.20
Fix:
- A bug when unpacking nibbles causing ridiculous values
Full Changelog: v0.1.0-beta.19...v0.1.0-beta.20
0.1.0-beta.19
Fix:
- A tiny typo in the new fillEmptyFloors implementation (oops)
Full Changelog: v0.1.0-beta.18...v0.1.0-beta.19
0.1.0-beta.18
Changes:
- Fix terrain arrays always loading in memory as int arrays
- Reimplement remapping terrain arrays without fully decompressing them
- [Breaks Save Format] remove default-trimming compression as it wasn't very good
- [Breaks Save Format] Use bit-identical representation for unsigned bytes/shorts/nibbles (thanks Jasmine!)
- [Breaks Save Format] Add unsigned nibble and short array compression for terrain using packed values (thanks Falkreon and Jasmine!)
- Reimplement toSingleLayer in a hopefully faster way.
Full Changelog: v0.1.0-beta.17...v0.1.0-beta.18
0.1.0-beta.17
Changes:
- Replace structure exploration raycast with a cylinder that doesn't load chunks.
- Expand bounding box check for structure exploration by 1 to reduce false negatives
Full Changelog: v0.1.0-beta.16...v0.1.0-beta.17