Commit Graph

44 Commits

Author SHA1 Message Date
Mike Primm 332292c42c Fix mushroom stem render, cleanup System.out uses 2021-12-28 14:37:20 -06:00
mikeprimm 48ba0b2e41
Merge pull request #3571 from JLyne/tabcomplete
Add tab completions for commands
2021-12-28 10:16:05 -06:00
Mike Primm 9e602f50d6 Initial mitigation for folks updating Dynmap but not patching MC for
some reason
2021-12-23 14:27:33 -06:00
James Lyne 182d214c83 Improve tab completion for quoted arguments 2021-12-21 15:54:09 +00:00
James Lyne 742e289d56 /dynmapexp tabcompletions 2021-12-21 15:54:09 +00:00
James Lyne 2b2735516b /dmarker tabcompletions 2021-12-21 15:54:09 +00:00
James Lyne 20d93ad3a5 /dmap tabcompletions 2021-12-21 15:54:07 +00:00
James Lyne c87df916f2 /dynmap tabcompletions 2021-12-21 11:58:54 +00:00
James Lyne 424000a05f Very basic single level spigot tabcomplete 2021-12-21 11:58:54 +00:00
Mike Primm fa0e87d3c0 Add 'dynmap dumpmemory' command to dump RP image count, mem use 2021-08-27 18:40:53 -05:00
FedUpWith-Tech a66cbc0817
Remove Broken Dynmap reload command
This isn't a fix for the reload command it just removes it from being exposed to the user to prevent them from running the command and breaking it  till the reload command can be fixed.
2021-08-19 21:06:39 -04:00
Mike Primm 99d5416acb Add performance tweaks on DynmapBlockState 2021-03-14 14:08:38 -05:00
Mike Primm 8244394cc4 Zap warning for lack of webp tools - confusing support headache 2021-01-09 19:49:39 -06:00
Mike Primm 806e8c056a Initial file filter code 2021-01-01 11:16:40 -06:00
Mike Primm 3344b007c6 Shift internal server check earlier 2020-12-31 16:50:48 -06:00
Mike Primm 95a91d2a89 Add first pass of handling for DB config.php files 2020-12-31 15:56:23 -06:00
mikeprimm 5e5316d1e8
Merge pull request #3216 from 811Alex/misconfwarn
Add warning for ClientUpdateComponent misconfiguration, related to disable-webserver
2020-12-30 18:50:46 -06:00
Alex811 b670449843 Add warning for ClientUpdateComponent misconfiguration, related to disable-webserver 2020-12-19 15:14:32 +02:00
Silverwolfg11 87087a9c1e Null check for path environment variable. 2020-11-14 23:21:06 -08:00
Mike Primm 460e6f9815 Add WEBP support, via cwebp/dwebp tools 2020-10-25 18:40:33 -05:00
Mike Primm 24b2a00d23 Add /dmap worldgetlimits, worldaddlimit, worldremovelimit commands 2020-07-04 18:02:30 -05:00
Mike Primm d9152d11c8 Handle new 1.16.1 wall state and render logic 2020-06-27 14:17:52 -05:00
Mike Primm 3727fb622b Fix marker initialization 2020-06-07 20:41:22 -05:00
Mike Primm ee8c919eda Remove block dump 2020-05-16 16:26:54 -05:00
mikeprimm f151cdc84f
Merge pull request #2896 from owlnull/v3.0
Add skins support via SkinsRestorer plugin
2020-05-16 16:18:17 -05:00
Mike Primm b7dc453879 Drop unsupported versions (1.13.0, 1.13.1, 1.14.0) 2020-05-16 13:29:39 -05:00
Mike Primm 151122a333 Iron out 1.13.2 biomes and chunk loading 2020-05-03 17:35:38 -05:00
Mike Primm 80f8aca6f7 Clean up init of coord widget 2020-05-02 18:19:17 -05:00
owlnull 578c66e2fe Add skins support via SkinsRestorer plugin 2020-04-23 06:39:54 +05:00
Ry0taK c32713e967 Fix unintended redirection to welcome file 2020-02-06 05:47:03 +00:00
RyotaK 3991170245 Update Jetty 2020-01-13 00:03:57 +00:00
Mitch Talmadge a3cb46e286 Change 'int blkid' to 'String material' for block and sign-change events. 2019-12-19 21:36:09 -07:00
mikeprimm 49ea99b703
Merge pull request #2633 from Marvosg/v3.0
Resume full renders (skip already rendered tiles)
2019-12-15 01:10:28 -06:00
Marvos 7980c7dbe5 Implemented functionality to resume full renders by typing "dynmap fullrender resume <world>" or "dynmap fullrender resume <world>:<map>". At the start of the render, existing map tiles are loaded from storage and their location info saved in a set. Before each tile is rendered, the set is checked if it contains the tile about to be rendered. If so, the tile is skipped. Information about skipped tiles is output in the periodic tile update message. 2019-10-21 21:32:49 +02:00
baconwaifu 8522015edc Add initial postgres support; internal webserver works perfectly 2019-09-26 20:36:09 -04:00
Mike Primm 286a12c4ef Add experimental option to try to migrate old chunks 2019-06-09 09:59:08 -05:00
Stormboomer 39053e36d9 added method to call marker save scheduled job to Dynmap Core, so that MarkerAPIImpl can be private and might not be used directly by other devs. 2019-06-02 13:27:19 +02:00
Stormboomer 0b8118566c Added functionality for restarting the scheduled job that stores markers to markers.yml.
This should fix problems with markers not being stored after a dynmap reload, as well as vanishing markers.
2019-06-01 20:03:10 +02:00
Mike Primm 6b5c546ae9 Add forum and issue tracker URLs 2018-12-08 23:01:04 -06:00
Mike Primm b24f92cdd0 Add blockname and statename support to CTM 2018-12-04 00:44:22 -06:00
Mike Primm ff36c50e06 Scrub more 4096 block ID limits 2018-09-06 08:15:08 -05:00
Mike Primm 3ba5bd3166 Clean up warnings 2018-09-01 19:59:06 -05:00
Mike Primm a18a1ddc06 Finish fixing new water 2018-09-01 19:16:55 -05:00
Mike Primm 1de0f66230 Merge DynmapCoreAPI into common gradle build 2018-08-12 00:53:55 -05:00