Commit Graph

31 Commits

Author SHA1 Message Date
Blue (Lukas Rieger)
8d9220f611 Correct build setups for CLI and Forge implementations 2020-04-06 17:55:35 +02:00
Blue (Lukas Rieger)
323cb1bc81 Change project setup: split targets into different jars and relocate shadowed libs 2020-03-30 01:45:32 +02:00
Blue (Lukas Rieger)
54acd321f9 Fix a bug that prevents map changing via url and add sky color to dimensions 2020-03-14 18:18:02 +01:00
Blue (Lukas Rieger)
2ed2fa3e35 Add click menu and debug option to web-app and fix two render-saving bugs that caused corrupted files sometimes 2020-03-13 18:11:31 +01:00
Blue (Lukas Rieger)
dde30e932d Fix a bug with saving tiles sometimes and one with the ui 2020-03-08 22:02:44 +01:00
Blue (Lukas Rieger)
80f1d90cdf Update configs for lighting changes and finalize ui 2020-03-08 20:56:52 +01:00
Blue (Lukas Rieger)
190d65ca7f Added radius-render command and some small improvements 2020-02-06 19:26:51 +01:00
Blue (Lukas Rieger)
2c1fb0a8db Use map-id instead of map-name for render-task name 2020-01-21 22:09:19 +01:00
Blue (Lukas Rieger)
b7db58461f Save state during render with CLI and restart unfinished renders 2020-01-21 21:05:41 +01:00
Blue (Lukas Rieger)
a56b610afb Add configuration to set a start-point of the map, defaults to world-spawn 2020-01-19 16:30:36 +01:00
Blue (Lukas Rieger)
0b8624d54e Make CLI use some classes from common and remove the obsolete ones 2020-01-19 01:51:30 +01:00
Blue (Lukas Rieger)
aaaaf7e18a Also use config with lowres model compression 2020-01-18 16:42:34 +01:00
Blue (Lukas Rieger)
3b5393202f Add configuration if gzip-compression should be used 2020-01-18 14:34:20 +01:00
Blue (Lukas Rieger)
611109ea91 Fix CLI skipping unrendered maps - Fixes #8 2020-01-18 11:34:01 +01:00
Blue (Lukas Rieger)
4914814744 More common/plugin refactoring 2 2020-01-15 20:20:22 +01:00
Blue (Lukas Rieger)
bfbc5ca108 Fix typo and push version to next release 2020-01-12 12:39:40 +01:00
Blue (Lukas Rieger)
56bc0e2ff9 Also adapt CLI implementation to new folder structure 2020-01-10 18:29:46 +01:00
Blue (Lukas Rieger)
1af2a8c86d Reorganize config, add render-bounds and make some optimizations 2020-01-10 17:54:36 +01:00
Blue (Lukas Rieger)
1c44bd2ac4 Remove extra configs again and move them into resource-packs and mods 2020-01-07 00:48:06 +01:00
Blue (Lukas Rieger)
7d9b4d3f4b Fix an exception when trying to access ungenerated chunks in an area that has no region file 2020-01-06 20:26:06 +01:00
Blue (Lukas Rieger)
76ea6e1918 Remove the BlockContext concept and move the functionality to the Block itself, this improves Render-Speed by A LOT! 2020-01-06 15:15:25 +01:00
Blue (Lukas Rieger)
b15fc534e6 Remove ChunkNotGeneratedException and treat not loaded chunks just empty when rendering 2020-01-06 13:04:19 +01:00
Blue (Lukas Rieger)
bfdf7fa7ce Add bluemap:missing block and basic unit tests.
The bluemap:missing block will be used as fallback if bluemap cant render another block for some reason.
The unit tests are just the setup, they will need to catch up over time ^^
2020-01-05 18:52:30 +01:00
Blue (Lukas Rieger)
c60a62a6cd Add some more resources-compatibility and tweak some values in configs and colors 2020-01-04 20:04:47 +01:00
Blue (Lukas Rieger)
f6be5dd30f Reorganize and expose some config files to create the abillity to integrate mods 2019-12-30 22:36:48 +01:00
Blue (Lukas Rieger)
ff00f3f1b6 Complete rewrite of resource loading, render-optimizations and fixes for resource-packs 2019-12-29 16:23:43 +01:00
Blue (Lukas Rieger)
b774465907 Change default data folder in config 2019-11-23 20:39:31 +01:00
Blue (Lukas Rieger)
fee5d7ec46 Rewrite the CLI to use a config file 2019-11-23 20:28:44 +01:00
Blue (Lukas Rieger)
fafc5c4a47 Fix render-sorting so it works like intended 2019-11-15 20:18:17 +01:00
Blue (Lukas Rieger)
3fd724c74b Add SpongePlugin implementation and fix and improve a lot of different things 2019-11-11 20:36:31 +01:00
Blue (Lukas Rieger)
49ae2cf08f Initial commit: Merging Projects BlueMapCore, BlueMapCLI and BlueMapSponge into one 2019-11-02 17:23:48 +01:00