Commit Graph

66 Commits

Author SHA1 Message Date
mastermc05 e3911b0d3b Add biome to cache 2022-11-18 13:44:59 +02:00
mastermc05 c643430225 Fabric 1.18 2022-11-18 13:16:29 +02:00
RedstoneFuture 078275d16d Add no-permission message option 2022-05-29 15:28:06 +02:00
Mike Primm a9b4ace851 Add support for trusted-proxies subnet ranges, handle nested proxies 2022-02-22 22:11:48 -06:00
Mike Primm ef045da32f Add prefix path support for AWS S3 website 2022-02-20 21:38:50 -06:00
Mike Primm ee78384cdc Add tilescale and defaulttilescal : option for bigger tiles 2022-02-16 21:13:57 -06:00
Mike Primm fb0cceca58 Add eclpse labels for subprojects in Fabric 2022-02-16 21:13:21 -06:00
Mike Primm d941aec6eb Add publicURL setting and '/dynmap url' command 2022-02-12 01:30:00 -06:00
Mike Primm cfcd8fbf3e Allow for clean shutdown 2022-02-05 03:20:22 -06:00
Mike Primm 6b208dd038 Add update-webpath-files setting to allow disable of web file updating 2022-02-04 21:47:33 -06:00
James Lyne 44549eb316 Update configuration.txt comment 2022-01-07 23:06:48 +00:00
Kosma Moczek 93abdad448 fabric-*: update Fabric API to newest version for each release 2022-01-05 00:16:00 +01:00
Kosma Moczek b34aedeb51 fabric-*: remove comment cruft from gradle.properties 2022-01-05 00:16:00 +01:00
Kosma Moczek 0596d3e432 fabric-*: remove archives_base_name from gradle.properties 2022-01-05 00:16:00 +01:00
Kosma Moczek 29c287d4b3 fabric-*: use new directives for output jar file path
The old ones are deprecated+replaced.
2022-01-05 00:16:00 +01:00
Kosma Moczek 785798bf4e fabric-*: remove stale duplicateStrategy 2022-01-05 00:16:00 +01:00
Kosma Moczek c0abc6b0e3 fabric-*: remove stale comment cruft 2022-01-05 00:16:00 +01:00
Kosma Moczek 47df7cb402 fabric-*: update Loom to 0.10.65
This fixes three issues:
- Gradle compatibility
- IDE compatibility
- Builds breaking because we were running on SNAPSHOT
2022-01-05 00:16:00 +01:00
Kosma Moczek 3ae48275a8 fabric-*: use modern plugins{} declaration 2022-01-05 00:16:00 +01:00
Kosma Moczek 5e8fa51538 fabric-*: remove redundant declarations already present in root build.gradle 2022-01-05 00:16:00 +01:00
Kosma Moczek ff08210162 fabric-*: use modern, performant sourcesJar declaration 2022-01-05 00:16:00 +01:00
Kosma Moczek c56d868ba5 fabric-*: require Fabric Loader 0.12.12
This is the release that includes all current log4j mitigation.
Changes in fabric.mod.json ensure the mod will completely refuse to load
unless it's on a fully patched Fabric server.
2022-01-05 00:16:00 +01:00
Kosma Moczek 42e4512781 fabric-1.18: remove incorrectly included DynmapCoreAPI depedency 2022-01-05 00:16:00 +01:00
Mike Primm 7225edc1d6 Time-of-day fix for Fabric (all versions) and Forge (1.13-1.16) 2021-12-29 19:33:37 -06:00
Mike Primm 332292c42c Fix mushroom stem render, cleanup System.out uses 2021-12-28 14:37:20 -06:00
Mike Primm 57d02007ab Handle negative Y for chunk generation driven updates 2021-12-25 19:09:02 -06:00
Mike Primm 3a3a970883 Implement basic sky lighting for chunks with broken lighting
(forge,fabric)
2021-12-24 20:38:05 -06:00
Mike Primm bd4a34e2ae Shift string safely into Log class, finish hack substitution string 2021-12-24 00:08:52 -06:00
Kosma Moczek a9c0446d00 fabric-1.18: switch to new CHUNK_GENERATE event, simplify trigger logic greatly 2021-12-16 20:37:41 +01:00
Kosma Moczek 69f5dbd63a fabric-1.18: add CHUNK_GENERATE mixin 2021-12-16 20:37:41 +01:00
Kosma Moczek 38a534bf81 fabric-1.18: remove ThreadedAnvilChunkStorageAccessor 2021-12-16 20:37:41 +01:00
Kosma Moczek 261e3ddc00 fabric-1.18: remove ChunkDataEvents.SAVE 2021-12-16 20:37:41 +01:00
Kosma Moczek 32d618e99b fabric-1.18: add CustomServerChunkEvents.CHUNK_GENERATE 2021-12-16 20:37:41 +01:00
Mike Primm eff72aeef0 Add simple lighting generation for migrated chunks with missing light 2021-12-15 23:34:53 -06:00
Mike Primm 54471c6695 Workaround bizarre 1.17->1.18 chunk lifecycle (Spigot, Fabric, Forge) 2021-12-15 20:40:06 -06:00
Mike Primm 546ffffdc0 Add NBT toString() 2021-12-15 02:14:12 -06:00
Kosma Moczek 629785d117 fabric/build.gradle: replace compile with implementation
This fixes starting the Fabric mod under IntelliJ and command line:

`./gradlew fabric-1.18:runServer`
2021-12-12 23:20:51 +01:00
Mike Primm 634eb5fd2f Add support for largeplayerfaces option for bigger player markers 2021-12-07 21:38:59 -06:00
Mike Primm d42921beb5 Migrate Spigot, Forge, Fabric 1.17.1 to generic chunk handling 2021-12-07 00:01:07 -06:00
Mike Primm 2ef6bf35a5 Handle negative Y chunks from 1.17 in 1.18 code 2021-12-05 14:35:48 -06:00
Mike Primm 06885c0353 Fix BiomeMap NPE, switch Fabric to GenericMapChunkCache 2021-12-05 12:53:42 -06:00
Mike Primm f56f4378c5 Fix handling of new, additional buiomes 2021-12-05 05:01:59 -06:00
Mike Primm 37fd064434 Put 3D biome code in spigot 1.18 - still working on grass shading... 2021-12-05 01:57:59 -06:00
Mike Primm 983a2a4390 Tie in standard biomes by resource location 2021-12-04 23:01:13 -06:00
mikeprimm 12fce4c5ae
Merge pull request #3543 from kosma/fabric-1.18-signs
[Fabric 1.18] Sign marker support
2021-12-03 12:45:56 -06:00
mikeprimm 79b41fc94a
Merge pull request #3544 from kosma/fabric-1.18-permissions
[Fabric 1.18] Fix permission handling
2021-12-03 12:45:25 -06:00
Mike Primm 76557bf312 Biome shading fixes for 1.18 (Spigot, Fabric, Forge) 2021-12-02 22:18:03 -06:00
Kosma Moczek 86a53e6729 fabric-1.18: fix builtin permissions handling 2021-12-02 22:59:52 +01:00
Kosma Moczek 588525c81f fabric-1.18: add ServerPlayNetworkHandlerMixin.onSignUpdate() 2021-12-02 21:37:41 +01:00
Kosma Moczek b31d7ebe9d fabric-1.18: add SIGN_CHANGE_EVENT -> DynmapCore handler 2021-12-02 21:37:11 +01:00