| .. |
|
debug
|
Cleaned up logging.
|
2011-05-19 01:36:14 +02:00 |
|
flat
|
Add support for 'compass-mode' - handle 1.9 change of proper north
|
2011-10-13 23:54:52 -05:00 |
|
hdmap
|
More corrections to texture scale handling with transparent textures
|
2011-10-30 13:04:35 +08:00 |
|
herochat
|
Make hidden players not reported when joining/quitting server
|
2011-11-13 22:54:41 -06:00 |
|
kzedmap
|
Add support for 'compass-mode' - handle 1.9 change of proper north
|
2011-10-13 23:54:52 -05:00 |
|
markers/impl
|
Fix update notice for area markers - missing description
|
2011-11-20 13:09:58 +08:00 |
|
permissions
|
Add support for superperms/PermissionsBukkit/whatever-you-wanna-call-it
|
2011-08-22 19:21:03 -05:00 |
|
regions
|
Add support for hiding individual subzones on Residence
|
2011-10-22 18:38:50 -05:00 |
|
utils
|
Restore biome data loading for non-normal (Bukkit is fixed), fix trap
|
2011-10-07 10:34:59 -05:00 |
|
web
|
Add support for 'http-reponse-headers' attribute to add custom response headers
|
2011-08-29 21:33:41 -05:00 |
|
Armor.java
|
Fix armor calculation - bring in line with funky method used in MC UI
|
2011-08-13 05:36:48 +08:00 |
|
AsynchronousQueue.java
|
Clean up shutdown of async queue
|
2011-10-08 12:24:59 +08:00 |
|
ChatEvent.java
|
Moved HeroChat code to HeroWebChatModule.
|
2011-05-22 16:27:53 +02:00 |
|
Client.java
|
Put markers in a component, add generic component update messages
|
2011-09-03 16:49:18 -05:00 |
|
ClientComponent.java
|
Clean up warnings
|
2011-06-13 22:05:14 -05:00 |
|
ClientConfigurationComponent.java
|
Add cyrillic-support option for cyrillic codepage hack
|
2011-11-14 14:21:24 +08:00 |
|
ClientUpdateComponent.java
|
Add 'hideifshadow' and 'hideifundercover' option for client update: hides player position/health if they are at location below given light level (hideifshadow) or not under open sky (hideifundercover)
|
2011-10-23 12:59:27 -05:00 |
|
ClientUpdateEvent.java
|
Transfered client-updates to two components (jsonfile and internal).
|
2011-05-22 16:28:01 +02:00 |
|
Color.java
|
Improve handling of scaled down models in subblock renderer
|
2011-07-22 13:11:03 -05:00 |
|
ColorScheme.java
|
Add 'hideores' option to make ore blocks look like plain stone
|
2011-09-29 10:48:40 +08:00 |
|
Component.java
|
Add escape sequence '&color;' support for webprefix/websuffix - avoid frequent editor code page problems.
|
2011-07-24 20:31:12 -05:00 |
|
ComponentManager.java
|
Added ability to reload (also using 'dynmap reload').
|
2011-05-22 19:42:47 +02:00 |
|
ConfigurationNode.java
|
Clean up warnings
|
2011-06-13 22:05:14 -05:00 |
|
DynmapChunk.java
|
Renamed y to z in DynmapChunk.
|
2011-02-09 00:42:16 +01:00 |
|
DynmapPlayerChatListener.java
|
Improve handling of /reload, clean up dead code
|
2011-07-24 23:23:24 -05:00 |
|
DynmapPlugin.java
|
Add vlowres HD as default template set
|
2011-11-06 06:14:27 +08:00 |
|
DynmapWebChatEvent.java
|
Add cancelable custom event for reporting of messages received from web
|
2011-07-09 21:39:49 -05:00 |
|
DynmapWorld.java
|
Fix background colors when rendering zoomout with JPEG format
|
2011-09-06 01:15:07 -05:00 |
|
Event.java
|
Fix tile render timmes, split out utility class
|
2011-07-08 00:40:52 -05:00 |
|
Events.java
|
Clean up warnings
|
2011-06-13 22:05:14 -05:00 |
|
Handler.java
|
Server-side multiworld support with several improvements overal.
|
2011-02-12 23:47:00 +01:00 |
|
InternalClientUpdateComponent.java
|
Tighten up shutdown of zoom file processing during reload
|
2011-07-27 08:04:53 -05:00 |
|
JsonFileClientUpdateComponent.java
|
Tighten up file closing on exceptions
|
2011-10-19 12:22:41 +08:00 |
|
JSONUtils.java
|
Clean up warnings
|
2011-06-13 22:05:14 -05:00 |
|
Log.java
|
Add option to have Dynmap STFU during start (verbose: false)
|
2011-06-26 14:31:40 -05:00 |
|
MapManager.java
|
Add /dynmap purgequeue to purge tile update queue
|
2011-10-30 23:05:33 +08:00 |
|
MapTile.java
|
Add support for saving/restoring of pending tile updates on server stops/start
|
2011-09-21 23:18:23 -05:00 |
|
MapType.java
|
Add support for saving/restoring of pending tile updates on server stops/start
|
2011-09-21 23:18:23 -05:00 |
|
MarkersComponent.java
|
Add support for optional 'offline players' marker layer
|
2011-10-01 19:19:52 -05:00 |
|
PlayerFaces.java
|
Add 'fetchskins' and 'refreshskins' settings to control server face/skin loading and updating
|
2011-10-03 05:59:52 +08:00 |
|
PlayerList.java
|
Fix off-server-thread calls to get player list
|
2011-10-12 13:19:32 +08:00 |
|
SimpleWebChatComponent.java
|
Make hidden players not reported when joining/quitting server
|
2011-11-13 22:54:41 -06:00 |
|
TestComponent.java
|
Added simple start for server-side components.
|
2011-05-22 16:27:37 +02:00 |
|
TileHashManager.java
|
Performance tuning, improve workaround for bukkit scheduler bugs
|
2011-07-19 00:52:05 -05:00 |
|
UpdateQueue.java
|
Tabs and spaces.
|
2011-05-16 20:55:19 +08:00 |