Michael Primm
9bd467ead9
Start Forge 1.20.6 code (not yet functional)
2024-06-02 18:25:17 -05:00
mikeprimm
383d8cec48
Merge pull request #4082 from JurgenKuyper/add-configurable-spawnbed-hide-on-leave
...
added configurable on whether to remove spawnbed markers when player leaves the server
2024-06-02 12:59:32 -05:00
Michael Primm
255740ca5a
Migrate to Gradle 8.7
2024-04-26 22:50:43 -05:00
Jurgen
80c0759ba6
added configurable on whether to remove spawnbed markers on leave of player
2024-02-26 20:51:51 +01:00
mikeprimm
e41c4990a3
Merge pull request #4030 from ChimneySwift/generic-s3
...
Allow generic S3 endpoints for alternative services
2023-12-12 22:02:03 -06:00
ChimneySwift
29b7c3c3a6
Add override_endpoint setting to configuration files
2023-11-16 22:07:28 +10:00
Jurgen
fb94024edf
implemented hideifspectator switch, fully functional
2023-10-08 11:56:41 +02:00
JurgenKuyper
86620223cb
Merge branch 'webbukkit:v3.0' into v3.0
2023-10-01 10:44:26 +02:00
Michael Primm
97a69c8c12
Restrict /dmarker file imports to {dynmap-directory}/import
2023-09-27 21:35:40 -05:00
Jurgen
0a34320fa4
implemented hideifspectator switch, still need to test fabric/forge
2023-09-27 22:22:00 +02:00
Jurgen
b6ff50c898
implemented hide if spectator
2023-09-03 12:37:58 +02:00
Max
5f7ffc5aa8
fix typo
2023-02-18 22:40:13 +01:00
Max
68d8e568bb
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
mastermc05
52770b4b83
Add biome to cache
2022-11-18 13:44:59 +02:00
mastermc05
e343540023
Forge 1.16.5
2022-11-18 13:38:14 +02:00
Mike Primm
2bce974be8
Add ClientWorld hack
2022-07-24 17:24:19 -05:00
RedstoneFuture
e1366042f2
Add no-permission message option
2022-05-29 15:28:06 +02:00
Mike Primm
5ab2e3deee
Shift CommonAPI initialization forward to ServerAboutToStart
2022-03-30 22:55:49 -05:00
Mike Primm
5f7bbed28e
Add support for trusted-proxies subnet ranges, handle nested proxies
2022-02-22 22:11:48 -06:00
Mike Primm
1954659b67
Add prefix path support for AWS S3 website
2022-02-20 21:38:50 -06:00
Mike Primm
d9d3024865
Add tilescale and defaulttilescal : option for bigger tiles
2022-02-16 21:13:57 -06:00
Mike Primm
fd6e1e4723
Add publicURL setting and '/dynmap url' command
2022-02-12 01:30:00 -06:00
Mike Primm
430d179c2b
Tidy up Eclipse workspace
2022-02-07 10:04:12 -06:00
Mike Primm
b9485d8f4e
Allow for clean shutdown
2022-02-05 03:20:22 -06:00
Mike Primm
a45c000632
Add update-webpath-files setting to allow disable of web file updating
2022-02-04 21:47:33 -06:00
Mike Primm
e012487be8
Add more debug on block state exceptions
2022-01-14 18:48:08 -06:00
Mike Primm
dbb7a6c506
Log warning for block states with lighting lookup error
2022-01-14 18:32:28 -06:00
Mike Primm
ead7e33bbe
Workaround for mods with broken block state logic...
2022-01-14 10:37:28 -06:00
James Lyne
29984eb0af
Update configuration.txt comment
2022-01-07 23:06:48 +00:00
Mike Primm
dff7313069
Time-of-day fix for Fabric (all versions) and Forge (1.13-1.16)
2021-12-29 19:33:37 -06:00
Mike Primm
cad1ccb747
Fix mushroom stem render, cleanup System.out uses
2021-12-28 14:37:20 -06:00
Mike Primm
8c54bb2524
Improve forge chunk generate handling
2021-12-25 21:46:28 -06:00
Mike Primm
b589184e8a
Handle negative Y for chunk generation driven updates
2021-12-25 19:09:02 -06:00
Mike Primm
6c7824a385
Implement basic sky lighting for chunks with broken lighting
...
(forge,fabric)
2021-12-24 20:38:05 -06:00
Mike Primm
cfefe64894
Shift string safely into Log class, finish hack substitution string
2021-12-24 00:08:52 -06:00
Mike Primm
3c014f64eb
Strip dependencies on Apache Commons Codec
2021-12-19 15:23:40 -06:00
Mike Primm
61a71f8a0b
Apply lighting workaround to 1.16.5+
2021-12-16 12:32:10 -06:00
Mike Primm
3af5ac05e2
Add NBT toString()
2021-12-15 02:14:12 -06:00
Mike Primm
88782405f1
Strip META-INF/maven and services - avoid problems with forge 1.18
2021-12-08 20:34:03 -06:00
Mike Primm
6fed0dfb1f
Add support for largeplayerfaces option for bigger player markers
2021-12-07 21:38:59 -06:00
Mike Primm
3d71f87bb7
Backport generic chunk handler to 1.16.5 for Spigot, Fabric, Forge
2021-12-07 18:49:51 -06:00
Mike Primm
12a314fe82
Remove debug noise
2021-11-15 21:33:43 -06:00
Mike Primm
ca76a59761
Add data pack dimension support for Forge 1.16.5 and 1.17.1
2021-11-15 20:51:35 -06:00
Mike Primm
0f655e8414
Add support for experimental Caves and Caverns data pack
2021-08-21 18:03:07 -05:00
Kosma Moczek
4e68d60984
forge-*: fix resource patching
2021-06-27 19:41:51 +02:00
Kosma Moczek
246f5e02f0
forge-*: fix resource handling on Gradle 7
2021-06-27 15:07:33 +02:00
Kosma Moczek
4d8439fae9
forge-1.13.2..1.16.5: update ForgeGradle to version 5
2021-06-27 14:34:29 +02:00
Kosma Moczek
bc0f25a21d
build.gradle: rename compile -> implementation
2021-06-27 13:51:12 +02:00
Mike Primm
8fb20f5f16
Propagate stateByID scaling performance improvement
2021-03-14 12:08:07 -05:00
Michael
4566d4c3d3
Resize stateByID by 10% instead of a single element at a time
...
For a complex modpack, this reduces startup time by more than 99%, because Arrays.copyOf() is invoked only dozens of times instead of hundreds of thousands of times. Fixes #3284 and #3296 , and possibly others.
Only patched forge 1.16.5 because that's all I'm running at the moment, but I expect the same fix can be applied elsewhere.
2021-03-06 20:42:19 +08:00