Commit Graph
14 Commits
Author SHA1 Message Date
Thomas Lake 36aa6ed011 Add 'showspawn' render option
Allow users to hide the spawn marker that is normally generated for
overworld levels
2012-04-08 13:04:13 +01:00
Thomas LakeandAndrew Chin 8dd5495446 Add support for --quiet in genPOI.py 2012-03-26 17:33:13 -04:00
Thomas Lake 80c7b4fcdf Add note pointing users to the overviewer.org blog if run against anvil 2012-03-02 20:50:17 +00:00
Thomas Lake 2dcf22294f Rearrange version checks in Overviewer.py 2011-11-25 16:30:56 +00:00
Thomas Lake 1db010a8aa Add --changelist and --changelist-format
Allow output of changed tiles to a file specified with --changelist. The
file contains the name of each tile on a line. The path can be relative
or absolute, chosen using --changelist-format.

The code assumes that all innertiles will have been updated when a
worldtile changes, and prints the corresponding filenames to the list
directly, rather than add message passing to the innertile methods.
2011-09-17 11:37:04 +01:00
Thomas Lake 49b810b84b Store supplied north direction in generated overviewer.dat 2011-09-16 15:07:04 +01:00
Thomas Lake 65db6530db Update findSigns.py to support north direction.
Closes Issue #485
2011-09-16 14:39:41 +01:00
Thomas LakeandAaron Griffith 3e1ae9dd17 Store north-direction in overviewer.dat
Check stored value at render time and abort if direction has changed and
--forcerender not specified.
Addresses concerns from pull request #458
2011-08-17 17:49:22 -04:00
Thomas Lake 46c960b37d Use advanced command line options
Options specified as 'advanced' were being silently discarded due to an
error in 8c87fa6bb5
2011-08-16 16:17:38 +01:00
Thomas Lake 19f83a4a16 Edit scripts to move overviewer.dat to render dir
Overviewer.dat is moved on first run and a warning is issued
2011-08-16 13:02:09 +01:00
Thomas Lake 0c523461fa Fix tabs/spaces mixup in 8c87fa6bb5 2011-08-15 17:16:48 +01:00
Thomas Lake 8c87fa6bb5 Add new option "--advanced-help". Options previously marked
configFileOnly are now marked as "advanced" and will not appear in
default help text.
2011-08-15 17:02:19 +01:00
Thomas Lake d767eb9d00 Explicitly pass regionlist to _iterate_regionfiles() in world.py 2011-08-11 19:02:02 +01:00
Thomas Lake 26acd21fbf Add percentage to the "X/Y tiles complete for level" message 2011-08-02 20:32:24 +01:00