Thomas Lake
ca0ec868ac
Update to use list comprehensions
2012-09-07 10:32:11 +01:00
Thomas Lake
34d0058efe
Merge remote-tracking branch 'origin/biomesoverlay' into biomesoverlay
2012-09-05 11:16:48 +01:00
Thomas Lake
a53843caa6
Filter out player files not ending in ".dat"
2012-09-05 10:58:41 +01:00
Thomas Lake
c7cb386396
Merge branch 'upstream' into biomesoverlay
2012-08-30 10:16:37 +01:00
Thomas Lake
06a7f6ebdc
Add support for 'alpha' option and change default
2012-08-25 09:26:13 +01:00
Thomas Lake
c5a0687701
Improve default colours for BiomeOverlay
2012-08-23 18:30:57 +01:00
Thomas Lake
c908683d16
Bump extension version due to new rendermode
2012-08-23 12:02:43 +01:00
Thomas Lake
9d43caefaa
Add documentation for BiomeOverlay
...
Have stuck with 'color' as the preferred spelling...
2012-08-23 10:00:20 +01:00
Thomas Lake
9dbc58fccf
Add option support to BiomeOverlay()
...
BiomeOverlay([("Biome", (r,g,b)), ... ])
2012-08-23 08:57:31 +01:00
Thomas Lake
c453637e47
Add BiomeOverlay rendermode.
...
A "biomes" option is specified in rendermodes.py but not yet wired up!
May do unexpected things if used :-)
2012-08-22 19:30:46 +01:00
Thomas Lake
5e12e93e87
Refactor biome information into biomes.h
2012-08-22 17:49:36 +01:00
Thomas Lake
fcd0f4c173
Add documentation for --update-web-assets
2012-08-12 16:40:51 +01:00
Thomas Lake
83caa5f456
Add --update-web-assets option
2012-08-12 16:37:35 +01:00
Thomas Lake
b7ed14b4a6
Add documentation for customwebassets option
2012-08-12 15:38:08 +01:00
Thomas Lake
fcfe3063c3
Add custom web assets support
2012-08-12 15:27:07 +01:00
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