Commit graph

64 commits

Author SHA1 Message Date
Mike Primm
e372c64a37 Re-merge the nether render support, and update race condition fixes 2011-05-14 23:25:59 -05:00
Mike Primm
ff5f791eaf HeroChat support - reflection based binding to it 2011-05-15 01:18:20 +02:00
zeeZ
b708db6532 (Optionally) set map center in web config, automagically pan there on map change. 2011-05-14 12:40:59 +02:00
zeeZ
49828683bd First iteration of weather icons 2011-05-10 12:51:52 +02:00
Mike Primm
51327d1ced Add option to run incremental renders on sync thread, using same chunk
logic as timesliced full render, in order to handle cases where
assumption that all chunks needed for incremental render are already
resident (which can be false if player telepots, move quickly,
multiple players are active, etc).
2011-05-10 12:26:11 +02:00
Mike Primm
bfa8b035ac Added timeslicing to configuration 2011-05-10 12:26:02 +02:00
FrozenCow
da49e7935f Disabled regions component by default. 2011-05-07 00:20:34 +02:00
FrozenCow
1b9ff02ac4 Merge remote-tracking branch 'kilandor/master' 2011-05-07 00:04:05 +02:00
Jason Booth
92d163a378 Initial Support for Regions system on dynmap
Included Worldguard support(default)
Also residence support(incomplete)
2011-04-13 19:58:25 -05:00
zeeZ
cd6061cda9 Option to treat hiddenplayers.txt as a whitelist. 2011-04-11 04:10:47 +02:00
FrozenCow
3bd163e058 Added HighlightTileRenderer (thanks in part to rockNme2349) 2011-04-07 15:46:50 +02:00
FrozenCow
be1424ec14 Removed redundant configuration values and made use of customizable join/quit messages. 2011-04-05 22:30:43 +02:00
FrozenCow
4b8ac8442c Added option for digital clock to timeofday. 2011-03-31 16:00:47 +02:00
FrozenCow
bda2c5f460 Changed clocks to be components. 2011-03-31 15:53:42 +02:00
FrozenCow
4390581901 Separated playermarkers to a component. 2011-03-31 12:44:42 +02:00
FrozenCow
dc43d34c54 Separated chatbox to a separate component (into different files). 2011-03-31 12:32:27 +02:00
FrozenCow
513ede5fcf Separated chat-balloon-code to a component. 2011-03-29 23:42:56 +02:00
FrozenCow
c86fe7337b Added initial work for 'componentizing' client-side. 2011-03-21 20:46:53 +01:00
FrozenCow
cbf82bbdad Removed chunkgenerated and chunkloaded from configuration. 2011-03-17 22:30:14 +01:00
Jason Booth
9c799c71a2 WebChat enhancement and fixes
Added Spam Message config
Internal server now replies a spam message
Fixed getting webchat-interval to get int rather than double then cast
Fixed holding down "enter" on the empty chat line would spam chat attempts
Fixed so jsonip.appspot query is only done once
2011-03-15 19:17:58 -05:00
Arthur Mayer
a3fa849b5a messagettl for chat also in seconds :) 2011-03-15 23:56:22 +01:00
FrozenCow
53533ec599 Added webchat-interval for anti-spam webmessaging. 2011-03-15 22:43:48 +01:00
FrozenCow
d06a0ecb4b Changed chat-mechanism a bit. 2011-03-07 22:07:34 +01:00
Arthur Mayer
aba85ac512 added option to disable webchat input 2011-03-07 07:07:48 +01:00
FrozenCow
96305ee761 Removed (seemingly broken) event BLOCK_DAMAGED. 2011-03-06 14:50:15 +01:00
FrozenCow
43d6612626 Updated configuration to reflect flatmap changes. 2011-03-06 14:49:29 +01:00
FrozenCow
36685c5950 Added ability to specify colorschemes per map/renderer. 2011-03-05 18:38:17 +01:00
FrozenCow
fe0ece8235 Fixed map-icons. 2011-03-05 17:42:07 +01:00
FrozenCow
dd38b4b972 Added configurable render-triggers. 2011-03-05 15:39:21 +01:00
FrozenCow
7bff552a62 Added shitty-looking top-down flat map. 2011-02-28 19:26:05 +01:00
FrozenCow
49dca85dda Removed BukkitPlayerDebugger: incompatible with Bukkit. 2011-02-26 20:31:26 +01:00
FrozenCow
100ba339cb Some dumb description changes in configuration. 2011-02-24 00:21:35 +01:00
FrozenCow
9b6c4ba662 Removed clock configuration. 2011-02-24 00:16:30 +01:00
Jason Booth
f94a0ff904 Fix jsonfile-interval should be 1 not 1000 2011-02-23 16:31:57 -06:00
FrozenCow
aa62f36c11 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
FrozenCow
90fe02be59 Added commands to plugin.yml, removed disabledcommands and added fullrender <worldname>. 2011-02-22 00:42:37 +01:00
FrozenCow
1df916dde0 Made MapTypes per World (instead of having MapTypes for all worlds). 2011-02-21 22:17:38 +01:00
Arthur Mayer
e3375a7b7b added configuration option messagettl, TimeToLive for chatmessages, in
Milliseconds! 15seconds: messagettl: 15000
2011-02-20 02:11:44 +01:00
Jason Booth
8469b323d3 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
FrozenCow
9995bd8895 Added debugging to configuration. Disabled by default. 2011-02-19 15:25:31 +01:00
FrozenCow
b92c91eb57 Added quotes to login/out messages for yaml. 2011-02-19 00:01:21 +01:00
Arthur Mayer
4b36ae9a62 forgotten config change for chat 2011-02-18 18:46:48 +01:00
Arthur Mayer
dc2c95eb2c added join and quit messages to chat 2011-02-18 05:30:49 +01:00
Arthur Mayer
0cc53a3384 added custom configuration to nether rendering, changed pom.xml, so
maven compiles dynmap.jar instead of dynamic-map.jar
2011-02-18 01:23:14 +01:00
FrozenCow
9118f00270 Added example to configuration. 2011-02-17 21:17:54 +01:00
FrozenCow
cc406a157d Changed gui by lechd + map per world client-configuration. 2011-02-17 20:08:50 +01:00
Jason Booth
c65da2f717 Changed disable-webserver and jsonfile to default false 2011-02-17 09:38:08 -06:00
Jason Booth
92b45b8d31 Merge branch 'master' of git://github.com/FrozenCow/dynmap
Conflicts:
	configuration.txt
	src/main/java/org/dynmap/DynmapPlugin.java
2011-02-17 08:54:23 -06:00
FrozenCow
57d74ec3cb Made clock configurable and split clocks from map. 2011-02-15 13:50:04 +01:00
FrozenCow
dcf8047914 Added maximumheight to configuration for somewhat better nether rendering. 2011-02-13 22:33:33 +01:00