Commit graph

1769 commits

Author SHA1 Message Date
mikeprimm
ea8f534dbd Merge pull request #1851 from starlis/dupeRemoveEntities
Remove duplicate removeEntities - Fixes #1838
2016-01-21 18:30:39 -06:00
mikeprimm
659d859b85 Merge pull request #1839 from Black-Hole/clear-cache
clear the affected cache if triggerRender...() is called
2016-01-21 18:29:39 -06:00
Aikar
6e4ec3eeb8 Remove duplicate removeEntities - Fixes #1838
This is handled by unloadChunk
2015-11-03 21:22:19 -05:00
BlackHole
6b2a866921 clear the affected cache if triggerRender...() is called 2015-09-21 15:53:00 +02:00
mikeprimm
59dfa9892d Merge pull request #1821 from mg-1999/patch-1
Minor Grammar Fix in the config
2015-09-04 22:33:06 -05:00
Mike Primm
776f8f078b Remove javadoc build - not needed here 2015-09-04 22:23:06 -05:00
Matthijs
0fe13a0d77 Whoop 2015-08-08 20:31:38 +02:00
Matthijs
9d884071cc Minor grammer fix 2015-08-08 20:29:54 +02:00
Mike Primm
2270f76151 Bump to 2.3-SNAPSHOT 2015-07-12 22:55:06 -05:00
Mike Primm
d4882e2bc6 Bump to 2.2 GA 2015-07-12 20:29:37 -05:00
mikeprimm
9333078b51 Merge pull request #1736 from NotWoods/patch-2
Changed default "skin-url" value
2015-02-26 21:30:00 -06:00
Mike Primm
1ba976c825 Add showworldborder setting, 1.8 vanilla world border support 2015-02-15 12:40:30 -06:00
Tiger Oakes
789c93f755 Changed default "skin-url" value
With the new skin system introduced in 1.7.10/1.8, Mojang now hosts skins under the minecraft.net domain instead of Amazon's. Since the Amazon link now only provides outdated skins, it would be better to use the new skins.minecraft.net URL as default.
2015-02-03 09:08:55 -10:00
Mike Primm
24b0907243 Bump to 2.2 2015-01-09 18:38:52 -06:00
Mike Primm
a6d28ff9e2 Shift marker persistence off of server thread (lag reduction) 2015-01-05 23:02:09 -06:00
Mike Primm
ecedd7d917 Fix biome temp/humidity on newer biomes 2015-01-03 17:23:40 -06:00
Mike Primm
2aa65bdfed Avoid trap in Spigot for light levels outside max height 2014-12-14 20:49:38 -06:00
Mike Primm
33bf77ad41 Start Spigot 1.8 support (doesn't work yet....) 2014-11-28 11:08:44 -06:00
Mike Primm
ac30cf775d Update to use Bukkit 1.7.10-R0.1 API, rip out old SpoutPlugin support 2014-10-13 09:41:14 -05:00
Mike Primm
c8a96fe4cd Bump to 2.1 2014-10-13 09:12:01 -05:00
Mike Primm
07b8304d0d Prepare for 2.0.0. release 2014-10-12 17:40:14 -05:00
Mike Primm
335972d14c Update to fix Glowstone support 2014-09-13 21:17:37 -05:00
Mike Primm
913e1c1e35 More Glowstone fixes 2014-09-06 22:25:56 -05:00
Mike Primm
573f6b1ce1 Add initial support for Glowstone server 2014-09-06 19:19:20 -05:00
Mike Primm
46eae02bc8 Add well known 1.7 biomes only when appropriate version 2014-08-22 23:48:12 -05:00
Mike Primm
648ae8bf1e Add well known 1.7.x biomes only when version is appropriate 2014-08-22 23:15:57 -05:00
Mike Primm
9a5b64dcff Add prefix setting for MySQL table names 2014-08-22 01:50:47 -05:00
mikeprimm
4d622851d1 Merge pull request #1603 from KovuTheHusky/roundcoords
Add option to round coordinates to nearest integer
2014-08-20 18:10:10 -05:00
mikeprimm
284b102c38 Merge pull request #1601 from KovuTheHusky/master
Fix javadoc errors for building with Java SE 8
2014-08-20 18:08:20 -05:00
Mike Primm
fcf16b3b3f Add support for 1.7.10 2014-07-09 22:20:33 -05:00
Mike Primm
9cdec182f9 Add config defaults for MySQL map storage 2014-06-08 21:59:32 -05:00
Kevin Breslin
08329b141b Add option to round coordinates to nearest integer 2014-05-27 01:34:11 -04:00
Kevin Breslin
5ff36a0b36 Fix javadoc errors for building with Java SE 8 2014-05-26 22:37:53 -04:00
Mike Primm
11e2e1ef9b Update default suffix 2014-05-10 14:36:50 -05:00
Mike Primm
b75046adfa More comments on storage config 2014-05-10 13:47:14 -05:00
Mike Primm
be6cda9a20 Add storage/type settings to control file tree vs sqlite storage 2014-05-10 00:42:02 -05:00
Mike Primm
7dd98d2ce5 Bump to 2.0.0-SNAPSHOT 2014-05-05 00:30:03 -05:00
Mike Primm
deb8e63e3c Switch to SNAPSHOT 2014-04-20 11:47:57 -05:00
Mike Primm
702957bd5c Bump to 1.9.5 2014-04-20 11:09:49 -05:00
Mike Primm
cd59f1202c Add plugin versions for sources and javadoc plugins 2014-04-17 08:59:38 -05:00
Mike Primm
a8bf263e5c Add plugin versions for javadocs and sources 2014-04-16 23:02:35 -05:00
Mike Primm
26e0e7ccf2 Add sources and javadoc generation to POM 2014-04-16 22:28:29 -05:00
Mike Primm
ebda541f73 Switch to groupID us.dynmap (owned domain) - sonatype central repo prep 2014-04-16 19:46:47 -05:00
Mike Primm
9f286c0937 Add exportpath, default-sign-set settings 2014-03-12 00:10:17 -05:00
Mike Primm
8d4b7d4cbe Add sign change API to help with marker sign support on MCPC+ 2014-03-11 23:58:01 -05:00
Mike Primm
414a09eeca Bump to 1.9.4 2014-03-08 02:31:06 -06:00
Mike Primm
555d3ec026 Add /dynmapexp command (for OBJ exporter support) 2014-02-24 00:27:05 -06:00
Mike Primm
f60e9fbc53 Bump to 1.9.2 2014-02-06 08:37:24 -06:00
Mike Primm
61f62c5e80 Rework chunk loading timing stats - simpler, more useful 2014-02-04 07:05:24 -06:00
Mike Primm
6609c62d90 Remove unneeded synchronized() 2014-02-03 22:29:00 -06:00