0
Commit Graph

12 Commits

Author SHA1 Message Date
Aaron Griffith
443aa84b07 updated tileset.py and genPOI.py and a few other stragglers 2013-01-06 01:00:06 -05: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
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
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