Commit Graph

  • 72f931a063
    Merge 0b22decae5 into a6402850c9 Phillip Schichtel 2024-05-30 21:42:02 +0000
  • 0b22decae5
    Update to latest SpongeAPI 11.0.0-SNAPSHOT Phillip Schichtel 2024-05-30 23:35:37 +0200
  • 10e388fc68
    Merge 7afcbeefd7 into a6402850c9 Lukas Rieger 2024-05-28 19:56:59 +0000
  • 7afcbeefd7
    Fix addon loading issue wip/v5 Lukas Rieger (Blue) 2024-05-28 21:56:53 +0200
  • 0cc0247930
    Remove apache.commons.io and apache.commons.lang libraries Lukas Rieger (Blue) 2024-05-28 21:54:14 +0200
  • e04e46fa5f
    Spotless Lukas Rieger (Blue) 2024-05-28 01:58:18 +0200
  • b1c75aa44a
    Implement a Registry for BlockEntities Lukas Rieger (Blue) 2024-05-28 01:57:35 +0200
  • 02d9fc1405
    Use local variable Lukas Rieger (Blue) 2024-05-27 23:48:49 +0200
  • 52d1e59108
    Rename AddonManager to Addons Lukas Rieger (Blue) 2024-05-27 23:46:32 +0200
  • 51185f5884
    Apply spotless fixes Lukas Rieger (Blue) 2024-05-27 23:11:02 +0200
  • 6ad50a89cb
    Implement native addon loader Lukas Rieger (Blue) 2024-05-27 23:10:20 +0200
  • 01b1ac513c
    Merge branch 'wip/v5' of https://github.com/BlueMap-Minecraft/BlueMap into wip/v5 Lukas Rieger (Blue) 2024-05-26 16:37:07 +0200
  • fc8377764c
    Show chunk borders (#542) TechnicJelle 2024-05-26 16:33:11 +0200
  • a594a4bed3
    comment & formatting Lukas Rieger (Blue) 2024-05-22 20:58:02 +0200
  • 2c2d2f9227
    Fix use of java-19 api Lukas Rieger (Blue) 2024-05-22 16:03:58 +0200
  • 8455b50fc3
    Fix use of implementation-specific exception Lukas Rieger (Blue) 2024-05-22 16:00:54 +0200
  • 3db6833fc6
    Move region-file watch service into World interface Lukas Rieger (Blue) 2024-05-22 15:45:06 +0200
  • 20aa0a72f5
    Apply spottless fixes Lukas Rieger (Blue) 2024-05-21 22:24:31 +0200
  • 3faf2f0135
    Only rebuild webapp if clean-build or there were changes Lukas Rieger (Blue) 2024-05-21 22:23:57 +0200
  • d77d90c658
    Fix some issues with the previous commit Lukas Rieger (Blue) 2024-05-21 20:57:08 +0200
  • d7dd8931a5
    Remove all usages of java.io.File and bad usages of Path.of() Lukas Rieger (Blue) 2024-05-21 16:32:28 +0200
  • 67706b4ea8
    Apply spotless fixes feat/events Lukas Rieger (Blue) 2024-05-20 21:57:54 +0200
  • c91f991dc9
    Merge branch 'wip/v5' into feat/events Lukas Rieger (Blue) 2024-05-20 21:45:01 +0200
  • ce25eb52e3
    Small improvements, make webserver more accessible for addons Lukas Rieger (Blue) 2024-05-20 21:43:50 +0200
  • d43a08c92b
    Implement webserver event in cli Lukas Rieger (Blue) 2024-05-20 21:40:32 +0200
  • c0c22fc6ea
    Implement freeze and visibillity events Lukas Rieger (Blue) 2024-05-20 21:37:58 +0200
  • 648894ee26
    More event wip Lukas Rieger (Blue) 2024-05-20 21:33:14 +0200
  • bd93071d02
    First draft of events Lukas Rieger (Blue) 2024-05-20 21:28:53 +0200
  • 93d8876b20
    Rework StateDumper Lukas Rieger (Blue) 2024-05-15 23:47:25 +0200
  • 3cd3f1d032
    Switch to correct lz4 compression type Lukas Rieger (Blue) 2024-05-15 01:20:46 +0200
  • 05c220ec3b
    Maybe also use the same lz4 compression type minecraft uses feat/1.20.6 Lukas Rieger (Blue) 2024-05-15 01:18:53 +0200
  • 0b111463be
    Apply spotless fixes Lukas Rieger (Blue) 2024-05-15 00:46:37 +0200
  • b330c5d168
    Improve readabillity Lukas Rieger (Blue) 2024-05-15 00:45:34 +0200
  • 2029fe0a87
    Add support for dimension-type directly stored in level.dat (#517) Lukas Rieger (Blue) 2024-05-15 00:41:59 +0200
  • 2777846cf8
    Fix max-height calculation (#535) Lukas Rieger (Blue) 2024-05-15 00:01:54 +0200
  • 203c2032ad Move variable to better place TechnicJelle 2024-05-14 23:19:14 +0200
  • 970e607c60
    Add LZ4 support Lukas Rieger (Blue) 2024-05-14 22:58:32 +0200
  • eca5fabdb6 Added a toggle button for the chunk borders TechnicJelle 2024-05-14 02:16:11 +0200
  • 9852382e99 Also fade out chunkborders on hires tiles TechnicJelle 2024-05-14 01:20:25 +0200
  • e3d2f946b1 Change line width to width of two Minecraft pixels TechnicJelle 2024-05-14 00:38:57 +0200
  • 6b2a0cefb8 Show chunk borders TechnicJelle 2024-05-13 23:59:04 +0200
  • 1b26803527
    Update Caffeine, use soft values for chunk caches Lukas Rieger (Blue) 2024-05-12 20:11:31 +0200
  • 5a05f06274
    Add forge and neoforge 1.20.6 v3.21 Lukas Rieger (Blue) 2024-05-12 11:40:51 +0200
  • 7cdc8213fa
    Merge pull request #538 from Salzian/parallel-settings-loading Lukas Rieger 2024-05-09 12:40:51 +0200
  • fe5c1fa785 Parallelized initial settings loading Salzian 2024-05-08 23:47:50 +0200
  • 909642d4c3
    apply spotless fixes Lukas Rieger (Blue) 2024-05-08 19:51:59 +0200
  • 05bbd2b481
    Fix some more resource formatting Lukas Rieger (Blue) 2024-05-08 19:37:40 +0200
  • 36c1d3f7ac
    Restructure resource-extensions, fix some issues and add support for biome grass_color_modifier Lukas Rieger (Blue) 2024-05-08 19:31:36 +0200
  • a311fc1cef
    Devolvement of issues #145 + missing signs (#536) TyBraniff 2024-05-07 10:48:22 -0400
  • 81fe41fd2b
    Renderstate rewrite, and moving biomes to datapacks, mc-version and vanilla-resources and resource-extensions rewrite (wip) Lukas Rieger (Blue) 2024-05-07 16:45:24 +0200
  • e2ab8a6ac3
    Update dragon_wall_head.json TyBraniff 2024-05-04 14:57:37 -0400
  • a44bf91585
    Update dragon_head.json TyBraniff 2024-05-04 14:57:28 -0400
  • f7f55ff144
    Update decorated_pot.json TyBraniff 2024-05-04 14:56:42 -0400
  • 269b1f775a
    Merging projects TyBraniff 2024-05-03 18:06:04 -0400
  • 7330870557
    Update blockColors.json TyBraniff 2024-05-03 18:04:19 -0400
  • 59f42da0ed
    Merging project TyBraniff 2024-05-03 18:01:01 -0400
  • 6fbd40deba
    Create wall_bamboo.json TyBraniff 2024-05-01 11:21:09 -0400
  • 2e257e7331
    Create wall_cherry.json TyBraniff 2024-05-01 11:20:33 -0400
  • 7f3b6db047
    Create bamboo.json TyBraniff 2024-05-01 11:19:54 -0400
  • 0be4bca5ce
    Create cherry.json TyBraniff 2024-05-01 11:19:33 -0400
  • 499cafd743
    Add fabric 1.20.5 build Lukas Rieger (Blue) 2024-05-01 11:58:52 +0200
  • a6402850c9
    Fix delete statements doing a full table scan master Lukas Rieger (Blue) 2024-04-18 15:46:45 +0200
  • 37dd18190b
    Fix sqlite purgepurgeMapTilesStatement Lukas Rieger (Blue) 2024-04-17 00:06:03 +0200
  • fa966c4363
    Change popup-marker to always be in front of other markers Lukas Rieger (Blue) 2024-04-08 13:37:34 +0200
  • 240ca6c00e
    Fix some issues with the new sql-storage implementations Lukas Rieger (Blue) 2024-04-07 12:55:41 +0200
  • f18f7a9a16
    Update vite Lukas Rieger (Blue) 2024-04-06 01:36:26 +0200
  • f66437ac83
    Apply spotless fixes Lukas Rieger (Blue) 2024-04-06 01:33:24 +0200
  • fdf242acdf
    Rework storages to make them extensible with addons Lukas Rieger (Blue) 2024-04-06 01:26:16 +0200
  • 7e7b1e4f53
    Fix workflow name Lukas Rieger (Blue) 2024-04-04 02:13:03 +0200
  • f097517320
    Publish BlueMapCore and BlueMapCommon to BlueColored repo Lukas Rieger (Blue) 2024-04-04 02:07:09 +0200
  • ee3ab6ff9a
    Make use of updated spigot api to send command-messages in a better way Lukas Rieger (Blue) 2024-03-29 13:39:12 +0100
  • 498a4f3190
    Minimum required Java version is now 16, drop support for spigot versions < 1.16.5 Lukas Rieger (Blue) 2024-03-29 13:08:59 +0100
  • 757979b7b4
    Implement equals and hashCode for BlueMapMap and BlueMapWorld Lukas Rieger (Blue) 2024-03-24 00:07:10 +0100
  • 6e8247ae3a
    Tentative fix for flickering with some custom animated textures Lukas Rieger (Blue) 2024-03-21 14:40:20 +0100
  • a847e247e5
    Add mechanism for retrieving BlockEntity data (#524) Gerber Lóránt Viktor 2024-03-20 23:23:03 +0100
  • 2689cd10e0
    Merge branch 'master' of https://github.com/BlueMap-Minecraft/BlueMap Lukas Rieger (Blue) 2024-03-20 22:05:51 +0100
  • b60b14372f
    Fix menu-title of player-markers not translatable Lukas Rieger (Blue) 2024-03-20 22:05:38 +0100
  • 4e502a8fed Add missing license headers Gerber Lóránt Viktor 2024-03-19 17:47:46 +0100
  • 1d98922bb2 Tidy BlockEntity mappings Gerber Lóránt Viktor 2024-03-19 17:26:42 +0100
  • fca5da42f4 Change mapping type of BlockEntity lookups Gerber Lóránt Viktor 2024-03-19 17:22:11 +0100
  • 574bc6f9e8 Fix the coordinate-packing for block entity-loading Gerber Lóránt Viktor 2024-03-19 17:09:39 +0100
  • b10d15657a Add mechanism for retrieving BlockEntity data Gerber Lóránt Viktor 2024-03-16 22:09:25 +0100
  • 10fb88df4b
    Make TextureVariable references align with game behaviour (#525) Gerber Lóránt Viktor 2024-03-17 14:56:32 +0100
  • 42757e7c0f Make TextureVariable references align with game behaviour Gerber Lóránt Viktor 2024-03-17 05:02:13 +0100
  • 9fca7b9361
    preserve lf lineseparator for config templates Lukas Rieger (Blue) 2024-03-17 13:15:07 +0100
  • a0e9180360
    Fix paper-implementation not saving the world on the main thread Lukas Rieger (Blue) 2024-03-14 09:17:22 +0100
  • d46e40a63c Adding minecraft 1.20.4 as texture changes cause problems with generating maps Yorick Bosman 2024-03-06 09:13:54 +0100
  • e9e7042aed
    Fix spotless testing for root-modules v4.1 Lukas Rieger (Blue) 2024-03-04 13:10:00 +0100
  • b27aedc4c2
    Fix spotless error Lukas Rieger (Blue) 2024-03-04 12:57:49 +0100
  • 0613037093
    Fix paper-implementation not detecting additional worlds correctly Lukas Rieger (Blue) 2024-03-04 12:50:03 +0100
  • aecbd23ba7
    Implement animated textures Lukas Rieger (Blue) 2024-02-26 01:59:28 +0100
  • 2899646adc
    Swap chunk-scan direction for future stuff :) Lukas Rieger (Blue) 2024-02-25 18:12:27 +0100
  • c9a8c83d6e
    Fix map hires sometimes not loading when loading a map Lukas Rieger (Blue) 2024-02-25 15:09:10 +0100
  • ceb31b68eb
    Add more cache-control headers to sql.php Lukas Rieger (Blue) 2024-02-25 02:19:40 +0100
  • b625af695c
    Merge branch 'master' of https://github.com/BlueMap-Minecraft/BlueMap Lukas Rieger (Blue) 2024-02-25 02:15:45 +0100
  • 908789a815
    Add more cache-control headers to integrated webserver Lukas Rieger (Blue) 2024-02-25 02:15:34 +0100
  • c0c946d154
    Update ru translation (#515) Nikita 2024-02-25 03:26:08 +0300
  • 37d5d47af6
    Update ru translation NikitaCartes-forks 2024-02-25 03:13:14 +0300
  • b02b91d3bb
    Use the global cache-hash for settings and textures .json requests Lukas Rieger (Blue) 2024-02-25 01:00:20 +0100
  • b437684dbb
    Workflow to check translations for outdated data and missing strings (#514) Antti Ellilä 2024-02-25 00:58:21 +0200