Commit graph

174 commits

Author SHA1 Message Date
FrozenCow
6678f13ee2 Partly reverted previous change to get back to zeeZ' getDisplayName. 2011-05-10 12:51:52 +02:00
Mike Primm
15079dda88 Don't need additional delay - using AsycnQueue for that 2011-05-10 12:26:18 +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
Mike Primm
e40f58ec93 Add version log message - keep track builds easier 2011-05-10 12:25:56 +02:00
Mike Primm
5da020cdd3 Trap on bogus world names or player with bad current location 2011-05-10 12:25:48 +02:00
Mike Primm
b26d474e1c Add "time-sliced" implementation of fullrender, which does one tile at
a time using the Bukkit scheduler while using a tunable interval
between tiles (0.5 second default), and avoids player timeouts and
blooming the chunk and entity population.
2011-05-10 12:25:34 +02:00
FrozenCow
e8db3aa674 Removed a println. 2011-05-08 21:15:44 +02:00
FrozenCow
0cb23ac84a Fixed tabs. 2011-05-07 22:11:41 +02:00
FrozenCow
1b9ff02ac4 Merge remote-tracking branch 'kilandor/master' 2011-05-07 00:04:05 +02:00
zeeZ
c19a2e0a3a Strip colors off chat, use getDisplayName instead of getName 2011-05-01 23:11:29 +02:00
zeeZ
e853df78f6 Fix for worlds with weird names and URLDecode mumbo-jumbo 2011-04-28 16:34:50 +02:00
Jason Booth
3d1e6c7b5f Added some info
Fix for spam warning for php(Thanks for bug report flames)
2011-04-13 20:23:24 -05: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
0e4867951f Less config checks in loop, added newline at EOF 2011-04-11 23:57:10 +02:00
zeeZ
cd6061cda9 Option to treat hiddenplayers.txt as a whitelist. 2011-04-11 04:10:47 +02:00
zeeZ
5e1cab5c39 Hidden players stored in lowercase. 2011-04-11 02:40:03 +02:00
zeeZ
5980dedd4b More detailed permissions 2011-04-11 02:27:56 +02:00
zeeZ
feb82a8519 Flipped flat map so North is up 2011-04-08 21:40:16 +02:00
FrozenCow
3bd163e058 Added HighlightTileRenderer (thanks in part to rockNme2349) 2011-04-07 15:46:50 +02:00
FrozenCow
84dfa3c1d5 Another attempt to make server conform http. 2011-04-06 00:54:48 +02:00
FrozenCow
542bda59d4 Cleaned up join/quit messages (not being send as chat messages) 2011-04-05 22:58:46 +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
5a39578acb Another fix for IndexOutOfBounds (by ignoring it...) 2011-03-29 00:59:10 +02:00
FrozenCow
a482af738d Fixed IndexOutOfBoundsException (sortof?) 2011-03-28 18:32:29 +02:00
FrozenCow
86caf7c550 Changed events for the latest Bukkit changes. 2011-03-28 18:27:11 +02:00
FrozenCow
1fe5f99250 Removed onLoad again. 2011-03-27 13:14:35 +02:00
FrozenCow
bed2328608 Removed getWorld. 2011-03-20 18:09:54 +01:00
FrozenCow
5a5ebdffd9 Removed empty line. 2011-03-17 03:29:25 +01:00
FrozenCow
08e85fe23d Another import removal. 2011-03-17 02:36:26 +01:00
FrozenCow
a07829eab4 Organized imports. 2011-03-17 02:21:04 +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
FrozenCow
0cfd7997b9 Made webchat-interval in seconds. 2011-03-15 22:47:12 +01:00
FrozenCow
53533ec599 Added webchat-interval for anti-spam webmessaging. 2011-03-15 22:43:48 +01:00
FrozenCow
411e1adbfc Removed some warnings, redisabled BufferedOutputStream closing. 2011-03-15 21:04:53 +01:00
FrozenCow
15abae9f94 Merge remote-tracking branch 'alron/master' 2011-03-15 16:53:12 +01:00
FrozenCow
9a3d7ee356 Made dynmap compatible with chat-plugins who cancel chat-events. 2011-03-15 14:03:04 +01:00
FrozenCow
d398eb0bb0 Added empty onLoad method 2011-03-15 13:22:05 +01:00
FrozenCow
492847d576 New coloring system for flatmap. 2011-03-15 00:01:08 +01:00
alron
95f5092499 Doesn't change anywhere? Probably should be final. 2011-03-12 01:38:34 -08:00
alron
fb55dcd0e3 oops, didn't need that ^^ 2011-03-12 01:36:43 -08:00
alron
d0e2096104 Close potential filedescriptor leak. 2011-03-12 01:35:07 -08:00
alron
bc9a0d54d0 Close potential filedescriptor leak. 2011-03-12 01:33:30 -08:00
FrozenCow
c2d00b740e Abstracted permissions. Cleaned up DynmapPlugin. 2011-03-11 16:05:54 +01:00
FrozenCow
767810ca4c Fixed shutting down http server(?) 2011-03-11 15:22:14 +01:00
FrozenCow
db6534ee43 Fixed very long shutdown(?) 2011-03-11 15:18:48 +01:00
FrozenCow
803c4104d9 Merge branch 'master' of https://github.com/flames/dynmap 2011-03-11 15:18:41 +01:00
FrozenCow
02514b8625 Render command now responds with a nice message. 2011-03-10 22:59:03 +01:00
FrozenCow
a080825060 Code cleanup. 2011-03-10 15:59:19 +01:00
Jason Booth
15e7417807 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