Commit Graph

16 Commits

Author SHA1 Message Date
Mike Primm 80f8aca6f7 Clean up init of coord widget 2020-05-02 18:19:17 -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