Commit Graph

148 Commits

Author SHA1 Message Date
Ry0taK
c32713e967 Fix unintended redirection to welcome file 2020-02-06 05:47:03 +00:00
RyotaK
f36404460a
Merge branch 'v3.0' into v3.0 2020-01-19 10:14:42 +09:00
Mike Primm
b11420f94b Fix ladder model 2020-01-12 20:17:22 -06:00
RyotaK
4913646f06 Fix indent 2020-01-13 00:11:35 +00:00
RyotaK
604a534e50 Fix dependency format 2020-01-13 00:09:55 +00:00
RyotaK
3991170245 Update Jetty 2020-01-13 00:03:57 +00:00
Mike Primm
e9e34e0e90 Jetty CERT mitigation 2019-12-22 18:13:50 -06:00
Mitch Talmadge
a3cb46e286 Change 'int blkid' to 'String material' for block and sign-change events. 2019-12-19 21:36:09 -07:00
Mike Primm
fce54cc0e3 Add new 1.15 blocks (beehive, bee nest, honey, honeycomb) 2019-12-15 14:22:14 -06:00
Mike Primm
40472f88fd Update PostgresSQL code to handle fullrender resume updates 2019-12-15 01:36:59 -06: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
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
mikeprimm
05dc55abc2
Merge pull request #2618 from baconwaifu/postgres
Add initial postgres database support.
2019-12-15 00:42:01 -06:00
mikeprimm
3eebde9170
Merge pull request #2586 from ExerciseBook/v3.0
HD skins support
2019-12-15 00:39:51 -06:00
baconwaifu
5fe21ff8c8 Change marker column to BYTEA to make markers work again. 2019-12-14 15:25:56 -05:00
mikeprimm
4e7448dd8f
Merge pull request #2668 from lennartbecker/load-map-updates-immediately
Standalone: Load changes immediately after page load
2019-12-14 08:33:44 -06:00
mikeprimm
4a5e14ee73
Merge pull request #2654 from linuxdaemon/v3.0+fix-mariadb-driver-pkg
Fix MariaDB Driver package name
Thanks!
2019-12-14 08:29:40 -06:00
Mike Primm
a1351ed094 Force lower case on tiles and matchTiles references in CTM 2019-12-08 01:55:39 -06:00
Mike Primm
f910b1135d Fix texture order handling for mod support API handling for stairs 2019-12-08 01:01:21 -06:00
Mike Primm
24bb87d635 Fix incorrect transparency handling on copyblock: texture handling 2019-12-08 00:59:19 -06:00
Lennart Becker
59578e6824 Standalone: Load changes immediately after page load 2019-11-29 12:33:03 +01:00
linuxdaemon
4ec3964988
Fix MariaDB Driver package name
The package name for the MariaDB JDBC drivers available from https://mariadb.com/kb/en/library/mariadb-connector-j/ is `org.mariadb` not `com.mariadb`.

Fixes #2653
2019-11-12 00:59:25 -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
Gabriel Hautclocq
9cf3b74609 fixed disappearing markers (webbukkit#2533), many thanks to tiagoad 2019-10-04 00:51:57 +02:00
Mike Primm
1be9f663c7 Handle meta=0 as undefined in CTM 2019-09-29 17:51:58 -05:00
baconwaifu
8522015edc Add initial postgres support; internal webserver works perfectly 2019-09-26 20:36:09 -04:00
Eric_Lian
7f84262bfb HD skins support 2019-08-14 23:28:20 +08:00
Tiago Dias
8fc95bfc96 Fix for disappearing sign-markers on 1.14 (Issue #2533) 2019-08-14 12:41:24 +01:00
Mike Primm
f1b7741f65 Fix for ConcurrentModificationException in markers code 2019-07-21 13:16:05 -05:00
Mike Primm
286a12c4ef Add experimental option to try to migrate old chunks 2019-06-09 09:59:08 -05:00
mikeprimm
881b7dfefd
Merge pull request #2498 from stormboomer/v3.0
Added functionality for restarting the scheduled job that stores markers
2019-06-09 07:31:27 -05:00
mikeprimm
867315fb04
Merge pull request #2482 from rumickon/skin_fix
Skin fix
2019-06-09 07:30:02 -05:00
Mike Primm
7f8dcf0eb3 Fix 1.14 biome mapping 2019-06-08 21:47:43 -05:00
Mike Primm
5b218f0ece Add 1.14 Bell support 2019-06-05 18:25:32 -05:00
Mike Primm
8ca24ff502 Add 1.14 campfile 2019-06-05 17:44:51 -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
rumickon
d20e35a71e Merge branch 'v3.0' of github.com:webbukkit/dynmap into skin_fix 2019-05-28 19:41:11 +03:00
Mike Primm
15b5b65914 Add 1.14 stonecutter 2019-05-26 00:37:40 -05:00
Mike Primm
145a88e632 Add 1.14 smithing table 2019-05-26 00:18:32 -05:00
Mike Primm
5ba25420a0 Add 1.14 lantern 2019-05-26 00:07:01 -05:00
rumickon
efb28531b5 Merge branch 'v3.0' of github.com:webbukkit/dynmap into skin_fix 2019-05-22 19:45:25 +03:00
Mike Primm
48bc5895d4 Add 1.14 lectern 2019-05-18 22:18:38 -05:00
Mike Primm
e8ab5d656c Add 1.14 grindstone 2019-05-18 21:44:13 -05:00
Mike Primm
01e987c046 Add 1.14 sweet berry bush 2019-05-18 20:49:16 -05:00
Mike Primm
9f3c1a7e07 Add 1.14 fletching and cartography tables 2019-05-18 19:36:58 -05:00
Mike Primm
9027e4748c Add 1.14 blast furnace 2019-05-18 19:19:00 -05:00
Mike Primm
8fbd924f0f Add 1.14 smoker 2019-05-18 19:13:05 -05:00
Mike Primm
2c467782f0 Add 1.14 barrels,loom 2019-05-18 18:57:33 -05:00