Commit graph

171 commits

Author SHA1 Message Date
Mike Primm
a6b89c55e2 Adjust parchmentbw 2020-05-16 17:55:01 -05:00
Mike Primm
46e6c005a9 Add parchmentbw for no shadow b/w render lighting 2020-05-16 17:30:59 -05:00
Mike Primm
5f518e7f00 Add blackandwhite mode with threshold for two tone 2020-05-16 17:26:16 -05:00
Mike Primm
bbd253853d Add grayscaledark attribute to control dark color in graytone 2020-05-16 17:06:14 -05:00
Mike Primm
8c1cc36088 Remove block dump 2020-05-16 16:26:54 -05:00
mikeprimm
7fa8861054 Merge pull request #2896 from owlnull/v3.0
Add skins support via SkinsRestorer plugin
2020-05-16 16:18:17 -05:00
Mike Primm
a571621e56 Drop unsupported versions (1.13.0, 1.13.1, 1.14.0) 2020-05-16 13:29:39 -05:00
Mike Primm
98f8328c64 Iron out 1.13.2 biomes and chunk loading 2020-05-03 17:35:38 -05:00
Mike Primm
ac4dc10863 Clean up init of coord widget 2020-05-02 18:19:17 -05:00
Mike Primm
bf8439be36 show-mc 2020-05-02 17:50:22 -05:00
Mike Primm
903b88b4c3 Add support for lighting level toned maps: nightspawn daynightspawn 2020-05-02 15:21:47 -05:00
Mike Primm
c750ff9139 Provide grayscale and graytone in default lighting 2020-05-02 14:11:52 -05:00
Mike Primm
cfae1ff57a Change parchment default to #C09A53 2020-05-02 13:05:05 -05:00
Mike Primm
49e51956a8 Add support for grayscale lighting, parchment lighting 2020-05-02 13:00:51 -05:00
Mike Primm
6789e48ad5 Handle null container file for 'minecraft' on 1.13.x+ 2020-04-26 17:18:30 -05:00
Mike Primm
78da49da14 Fix block state iterator 2020-04-26 16:58:55 -05:00
owlnull
2031c45d6c Add skins support via SkinsRestorer plugin 2020-04-23 06:39:54 +05:00
mikeprimm
352a6db204 Merge branch 'v3.0' into postgres 2020-04-12 19:35:03 -05:00
mikeprimm
7590761d5f Merge pull request #2839 from L0laapk3/v3.0
fix vertical centering of markers
2020-04-12 19:31:52 -05:00
Paul Straw
c690644b93 Adds worldborderlabel configuration.txt setting 2020-04-02 22:01:30 -07:00
L0laapk3
9b5d3ee70c fix centering of markers 2020-04-01 00:14:18 +02:00
Ry0taK
e052d6813e Fix unintended redirection to welcome file 2020-02-06 05:47:03 +00:00
baconwaifu
b1db367318 Add initial postgres standalone support. EXPERIMENTAL. chat broken. 2020-01-27 22:27:09 -05:00
baconwaifu
7c35ed5369 Fix Postgres column typing for standalone files 2020-01-27 22:26:46 -05:00
RyotaK
8487c59fc4 Merge branch 'v3.0' into v3.0 2020-01-19 10:14:42 +09:00
Mike Primm
ecf5134c22 Fix ladder model 2020-01-12 20:17:22 -06:00
RyotaK
d099f9c32d Fix indent 2020-01-13 00:11:35 +00:00
RyotaK
80ad51badd Fix dependency format 2020-01-13 00:09:55 +00:00
RyotaK
8dfacc9d12 Update Jetty 2020-01-13 00:03:57 +00:00
Mike Primm
344a762425 Jetty CERT mitigation 2019-12-22 18:13:50 -06:00
Mitch Talmadge
2383712d3d Change 'int blkid' to 'String material' for block and sign-change events. 2019-12-19 21:36:09 -07:00
Mike Primm
ee64ad7663 Add new 1.15 blocks (beehive, bee nest, honey, honeycomb) 2019-12-15 14:22:14 -06:00
Mike Primm
a0aa3adfa1 Update PostgresSQL code to handle fullrender resume updates 2019-12-15 01:36:59 -06:00
mikeprimm
1eb2cd8727 Merge pull request #2633 from Marvosg/v3.0
Resume full renders (skip already rendered tiles)
2019-12-15 01:10:28 -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
mikeprimm
a96f67d0eb Merge pull request #2618 from baconwaifu/postgres
Add initial postgres database support.
2019-12-15 00:42:01 -06:00
mikeprimm
ced3c580bb Merge pull request #2586 from ExerciseBook/v3.0
HD skins support
2019-12-15 00:39:51 -06:00
baconwaifu
97808d7816 Change marker column to BYTEA to make markers work again. 2019-12-14 15:25:56 -05:00
mikeprimm
6a0ea88be0 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
9502107020 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
7010dc39b4 Force lower case on tiles and matchTiles references in CTM 2019-12-08 01:55:39 -06:00
Mike Primm
76a91725cf Fix texture order handling for mod support API handling for stairs 2019-12-08 01:01:21 -06:00
Mike Primm
ba6b5e1980 Fix incorrect transparency handling on copyblock: texture handling 2019-12-08 00:59:19 -06:00
Lennart Becker
885f417469 Standalone: Load changes immediately after page load 2019-11-29 12:33:03 +01:00
linuxdaemon
6a9d1435a0 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
48273e9a48 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
3408962cfa fixed disappearing markers (webbukkit#2533), many thanks to tiagoad 2019-10-04 00:51:57 +02:00
Mike Primm
8a49b9b00b Handle meta=0 as undefined in CTM 2019-09-29 17:51:58 -05:00
baconwaifu
f4729b9fea Add initial postgres support; internal webserver works perfectly 2019-09-26 20:36:09 -04:00