Commit Graph

  • 9efeaedf18
    Move the sorting out of the save() method Lukas Rieger (Blue) 2022-10-21 18:46:31 +0200
  • 685a7bf85e
    Remove unneded commented-out code Lukas Rieger (Blue) 2022-10-19 23:04:07 +0200
  • a5c6f5a31f
    Fix sorting not working properly Lukas Rieger (Blue) 2022-10-19 23:02:27 +0200
  • cc1e2197f0
    Remove uneccessary line Lukas Rieger (Blue) 2022-10-19 19:18:11 +0200
  • d1ab1c6ca0
    Switch face-sorting to merge-sort Lukas Rieger (Blue) 2022-10-19 19:16:34 +0200
  • 63a003b13e
    Switch to arrays to improve object-allocation Lukas Rieger (Blue) 2022-10-19 17:20:36 +0200
  • c6019c722d
    Little improvements here and there Lukas Rieger (Blue) 2022-10-19 16:25:25 +0200
  • c5a91431cd
    Improve chunk palette-reading if the palette has only one entry Lukas Rieger (Blue) 2022-10-17 12:01:58 +0200
  • 9bc77c7257
    Fix bits per biome if there is only one biome in the palette Lukas Rieger (Blue) 2022-10-17 09:18:13 +0200
  • de5d8a4689
    Push BlueMapVue for theme-changes Lukas Rieger (Blue) 2022-10-16 00:38:13 +0200
  • eec491da29
    Push BlueMapVue. Fixes: #160 Lukas Rieger (Blue) 2022-10-15 00:39:22 +0200
  • 81f309b0be
    Create directories with symlinks in mind, fixes #349 Lukas Rieger (Blue) 2022-10-14 10:24:19 +0200
  • 4534202c75
    Refactor color parse method to remove barely used ConfigUtils class Lukas Rieger (Blue) 2022-10-14 10:00:51 +0200
  • 6bcda783aa
    Push BlueMapAPI Lukas Rieger (Blue) 2022-10-13 22:31:53 +0200
  • 5a109b42c6
    Always load MISSIN_TEXTURE texture Lukas Rieger (Blue) 2022-10-13 20:33:03 +0200
  • 06c97b74c1
    Fix missing block resource having the wrong path Lukas Rieger (Blue) 2022-10-13 20:11:50 +0200
  • 550b52d503
    Fix cullface calculation for model-faces, fixes #347 Lukas Rieger (Blue) 2022-10-13 19:29:08 +0200
  • c9b88ed6d7
    Push BlueMapAPI Lukas Rieger (Blue) 2022-10-10 18:14:44 +0200
  • 201b8c9e77
    Push configurate-version to fix #339 Lukas Rieger (Blue) 2022-10-10 18:00:03 +0200
  • 50c950382e
    Fix #338 Lukas Rieger (Blue) 2022-10-10 17:46:57 +0200
  • a8346a24ba
    Push BlueMapVue Lukas Rieger (Blue) 2022-10-04 20:41:27 +0200
  • 5624c5f216
    Fix some issues with the purge command Lukas Rieger (Blue) 2022-10-04 20:40:38 +0200
  • d7eb9e8083
    Fix outdated warning message text Lukas Rieger (Blue) 2022-10-02 20:50:20 +0200
  • 32a4f4a06b
    Push BlueMapVue Lukas Rieger (Blue) 2022-10-01 12:50:44 +0200
  • 8c675bc4f7
    Fix lowres block color calculation with multipart-blocks Lukas Rieger (Blue) 2022-09-18 21:28:08 +0200
  • dabc8a565a
    Merge branch 'master' of https://github.com/BlueMap-Minecraft/BlueMap v3.4 Lukas Rieger (Blue) 2022-09-12 12:03:53 +0200
  • 9afcb33790
    Push BlueMapVue and add version to index.html on web-app creation Lukas Rieger (Blue) 2022-09-12 12:02:36 +0200
  • d64353bf31
    Push BlueMapVue Lukas Rieger (Blue) 2022-09-09 23:14:49 +0200
  • bfbebbcd51
    Improve Docker image tags (#337) Antti 2022-09-09 17:40:27 +0300
  • dff1640f06
    Improve Docker image tags Antti 2022-09-08 16:57:18 +0300
  • e8f8317d52
    Fix/improve handling of two exceptions Lukas Rieger (Blue) 2022-09-08 12:29:11 +0200
  • d9df6989ff
    Add option to hide players if they are in the shadows *mystic sound here* Lukas Rieger (Blue) 2022-09-02 23:10:51 +0200
  • 37c125c698
    Push BlueMapVue Lukas Rieger (Blue) 2022-09-02 22:09:32 +0200
  • 1fd3c2bf4d
    Merge branch 'master' of https://github.com/BlueMap-Minecraft/BlueMap Lukas Rieger (Blue) 2022-08-31 15:09:54 +0200
  • d93610cbd1
    Push BlueMapVue Lukas Rieger (Blue) 2022-08-31 15:09:12 +0200
  • a7ea9ebaa8
    Update README.md Lukas Rieger 2022-08-28 17:51:55 +0200
  • 21b563a315
    Update README.md Lukas Rieger 2022-08-28 17:49:23 +0200
  • 98780514c6
    Fix tile-saving errors after reloading bluemap with sql storage Lukas Rieger (Blue) 2022-08-27 15:19:32 +0200
  • 60a8f5f98e
    Close storages that failed to load and misconfigured maps dont stop loading the others Lukas Rieger (Blue) 2022-08-27 15:08:17 +0200
  • 478ccf52a5
    Update BlueMapAPI + Implementation Lukas Rieger (Blue) 2022-08-25 15:46:37 +0200
  • 0e84d4f914
    Fix (rarely) possible null-values in textures.json Lukas Rieger (Blue) 2022-08-23 19:45:39 +0200
  • c886f6dd1e webserver.conf: Restore "ip" configuration value in the default configuration template that was erroneously removed during the configuration system refactor in commit e555d558b7. This allows users to bind the BlueMap webserver to 127.0.0.1 again, which is useful for reverse proxy setups. Karen/あけみ 2022-08-22 23:38:43 +0900
  • c3dd98ce2d
    Push BlueMapAPI Lukas Rieger (Blue) 2022-08-22 11:23:06 +0200
  • 471183b419
    Add some SQL-Storage settings and tweak some connection-pool settings v3.3 Lukas Rieger (Blue) 2022-08-21 00:28:40 +0200
  • e314d6597e
    Fix rare issue trying to update players before bluemap fully initiallized Lukas Rieger (Blue) 2022-08-21 00:27:49 +0200
  • efd365daeb
    Fix issue with checking render-playerlimit Lukas Rieger (Blue) 2022-08-21 00:26:34 +0200
  • 4c9b45e6eb
    Fix sql-config-template, remove debug-log and add map-id to cli-filewatcher output v3.2 Lukas Rieger (Blue) 2022-08-18 18:06:55 +0200
  • eac01bb06e
    Change y to z for start-pos config Lukas Rieger (Blue) 2022-08-18 16:08:33 +0200
  • f80e7ea546
    Fix config template for start-pos Lukas Rieger (Blue) 2022-08-18 16:06:00 +0200
  • a3264e1c0b
    Push BlueMapVue v3.1 Lukas Rieger (Blue) 2022-08-18 14:18:20 +0200
  • bd88b2979d
    Remove the user & password settings for database, as they should be added to the jdbc-connection string Lukas Rieger (Blue) 2022-08-17 23:27:56 +0200
  • 89ca7053dd
    Fix map-region filter limits on the z-Axis based on minY instead of minZ Lukas Rieger (Blue) 2022-08-17 22:38:07 +0200
  • 9e6cdc75de
    Push BlueMapVue Lukas Rieger (Blue) 2022-08-17 14:46:53 +0200
  • 29e4f4c7a9
    Push BlueMapVue Lukas Rieger (Blue) 2022-08-16 01:11:48 +0200
  • 2bc0b2c583
    Fix lowres saving and loading issues Lukas Rieger (Blue) 2022-08-16 00:19:04 +0200
  • b38177bc4a
    Remove debug output Lukas Rieger (Blue) 2022-08-15 23:56:40 +0200
  • 5448850eca
    Fix black spots in lowres layer (syncronization issue) Lukas Rieger (Blue) 2022-08-15 23:43:06 +0200
  • 0a4d85982c
    Update link to the TODO-List Lukas Rieger (Blue) 2022-08-15 21:24:41 +0200
  • 83806641ac
    Add minimum inhabitedTime configuration to maps Lukas Rieger (Blue) 2022-08-15 11:43:16 +0200
  • f5ef2a8cdc
    Push BlueMapVue Lukas Rieger (Blue) 2022-08-15 10:49:34 +0200
  • 101784b032
    Push BlueMapVue Lukas Rieger (Blue) 2022-08-15 10:03:22 +0200
  • c3a26abc3b
    Add option to disable saving the hires-layer Lukas Rieger (Blue) 2022-08-15 00:19:24 +0200
  • b28ade1abd
    Push BlueMapAPI Lukas Rieger (Blue) 2022-08-15 00:19:00 +0200
  • b030270208
    Docker container for CLI version (#320) Antti 2022-08-14 23:33:40 +0300
  • 893139dc32
    Add tag tags Antti 2022-08-14 23:08:29 +0300
  • 1c4949b3a8
    Push BlueMapVue Lukas Rieger (Blue) 2022-08-14 21:48:51 +0200
  • cf5a0da221
    Fix IndexOutOfBoundsException if CombinedRenderTask is almost finished Lukas Rieger (Blue) 2022-08-14 21:30:15 +0200
  • dd0ed3af8b
    Docker container for CLI version Antti 2022-08-14 21:46:42 +0300
  • 42e53f0135
    Fixes for lowres lighting and map-purging/saving, tweak default settings v3.0 Lukas Rieger (Blue) 2022-08-14 20:36:50 +0200
  • 4be78ffd76
    Push BlueMapAPI Lukas Rieger (Blue) 2022-08-13 08:51:56 +0200
  • 413151e9ed
    Merge branch 'feature/lowres' Lukas Rieger (Blue) 2022-08-12 18:11:26 +0200
  • 562deb17a3
    Finalize new lowres tiles implementation Lukas Rieger (Blue) 2022-08-12 18:11:11 +0200
  • 44906f889b
    Small performance improvements (resolving world-ids and sql-querys) Lukas Rieger (Blue) 2022-08-09 22:35:21 +0200
  • 18d71cb74d
    Push BlueMapVue Lukas Rieger (Blue) 2022-08-08 21:33:49 +0200
  • 7d14ca4a29
    Merge branch 'master' into feature/lowres Lukas Rieger (Blue) 2022-08-08 21:29:50 +0200
  • 057d25bd15
    Fix color issue and fix cli-webserver not working Lukas Rieger (Blue) 2022-08-08 21:29:16 +0200
  • 81574c5176
    Rewrite lowres tiles with mutiple LODs Lukas Rieger (Blue) 2022-08-07 20:32:55 +0200
  • e2f1f10fdb
    Fix hires-slider-default being controlled by the lowres-default setting Lukas Rieger (Blue) 2022-08-07 08:35:16 +0200
  • f50a86d5e1
    Add hit-miss metric Lukas Rieger (Blue) 2022-08-06 08:46:52 +0200
  • bddd455581
    Fix some map-purging issues Lukas Rieger (Blue) 2022-08-06 07:05:29 +0200
  • cf43b788bc
    Push BlueMapAPI v2.2 Lukas Rieger (Blue) 2022-08-05 19:56:59 +0200
  • db05bc89b0
    Improve version detection on borge and fabric Lukas Rieger (Blue) 2022-08-03 23:13:00 +0200
  • aa5395622c
    Fix fabric 1.19 using 1.18 resources Lukas Rieger (Blue) 2022-08-03 20:41:33 +0200
  • 3c866b317d
    Register forge-commands on the correct event Lukas Rieger (Blue) 2022-08-03 19:00:04 +0200
  • 35cbdf67d6
    Use sponge world UUIDs instead of the formatted resource-key to ensure uniqueness Lukas Rieger (Blue) 2022-08-03 17:51:29 +0200
  • c289fd8c13
    Never overwrite existing world-ids Lukas Rieger (Blue) 2022-08-03 17:35:16 +0200
  • dafabac5bb
    Add a way to register externally rendered or static maps without a world v2.1 Lukas Rieger (Blue) 2022-08-03 12:54:03 +0200
  • fa361043c5
    Get world by resource location (#316) pop4959 2022-08-03 03:15:55 -0700
  • 5da86c9ab0 Get world by resource location pop4959 2022-08-03 02:07:55 -0700
  • e6548adf2b
    Add forge 1.19.1 support Lukas Rieger (Blue) 2022-08-02 23:05:32 +0200
  • d4f00682a6
    Fix web-app api throwing an error and add full errors to the StateDumper v2.0 Lukas Rieger (Blue) 2022-08-02 18:14:38 +0200
  • 38f23f2374
    Push BlueMapAPI Lukas Rieger (Blue) 2022-08-02 17:20:04 +0200
  • 17f502928c
    Update BlueMapVue Lukas Rieger (Blue) 2022-08-01 16:34:30 +0200
  • cb722840c7
    Add mangrove-sign resources Lukas Rieger (Blue) 2022-08-01 13:19:58 +0200
  • fd519e6bf7
    Update BlueMapAPI Lukas Rieger (Blue) 2022-08-01 12:53:58 +0200
  • fba273f620
    Fix Key equals() Lukas Rieger (Blue) 2022-08-01 11:12:50 +0200
  • ffc472ce84
    Fix not loading textures if they are outside the block(s) folder Lukas Rieger (Blue) 2022-08-01 00:15:39 +0200
  • bc8e52abbf
    Use int for ports instead of short to support full port-range Lukas Rieger (Blue) 2022-07-31 22:34:18 +0200
  • 00b01cd0da
    Fix lowres tiles failig to load correctly Lukas Rieger (Blue) 2022-07-31 22:19:15 +0200
  • 77b7854d0f
    Fix typo Lukas Rieger (Blue) 2022-07-31 22:00:30 +0200