Commit Graph

3229 Commits

Author SHA1 Message Date
Michael Primm 7bcce9c7e0 Fix cache poisoning on initial tiles on view 2023-05-09 20:47:23 -05:00
Michael Primm 3f2d9dd5df project file updates 2023-05-09 18:30:50 -05:00
Michael Primm 7218e56e5b Get './gradlew eclipse' working again 2023-05-09 18:29:43 -05:00
Michael Primm 4e61fa6b22 Use read API (avoid fixers running) 2023-05-09 14:24:15 -05:00
Michael Primm d1b95c9ae0 Update for 1.19.4 spigot change 2023-05-02 23:30:16 -05:00
Michael Primm 1ccffb7693 3.6-SNAPSHOT 2023-04-29 20:55:22 -05:00
Michael Primm 5bcfe052a5 Prep for 3.5 GA 2023-04-29 16:26:27 -05:00
Michael Primm 8b1b26c570 Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0 2023-04-16 23:53:59 -05:00
Michael Primm 022a031829 Fix >8 bit palette handling 2023-04-16 23:53:45 -05:00
mikeprimm 9c0a1e45fc
Update index.html
Fix iOS viewing
2023-04-11 08:51:08 -05:00
mikeprimm 3b970c7119
Merge pull request #3951 from shaijana/v3.0
Fixed color of cherry-leaves
2023-04-11 08:50:06 -05:00
Shaijana 436dfa22a0 Fixed color of cherry-leaves 2023-03-28 00:34:30 +02:00
Michael Primm bcd4ed617a Missed checkin 2023-03-23 22:28:18 -05:00
Michael Primm ab900740b7 Rework cave shader - make default proportional for variable world height 2023-03-23 13:27:33 -05:00
Michael Primm 76649c6250 Add map data versions for 1.19.2, 1.19.3, 1.19.4 2023-03-21 18:55:29 -05:00
Michael Primm 89d06d158d Back to SNAPSHOT 2023-03-19 00:37:19 -05:00
Michael Primm 2c32cbc0d5 Finish 1.20 preview blocks 2023-03-18 19:52:09 -05:00
Michael Primm cc9f6f0bc4 Add cherry signs 2023-03-18 19:11:32 -05:00
Michael Primm 8dd9e6eb5a Add upcoming cherry wood blocks 2023-03-18 15:06:52 -05:00
Michael Primm ea21f4c4df Add chiseled_bookshelf 2023-03-18 14:44:59 -05:00
Michael Primm 485aec3c1c Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0 2023-03-18 13:22:08 -05:00
Michael Primm 0f0d4f2ce9 Update block textures 2023-03-18 13:21:50 -05:00
mikeprimm 83d9247f78
Update to beta-3 2023-03-18 11:38:42 -05:00
mikeprimm bfd43d678c
Switch to beta-3 2023-03-18 11:38:08 -05:00
Michael Primm 9a02868534 Update Forge 1.19.3 to also work with Forge 1.19.4 2023-03-16 17:46:18 -05:00
Michael Primm f25d17d3ce Turn fabric 1.19.4 back on 2023-03-16 16:03:57 -05:00
mikeprimm 4a0225bf83
Merge pull request #3946 from kosma/fabric-1.19.4-fix
fabric: fix build issues with 1.19.4 port
2023-03-16 09:44:09 -05:00
Kosma Moczek 7af46a04a6 fabric: fix build issues with 1.19.4 port 2023-03-16 14:20:38 +01:00
Michael Primm 2fd5db2835 Build without fabric 1.19.4 (debug later) 2023-03-16 01:28:30 -05:00
Michael Primm caef8f433e Initial Spigot/Paper 1.19.4 2023-03-16 00:55:32 -05:00
mikeprimm a52ea70b27
Merge pull request #3945 from kosma/fabric-1.19.4
Fabric 1.19.4
2023-03-15 21:05:31 -05:00
Kosma Moczek b4c4b21a04 fabric-1.19.4: adapt for 1.19.4 changes 2023-03-14 22:35:35 +01:00
Kosma Moczek 3bb74d41c2 fabric-1.19.4: update dependencies to 1.19.4 2023-03-14 21:14:14 +01:00
Kosma Moczek ff5f829f16 fabric-1.19.4: remap to yarn 1.19.4+build.1 2023-03-14 21:14:14 +01:00
Kosma Moczek eee5565f86 fabric-1.19.4: add to settings.gradle 2023-03-14 21:14:14 +01:00
Kosma Moczek d85be30e43 fabric-1.19.4: rename 1.19.3 -> 1.19.4 2023-03-14 21:14:14 +01:00
Kosma Moczek 098081f2f3 fabric-1.19.4: copy from fabric-1.19.3 2023-03-14 21:00:03 +01:00
mikeprimm bb0e9dada7
Merge pull request #3934 from Max-42/patch-1
Add comment in configuration.txt
2023-02-27 06:02:04 -06:00
mikeprimm fd2e4ba8c8
Merge pull request #3932 from JurgenKuyper/CaveGradients
implemented user configurable start and stop of cave render
2023-02-27 06:01:35 -06:00
mikeprimm c508711f1c
Merge pull request #3933 from shaijana/v3.0
Added some textures of 1.19.3
2023-02-27 06:00:31 -06:00
Max 52829462e9
fix typo 2023-02-18 22:40:13 +01:00
Max 1a261c6422
add a comment to prevent issues like this: https://github.com/webbukkit/dynmap/issues/2968#issuecomment-652205096 2023-02-16 10:28:44 +01:00
Shaijana bf8a8d9b45 Added some textures of 1.19.3
(Hanging Signs and chiseled bookshelfs are still missing)
2023-02-14 20:47:42 +01:00
Jurgen cc88883dc1 fixed imports, thanks intellij 2023-02-08 19:58:47 +01:00
Jurgen 7b82a9182e implemented user configurable start and stop of cave render 2023-02-08 19:43:20 +01:00
Michael Primm 4efc418691 Back to 3.5-SNAPSHOT 2023-01-29 17:31:17 -06:00
Michael Primm f773175a7b Switch to 3.5-beta-2 2023-01-28 14:56:07 -06:00
mikeprimm dbfcfe03d4
Merge pull request #3906 from jonasbn/spellcheck_gha_update
Update of spellcheck GitHub Action to version 0.29.0
2023-01-25 09:11:45 -06:00
mikeprimm 322c370bbc
Merge pull request #3915 from JurgenKuyper/JarInJarFix
implemented catch to prevent server crash when jar in jar methods are used
2023-01-25 09:10:56 -06:00
mikeprimm 6fd70b65fe
Merge pull request #3910 from JOO200/fix/skinsrestorercompile
Don't use reflections to access SkinsRestorer API
2023-01-25 09:09:25 -06:00