Mike Primm
|
ebda3329c8
|
Set to 3.3-beta-1
|
2021-12-05 22:08:15 -06:00 |
|
Mike Primm
|
f321806cdc
|
Handle fields in yaml config files with "/" - fix for #3533
|
2021-12-05 20:32:22 -06:00 |
|
Mike Primm
|
de1bcf1aef
|
Handle negative Y chunks from 1.17 in 1.18 code
|
2021-12-05 14:35:48 -06:00 |
|
Mike Primm
|
942c3a0864
|
Fix BiomeMap NPE, switch Fabric to GenericMapChunkCache
|
2021-12-05 12:53:42 -06:00 |
|
Mike Primm
|
ddc484d737
|
Fix handling of new, additional buiomes
|
2021-12-05 05:01:59 -06:00 |
|
Mike Primm
|
dac53e38fc
|
Put 3D biome code in spigot 1.18 - still working on grass shading...
|
2021-12-05 01:57:59 -06:00 |
|
Mike Primm
|
635bbf2b4d
|
Tie in standard biomes by resource location
|
2021-12-04 23:01:13 -06:00 |
|
Mike Primm
|
d7abb0e371
|
Try out generic chunk code and 3d biomes on Forge 1.18
|
2021-12-04 21:33:02 -06:00 |
|
Mike Primm
|
0ff036cd17
|
More generic chunk and iterator support classes
|
2021-12-04 12:12:37 -06:00 |
|
Mike Primm
|
da419143a0
|
Add generic chunk, and builder
|
2021-12-04 03:04:08 -06:00 |
|
Mike Primm
|
7c41e433d6
|
Start chunk and biome rework - common chunk section class
|
2021-12-04 01:11:35 -06:00 |
|
mikeprimm
|
3c6e4b1e84
|
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
|
585466e69b
|
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
|
21e793c3ce
|
Update shadow, add commons-codec to shaded uber for forge
|
2021-12-03 10:28:12 -06:00 |
|
Mike Primm
|
e4a3179570
|
Biome shading fixes for 1.18 (Spigot, Fabric, Forge)
|
2021-12-02 22:18:03 -06:00 |
|
Kosma Moczek
|
6f5c7f4eb4
|
fabric-1.18: fix builtin permissions handling
|
2021-12-02 22:59:52 +01:00 |
|
Kosma Moczek
|
8edd5c8bb7
|
fabric-1.18: add ServerPlayNetworkHandlerMixin.onSignUpdate()
|
2021-12-02 21:37:41 +01:00 |
|
Kosma Moczek
|
0abd3a5ce3
|
fabric-1.18: add SIGN_CHANGE_EVENT -> DynmapCore handler
|
2021-12-02 21:37:11 +01:00 |
|
Kosma Moczek
|
a2af69badb
|
fabric-1.18: implement FabricServer.isSignAt()
|
2021-12-02 21:17:07 +01:00 |
|
Kosma Moczek
|
2e149a6530
|
fabric-1.18: remove some stale code
|
2021-12-02 20:59:44 +01:00 |
|
Kosma Moczek
|
0efa788ea4
|
fabric-1.18: add BlockEvents.SIGN_CHANGE_EVENT
|
2021-12-02 20:56:08 +01:00 |
|
Kosma Moczek
|
7e9fecad0c
|
fabric-1.18: rename BlockEvents.EVENT -> BlockEvents.BLOCK_EVENT
|
2021-12-02 20:55:43 +01:00 |
|
Mike Primm
|
34ed98637f
|
Get Forge 1.18 working
|
2021-12-02 00:28:41 -06:00 |
|
Mike Primm
|
4d2769e46d
|
Start forge 1.18
|
2021-12-02 00:02:08 -06:00 |
|
Mike Primm
|
724fc2b367
|
Adjust pack_format value to match version expectations for 1.15.2,
1.17.1
|
2021-12-01 22:42:28 -06:00 |
|
mikeprimm
|
ac4b6fe60c
|
Merge pull request #3516 from ajmadsen/v3.0
Initial pass at 1.18 snapshot support
|
2021-12-01 21:29:09 -06:00 |
|
Mike Primm
|
0d021f8a62
|
Some more cleanup
|
2021-12-01 21:27:21 -06:00 |
|
Mike Primm
|
02e2fdf854
|
We're rendering now on Spigot 1.18 - still more to do, but progress
|
2021-12-01 21:00:42 -06:00 |
|
Adam Madsen
|
edc2f71799
|
Update fabric-1.18 to render with 1.18 biome data
|
2021-12-01 20:45:15 +00:00 |
|
Mike Primm
|
b88f447406
|
Some more Spigot 1.18 work - still NOT functional
|
2021-12-01 00:47:19 -06:00 |
|
Mike Primm
|
66af7616ab
|
Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0
|
2021-11-30 23:09:06 -06:00 |
|
Mike Primm
|
c91ac7ad86
|
Initial compiling Spigot code (doesn't work, but it does compile...)
|
2021-11-30 23:08:54 -06:00 |
|
mikeprimm
|
0e8922cb1c
|
Merge pull request #3539 from kosma/fabric-1.18
Fabric 1.18 support
|
2021-11-30 23:07:45 -06:00 |
|
Kosma Moczek
|
76ec0bcfb5
|
fabric-1.18: update to official 1.18 mappings & loader
|
2021-11-30 17:41:56 +01:00 |
|
Kosma Moczek
|
850f1084ac
|
fabric-1.18: fix loading unloaded chunks
|
2021-11-30 17:37:32 +01:00 |
|
Kosma Moczek
|
f40a493e5b
|
fabric-1.18: mark as compatible with 1.18.x
|
2021-11-29 23:46:29 +01:00 |
|
Kosma Moczek
|
4444d30237
|
fabric-1.18: fix missing Base64 library
|
2021-11-26 19:46:58 +01:00 |
|
Kosma Moczek
|
f457ca02a4
|
fabric-1.18: update to 1.18 chunk format
|
2021-11-26 18:37:22 +01:00 |
|
Kosma Moczek
|
c1c1ba13c8
|
fabric-1.18: get rid of all Eclipse warnings
|
2021-11-26 14:52:56 +01:00 |
|
Kosma Moczek
|
4d8561187e
|
fabric-1.18: remap and update to 1.18-rc1+build.1
|
2021-11-25 20:01:27 +01:00 |
|
Kosma Moczek
|
fef6577238
|
fabric-1.18: enable IDE launch config generation
|
2021-11-25 19:05:36 +01:00 |
|
Kosma Moczek
|
f3496a7ac5
|
fabric-1.18: fix missing DynmapCoreAPI
|
2021-11-25 19:04:13 +01:00 |
|
Kosma Moczek
|
6cb7f9031d
|
README.md: add fabric-1.18
|
2021-11-25 19:02:25 +01:00 |
|
Kosma Moczek
|
ea36f434a8
|
settings.gradle: add fabric-1.18
|
2021-11-25 19:01:44 +01:00 |
|
Kosma Moczek
|
e2f48ca975
|
fabric-1.18: s/1.17.1/1.18/
|
2021-11-25 19:00:37 +01:00 |
|
Kosma Moczek
|
8bbf0f58ed
|
fabric-1.18: copy form fabric-1.17.1
|
2021-11-25 18:57:53 +01:00 |
|
Mike Primm
|
d89403d51a
|
Start 1.18 Spigot work... need to sort through obfuscation bullshit
|
2021-11-23 16:43:55 -06:00 |
|
Mike Primm
|
0288a41a09
|
Update to Gradle 7.3
|
2021-11-22 12:01:23 -06:00 |
|
mikeprimm
|
d06800754e
|
Merge pull request #3526 from JLyne/leaflet-icons
Update leaflet images
|
2021-11-22 11:40:47 -06:00 |
|
Mike Primm
|
12a314fe82
|
Remove debug noise
|
2021-11-15 21:33:43 -06:00 |
|