Commit Graph

8 Commits

Author SHA1 Message Date
Jesse Boyd ac0e255a93
Tweak buildscript 2017-06-09 17:08:57 +10:00
Jesse Boyd 5b0ce58f6b
Fix removal of light sources 2016-11-28 14:34:12 +11:00
Jesse Boyd 36a1e9f744 Fixes #265 2016-08-29 14:29:36 +10:00
Jesse Boyd 3a3fcca8b0 Various
Remove numerical versioning
Fix queue relighting concurrency
Fixed fixlighting async error
Fixes for 1.7.10 + thermos
Fixed non disk schematic loading
2016-08-14 10:26:51 +10:00
Jesse Boyd 053d7a6482 Restructure 2016-04-24 06:41:07 +10:00
Jesse Boyd fff311a99f Fixes #23 2016-04-14 07:31:02 +10:00
Jesse Boyd 0dfbd44c72 Faster compression
Using java's inbuilt compression algorithms (gzip or deflator both)  was
a bit too slow for me.

Fawe is now using the LZ4 compression algorithm, which is super fast. So
fast that I decided to add a default 1 pass of compression to history.
Enabling further compression will do an additional high LZ4 compression.
2016-04-04 18:39:00 +10:00
Jesse Boyd e71fd64e9c Add gradle project 2016-04-02 15:06:24 +11:00