FrozenCow
618d1b05c9
Merge branch 'master' of https://github.com/flames/dynmap
2011-02-20 17:46:27 +01:00
alron
aaa06bfc38
Automagic packages built. Love me for this. :)
2011-02-19 21:49:24 -08:00
Arthur Mayer
ad07d68d7e
added configuration option messagettl, TimeToLive for chatmessages, in
...
Milliseconds! 15seconds: messagettl: 15000
2011-02-20 02:11:44 +01:00
Arthur Mayer
02fb226350
removed forgotten comma
2011-02-20 02:02:45 +01:00
Arthur Mayer
d7fe6072a5
a lot of changes. chat and ui related. thanks FrozenCow & lechd
2011-02-20 01:58:53 +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
FrozenCow
83f334445b
Made chatinput reset after send.
2011-02-19 21:16:14 +01:00
FrozenCow
d5bd6ff038
Made sendmessage url relative.
2011-02-19 21:08:14 +01:00
Arthur Mayer
22cc46f4b8
many ui iprovements by lechd
2011-02-19 20:51:21 +01:00
FrozenCow
77539522f0
Merge branch 'master' of https://github.com/flames/dynmap
2011-02-19 16:31:36 +01:00
FrozenCow
2bd0052aa9
Added WebChat back to web.
2011-02-19 16:31:13 +01:00
FrozenCow
c53e6058be
Added debugging to configuration. Disabled by default.
2011-02-19 15:25:31 +01:00
Arthur Mayer
9b604d4e75
Merge remote branch 'choose_remote_name/master' into HEAD
2011-02-19 08:28:03 +01:00
Arthur Mayer
9d490cbcc8
removed my custom url, made it relative
2011-02-19 08:26:40 +01:00
FrozenCow
791341f210
Fixed httpserver thereby also more optimized.
2011-02-19 00:01:42 +01:00
FrozenCow
42d07d6ca2
Added quotes to login/out messages for yaml.
2011-02-19 00:01:21 +01:00
Arthur Mayer
61c6f4a086
corrected the json string in sendChat()
2011-02-18 20:15:18 +01:00
FrozenCow
723e7da8d3
Added stacktrace for errors.
2011-02-18 19:43:45 +01:00
FrozenCow
d3cf795ebb
Fixed stupid mistake with body of http requests.
2011-02-18 19:42:32 +01:00
Arthur Mayer
67baf5100c
forgotten config change for chat
2011-02-18 18:46:48 +01:00
Arthur Mayer
56f126d5f2
uups. removed debug alert, added function call
2011-02-18 11:15:05 +01:00
Arthur Mayer
10f93c02c1
added chatSend() function
2011-02-18 10:21:55 +01:00
Arthur Mayer
5ddaf940ed
chat interface added, config option changed from showchatballoons:
...
ture/false to showchat: balloons/modal
2011-02-18 07:08:29 +01:00
Arthur Mayer
7c917b729e
added join and quit messages to chat
2011-02-18 05:30:49 +01:00
Arthur Mayer
00485ddcc2
fixed small bug/typo where players were not removed from player list
...
at quit game.
2011-02-18 01:28:58 +01:00
Arthur Mayer
55aeb3c583
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
1388fa11e5
Some desperate attempts to make IE8 work.
2011-02-18 00:07:59 +01:00
FrozenCow
b860c7dd0e
Added pinning.
2011-02-18 00:07:51 +01:00
FrozenCow
c67b2e5cc2
Added example to configuration.
2011-02-17 21:17:54 +01:00
FrozenCow
44748d7f07
Changed gui by lechd + map per world client-configuration.
2011-02-17 20:08:50 +01: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
77d9a88868
Fixed timer to be stopped onDisabled if it was started
2011-02-17 09:45:32 -06:00
Jason Booth
e1f2ca26d6
Changed disable-webserver and jsonfile to default false
2011-02-17 09:38:08 -06:00
Jason Booth
3c1bde1092
Updated JsonTimerTask.java to be Multi-World Compatible
2011-02-17 09:33:27 -06:00
Jason Booth
f7dbc89ab4
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
909207ac26
Organized imports.
2011-02-15 21:44:08 +01:00
FrozenCow
99605ba433
Make sure request-body is skipped if not read.
2011-02-15 21:06:14 +01:00
FrozenCow
ada9637d72
Added sendmessage handler (for chatting back).
2011-02-15 21:00:36 +01:00
FrozenCow
2d693b1ebf
Improved HTTP performance and POST/PUT compatbility.
2011-02-15 21:00:04 +01:00
FrozenCow
e900aca2e0
Added helper classes for HTTP.
2011-02-15 14:19:43 +01:00
FrozenCow
060d1092f9
Made clock configurable and split clocks from map.
2011-02-15 13:50:04 +01:00
FrozenCow
38df91bafe
Report world for players in updates.
2011-02-15 13:38:46 +01:00
FrozenCow
18ad2e1d79
Removed copyrights through flames' css.
2011-02-15 13:33:40 +01:00
FrozenCow
5fb098259a
focuschatballoons now defaults to false.
2011-02-15 13:08:33 +01:00
Daniel Chesters
24c9dfed41
if focuschatballoons is at false, disableAutoPan should be at true
2011-02-14 21:53:07 +01:00
FrozenCow
a1c86bfabb
Removed depricated time-images.
2011-02-14 00:02:52 +01:00
FrozenCow
49d45c653d
Made clock and timeofday interchangable.
2011-02-14 00:01:20 +01:00
FrozenCow
42391cc4d5
Readded getMinecraftTime.
2011-02-13 23:30:19 +01:00
FrozenCow
3980ebefa1
Revert "Removed Clock"
...
This reverts commit 9ca8f8dc64
.
2011-02-13 23:27:37 +01:00