Mike Primm
17af53ee1f
Band-aid playermarkers on IE8
2011-08-01 18:31:04 -05:00
FrozenCow
2242c0643b
Added/upgraded jquery as a local file and moved js and css to their directories.
2011-07-27 16:49:49 +02:00
FrozenCow
8b40a9761b
Fixed hdmap tiling and LocationToLatLng
2011-07-27 15:39:22 +02:00
FrozenCow
674b92003c
Added (proper) initial Leaflet support.
2011-07-27 15:39:22 +02:00
Mike Primm
630759c87b
HD renderer prototype
2011-07-04 09:28:06 -05:00
Mike Primm
4b30fff8a7
Add meta tags for Apple mobile devices - full screen layout works nice
2011-05-30 11:05:21 -05:00
zeeZ
5f32f8fb99
Added Google Maps API version selection to fix map changes
2011-04-28 16:58:30 +02:00
FrozenCow
f93eb8dcbc
Changed clocks to be components.
2011-03-31 15:53:42 +02:00
FrozenCow
1cda538eef
Dynamically load javascript files of components.
2011-03-31 13:06:34 +02:00
FrozenCow
6eface57ae
Separated playermarkers to a component.
2011-03-31 12:44:42 +02:00
FrozenCow
7464e5b809
Separated chatbox to a separate component (into different files).
2011-03-31 12:32:27 +02:00
John Du Hart
064f911f5a
Mised the maps API URL
2011-03-26 00:15:54 +01:00
John Du Hart
3c094ec87d
Implemented protocol-relative URLs (this is tested)
2011-03-24 18:32:43 +01:00
Arthur Mayer
2bfbaa241b
added forgotten jquery.mousewheel.js
2011-03-17 21:41:24 +01:00
Jason Booth
965686d44c
Cleanup Moved CSS and JS to matching folders
2011-03-09 17:43:24 -06:00
Arthur Mayer
fe93d372ab
css fixes, allow to use dynmap embedded into a website or standalone.
2011-03-07 08:10:30 +01:00
Arthur Mayer
689df03b78
merged latest changes, added ability to embed dynmap into a website.
2011-03-07 03:45:42 +01:00
FrozenCow
d54532d899
Merge remote-tracking branch 'flames/master'
2011-03-01 02:01:51 +01:00
Arthur Mayer
d200b0b8c5
moved all images to separate folder
2011-03-01 00:01:35 +01:00
FrozenCow
9fea1eafdb
Added shitty-looking top-down flat map.
2011-02-28 19:26:05 +01:00
FrozenCow
b097fb8321
Added entry for css overrides and cleaned up styles by lechd.
2011-02-20 23:55:16 +01:00
FrozenCow
cd4027495c
New buttons and example override css by lechd.
2011-02-20 22:11:28 +01:00
FrozenCow
f80385e1af
Added lechd's new images.
2011-02-20 18:47:18 +01:00
Arthur Mayer
d7fe6072a5
a lot of changes. chat and ui related. thanks FrozenCow & lechd
2011-02-20 01:58:53 +01:00
Arthur Mayer
5ddaf940ed
chat interface added, config option changed from showchatballoons:
...
ture/false to showchat: balloons/modal
2011-02-18 07:08:29 +01:00
FrozenCow
1388fa11e5
Some desperate attempts to make IE8 work.
2011-02-18 00:07:59 +01:00
FrozenCow
44748d7f07
Changed gui by lechd + map per world client-configuration.
2011-02-17 20:08:50 +01:00
FrozenCow
060d1092f9
Made clock configurable and split clocks from map.
2011-02-15 13:50:04 +01:00
FrozenCow
3e398e9124
Made updates in JSON format. Combined chat and tile queues into one UpdateQueue. Fixed UpdateQueue.
2011-02-06 03:00:51 +01:00
FrozenCow
dfe33efdc3
Made dynmap's javascript self-contained, which allows for multiple maps on a single page.
2011-01-14 20:08:23 +01:00
FrozenCow
d634aede92
Minor cleaups.
2011-01-12 01:45:56 +01:00
FrozenCow
27fb8a20f1
Abstracted clock and tile-updating a bit.
2011-01-12 01:28:45 +01:00
FrozenCow
8263918b8d
Abstracted from cave+normal to kzedmaps. Can now have any configurable type of map.
2011-01-10 23:58:39 +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
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
cbed5c3a01
Separated configuration to config.js.
2010-12-27 11:58:57 +01:00
fescen9
4f151f1841
Merged revisions 37-48 from trunk.
2010-12-17 02:19:56 +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
dfbd69f64e
- Renamed markers.csv to markers.txt
...
- Changed format of markers.txt to colon delimited instead of comma (no need to change anything, plugin will read both types and save in the new format)
- Added support for warps/homes/spawn from data source (either flatfile or mysql)
- Renamed images to be more specific to what they represent (marker = marker.png) for you customizers.
- Added fix to mapUpdate to keep marker/player names from conflicting
2010-12-10 06:48:09 +00:00
fescen9
b05fde203e
Added control box to show/hide markers/spawns
2010-12-06 02:36:53 +00:00
fescen9
c81cbfeeca
2010-12-05 21:00:52 +00:00
kzed
af18b73908
added fescen9 branch
2010-12-04 13:24:32 +00:00