Commit Graph

2369 Commits

Author SHA1 Message Date
mikeprimm
9fc201f1af
Bump to beta7 2021-02-07 13:12:09 -06:00
mikeprimm
f4f7afb2ba
Merge pull request #3270 from Doregon/v3.0
New README.md style
2021-02-07 13:05:26 -06:00
Adam Tunnic
e078bd1e8b
Update spellcheck.yaml 2021-02-07 11:45:07 -05:00
Adam Tunnic
5d50e6624a
Fix typos, pt. 2 2021-02-07 01:33:22 -05:00
Adam Tunnic
0a6aea50d8
Update gibberish.txt 2021-02-07 01:32:27 -05:00
Adam Tunnic
46ebdda1f8
Update gibberish.txt 2021-02-07 01:31:24 -05:00
Adam Tunnic
6f5d950ad0
Fix typos pt 1 2021-02-07 01:30:37 -05:00
Adam Tunnic
efbc0e9f99
Delete names.txt 2021-02-07 01:28:10 -05:00
Adam Tunnic
a896bb296c
Update .spellcheck.yaml 2021-02-07 01:27:30 -05:00
Adam Tunnic
41afee02f1
Add good words 2021-02-07 01:26:55 -05:00
Adam Tunnic
beaaf0ef3d
Create .spellcheck.yaml 2021-02-07 01:21:06 -05:00
Adam Tunnic
92223b267b
Create names.txt 2021-02-07 01:20:27 -05:00
Adam Tunnic
19f9ced137
Create gibberish.txt 2021-02-07 01:20:17 -05:00
Adam Tunnic
1a9921e74d
Create spellcheck.yaml 2021-02-07 01:18:47 -05:00
Adam Tunnic
82aad0474c
Update README.md 2021-02-06 21:00:25 -05:00
Adam Tunnic
f1d0a0eff0
Update README.md a LOT
added table of contents, sorted versions into table to show each version, type, and where to get,
2021-02-06 20:59:58 -05:00
Adam Tunnic
f2e79bd2f2
Making the <version> tag visible. 2021-02-06 20:33:32 -05:00
Adam Tunnic
ebf3193e27
Oooooop updating again 2021-02-06 20:32:22 -05:00
Adam Tunnic
c75ee477ad
Add 1.16.5 note 2021-02-06 20:28:42 -05:00
Mike Primm
c77d3b444a Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0 2021-01-09 19:49:57 -06:00
Mike Primm
8244394cc4 Zap warning for lack of webp tools - confusing support headache 2021-01-09 19:49:39 -06:00
mikeprimm
bc1fa86823
Merge pull request #3241 from silentnoodlemaster/v3.0
Add option to use lossless webp format
2021-01-09 18:10:31 -06:00
mikeprimm
5f9e93c312
Merge pull request #3223 from mooinglemur/mooinglemur-patch-1
Allow for URI-unsafe player names
2021-01-09 18:10:06 -06:00
mikeprimm
1f26c08501
Update README.md 2021-01-09 18:06:48 -06:00
mikeprimm
e7148ae560
Update README.md 2021-01-09 17:59:42 -06:00
Mike Primm
246c1754cc Add Forge 1.16.4 build 2021-01-09 17:25:34 -06:00
Ben Lönnqvist
3f821a902d
added option webp-l to use lossless webp #3191 2021-01-08 23:45:30 +02:00
Mike Primm
34348a6d16 Pad chunksnapshots with empty section (avoid y=256 exceptions) 2021-01-02 13:07:26 -06:00
Mike Primm
ed229cee93 Back to SNAPSHOT 2021-01-02 12:51:26 -06:00
Mike Primm
6680928460 Handle invalid block state from bad mods - avoid exception (#3231) 2021-01-02 09:32:42 -06:00
Mike Primm
17bf9e982f Bump to 3.1-beta6 (release candidate) 2021-01-01 12:33:40 -06:00
Mike Primm
806e8c056a Initial file filter code 2021-01-01 11:16:40 -06:00
Mike Primm
2b1d0aa955 Add warnings for wrong client update component vs web server disabled 2020-12-31 16:55:52 -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
023af3676b
Merge pull request #3174 from LolHens/fabric-1.16.4
Fabric 1.16.4
2020-12-30 18:52:36 -06:00
mikeprimm
d45112d60c
Merge pull request #3196 from thrimbor/fix_fullrender_format_change
Fix fullrender deleting the files in the new format instead of the old
2020-12-30 18:51:44 -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
mikeprimm
e879ed7e41
Merge pull request #3184 from silverwolfg11/path-null-check
Null check for path environment variable.
2020-12-30 18:48:17 -06:00
mikeprimm
aab12f2475
Merge pull request #3218 from KovuTheHusky/add-1.16-biomes
Add 1.16 biomes
2020-12-30 18:47:36 -06:00
mooinglemur
33411d9ee5
Allow for URI-unsafe player names
Some plugins allow for a player name prefix. If this contains a username-unsafe character like %, it can break player face rendering on the map.
2020-12-26 10:06:15 -07:00
KovuTheHusky
400ce55e70
Add 1.16 biomes 2020-12-24 10:52:44 -05:00
Alex811
b670449843 Add warning for ClientUpdateComponent misconfiguration, related to disable-webserver 2020-12-19 15:14:32 +02:00
Stefan Schmidt
b0bfa4404f Fix fullrender deleting the files in the new format instead of the old 2020-11-24 05:33:04 +01:00
Silverwolfg11
87087a9c1e Null check for path environment variable. 2020-11-14 23:21:06 -08:00
Pierre Kisters
885f310de9 fixed ServerPlayNetworkHandlerMixin for fabric 1.16.4 2020-11-10 18:47:23 +01:00
Mike Primm
e962323e00 Back to SNAPSHOT 2020-11-08 23:06:47 -06:00
Mike Primm
797501f69d Set to 3.1-beta5 2020-11-08 21:54:30 -06:00
mikeprimm
269ec6efd7
Update README.md 2020-11-08 12:47:42 -06:00
mikeprimm
6ef9833c3f
Merge pull request #3148 from keuin/1.15.2
Backward port to Fabric 1.15.2 (from Fabric 1.16.1)
2020-11-08 08:37:02 -06:00