Andrew Chin
fe42ed4165
Fix error reporting in genpoi when a bad dimension is specified
2013-09-26 14:13:54 -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
cacf1498b8
Add option to skip scanning for POIs in regions
...
Sometimes, people just use --genpoi for manual POIs. This option
allows them to save some time by not handling entities.
2013-03-19 18:10:24 +01: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
Andrew Chin
c5e4140bf5
Merge pull request #862
2013-01-25 19:30:43 -05:00
Andrew Chin
a5ee1b68ba
Allow unicode to be returned from a genPOI filter function
2013-01-18 21:59:08 -05:00
Aaron Griffith
443aa84b07
updated tileset.py and genPOI.py and a few other stragglers
2013-01-06 01:00:06 -05: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
b13f0044e2
manualpois is now a per-render option
2012-12-31 18:54:31 +01:00
CounterPillow
2aa3a8cc02
Added manual POI option
...
Here's how to use it:
have a list called "manualpois" in your config filled with objects that contain
the attributes id, x, y and z. Feel free to add more attributes as you need them.
Then, write filter functions to filter for your custom POIs (hint: use the id).
2012-12-31 16:22:41 +01:00
Dafvid
e8cd99ce14
Added Entities support
2012-10-03 18:55:00 +02:00
Andrew Chin
14a3727bed
Scrub parens from poi group names
...
Fixes #814
2012-09-21 08:28:15 -04:00
Thomas Lake
ca0ec868ac
Update to use list comprehensions
2012-09-07 10:32:11 +01:00
Thomas Lake
a53843caa6
Filter out player files not ending in ".dat"
2012-09-05 10:58:41 +01: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
8c9de7a575
Allow the poiTitle setting to be tileset-specific. Added docs
...
Closes #761
2012-07-28 20:53:03 -04:00
mc-zem and Andrew Chin
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
alexan and Andrew Chin
e0a4976e6a
make create info window optional parameter
2012-06-03 22:22:16 -04:00
Andrew Chin
da30592a45
Include the genpoi script in the .deb packages
...
You should now be able to run overviewer.py --genpoi without error
2012-05-02 21:09:45 -04:00