aheadley
b44df77405
renamed style.css to be consistent with overviewer.js
2011-04-25 17:02:04 -04:00
Alex Headley
4d76e106e0
added some more toggle-able controls
2011-04-24 00:37:37 -04:00
Alex Headley
219fa3e7a9
fixed remaining known bugs
...
made zoom/pan controls independently toggle-able
re-added markers.js and regions.js to index.html
fixed adding marker from query string
fixed initial bg_color setting
2011-04-23 23:36:29 -04:00
aheadley
1c92776e41
fixed minor bugs, added comments, made python aware of new files, removed old js files
2011-04-23 21:46:41 -04:00
Alex Headley
37a7b28bc8
fixes from testing
2011-04-23 20:21:59 -04:00
aheadley
df2117544d
new js stuff ready for testing
2011-04-23 18:54:12 -04:00
Alex Headley
48d99a674f
moving style stuff out of index.html
2011-04-23 14:02:00 -04:00
Andrew Chin
f9f98960a0
Don't let a missing markers.js or region.js foul up everything
...
Fixes #330
2011-04-22 23:24:57 -04:00
Alex Headley
fa49aff4b0
added minzoom config.js setting
2011-04-22 11:19:02 -04:00
Alex Headley
eea97d1b1c
added per-rendermode bg_color setting
2011-04-22 11:11:14 -04:00
Aaron Griffith
a6e8de484d
Merge branch 'overlays' into dtt-c-render
...
Conflicts:
quadtree.py
web_assets/functions.js
2011-04-18 18:29:51 -04:00
Aaron Griffith
82aa172dcc
Merge branch 'master' into dtt-c-render
...
Conflicts:
setup.py
2011-04-18 18:14:41 -04:00
Ryan Finnie
45dcca82bb
Add a Minecraft-friendly coordinates system
...
* Add x/y/z query arguments to specify MC world coordinates. If world
coordinates are specified, display a POI icon indicating where the
coordinates specified are. Gmaps-style "lat" and "lng" are still
accepted, and will take precedence over x/y/z.
* Expand functionality of the "zoom" query argument. "max" specifies
the maximum zoom, and negative numbers are steps out from max.
Gmaps-style zoom is still supported.
* Change the URL current position area to use x/y/z arguments.
Displayed zoom uses the new zoom logic.
2011-04-17 22:38:29 -07:00
Aaron Griffith
05c4083b7e
support for mixed png/jpg tilesets, and overlays with imgformat=jpg
2011-04-16 19:25:40 -04:00
Aaron Griffith
558ebe0899
fixed for-loop scoping on createDropDown() closures
2011-04-16 12:03:12 -04:00
Michael Writhe
3f8b445f8e
corrected icons for signposts, regions and overlays dont have icons
2011-04-14 17:25:03 -06:00
Michael Writhe
428b3b937e
Issue brownan/master/323 implemented, icons
2011-04-14 17:16:25 -06:00
Michael Writhe
26c6b686b3
region label is now optional
2011-04-14 14:14:31 -06:00
Michael Writhe
eac56a6513
clickable and now toggleable regions
2011-04-14 09:32:47 -06:00
Michael Writhe
5cc1c55ff1
regions toggle
2011-04-14 08:32:49 -06:00
Michael Writhe
d51d863bed
toggle regions
2011-04-14 08:30:56 -06:00
Michael Writhe
183d278f81
first steps to getting toggle for regions working
2011-04-13 21:59:52 -06:00
Michael Writhe
33bfdca28a
fixed css references for Spawn Button
2011-04-13 15:55:49 -06:00
Michael Writhe
1b74ab4b45
Added the spawn button
2011-04-13 14:45:24 -06:00
Michael Writhe
4036c4a550
indentation and comments added.
2011-04-13 10:56:24 -07:00
Aaron Griffith
e950cebb04
Merge branch 'dtt-c-render' into overlays
2011-04-13 02:47:03 -04:00
Aaron Griffith
cc6b4bc022
Merge branch 'master' into dtt-c-render
2011-04-10 04:43:02 -04:00
Aaron Griffith
cb8a17c448
fixed bug in sign groups js, for checked: true
...
related to issue #321
<https://github.com/brownan/Minecraft-Overviewer/issues/321 >
2011-04-10 03:25:16 -04:00
Aaron Griffith
7955092e66
Merge branch 'dtt-c-render' into overlays
...
Conflicts:
overviewer.py
setup.py
2011-03-29 05:57:56 -04:00
Aaron Griffith
9c25c6259c
added center to config.js, lets you set map center in world coords
...
By default, it is set to spawn. Also I changed defaultZoom to 2, which
looks better (the world used to show up as *tiny* by default).
2011-03-29 05:48:40 -04:00
Aaron Griffith
9b36d21c37
moved non-config, global variables out of config.js
2011-03-29 05:29:37 -04:00
Aaron Griffith
b24ae6c00a
signposts controls no longer toggle overlays
2011-03-28 05:18:41 -04:00
Aaron Griffith
9f69f099ad
initial support for map overlays
2011-03-28 02:50:36 -04:00
Aaron Griffith
997c247d6c
updated marker positioning code to jive with updated rendering code
2011-03-11 18:05:21 -05:00
timwolla
6b083bccef
Added variable into index.html
2011-02-07 22:06:59 +01:00
aheadley
62aab91f13
fixed typo
2011-02-02 10:59:27 -05:00
aheadley
4a6d7f76ea
background color support
2011-01-27 10:59:07 -05:00
aheadley
d1e3f660c9
cdn support
2011-01-27 10:45:53 -05:00
Andrew Chin
850f4fcf7d
Removed debugging statement
2011-01-23 21:21:36 -05:00
Andrew Chin
3db1953303
a signGroup can now have an optional icon URL
2011-01-21 21:11:39 -05:00
Jenny
62a7ee5a50
Fixed missing comma.
2010-12-16 06:46:53 -08:00
Jenny
d210076479
Adds spawn output rendering (variant of night which shows dark areas in red) and support for multiple map types with buttons to switch between them.
2010-12-14 02:39:01 -08:00
Andrew Chin
e70bafb453
Tweaked the viewstate link GUI
...
Moved it to the bottom of the screen, as it was in the way of the
existing controls on the top-right. Added it as a map conrol instead of
a simple div. Improved the styling a bit
2010-12-11 23:15:02 -05:00
Andrew Chin
33a03213c4
Merged in arrai's viewstate link code
...
Merge commit 'ffe92f7db84789436f53769df1099cd8a68e6097' into arrai-master
Conflicts:
template.html
2010-12-11 22:19:28 -05:00
Andrew Chin
fcbff8af2a
Improved marker titles and newlines
...
Primarily for browsers that don't render newlines in tooltips.
Thanks to ben0x539
2010-12-11 20:15:12 -05:00
Andrew Chin
9bc7c10bd1
Improved flexibilty when specifying signGroups
...
Group membership is now determined with a function. See config.js for
some examples. If we want to include more information about markers in
markers.js, this model should be useful.
2010-12-08 22:04:53 -05:00
Andrew Chin
859341008a
Some minor signpost UI improvements
...
* Opening a sign infowindow will close the previously opened window.
* The use of "Other" and "All" signpost categories are now more
reasonable.
2010-11-20 18:20:20 -05:00
Andrew Chin
cd88d63ab3
New UI control to toggle signposts on/off based on their content.
...
Pretty substantial javascript refactoring:
* All javascript is now in funtions.js. There is no javascript at all
in index.html
* Configuration options moved from template.html to config.js
template.html moved to web_assets/index.html
config.js allows you to specify pattern-label pairs. Each label will be
added to an on-screen "signposts" control. Clicking the checkbox by
each label will show/hide any signposts that match the pattern attached
to that label. config.js has some examples.
TODO:
* The signposts control needs better styling.
* The new javascript needs testing in IE. Seems ok in Chome and FF.
These large changes may be hard to merge if you have non-trivial JS
changes to template.html locally. Apologies in advance
2010-11-11 21:05:24 -05:00
Andrew Chin
1af7287b8f
Add a compass rose overlay to indicate which direction is north
2010-11-06 23:21:17 -04:00
Andrew Chin
16aca4c093
Fancy icons for signposts and spawn, plus info windows for signposts
...
Thanks to gabrielcrowe for the signpost icon.
2010-11-06 22:04:38 -04:00