dynmap-neoforge/src/main/java/org/dynmap
2011-12-09 12:22:29 +08:00
..
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 triggered render statistics, new /dynmap triggerstats command 2011-11-23 01:03:03 +08:00
markers/impl Add support for 8x8 and 32x32 marker icons (default still 16x16) 2011-12-01 15:24:19 +08:00
permissions Delay asking for PermissionHandler - might help PEX not freak out 2011-11-28 00:07:27 +08:00
regions Retire regions components (Residence, Towny, WorldGuard, Factions) 2011-12-05 14:58:17 +08:00
utils Add tick list monitoring - deal with 1.0.0 getting behind when rendering 2011-12-07 15:33:42 +08:00
web Support checking banned IPs from external server proxied requests 2011-12-03 05:32:43 +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 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 Depcrecate the regions plugins (add warnings, disable when replacement plugins are active). Remove example configuration.txt entries. 2011-11-24 07:49:10 +08:00
ClientConfigurationComponent.java Make web UI reload when configuration changes, server restarts 2011-11-30 12:34:13 +08:00
ClientUpdateComponent.java Make web UI reload when configuration changes, server restarts 2011-11-30 12:34:13 +08: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 Fix config hashcode inconsistency on world loads (UI reload loop in JSON mode) 2011-12-09 12:22:29 +08: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 Fix config hashcode inconsistency on world loads (UI reload loop in JSON mode) 2011-12-09 12:22:29 +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 Start optimize of update event handling 2011-12-08 16:14:51 +08:00
MapTile.java Add triggered render statistics, new /dynmap triggerstats command 2011-11-23 01:03:03 +08: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 Fix problem with hashfile code handling dots/periods in world names 2011-11-30 12:12:00 +08:00
UpdateQueue.java Start optimize of update event handling 2011-12-08 16:14:51 +08:00