BlueMap/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/web/http
Lukas Rieger 16981f2797
Refactor World-Management and Region/Chunk-Loading (#496)
* Implement PackedIntArrayAccess

* First working render with BlueNBT

* Progress converting chunkloaders

* Core rewrite done

* WIP - Restructuring configs and world-map mapping

* WIP - Compiling and starting without exceptions :)

* Fix cave detection

* Ensure configuration backwards compatibility (resolve dimension from configured world if missing)

* Implement support for 1.16+ chunks

* Implement support for 1.15+ chunks

* Implement support for 1.13+ chunks and some fixes

* Also find worlds based on their id again in BlueMapAPI

* Improve autogenerated config names

* Implement equals for all ServerWorld implementations

* Get rid of var usage
2024-02-07 20:43:37 +01:00
..
HttpConnection.java Make webserver resource-closing more watertight against potential leaks 2023-09-05 14:22:30 +02:00
HttpHeader.java Apply Spotless fixes for BlueMapCommon 2023-06-29 13:42:56 +02:00
HttpRequest.java Apply Spotless fixes for BlueMapCommon 2023-06-29 13:42:56 +02:00
HttpRequestHandler.java Rewrite integrated webserver to be non-blocking 2023-02-22 16:19:34 +01:00
HttpResponse.java Implement abillity to handle Http-Requests asyncrounously 2023-03-06 20:38:38 +01:00
HttpServer.java Refactor World-Management and Region/Chunk-Loading (#496) 2024-02-07 20:43:37 +01:00
HttpStatusCode.java Change image response to 204 and always save an empty players.json 2023-03-02 16:30:28 +01:00
SelectionConsumer.java Apply Spotless fixes for BlueMapCommon 2023-06-29 13:42:56 +02:00
Server.java Made webserver binding logging less confusing (#474) 2023-09-07 08:41:50 +02:00