Commit Graph

56 Commits

Author SHA1 Message Date
Mike Primm
1e733a7d51 FIx 1.11.2 and 1.12.2 lighting exception 2022-01-30 15:07:07 -06:00
James Lyne
44549eb316 Update configuration.txt comment 2022-01-07 23:06:48 +00:00
Mike Primm
0166895a7f Tune memory use on generic chunks, lighting lookup performance 2021-12-28 22:14:19 -06:00
Mike Primm
332292c42c Fix mushroom stem render, cleanup System.out uses 2021-12-28 14:37:20 -06:00
Mike Primm
bd4a34e2ae Shift string safely into Log class, finish hack substitution string 2021-12-24 00:08:52 -06:00
Mike Primm
24d78e5f78 Add chunkstatus and chunkversion shaders (for problem determination) 2021-12-19 21:02:35 -06:00
Mike Primm
2d2fe02a81 Strip dependencies on Apache Commons Codec 2021-12-19 15:23:40 -06:00
Mike Primm
d3f44a414b Clean up .gitignore 2021-12-18 19:58:08 -06:00
Mike Primm
634eb5fd2f Add support for largeplayerfaces option for bigger player markers 2021-12-07 21:38:59 -06:00
Aniket
97c250fea8 Fix typo in configuration.txt 2021-07-13 19:53:24 +01:00
Kosma Moczek
cf121956c3 build.gradle: rename compile -> implementation 2021-06-27 13:51:12 +02: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
0809d23559 Propagate stateByID scaling performance improvement 2021-03-14 12:08:07 -05:00
Mike Primm
d584771549 Add config comments for postgresql 2021-02-07 23:14:09 -06:00
Ben Lönnqvist
3f821a902d
added option webp-l to use lossless webp #3191 2021-01-08 23:45:30 +02:00
Mike Primm
34348a6d16 Pad chunksnapshots with empty section (avoid y=256 exceptions) 2021-01-02 13:07:26 -06:00
Mike Primm
87b57d5639 Add defaults to configuration.txt for webp 2020-10-25 18:59:22 -05:00
Mike Primm
08d143ddcc Handle events from updates on disabled worlds properly 2020-07-09 12:47:28 -05:00
Mike Primm
2718feb137 Add Sponge permissions for 1.11.2, 1.12.2, extract
permissions.yml.example
2020-07-05 14:48:51 -05:00
Mike Primm
d7c9c59b75 More sponge perm work on 1.12.2 2020-06-27 20:22:51 -05:00
Mike Primm
c258c5efa4 Sponge 7.0 permissions for 1.12.2 Forge 2020-06-27 19:59:49 -05:00
Mike Primm
6efaa8187b Update configuration.txt for block-alias example 2020-06-27 17:59:53 -05:00
Mike Primm
295d799b50 Add enterReplacesExits setting for greeting/farewell 2020-05-30 20:29:16 -05:00
Mike Primm
c6d0d25ae0 Add enter/exit settings in configuration.txt 2020-05-25 20:15:40 -05:00
Mike Primm
5e15187e46 Finish support for greeting/farewall text on area markers 2020-05-25 13:55:36 -05:00
Mike Primm
04aafb54da Switch format default for clean config files to jpg-q90 2020-05-16 19:24:36 -05:00
Mike Primm
15cf132ada show-mc 2020-05-02 17:50:22 -05:00
Mike Primm
27d767ac35 Fix block state iterator 2020-04-26 16:58:55 -05:00
Mike Primm
d6aa2f9e17 Fix Forge 1.12.2 build 2020-04-25 18:51:11 -05:00
mikeprimm
7f7ab08fe5
Merge pull request #2841 from paulstraw/feature/worldborderlabel
Add `worldborderlabel` configuration.txt setting
2020-04-12 19:31:06 -05:00
mikeprimm
d3cb6442bb
Update mcmod.info 2020-04-12 19:28:09 -05:00
Paul Straw
3937ece59a Adds worldborderlabel configuration.txt setting 2020-04-02 22:01:30 -07:00
Mike Primm
10d03ef2ee More PR merge fixes... 2019-12-15 01:08:31 -06:00
Mike Primm
f3d6965c53 Merge branch 'v3.0' of https://github.com/webbukkit/dynmap.git into v3.0 2019-12-15 00:59:48 -06:00
Mike Primm
a91e258da8 Fix sign check PR 2019-12-15 00:59:30 -06:00
mikeprimm
bf404ee626
Merge branch 'v3.0' into v3.0 2019-12-15 00:46:31 -06:00
mikeprimm
33b4fb7042
Merge pull request #2584 from tiagoad/v3.0
Fix for disappearing sign-markers on 1.14 (Issue #2533)
2019-12-15 00:44:27 -06:00
Arvind Kumar
016441fdab Fixed typo in config file comment 2019-11-12 23:51:10 +05:30
Gabriel Hautclocq
9cf3b74609 fixed disappearing markers (webbukkit#2533), many thanks to tiagoad 2019-10-04 00:51:57 +02:00
Tiago Dias
8fc95bfc96 Fix for disappearing sign-markers on 1.14 (Issue #2533) 2019-08-14 12:41:24 +01:00
Mike Primm
d9186e5464 Fix world idle-out on 1.12.2 2018-12-09 09:59:12 -06:00
Mike Primm
6b5c546ae9 Add forum and issue tracker URLs 2018-12-08 23:01:04 -06:00
Mike Primm
def802bf8d Fix world load/unload handling and chunk generate/populate events 2018-12-08 12:31:16 -06:00
Mike Primm
b24f92cdd0 Add blockname and statename support to CTM 2018-12-04 00:44:22 -06:00
Wouter Haffmans
f3fea246bf Fix loading profiles to solve 500 errors on login
This loads profiles from the server cache, which properly sets the uuid
(which again is used to check for bans in some other layers).

Backport of DynmapForge PR 77
2018-10-19 22:28:59 +02:00
Mike Primm
54163396fb Block state lookup performance 2018-09-06 19:55:31 -05:00
Mike Primm
457607720d Fix handling of JEIDS, shift to 1.13 style state for chunk ss 2018-09-06 17:56:21 -05:00
Mike Primm
27cdd8e483 Work around for ForgeGradle problems with shadow jars 2018-09-06 10:31:57 -05:00
Mike Primm
0a739347bf Support NotEnoughIDs and JustEnoughIDs NBT formats (blockids, biomes) 2018-09-06 00:16:15 -05:00
Mike Primm
09ccad6eca Handle chunks with no biome data 2018-09-05 19:51:14 -05:00