Mike Primm
26f4f7d994
Add support for WorldGuard on built-in server, fix getNodes() on new
...
ConfigurationNode class
2011-05-18 23:29:33 -05:00
zeeZ
728cd8304a
Option to output player health in json for later web usage.
2011-05-19 01:52:38 +02:00
FrozenCow
7937a64f06
Cleaned up logging.
2011-05-19 01:36:14 +02:00
FrozenCow
e28ee185b6
Cleaned up configuration handling and added new logging class.
2011-05-19 01:36:05 +02:00
zeeZ
ccbd6bf45e
Prefix all (intentional) output properly.
2011-05-17 02:38:49 +02:00
zeeZ
7f5d3ab23d
Consistency to make Kilandor happy :-).
2011-05-10 12:51:52 +02:00
zeeZ
bb45cc10cb
Added weather to json world output (hasStorm and isThundering)
2011-05-10 12:51:52 +02:00
zeeZ
c0479bff05
Fixed NPE if using regionless config.
2011-05-10 12:51:52 +02:00
zeeZ
cf1d6c414d
Organize imports
2011-05-10 12:51:52 +02:00
FrozenCow
106f95d8b6
Removed a println.
2011-05-08 21:15:44 +02:00
FrozenCow
be60623719
Fixed tabs.
2011-05-07 22:11:41 +02:00
FrozenCow
b66be7a47c
Merge remote-tracking branch 'kilandor/master'
2011-05-07 00:04:05 +02:00
zeeZ
63b9579fa5
Strip colors off chat, use getDisplayName instead of getName
2011-05-01 23:11:29 +02:00
Jason Booth
b3ccd203c8
Added some info
...
Fix for spam warning for php(Thanks for bug report flames)
2011-04-13 20:23:24 -05:00
Jason Booth
8e59f37995
Initial Support for Regions system on dynmap
...
Included Worldguard support(default)
Also residence support(incomplete)
2011-04-13 19:58:25 -05:00
FrozenCow
6c6d29a402
Removed some warnings, redisabled BufferedOutputStream closing.
2011-03-15 21:04:53 +01:00
FrozenCow
0657d9c559
Code cleanup.
2011-03-10 15:59:19 +01:00
Jason Booth
d296724755
Fix client side timestamp problem
...
Added Support for standalone webchat by reading a json file
Fix for jsonfile-interval in code
Added working php script with spam prevention, for webchat
2011-03-10 00:11:43 -06:00
FrozenCow
8d70839d3b
Some changes after running Findbugs.
2011-03-05 16:09:26 +01:00
FrozenCow
5778611227
Fixed JsonTimerTask.
2011-02-26 18:23:35 +01:00
FrozenCow
1cc43637ee
Merge remote-tracking branch 'kilandor/master' into nowebserver
...
Conflicts:
configuration.txt
src/main/java/org/dynmap/DynmapPlayerListener.java
src/main/java/org/dynmap/DynmapPlugin.java
web/map.js
2011-02-22 17:58:39 +01:00
Jason Booth
6ab82174a5
Added timestamp support to Update Tiles and Chat.
...
New web config to handle for jsonfile method
Modified webclient to handle timestamps to prevent duplication.
Removed duplicate code in JsonTimerTask.java
2011-02-19 18:55:01 -06:00
Jason Booth
13099587e0
Fixed mistake with map updates only pulling interval+10 instead of interval+10000
2011-02-17 11:14:37 -06:00
Jason Booth
3916c363ae
Fixed jsontimer-interval config not being used.
...
Change JsonTimerTask.java to use jsontimer-interval+10 to allow a buffer for late/delayed client requests(to prevent updated tiles info to be missing)
2011-02-17 10:05:07 -06:00
Jason Booth
3c1bde1092
Updated JsonTimerTask.java to be Multi-World Compatible
2011-02-17 09:33:27 -06:00
Jason Booth
2f6930bc17
Removed System debug messages.
...
Added missing JsonTimerTask.java
2011-02-09 11:57:46 -06:00