| .. |
|
debug
|
Cleaned up logging.
|
2011-05-19 01:36:14 +02:00 |
|
flat
|
Add multiple quality levels for JPG encoding - adjust default to 0.85
|
2011-08-16 12:32:01 +08:00 |
|
hdmap
|
Fix boundary condition that was causing some missed tiles on chunk triggers
|
2011-08-19 22:38:08 -05:00 |
|
herochat
|
Make sure we can clean up event listeners during reload (make /dynmap reload work)
|
2011-08-20 15:21:39 -05:00 |
|
kzedmap
|
Add multiple quality levels for JPG encoding - adjust default to 0.85
|
2011-08-16 12:32:01 +08:00 |
|
permissions
|
Add support for superperms/PermissionsBukkit/whatever-you-wanna-call-it
|
2011-08-22 19:21:03 -05:00 |
|
regions
|
First pass of Towny region support
|
2011-08-22 01:17:28 -05:00 |
|
utils
|
Turn off using temp file in ImageIO - our images are too small to do that
|
2011-08-16 21:25:16 -05:00 |
|
web
|
Add support for JPEG encoding option for HDMaps
|
2011-08-12 14:48:52 +08: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
|
Add 'explosion' update trigger, add updated tile queue accelerator (to speed up processing if queue gets above a given threshold)
|
2011-08-20 16:28:37 -05:00 |
|
ChatEvent.java
|
Moved HeroChat code to HeroWebChatModule.
|
2011-05-22 16:27:53 +02:00 |
|
Client.java
|
Add support in web UI for automatic day/night cycle when night-and-day
|
2011-05-29 17:24:46 -05:00 |
|
ClientComponent.java
|
Clean up warnings
|
2011-06-13 22:05:14 -05:00 |
|
ClientConfigurationComponent.java
|
Add support for 'defaultmap' setting in configuration.txt
|
2011-07-25 21:16:42 -05:00 |
|
ClientUpdateComponent.java
|
Fix typo in 'sendposition' setting - allow both 'sendposition' and 'sendpositon' in case someone worked around it
|
2011-08-10 22:37:41 -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
|
Improve handling of /reload, clean up dead code
|
2011-07-24 23:23:24 -05: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 support for superperms/PermissionsBukkit/whatever-you-wanna-call-it
|
2011-08-22 19:21:03 -05:00 |
|
DynmapWebChatEvent.java
|
Add cancelable custom event for reporting of messages received from web
|
2011-07-09 21:39:49 -05:00 |
|
DynmapWorld.java
|
Add multiple quality levels for JPG encoding - adjust default to 0.85
|
2011-08-16 12:32:01 +08: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 shutdown of zoom file processing during reload
|
2011-07-27 08:04:53 -05: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 progressloginterval setting - control how often progress messages done
|
2011-08-20 16:43:18 -05:00 |
|
MapTile.java
|
Improve scaling of memory use with large numbers of tiles, prep for suspend/resume support
|
2011-08-14 14:27:20 +08:00 |
|
MapType.java
|
Add multiple quality levels for JPG encoding - adjust default to 0.85
|
2011-08-16 12:32:01 +08:00 |
|
PlayerList.java
|
Cleaned up configuration handling and added new logging class.
|
2011-05-19 01:36:05 +02:00 |
|
SimpleWebChatComponent.java
|
Make sure we can clean up event listeners during reload (make /dynmap reload work)
|
2011-08-20 15:21:39 -05: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 |