Thomas Lake
beaa2a9f09
JSObserver documentation
2012-05-25 21:44:23 +01:00
Thomas Lake
2ef6951e28
Make JSObserver throw a more helpful error if path not valid
2012-05-25 20:38:32 +01:00
Thomas Lake
c05d628723
Correct 'if x in messages' to 'if "x" in messages'
2012-05-25 19:15:54 +01: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
Thomas Lake
62322b452a
Keep file open and flush changes
...
Suggested by aheadley in IRC
2012-04-18 22:04:19 +01:00
Thomas Lake
806e517e98
Fix tab/spaces in observer.py
2012-04-18 21:39:21 +01:00
Thomas Lake
c7fd50bd2d
Add documentation for JSObserver
...
Adds documentation for JSObserver and updates documentation for the
observer option in general
2012-04-18 20:48:49 +01:00
Thomas Lake
b0dbad4d70
Fix tab/spacing issues in previous commit
2012-04-15 19:19:30 +01:00
Thomas Lake
24f360882d
Improve support for player POIs on single player worlds
2012-04-15 19:03:24 +01:00
Thomas Lake
44042c3d75
Update usage information for genPOI
...
Usage text update to include --quiet and reflect whether script is
called independently or via the --genpoi flag for overviewer.py
2012-04-15 14:23:48 +01:00
Thomas Lake
ed01a3cf07
Minor tweaks for JSObserver
2012-04-09 00:23:15 +01:00
Thomas Lake
8ec3518eb2
Fix missing bracket in observer.py
2012-04-08 23:09:45 +01:00
Thomas Lake
55df1bcf78
Add new Javascript observer
...
Output render progress onto the rendered map using Javascript
A minimum period between updates can be specified
2012-04-08 23:03:26 +01:00
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 Lake and Andrew 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 Lake and Aaron 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