Commit graph

65 commits

Author SHA1 Message Date
Michael Primm
7d7fadd4be Rework cave shader - make default proportional for variable world height 2023-03-23 13:27:33 -05:00
Max
5f7ffc5aa8 fix typo 2023-02-18 22:40:13 +01:00
Max
68d8e568bb add a comment to prevent issues like this: https://github.com/webbukkit/dynmap/issues/2968#issuecomment-652205096 2023-02-16 10:28:44 +01:00
RedstoneFuture
e1366042f2 Add no-permission message option 2022-05-29 15:28:06 +02:00
Mike Primm
5ab2e3deee Shift CommonAPI initialization forward to ServerAboutToStart 2022-03-30 22:55:49 -05:00
Mike Primm
3ed5f7309b Update 1.12.2 2022-02-21 14:32:14 -06:00
Mike Primm
430d179c2b Tidy up Eclipse workspace 2022-02-07 10:04:12 -06:00
Mike Primm
b9485d8f4e Allow for clean shutdown 2022-02-05 03:20:22 -06:00
Mike Primm
a45c000632 Add update-webpath-files setting to allow disable of web file updating 2022-02-04 21:47:33 -06:00
Mike Primm
e5b1bbe11a FIx 1.11.2 and 1.12.2 lighting exception 2022-01-30 15:07:07 -06:00
James Lyne
29984eb0af Update configuration.txt comment 2022-01-07 23:06:48 +00:00
Mike Primm
62f880aeae Tune memory use on generic chunks, lighting lookup performance 2021-12-28 22:14:19 -06:00
Mike Primm
cad1ccb747 Fix mushroom stem render, cleanup System.out uses 2021-12-28 14:37:20 -06:00
Mike Primm
cfefe64894 Shift string safely into Log class, finish hack substitution string 2021-12-24 00:08:52 -06:00
Mike Primm
7360df379f Add chunkstatus and chunkversion shaders (for problem determination) 2021-12-19 21:02:35 -06:00
Mike Primm
3c014f64eb Strip dependencies on Apache Commons Codec 2021-12-19 15:23:40 -06:00
Mike Primm
28536251f2 Clean up .gitignore 2021-12-18 19:58:08 -06:00
Mike Primm
6fed0dfb1f Add support for largeplayerfaces option for bigger player markers 2021-12-07 21:38:59 -06:00
Aniket
a35d33530e Fix typo in configuration.txt 2021-07-13 19:53:24 +01:00
Kosma Moczek
bc0f25a21d build.gradle: rename compile -> implementation 2021-06-27 13:51:12 +02:00
Mike Primm
693db1e19c Fix stateByID fix for 1.11.2 amd 1.12.2 2021-03-14 18:09:51 -05:00
Mike Primm
8fb20f5f16 Propagate stateByID scaling performance improvement 2021-03-14 12:08:07 -05:00
Mike Primm
ee471f7510 Add config comments for postgresql 2021-02-07 23:14:09 -06:00
Ben Lönnqvist
269291e909 added option webp-l to use lossless webp #3191 2021-01-08 23:45:30 +02:00
Mike Primm
f21c856656 Pad chunksnapshots with empty section (avoid y=256 exceptions) 2021-01-02 13:07:26 -06:00
Mike Primm
487ced7018 Add defaults to configuration.txt for webp 2020-10-25 18:59:22 -05:00
Mike Primm
a70d091d9a Handle events from updates on disabled worlds properly 2020-07-09 12:47:28 -05:00
Mike Primm
2ff0479018 Add Sponge permissions for 1.11.2, 1.12.2, extract
permissions.yml.example
2020-07-05 14:48:51 -05:00
Mike Primm
8e57acd905 More sponge perm work on 1.12.2 2020-06-27 20:22:51 -05:00
Mike Primm
d1e55c7330 Sponge 7.0 permissions for 1.12.2 Forge 2020-06-27 19:59:49 -05:00
Mike Primm
49a42ab437 Update configuration.txt for block-alias example 2020-06-27 17:59:53 -05:00
Mike Primm
2bad6be5df Add enterReplacesExits setting for greeting/farewell 2020-05-30 20:29:16 -05:00
Mike Primm
e038c02a1a Add enter/exit settings in configuration.txt 2020-05-25 20:15:40 -05:00
Mike Primm
8615efc226 Finish support for greeting/farewall text on area markers 2020-05-25 13:55:36 -05:00
Mike Primm
a1fd0e60f1 Switch format default for clean config files to jpg-q90 2020-05-16 19:24:36 -05:00
Mike Primm
bf8439be36 show-mc 2020-05-02 17:50:22 -05:00
Mike Primm
78da49da14 Fix block state iterator 2020-04-26 16:58:55 -05:00
Mike Primm
1a2e1d904d Fix Forge 1.12.2 build 2020-04-25 18:51:11 -05:00
mikeprimm
8ebf7656c9 Merge pull request #2841 from paulstraw/feature/worldborderlabel
Add `worldborderlabel` configuration.txt setting
2020-04-12 19:31:06 -05:00
mikeprimm
51a25fe94a Update mcmod.info 2020-04-12 19:28:09 -05:00
Paul Straw
c690644b93 Adds worldborderlabel configuration.txt setting 2020-04-02 22:01:30 -07:00
Mike Primm
36e883abaf More PR merge fixes... 2019-12-15 01:08:31 -06:00
Mike Primm
eb8c1e0b63 Merge branch 'v3.0' of https://github.com/webbukkit/dynmap.git into v3.0 2019-12-15 00:59:48 -06:00
Mike Primm
fe03b2468d Fix sign check PR 2019-12-15 00:59:30 -06:00
mikeprimm
d55eacb903 Merge branch 'v3.0' into v3.0 2019-12-15 00:46:31 -06:00
mikeprimm
d8a21102c2 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
f3a0569a71 Fixed typo in config file comment 2019-11-12 23:51:10 +05:30
Gabriel Hautclocq
3408962cfa fixed disappearing markers (webbukkit#2533), many thanks to tiagoad 2019-10-04 00:51:57 +02:00
Tiago Dias
8270d95a9c Fix for disappearing sign-markers on 1.14 (Issue #2533) 2019-08-14 12:41:24 +01:00
Mike Primm
f005a77e8e Fix world idle-out on 1.12.2 2018-12-09 09:59:12 -06:00