37 Commits

Author SHA1 Message Date
FrozenCow 37c5fca2ab 'Fixed' onBlockCreate like k-zed's repo. 2011-01-04 18:24:43 +01:00
FrozenCow 3c7f164823 Better browser compatiblity 2011-01-01 19:36:28 +01:00
FrozenCow 9aaa4c28df Removed eager loading of chunks, which triggered heavy server load in some cases. 2010-12-31 13:45:33 +01:00
FrozenCow 6b6979ac3a Fixed browser compatiblity for Firefox with several cleanups, added jQuery and readded follow-boxes. 2010-12-31 13:33:51 +01:00
FrozenCow 453fe2c1c0 Added deploy and release targets to apache-ant build file. 2010-12-31 13:32:51 +01:00
FrozenCow 5780bc89f0 Changed variable names to reflect others.
Updated readme to reflect changes
2010-12-29 03:22:14 +01:00
FrozenCow f84b9d4bde Replaced build and clean scripts with apache-ant build file. 2010-12-29 03:13:01 +01:00
FrozenCow 9cdc23051f Reworked directory structure. 2010-12-29 02:44:30 +01:00
FrozenCow b5bd4bd965 Added option to enable server-side portrait generation (default is off). 2010-12-29 02:36:33 +01:00
FrozenCow e761cff2b8 Added client-side portrait generation.
Replaced MarkerWithLabel with CustomMarker.
Reworked map.js for easier portrait generation and use of CustomMarker.
2010-12-28 14:41:44 +01:00
FrozenCow 588e107dc8 Merged clock from svn trunk. 2010-12-27 12:24:03 +01:00
FrozenCow cbed5c3a01 Separated configuration to config.js. 2010-12-27 11:58:57 +01:00
FrozenCow c2d8df8e94 Try to load chunk if it is not (yet) available. 2010-12-27 10:40:58 +01:00
fescen9 37b4d560b4 Updated distribution file name to make it more clear to users which one they are downloading. 2010-12-17 02:29:35 +00:00
fescen9 4f151f1841 Merged revisions 37-48 from trunk. 2010-12-17 02:19:56 +00:00
fescen9 7307d1ec27 Added showPlayerNameOnMap to setup to toggle player names. 2010-12-12 23:10:29 +00:00
fescen9 6fe8b4eb47 Latest distribution 2010-12-12 23:01:40 +00:00
fescen9 cef6b3bb54 Make player portraits optional on map and in player list. 2010-12-12 23:01:13 +00:00
fescen9 3072b635cb Don't log when failing to get a player skin, it's common that they won't have one. 2010-12-12 21:58:24 +00:00
fescen9 084c1a4925 - Map listens for player login and downloads, crops and resizes the players skin (face only)
- If the map fails to download a skin for the user, it downloads, crops and resizes the default skin (http://www.minecraft.net/img/char.png)
 - Images are saved to the tile directory so users aren't forced to map another directory, setup permissions, etc...
 - Added one more zoom level (thanks godsyn)
 - Added a map link so you can link people/friends to specific parts of the map (thanks godsyn)
2010-12-12 20:55:16 +00:00
fescen9 1e11a47534 Latest distribution 2010-12-11 23:27:17 +00:00
fescen9 9c585d31b5 Don't add spans to p[0] unless there are 5 items in the array.
Otherwise it breaks the lastSeen/imgSubstr functionality.
2010-12-11 23:24:29 +00:00
fescen9 e5c347c8cd Default divs to hidden unless shown by map.js due to item count 2010-12-11 05:15:40 +00:00
fescen9 7a2b1598eb - Markers are now known as "Signs"
- map-markerpath is now map-signspath (YOU MUST SET THIS TO YOUR CURRENT FILE IF YOU HAVE ONE)
 - Commands have been renamed to: /addsign, /removesign, /listsigns, /tpsign (Update groups.txt if required)
 - New map-showmarkers server.property (comma separated list of options spawn,homes,warps,signs,players or you can set it to all or none; yes, can even hide players but still show warps, spawns, etc...)
 - map-showmarkers directly affects what output via the "up" directory so what you include in your options is included in the data, and ultimately the map
 - Internally, signs are now Warp based so no longer owner based
 - index.html updated to add divs around checkboxes
 - map.js updated to consolidate both players and markers into a single if statement
 - checkboxes dynamically show/hide from the map based on the number of items on the map (will hide if there are none, especially based on map-showmarkers)
 - Player list shows/hides based on number of players (or map-showmarkers setting)
2010-12-11 04:56:06 +00:00
fescen9 70cb6a5a7f Keep a copy of the latest distribution for users looking for a pre-compiled jar.
Updated build scripts to output rar file to dist folder.
2010-12-10 06:49:56 +00:00