Commit Graph

2824 Commits

Author SHA1 Message Date
Kosma Moczek
5290cdf9f1 DynmapCore: update processResources to Gradle 7 format 2021-06-27 14:18:53 +02:00
Kosma Moczek
cf121956c3 build.gradle: rename compile -> implementation 2021-06-27 13:51:12 +02:00
Kosma Moczek
ed7340befc build.gradle: remove maven plugin (replaced by maven-publish) 2021-06-27 13:49:21 +02:00
Kosma Moczek
1b43740cbb Gradle: update to 7.1 (Java 16 support) 2021-06-27 13:28:51 +02:00
Mike Primm
31bbe96051 Add basic support for banner rendering 2021-06-26 18:15:20 -05:00
Mike Primm
049bbeda83 Add api-version 1.13 2021-06-26 13:54:59 -05:00
Mike Primm
3722564e4f Clean up deprecation warning 2021-06-26 13:22:05 -05:00
Mike Primm
8e516e944a Fix moss_carpet texture 2021-06-26 13:15:21 -05:00
Mike Primm
bf67de2ab6 Add fix for changing marker set for areas, circles, lines 2021-06-26 13:07:40 -05:00
mikeprimm
bc51a14006
Merge pull request #3343 from Programie/v3.0
Prevent updating map while invisible
2021-06-21 13:10:57 -05:00
Mike Primm
d88692a117 Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0 2021-06-21 12:24:59 -05:00
Mike Primm
3d580d4642 Back to SNAPSHOT 2021-06-21 12:24:45 -05:00
mikeprimm
e1abf62e0b
Merge pull request #3353 from arthurbambou/v3.0
Backward port to Fabric 1.14.4 (from Fabric 1.15.2)
2021-06-21 11:28:32 -05:00
mikeprimm
dee0de662d
Merge branch 'v3.0' into v3.0 2021-06-21 11:28:22 -05:00
mikeprimm
e74b918830
Merge pull request #3391 from jzdm/v3.0
Working web chat with PostgreSQL
2021-06-21 07:37:02 -05:00
mikeprimm
bd3b04224a
Merge pull request #3396 from kdkasad/fix/skinsrestorer-api
Fix SkinsRestorer API integration
2021-06-21 07:35:11 -05:00
Kian Kasad
788a78bbe0
Use updated method of getting SkinsRestorer API 2021-06-20 09:22:07 -07:00
Kian Kasad
04c494f127
Update SkinsRestorer dependency to v14.1.0-SNAPSHOT 2021-06-20 09:16:59 -07:00
jzdm
53bc46fec5
Merge pull request #1 from jzdm/jzdm-postgres-webchat
Working web chat with PostgreSQL
2021-06-18 09:17:19 +02:00
jzdm
cc9071e85b
Working web chat with PostgreSQL
Webchat basically working when using PostgreSQL. No chatlengthlimit.
2021-06-18 09:16:06 +02:00
Mike Primm
5518f9a831 Bump to beta-1 2021-06-13 21:58:45 -05:00
Mike Primm
0ecd764264 Add more 1.17 blocks (dripstone, moss, roots) 2021-06-13 21:58:01 -05:00
Mike Primm
0b3438a652 Fix skin loading for 1.17 2021-06-13 14:01:54 -05:00
Mike Primm
b42cc789a8 Add waxed copper blocks, other blocks 2021-06-13 13:26:23 -05:00
Mike Primm
eb41195984 Add more 1.17 blocks (mostly copper related) 2021-06-13 09:49:40 -05:00
Mike Primm
d16900f76d Add missing deepslate blocks 2021-06-12 15:33:08 -05:00
Mike Primm
709ac9bdb1 Update texture resources for 1.17, add deepslate blocks for 1.17 2021-06-12 15:05:19 -05:00
Mike Primm
e72ce6ed8b Initial building/running Spigot 1.17 code... still very incomplete 2021-06-11 21:59:04 -05:00
Mike Primm
39803f9483 Turn off Forge for now - ForgeGradle changes broke everything... 2021-06-11 11:31:09 -05:00
Cat Core
ede6629928 Add support for fabric 1.14.4 2021-04-30 21:48:56 +02:00
Michael Wieland
ce34a4db84 Prevent updating map while invisible 2021-04-19 19:06:38 +02:00
Mike Primm
490948a5ed Switch to 3.2-SNAPSHOT 2021-03-16 23:32:24 -05:00
Mike Primm
1972c95246 Fix stateByID fix for 1.11.2 amd 1.12.2 2021-03-14 18:09:51 -05:00
Mike Primm
bf5aeb62a5 Switch to 3.1 for GA 2021-03-14 16:52:29 -05:00
Mike Primm
e4de854df6 More tweaks in DynmapBlockState 2021-03-14 15:30:35 -05:00
Mike Primm
99d5416acb Add performance tweaks on DynmapBlockState 2021-03-14 14:08:38 -05:00
Mike Primm
fae704b899 Add logN growth in DynmapBlockState 2021-03-14 12:20:36 -05:00
Mike Primm
0809d23559 Propagate stateByID scaling performance improvement 2021-03-14 12:08:07 -05:00
mikeprimm
aef7a16b1c
Merge pull request #3309 from miiichael/patch-1
Resize stateByID by 10% instead of a single element at a time
2021-03-11 20:38:21 -06:00
mikeprimm
a628611aa0
Merge pull request #3297 from Programie/v3.0
Fixed not replacing {timestamp} placeholder in configuration request
2021-03-11 20:36:58 -06:00
mikeprimm
afd1a63e00
Merge pull request #3280 from Doregon/v3.0
Spell Checker - 1
2021-03-11 20:35:12 -06:00
mikeprimm
7c8fe57684
Merge pull request #3307 from stepech/v3.0
Update SkinsRestorer hook to v14 API
2021-03-11 20:33:33 -06:00
Michael
e44863f69b
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
stepech
0ae5694ae6
Update SkinsRestorer hook to v14 API 2021-03-04 20:49:47 +01:00
Michael Wieland
fabaf487d9 Fixed not replacing {timestamp} placeholder in configuration request 2021-02-25 17:57:13 +01:00
Adam Tunnic
b54ed3a0b6
Update CONTRIBUTING.md 2021-02-12 12:22:12 -05:00
Adam Tunnic
134dbf34fc
Update README.md 2021-02-12 12:19:44 -05:00
Adam Tunnic
7643c6521e
Update gibberish.txt 2021-02-12 12:17:05 -05:00
Adam Tunnic
bc12097695
Merge pull request #1 from webbukkit/v3.0 2021-02-12 12:15:13 -05:00
Mike Primm
b1f6b52d6d Switch to SNAPSHOT 2021-02-08 23:31:35 -06:00