Commit Graph

3147 Commits

Author SHA1 Message Date
Mike Primm
e5cab354ea Mark label as markup:true for UI (for alternate UIs) 2022-01-28 19:06:28 -06:00
Mike Primm
47edac3a33 Fix markup label handling on areas, lines, circles 2022-01-28 18:53:00 -06:00
Mike Primm
2d0a45795a Alter MySQL schema update to avoid tile table lock issues (hopefully) 2022-01-26 20:20:52 -06:00
Mike Primm
ea79274938 Add model element rotation to modellist 2022-01-23 22:33:47 -06:00
Mike Primm
d8cf759671 Remove debug noise 2022-01-23 21:49:49 -06:00
Mike Primm
4452777585 Add more vanilla model friendly modellist type for model file, use for
comparator
2022-01-23 21:44:26 -06:00
Mike Primm
9247b7ec2f Back to SNAPSHOT 2022-01-22 22:53:20 -06:00
Mike Primm
5ae6353ec0 Add publishing 2022-01-22 18:54:44 -06:00
Mike Primm
a3df8251f9 Freshen colorschemes to 1.18, deprecate dead RPs, drop block number
mappings
2022-01-22 15:13:46 -06:00
Mike Primm
59a8074453 Bump to beta-5 2022-01-21 18:39:38 -06:00
Mike Primm
a20c43960a Fix texture rotations on crafting table, furnace 2022-01-21 16:25:40 -06:00
Mike Primm
4a97d31585 Fix carved pumpkin and jack-o-lantern rotations 2022-01-21 15:47:08 -06:00
Mike Primm
df83858675 Fix End Portal models 2022-01-20 00:02:54 -06:00
Mike Primm
363d95e10b Finish piston head fix 2022-01-19 22:44:53 -06:00
Mike Primm
18f2bba608 Fix piston head models 2022-01-19 22:38:25 -06:00
Mike Primm
83cfe0b1ea Add contents level to composter model 2022-01-19 21:23:39 -06:00
Mike Primm
44e3ebbff3 Fix for grindstone block 2022-01-19 20:58:23 -06:00
Mike Primm
bfb11c36f5 Fix model and texture definitions for bells 2022-01-19 19:50:57 -06:00
Mike Primm
7afb6e5fb8 Fix off-by-one on max chunk section 2022-01-18 23:55:17 -06:00
Mike Primm
2dd6664bdb Add connectionString to SQLException reports, if defined 2022-01-18 22:07:07 -06:00
Mike Primm
4268b0b6c8 Make SQLException reporting more verbose 2022-01-18 21:57:48 -06:00
Mike Primm
04104d125c Update tp Leaflet 1.8.0-dev for tile seam fix (hopefully) 2022-01-18 20:08:20 -06:00
Mike Primm
c887df5ad8 Limit MySQL purgemap deletes 2022-01-16 21:49:52 -06:00
Mike Primm
45299a153c Finish upgrade SQL 2022-01-16 20:22:16 -06:00
Mike Primm
bbdebbffa6 Update DB schemas for bigger blobs - make MySQL/MariaDB more common 2022-01-16 13:38:06 -06:00
mikeprimm
ebb312c90e
Merge pull request #3611 from JLyne/multipolygon-fix
Fix 3D areas
2022-01-15 18:21:59 -06:00
Mike Primm
931538279b Add more debug on block state exceptions 2022-01-14 18:48:08 -06:00
Mike Primm
7df857e7f3 Log warning for block states with lighting lookup error 2022-01-14 18:32:28 -06:00
Mike Primm
1f1b5ab09f Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0 2022-01-14 10:38:32 -06:00
Mike Primm
effec684b9 Workaround for mods with broken block state logic... 2022-01-14 10:37:28 -06:00
James Lyne
3ebc1b4123 Fix references to removed MultiPolygon constructor 2022-01-14 15:39:49 +00:00
mikeprimm
3ae0691e69
Update gibberish.txt 2022-01-12 22:30:58 -06:00
mikeprimm
de035bedac
Update README.md 2022-01-12 22:27:52 -06:00
Mike Primm
b85a159bda Handle manual edits of markers.yml, update of non-markup values 2022-01-12 22:19:12 -06:00
Mike Primm
04ef31fa3b Switch label on markers to be stored as HTML fragment 2022-01-12 20:48:28 -06:00
mikeprimm
a19674c20c
Merge pull request #3599 from JurgenKuyper/v3.0
update tiles storage to use mediumblob
2022-01-10 10:59:30 -06:00
mikeprimm
442935d78b
Merge pull request #3603 from kosma/fabric-1.17-section-handling
fabric-1.17.1: add missing section handling
2022-01-10 10:57:50 -06:00
mikeprimm
98149a23f3
Merge pull request #3602 from JLyne/skin-uuid
Add %uuid% for player UUIDs in skin-url
2022-01-10 10:56:50 -06:00
Kosma Moczek
b234153a53 fabric-1.17.1: add missing section handling
Fixes missing handling introduced in
57d02007ab.
2022-01-10 13:44:44 +01:00
James Lyne
44549eb316 Update configuration.txt comment 2022-01-07 23:06:48 +00:00
James Lyne
27aa077116 Add %uuid% placeholder for skin-url 2022-01-07 23:06:48 +00:00
JurgenKuyper
a81a6a9486
update tiles storage to use mediumblob
set type to mediumblob to allow for boost type 3 to be stored
2022-01-06 10:53:18 +01:00
mikeprimm
25950167ec
Merge pull request #3595 from kosma/fabric-gradle-cleanup
Cleanup Fabric Gradle projects
2022-01-04 18:57:52 -06:00
mikeprimm
ccb775180b
Merge pull request #3594 from kosma/fabric-backport-genericchunkcache
Backport GenericChunkCache to all Fabric versions
2022-01-04 18:56:34 -06:00
mikeprimm
2dea9cdf83
Merge pull request #3593 from JurgenKuyper/v3.0
Update configuration.txt
2022-01-04 18:55:50 -06:00
mikeprimm
328231dbcc
Merge pull request #3585 from FedUpWith-Tech/v3.0
Add @kosma MySQL and SQlite connector info
2022-01-04 18:55:15 -06: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