Mike Primm
23244d91b3
Add 'sidebaropened: pinned' option to allow sidebar to be pre-pinned but support unpinning
2011-08-30 10:01:07 +08:00
Mike Primm
40bc3e30e2
Add hidebydefault setting to playermarkers component too
2011-08-26 14:23:32 +08:00
Mike Primm
ef49edc027
Handle multiple instances of same component type (regions)
2011-08-26 13:57:05 +08:00
Mike Primm
e74d4d00af
Add control for hide/show of component layers (only regions for now)
2011-08-26 06:34:37 +08:00
Mike Primm
2ec946eb52
Add server-side generation of faces : fixes face accessory issues, IE8
2011-08-24 00:51:54 -05:00
Mike Primm
c0a7ca6077
Fix logic on scroll buttons
2011-08-17 01:00:32 +08:00
Mike Primm
e978745f79
Fix window resize exception - Leaflet expects 'map' at top level...
2011-08-16 08:08:59 +08:00
Mike Primm
9d86f0562e
Remove default leaflet attribute
2011-08-03 21:33:53 -05:00
Mike Primm
8747861d96
Handle Leaflet freak-out on removed layers during tile load, clean up panning
2011-08-03 21:14:15 -05:00
Mike Primm
5cb25cc4e1
Fix map center consistency on map changes
2011-08-03 10:21:29 -05:00
Mike Primm
5169f59dfc
Fix defaultzoom: 0 not working
2011-08-03 08:13:59 -05:00
Mike Primm
b5ded92114
Fix background color support, provide blank tile to fix refresh junk
2011-08-02 00:07:17 -05:00
Mike Primm
0d6d3b693c
Band-aid playermarkers on IE8
2011-08-01 18:31:04 -05:00
Mike Primm
67da71b520
Update zoom range to match selected map
2011-07-28 23:51:53 -05:00
Mike Primm
c061e1a08d
Fix compass with new UI
2011-07-28 00:43:13 -05:00
Mike Primm
b1fab1f53e
Fix Residence support in updated UI
2011-07-27 22:42:55 -05:00
Mike Primm
ca2776160d
Various map update fixes (keeping zoom, center on map change, repaint)
2011-07-27 21:27:35 -05:00
FrozenCow
f0a043b41c
Fixed nightday and making use of options.mapzoomin and options.mapzoomout.
2011-07-27 16:49:49 +02:00
FrozenCow
070f583a5d
Removed some debug messages.
2011-07-27 16:49:48 +02:00
FrozenCow
219ab39e40
Fixed previous maptype/layer being visible in the background.
2011-07-27 16:49:48 +02:00
FrozenCow
7e5ea145a0
Added worldguard support for Leaflet.
2011-07-27 15:39:22 +02:00
FrozenCow
baf7bf83c5
Added (proper) initial Leaflet support.
2011-07-27 15:39:22 +02:00
Mike Primm
179d688582
Add retry count to updates request - don't show red until 3rd miss
2011-07-26 16:24:04 -05:00
Mike Primm
2d97c934ce
Add support for 'defaultmap' setting in configuration.txt
2011-07-25 21:16:42 -05:00
Mike Primm
d6324e0717
Add support for compass rose in all 8 cardinal directions
2011-07-21 02:50:29 -05:00
Mike Primm
7e0c81258b
Fix scroll buttons in player list
2011-07-13 16:05:08 -05:00
Mike Primm
2e73b4a4de
Fix "center" processing - broke it with URL args change :<
2011-06-27 20:38:26 -05:00
Mike Primm
dbcb38bda4
Add support for URL-based parameter to override initial world, map, zoom, and center coordinate settings
2011-06-26 22:05:43 -05:00
mikeprimm
7aeda27680
Make IE happy (or, at least, suck much less) by providing a valid background color!
2011-06-15 11:45:59 -07:00
Mike Primm
b4a909aee3
Have per-world control of sending player position and health, prevent
...
player icon flicker on addplayer (even when not on world or position
is obfuscated)
2011-06-03 08:42:24 -05:00
Mike Primm
163881697a
Add background color support per map, add skylands template default
2011-06-03 03:24:21 -05:00
Mike Primm
58c600b65f
Hide player positions when on disabled worlds, add sendposition flat
...
to ClientComponent to avoid leaking position data, even when markers
are off, fix problem with stale player marker positions during/right
after map changes
2011-06-03 00:39:21 -05:00
Mike Primm
0eda5fc475
Replace "?0" with "?<currentmilliseconds" on default tile URLs to fix browser cache issues between reloads
2011-06-02 13:14:38 -05:00
Mike Primm
a284c745fa
Add 'sidebaropened' option to auto-pin sidebar
2011-05-30 09:56:10 -05:00
Mike Primm
9e84b2cdbe
Add support in web UI for automatic day/night cycle when night-and-day
...
set for a given map.
2011-05-29 17:24:46 -05:00
FrozenCow
e06e90eeff
Added ability to set each url individually.
2011-05-26 13:54:08 +02:00
zeeZ
74611f4ccc
Added armor (merged from zeeZ).
2011-05-22 16:28:26 +02:00
Mike Primm
a3b680dd19
Fix for skins on players with nicknames - send up account name as well
...
as display name.
2011-05-21 00:59:08 -05:00
zeeZ
818182bf2a
Optionally add player health bars to map markers.
2011-05-19 01:53:08 +02:00
zeeZ
af613cc479
Recenter map only on projection change.
2011-05-19 01:35:09 +02:00
zeeZ
4b8b3083b1
Default zoom in config or 0.
2011-05-17 13:34:54 +02:00
Mike Primm
e372c64a37
Re-merge the nether render support, and update race condition fixes
2011-05-14 23:25:59 -05:00
zeeZ
b708db6532
(Optionally) set map center in web config, automagically pan there on map change.
2011-05-14 12:40:59 +02:00
FrozenCow
fdef6bc4ea
Added another way to specify configuration file.
2011-05-06 23:18:46 +02:00
zeeZ
6b7ca8ef33
Compass style based on map type. Hacky because widgets have classes, not IDs
2011-04-09 08:24:52 +02:00
FrozenCow
3bd163e058
Added HighlightTileRenderer (thanks in part to rockNme2349)
2011-04-07 15:46:50 +02:00
FrozenCow
542bda59d4
Cleaned up join/quit messages (not being send as chat messages)
2011-04-05 22:58:46 +02:00
FrozenCow
cf8c2e80f4
Fixed a incompatiblity with FF3 (and others).
2011-04-02 00:52:24 +02:00
FrozenCow
bda2c5f460
Changed clocks to be components.
2011-03-31 15:53:42 +02:00
FrozenCow
d61a99248a
Dynamically load javascript files of components.
2011-03-31 13:06:34 +02:00