Commit graph

2560 commits

Author SHA1 Message Date
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
Mike Primm
6f06543429 Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0 2021-11-15 20:52:02 -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
0d85d2efb5 Update bstats to 2.2.1 2021-11-12 17:44:33 -06:00
James Lyne
5028ab1a80 Update leaflet images 2021-11-11 22:27:28 +00:00
mikeprimm
7b128fd07c Update README.md 2021-10-22 18:48:00 -05:00
Mike Primm
0d7a335d27 Strip out obsolete builds 2021-10-05 20:51:43 -05:00
Mike Primm
c34c7dbbbd Back to SNAPSHOT 2021-10-05 20:43:29 -05:00
Mike Primm
ab94b12a3f Shift to 3.2.1 release 2021-10-05 17:50:24 -05:00
Mike Primm
f53075d87a Set to 3.2.1-RC1 2021-10-04 23:04:33 -05:00
Mike Primm
ae9df235e8 Fix missing candle texture mapping 2021-10-04 15:53:40 -05:00
Mike Primm
4160b48a3c Bump to 3.2.1 SNAPSHOT to test hotfix 2021-10-04 14:58:39 -05:00
mikeprimm
4110e33afd Merge pull request #3508 from JLyne/leaflet-fix
Fix DynmapTileLayer sharing object instances
2021-10-04 14:51:58 -05:00
James Lyne
194e31a615 Fix DynmapTileLayer sharing object instances 2021-10-04 20:40:07 +01:00
Mike Primm
eea7716842 Prep for release (again) 2021-10-03 13:39:08 -05:00
Mike Primm
f45dc05e1a Back to SNAPSHOT for now 2021-10-03 01:36:56 -05:00
Mike Primm
b028a6f0b5 Fix rails for both pre 1.17 and 1.17 2021-10-03 01:29:47 -05:00
Mike Primm
e2d7c2acb3 Fix rail rendering 2021-10-03 00:32:07 -05:00
Mike Primm
36eaa0212d Add missing 1.17 blocks 2021-10-02 23:23:01 -05:00
Mike Primm
57aa60f218 Maintain order on mod support API 2021-10-02 19:31:46 -05:00
Mike Primm
c61b6d3878 Add newer ores to hideores support 2021-10-02 17:41:19 -05:00
Mike Primm
3b8bcf72a5 Prep for 3.2 GA 2021-10-02 15:16:52 -05:00
mikeprimm
82c8398bd7 Merge pull request #3499 from SNDST00M/hotfix-selectworld-string
Fix selectWorld typo when world is a string
2021-10-02 13:39:02 -05:00
mikeprimm
76580ede49 Merge pull request #3500 from inductor/fix_githubactions
Fix GitHub Actions error
2021-10-02 13:38:25 -05:00
mikeprimm
b39a1f2044 Merge pull request #3501 from JLyne/fetchskins-fix
Always run LoadPlayerImages task in the thread pool
2021-10-02 13:37:29 -05:00
James Lyne
0818ba57e6 Always run LoadPlayerImages task in the thread pool.
Prevents the main thread being blocked if the mysql connection is lost etc, when fetchskins is disabled.
2021-10-01 13:44:29 +01:00
inductor
cd12a8297e modify gibberish.txt 2021-10-01 11:42:05 +09:00
inductor
48647c0224 fix indent 2021-10-01 11:37:41 +09:00
inductor
9680631024 fix config 2021-10-01 11:35:06 +09:00
inductor
f27b603ad3 update spellcheck 2021-10-01 11:24:46 +09:00
SNDST00M: M.U.N.I.N
ab783989b6 Fix selectWorld typo when world is a string 2021-09-30 19:21:28 +01:00
mikeprimm
74988f73e3 Merge pull request #3490 from gmfamily/fix(radius)---gmfamily---process-radius-as-int-everywhere-(#3478)
fix(radius) - gmfamily - process radius as int everywhere (#3478)
2021-09-20 13:01:19 -05:00
gmfamily
827e99be00 fix(radius) - gmfamily - process radius as int everywhere (#3478) 2021-09-18 19:47:46 +02:00
mikeprimm
ecbc7a0294 Merge pull request #3477 from stormboomer/StormBoomer-Test1
Add requested Feature to check for MySQL Connector
2021-09-07 22:08:06 -05:00
mikeprimm
06dce4ce53 Merge pull request #3480 from terinjokes/patches/set-sign-lines
fix: explicitly set sign lines
2021-09-07 22:05:12 -05:00
mikeprimm
4c98eb95be Merge pull request #3464 from Boothin/v3.0
Add Essentials RGB hex parsing
2021-09-07 22:02:51 -05:00
mikeprimm
dbd073bddb Merge pull request #3467 from JLyne/leaflet
Update leaflet version (0.5.1 -> 1.7.1)
2021-09-07 22:01:52 -05:00
mikeprimm
0081aa0e34 Merge pull request #3478 from FedUpWith-Tech/v3.0
Change radius value of round area markers to int
2021-09-07 21:57:27 -05:00