Commit Graph

  • 7f5d3ab23d Consistency to make Kilandor happy :-). zeeZ 2011-05-09 05:13:50 +02:00
  • bb45cc10cb Added weather to json world output (hasStorm and isThundering) zeeZ 2011-05-09 04:57:28 +02:00
  • c0479bff05 Fixed NPE if using regionless config. zeeZ 2011-05-09 04:50:30 +02:00
  • cf1d6c414d Organize imports zeeZ 2011-05-09 04:36:49 +02:00
  • 9eab216525 Use Bukkit's way to strip colors. zeeZ 2011-05-08 18:26:40 +02:00
  • b8fe65bc99 Partly reverted previous change to get back to zeeZ' getDisplayName. FrozenCow 2011-05-10 12:46:16 +02:00
  • 1a5ddeeda5 Removed generation of .tar.bz2. FrozenCow 2011-05-10 12:22:51 +02:00
  • 5f23afe608 Don't need additional delay - using AsycnQueue for that Mike Primm 2011-05-09 23:38:38 -05:00
  • 0a1de1b18e 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). Mike Primm 2011-05-10 11:09:25 +02:00
  • 88db6445f9 Added timeslicing to configuration Mike Primm 2011-05-08 23:12:58 -05:00
  • 6c708d1b3a Add version log message - keep track builds easier Mike Primm 2011-05-08 22:51:43 -05:00
  • dcdfb3da5d Trap on bogus world names or player with bad current location Mike Primm 2011-05-08 22:27:03 -05:00
  • 95cc3ae869 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. Mike Primm 2011-05-07 10:22:41 -05:00
  • 106f95d8b6 Removed a println. FrozenCow 2011-05-08 21:15:44 +02:00
  • be60623719 Fixed tabs. FrozenCow 2011-05-07 22:11:41 +02:00
  • ff026e91b6 Disabled regions component by default. FrozenCow 2011-05-07 00:20:34 +02:00
  • b66be7a47c Merge remote-tracking branch 'kilandor/master' FrozenCow 2011-05-07 00:04:05 +02:00
  • 92e3ec5f08 Merge remote-tracking branch 'zeez/master' FrozenCow 2011-05-06 23:19:37 +02:00
  • c4e1362274 Added another way to specify configuration file. FrozenCow 2011-05-06 23:18:46 +02:00
  • 63b9579fa5 Strip colors off chat, use getDisplayName instead of getName zeeZ 2011-05-01 23:11:29 +02:00
  • 5f32f8fb99 Added Google Maps API version selection to fix map changes zeeZ 2011-04-28 16:58:30 +02:00
  • ca9aa0727f Fix for worlds with weird names and URLDecode mumbo-jumbo zeeZ 2011-04-28 16:34:50 +02:00
  • b3ccd203c8 Added some info Fix for spam warning for php(Thanks for bug report flames) Jason Booth 2011-04-13 20:23:24 -05:00
  • 8e59f37995 Initial Support for Regions system on dynmap Included Worldguard support(default) Also residence support(incomplete) Jason Booth 2011-04-13 19:58:25 -05:00
  • 91b60be572 Less config checks in loop, added newline at EOF zeeZ 2011-04-11 23:57:10 +02:00
  • 69fcc1706e Option to treat hiddenplayers.txt as a whitelist. zeeZ 2011-04-11 04:10:47 +02:00
  • ab6352a17d Hidden players stored in lowercase. zeeZ 2011-04-11 02:40:03 +02:00
  • 631f06d091 More detailed permissions zeeZ 2011-04-11 02:27:56 +02:00
  • 8d5f081cdf Compass style based on map type. Hacky because widgets have classes, not IDs zeeZ 2011-04-09 08:24:52 +02:00
  • 553a956949 Flipped flat map so North is up zeeZ 2011-04-08 21:40:16 +02:00
  • d53b3bc340 Added HighlightTileRenderer (thanks in part to rockNme2349) FrozenCow 2011-04-07 15:46:50 +02:00
  • eb276dd59d Another attempt to make server conform http. FrozenCow 2011-04-06 00:54:48 +02:00
  • ad33ef79d9 Fixed up.php. FrozenCow 2011-04-05 23:25:11 +02:00
  • b47bbee4e8 Cleaned up join/quit messages (not being send as chat messages) FrozenCow 2011-04-05 22:58:46 +02:00
  • e1e13df4b2 Removed redundant configuration values and made use of customizable join/quit messages. FrozenCow 2011-04-05 22:30:43 +02:00
  • d4a2d2d32f Changed version to 0.16. FrozenCow 2011-04-05 01:05:51 +02:00
  • 445f37475a Added php proxy. 0.15 FrozenCow 2011-04-03 17:15:19 +02:00
  • 0dca8d9cfe Fixed a incompatiblity with FF3 (and others). FrozenCow 2011-04-02 00:52:24 +02:00
  • 060f4641d4 Added option for digital clock to timeofday. FrozenCow 2011-03-31 16:00:47 +02:00
  • f93eb8dcbc Changed clocks to be components. FrozenCow 2011-03-31 15:52:35 +02:00
  • 1cda538eef Dynamically load javascript files of components. FrozenCow 2011-03-31 13:06:34 +02:00
  • 6622db1b2c Simplified component-creation, dropping IE8 compatibility. FrozenCow 2011-03-31 12:54:32 +02:00
  • 6eface57ae Separated playermarkers to a component. FrozenCow 2011-03-31 12:44:42 +02:00
  • 7464e5b809 Separated chatbox to a separate component (into different files). FrozenCow 2011-03-31 11:25:09 +02:00
  • 9a09cace54 Separated chat-balloon-code to a component. FrozenCow 2011-03-29 23:42:56 +02:00
  • fb825daa04 Force maven to treat everything as UTF-8. Removed a warning at compile time. alron 2011-03-29 12:22:54 -07:00
  • 0b421209a2 Small fix for invalid http response of updates. FrozenCow 2011-03-29 01:16:52 +02:00
  • 43bc625c08 Another fix for IndexOutOfBounds (by ignoring it...) FrozenCow 2011-03-29 00:59:10 +02:00
  • 43a652f15a Fixed IndexOutOfBoundsException (sortof?) FrozenCow 2011-03-28 18:32:29 +02:00
  • 649edfdc2d Changed events for the latest Bukkit changes. FrozenCow 2011-03-28 18:27:11 +02:00
  • 2a9b768e3f Removed onLoad again. FrozenCow 2011-03-27 13:14:35 +02:00
  • 064f911f5a Mised the maps API URL John Du Hart 2011-03-25 17:16:25 -04:00
  • 3c094ec87d Implemented protocol-relative URLs (this is tested) John Du Hart 2011-03-23 16:06:37 -04:00
  • 2be0cd3671 Added initial work for 'componentizing' client-side. FrozenCow 2011-03-21 20:46:53 +01:00
  • 15a8e03e9e Added client-side events to map. FrozenCow 2011-03-21 19:07:30 +01:00
  • 777b55f27b Changed version to 0.15. FrozenCow 2011-03-20 18:12:02 +01:00
  • 09568294f3 Removed getWorld. FrozenCow 2011-03-20 18:09:54 +01:00
  • 394dfff8f4 Removed chunkgenerated and chunkloaded from configuration. 0.14 FrozenCow 2011-03-17 22:30:14 +01:00
  • 9206fce435 Set version to 0.14. FrozenCow 2011-03-17 22:26:37 +01:00
  • 64733202c0 Merged from flames/master FrozenCow 2011-03-17 22:10:59 +01:00
  • 082b3577fb Removed jQuery.js (using jQuery from Google now.) FrozenCow 2011-03-17 21:54:32 +01:00
  • e4fa4fe015 Merge branch 'master' of https://github.com/flames/dynmap FrozenCow 2011-03-17 21:43:02 +01:00
  • 2bfbaa241b added forgotten jquery.mousewheel.js Arthur Mayer 2011-03-17 21:41:24 +01:00
  • c13517949b Hides scrollbuttons when they are not needed. FrozenCow 2011-03-17 21:10:35 +01:00
  • 79c2989b37 Merge branch 'master' of https://github.com/flames/dynmap FrozenCow 2011-03-17 15:55:24 +01:00
  • 89b66613f0 scrollbutton images Arthur Mayer 2011-03-17 15:53:14 +01:00
  • cc7b33ef47 Merge branch 'master' of https://github.com/flames/dynmap FrozenCow 2011-03-17 15:46:14 +01:00
  • 954ab689e9 scrollbuttons added and small change for css (because i want it so!) Arthur Mayer 2011-03-17 15:43:28 +01:00
  • 5e325d00ea Corrected image references from css. FrozenCow 2011-03-17 15:30:30 +01:00
  • 37ad28dbcc Removed empty line. FrozenCow 2011-03-17 03:29:25 +01:00
  • 3bed604190 Another import removal. FrozenCow 2011-03-17 02:36:26 +01:00
  • 550a607ec9 Organized imports. FrozenCow 2011-03-17 02:21:04 +01:00
  • 2c0717f3d9 Merge branch 'master' of https://github.com/flames/dynmap FrozenCow 2011-03-17 00:03:05 +01:00
  • 105e2d1829 css for playerlist scrolling. thanks lechd for help. js part comming soon :P Arthur Mayer 2011-03-16 23:56:04 +01:00
  • e281b55c3f Added flatmap-icon. FrozenCow 2011-03-16 14:12:54 +01:00
  • 05aaa1c39d Fixed website and other not very interesting stuff in pom.xml. FrozenCow 2011-03-16 02:28:49 +01:00
  • 4d5d8d63bf Made pom.xml refer to TheYeti's permissions' groupId and it use the latest version. FrozenCow 2011-03-16 01:31:05 +01:00
  • e5520934f6 Merge branch 'master' of https://github.com/Kilandor/dynmap FrozenCow 2011-03-16 01:21:53 +01:00
  • 2cef9731ed 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 Jason Booth 2011-03-15 19:17:58 -05:00
  • 831fb04bae Revert "Revert "Bleh, Old Permissions. Bleh, hardcoded artifact location."" FrozenCow 2011-03-16 01:02:33 +01:00
  • 07cb3ad1b3 readded modified sk89q colorssheme, its contains now beta 1.3 blocks and snow is not that bright. Arthur Mayer 2011-03-15 23:59:16 +01:00
  • 4a2f82a7d6 messagettl for chat also in seconds :) Arthur Mayer 2011-03-15 23:56:22 +01:00
  • 58060137b4 Made webchat-interval in seconds. FrozenCow 2011-03-15 22:47:12 +01:00
  • 38e997cf37 Added webchat-interval for anti-spam webmessaging. FrozenCow 2011-03-15 22:43:48 +01:00
  • 6c6d29a402 Removed some warnings, redisabled BufferedOutputStream closing. FrozenCow 2011-03-15 21:04:53 +01:00
  • 8105a1d2a5 Revert "Bleh, Old Permissions. Bleh, hardcoded artifact location." FrozenCow 2011-03-15 19:38:53 +01:00
  • 437e82387b Merge remote-tracking branch 'alron/master' FrozenCow 2011-03-15 16:53:12 +01:00
  • 5eb070cd94 Made dynmap compatible with chat-plugins who cancel chat-events. FrozenCow 2011-03-15 14:03:04 +01:00
  • 5a878cbd0d Added empty onLoad method FrozenCow 2011-03-15 13:22:05 +01:00
  • d5ab98deaf New coloring system for flatmap. FrozenCow 2011-03-15 00:01:08 +01:00
  • 19a7dba613 Doesn't change anywhere? Probably should be final. alron 2011-03-12 01:38:34 -08:00
  • 57c952a1cd oops, didn't need that ^^ alron 2011-03-12 01:36:43 -08:00
  • 77cc1a70c4 Close potential filedescriptor leak. alron 2011-03-12 01:35:07 -08:00
  • 0007acd05b Close potential filedescriptor leak. alron 2011-03-12 01:33:30 -08:00
  • 5fa0bb1fa6 Bleh, Old Permissions. Bleh, hardcoded artifact location. alron 2011-03-12 01:23:19 -08:00
  • 10e03c4219 Abstracted permissions. Cleaned up DynmapPlugin. FrozenCow 2011-03-11 16:05:54 +01:00
  • 47e1f20a15 Fixed shutting down http server(?) FrozenCow 2011-03-11 15:22:14 +01:00
  • 612966734a Fixed very long shutdown(?) FrozenCow 2011-03-11 15:18:48 +01:00
  • 70429dc5a4 Merge branch 'master' of https://github.com/flames/dynmap FrozenCow 2011-03-11 15:18:41 +01:00
  • cbe562d33d Render command now responds with a nice message. FrozenCow 2011-03-10 22:59:03 +01:00