Sylvain Rumeu
9cf068973d
Removing deprecated option in index.html : ?sensor=false
2017-08-24 18:19:58 -04:00
Nicolas F
0aef9b436c
[webassets] Updated jQuery version
2015-05-04 14:59:18 +02:00
Koza
f1af25799e
Fixed rendering regions. genPOI.py: add new line to baseMakers.js; views.js: add polygons, with all the features that Google provides, polylines work fine; regions.js: example of usage
2014-12-13 17:17:11 +01:00
Aaron Griffith
a8fc3300b4
general fixes for min/maxzoom, documentation cleared up
...
hopeful fix for #1086
2014-04-05 20:29:58 -04:00
Wil Gieseler
4c374f3f9b
correct coordinates and bold the x/z labels
2014-02-14 16:15:02 -08:00
Wil Gieseler
b7414e603c
display region file name in map coordinates view
2014-02-14 16:12:24 -08:00
Thomas Lake
cd48aaa656
Rearrange infoWindow contents to shrink icon size
...
Addresses issue #1057
2014-01-30 14:17:37 +00:00
Aaron Griffith
7bbb077704
added light color texture, since it's apparently not part of minecraft anymore
2013-12-01 16:30:49 -05:00
Aaron Griffith
606d794948
Merge remote-tracking branch 'joe-mojo/master', PR #974 , Issue #973
2013-12-01 16:29:07 -05:00
Nicolas Frattaroli
2b78b63e1a
Fixed IE11 JS errors
...
Closes issue #1022 .
Thanks to mattlee78 for pointing this out.
2013-11-08 06:56:45 +01:00
joe-mojo
13426dc508
Merge branch 'master' of git://github.com/overviewer/Minecraft-Overviewer
2013-10-08 23:55:09 +02:00
Andrew Chin
defa37252b
Add warning to index.html that should hopefully be visible when there is
...
an error loading the JS components
2013-10-07 19:48:37 -04:00
CounterPillow
dc40dce59a
Moved icons to subdirectory, adjusted docs
...
I also added one of the icons to the manualpois example, so people
have an exmaple of how they can use these in their configurations.
2013-09-23 16:02:06 +02:00
CounterPillow
b9298243b2
Added some icons for people to use in their POIs.
2013-09-19 01:10:42 +02:00
joe-mojo
76f4e2e2ba
Merge branch 'master' of git://github.com/overviewer/Minecraft-Overviewer
2013-09-08 21:29:34 +02:00
Andrew Chin
ce419042e5
Use https to load external JS
...
This fixes an annoying problem where browsers generally ignore http javascript on https html
2013-08-29 10:00:00 -04:00
joe-mojo
603e60bd0d
Fixed the way texture.py searched for foliage, grass and chests textures.
...
This is a "quick-and-dirty fix", you may improve it as I'm novice in Python.
Default files in data/textures have been renamed to reflect changes in new 1.6 texture packs (aka resource packs)
2013-08-27 23:20:12 +02:00
Aaron Griffith
6b76e9c2fa
fixed hiding JSObserver info box when unused
2013-08-21 10:59:53 -04:00
Andrew Chin
f072281a9c
Revert "Use protocol-relative scripts in index.html"
...
This reverts commit fabc244c91 .
Using protocol-relative scripts broken users who don't use webservers
(i.e. file:/// )
2013-05-26 02:05:06 -04:00
Andrew Chin
fabc244c91
Use protocol-relative scripts in index.html
2013-05-21 20:01:29 -04:00
Aaron Griffith
fecbfd0706
Merge branches 'config-include', 'hashchange', 'poi-polylines', 'showlocationmarker' and 'signed-timestamps'
2013-05-20 20:56:40 -04:00
Nicolas Frattaroli
3986e10af2
Added option showlocationmarker
2013-05-13 15:38:54 +02:00
Kang Seonghoon
e466f891e1
hashchange triggered by setHash is now properly ignored
2013-05-12 00:36:13 +09:00
Kang Seonghoon
372b4e5e44
added support for hashchange event for recent browsers
2013-05-12 00:36:13 +09:00
Freakus Geekus
b75eb7e5b5
POI dict and polyline support
...
Added support for filter functions to return dicts.
Added support for filter functions to return a list of coordinates to
draw lines between when shown.
2013-02-16 21:05:36 +00:00
CounterPillow
3ad99d9461
Added possibility to return tuple from filterfunc
...
If the returned type is a tuple, it will be interpreted as first the
title (i.e. hovertext), then the content of the infowindow. If the
returned type is a string, it will be used as both the title and
infowindow content (the old behaviour). This means that older configs
are still compatible and need no changes.
2013-01-01 21:15:38 +01:00
CounterPillow
4d983f8ada
Changed location marker icon and animation
2012-11-29 18:59:38 +01:00
CounterPillow
bfcb53ede3
Added marker at coordinates in the url
...
Addresses issue #782
2012-11-29 18:48:54 +01:00
Andrew Chin
4d0aa7e49e
Removed overviewerConfig.CONST.image.compass. It was unused
...
Closes #694
2012-09-22 18:09:23 -04:00
CounterPillow
ccf99fb61d
Fixed POI infowindow image scaling for FireFox
2012-09-09 17:09:41 +02:00
Andrew Chin
43d299ed92
Allow marker groups to be checked(displayed) by default
...
Fixes #730
2012-08-04 11:05:00 -04:00
Andrew Chin
f4290df3e4
Merge branch 'master' of https://github.com/darkargon/Minecraft-Overviewer
2012-08-01 22:00:14 -04:00
Andrew Chin
25ff602c28
Merge branch 'master' of https://github.com/Jellyfrog/Minecraft-Overviewer
2012-08-01 21:58:13 -04:00
Andrew Chin
840e7e2193
Added chest images to textures folder
...
This is required if a user is using minecraft < 1.3
2012-08-01 13:17:33 -04:00
Filip Weiss
4eea7e4426
Forgot vars at top
2012-07-30 20:26:04 +02:00
Filip Weiss
ba046967de
Added onready function
...
for other scripts that rely on overviewer
2012-07-30 20:11:16 +02:00
Kevin Chang
884860ebe0
fix incorrect world coord <-> latlng conversion for orientations other than upper-left
2012-07-29 15:40:51 -07:00
Andrew Chin
cf50d5da46
POI cleanups, js/docs
2012-07-28 20:58:21 -04:00
Andrew Chin
8c9de7a575
Allow the poiTitle setting to be tileset-specific. Added docs
...
Closes #761
2012-07-28 20:53:03 -04:00
mc-zem
221269287e
Added poiDropdownTitle variable to configfile to be able to customise the "Signs" dropdown title, as this might not be relevant if people have different filters.
2012-07-28 20:34:16 -04:00
Andrew Chin
944de7bf2d
Fix rotated regionset POI issue
...
Correctly handle POIs on two regionsets that have different rotations,
but share the same filterFunction(s)
2012-07-28 20:08:56 -04:00
Jellyfrog
26419644f7
Small javascript fixes
2012-07-26 15:19:11 +03:00
Andrew Chin
03b10797c9
Merge branch 'JSObserver' of github.com:tswsl1989/Minecraft-Overviewer into JSObserver
2012-06-10 15:00:31 -04:00
Andrew Chin
5d43227edf
Merge remote branch 'origin/master' into JSObserver
2012-06-10 14:59:17 -04:00
Andrew Chin
7f1ccdc156
Fix up pull request #726
2012-06-03 22:55:20 -04:00
alexan
e0a4976e6a
make create info window optional parameter
2012-06-03 22:22:16 -04:00
Thomas Lake
0a90f0f896
Remove errant console.log()
2012-05-25 19:12:23 +01:00
Thomas Lake
9e8f933956
Update JSObserver (reliability, features, config)
...
* Should now hide/show the div reliably
* Message can now be customised by supplying a dict in the config file
2012-05-25 19:07:23 +01:00
Thomas Lake
942cf8d995
Merge branch 'master' of git://github.com/overviewer/Minecraft-Overviewer into JSObserver
2012-05-25 14:00:16 +01:00
mc-zem
ab04603ef8
added nowrap to sign dropdown label style
2012-05-21 18:30:02 +02:00