0
Commit Graph

217 Commits

Author SHA1 Message Date
Andrew Chin
a2780197cb Fix up python3 detection 2014-01-06 08:47:03 -05:00
Andrew Chin
7089eef005 Add a minzoom option
This only affects what's written to overviewerConfig.js.  That is, it
does not change the amount of tiles rendered (it's exactly analogous to
maxzom)

Closes #994
2013-12-26 23:04:20 -05:00
Andrew Chin
2deaff6dac Have overviewer --version --verbose print some helpful information 2013-12-14 18:40:05 -05:00
Aaron Griffith
df732bfa25 Revert "Merge remote-tracking branch 'exhuma/master', PR #963"
This reverts commit e26727943f, reversing
changes made to 7bbb077704.
2013-12-02 07:40:00 -05:00
Aaron Griffith
a8a2a191b8 Revert "used LOG instead of logging on a few stragglers"
This reverts commit 144cff18e3.
2013-12-02 07:35:10 -05:00
Aaron Griffith
144cff18e3 used LOG instead of logging on a few stragglers 2013-12-01 16:39:45 -05:00
Aaron Griffith
e26727943f Merge remote-tracking branch 'exhuma/master', PR #963
Conflicts:
	overviewer.py
	overviewer_core/aux_files/genPOI.py
	overviewer_core/textures.py
2013-12-01 16:35:28 -05:00
Robin
5bc3f13b4f Exit if already running (pid file) 2013-11-26 20:38:38 +01:00
Robin
c56e12d94d Fix indentation 2013-11-26 20:14:06 +01:00
Robin
f71ede45f8 Exit if pid file already exists 2013-11-26 20:08:05 +01:00
Robin
681d990f90 Added pid option 2013-11-21 05:52:55 +01:00
Andrew Chin
85f1112813 Overviewer now require 1.7 textures or newer 2013-10-30 20:57:37 -04:00
Aaron Griffith
809ce79a20 fixed --check-terrain with --config 2013-08-15 22:10:44 -04:00
Andrew Chin
183da128b8 More agressive texture cache
Especially with regard to jarfile loading
2013-08-03 12:59:13 -04:00
Michel Albert
8e29ca7875 Removed second logger.
The root logger for "overviewer" is now named "`overviewer_core`".
2013-07-31 20:24:45 +02:00
Michel Albert
c991135e40 Log messages routed to stdout/stderr as appropriate.
This also uses a dedicated logger instead of passing everything to the
root logger. `overviewer_core` still needs to be updated to reflect
this.

Additionally, `logger.configure` has been simplified.
2013-07-28 14:50:01 +02:00
Andrew Brown
80bf4ec806 Edited the texture-finding code for 1.6
Now correctly avoids globbing problems. Removed a bit of irrelevant code
for old style minecraft.jar. Tweaked error messages for resource packs
instead of texture files.
2013-07-04 17:58:00 -04:00
Andrew Chin
57ab387b29 Fixed default texture loading
Now accounts for the versions directory, which is maintained by the new
launcher
2013-07-02 19:05:17 -04:00
Nicolas Frattaroli
3986e10af2 Added option showlocationmarker 2013-05-13 15:38:54 +02:00
Andrew Chin
9452af8898 Added some debug stuff
Hopefully this will be useful in tracking down dimension/rendermode
issues
2013-03-26 22:09: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
Andrew Chin
7ae83d014a Fix/improve the --check-terrain option to work with the new texturepacks
Also, updated texturepack-related docs

Related to #907
2013-03-17 12:12:12 -04:00
Andrew Chin
5b937eb231 Error instead of crashing if no regions can be found 2013-03-16 17:48:25 -04:00
Andrew Chin
52e3773b79 Call expanduser for paths to config files
See #907
2013-03-15 20:06:56 -04:00
Andrew Chin
3889fd236f Don't print scary traceback if the config file can't be found 2013-03-15 20:05:30 -04:00
Nicolas Frattaroli
633dcd18c1 Fixed Python3 error message
Up to this point, when launching overviewer with python3, overviewer would
(ironic as it is) crash on the line where the error message would be displayed
with a syntax error. I have now fixed this.
2013-03-11 18:06:54 +01:00
Andrew Chin
c5e4140bf5 Merge pull request #862 2013-01-25 19:30:43 -05:00
Nick Aldwin
794cab0144 Add less verbose config option 2013-01-08 17:02:12 -05:00
Aaron Griffith
443aa84b07 updated tileset.py and genPOI.py and a few other stragglers 2013-01-06 01:00:06 -05:00
Andrew Chin
64cdd057fd Don't print scary traceback when textures cannot be found
See #860
2013-01-01 21:10:26 -05:00
Thomas Lake
223b326df1 Add option to configure maxzoom and appropriate documentation 2012-11-28 20:24:29 -05:00
Andrew Chin
be06aea260 Added direct link to the Windows Tutorial
THis is displayed when the user double-clicks overviewer.exe on Windows
2012-10-18 19:48:34 -04:00
Thomas Lake
83caa5f456 Add --update-web-assets option 2012-08-12 16:37:35 +01:00
Thomas Lake
fcfe3063c3 Add custom web assets support 2012-08-12 15:27:07 +01:00
Andrew Chin
8c9de7a575 Allow the poiTitle setting to be tileset-specific. Added docs
Closes #761
2012-07-28 20:53:03 -04:00
CounterPillow
63b72aabaa Added defaultzoom config option 2012-07-15 05:53:15 +02:00
Aaron Griffith
05bfaaf967 added slime overlay, colors chunks green if slimes can spawn 2012-06-05 23:18:15 -04:00
Aaron Griffith
7ef5f8c5e3 Merge remote-tracking branch 'fabiann/remote-tiles' into devel 2012-05-06 12:52:42 -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
Fabian Norman
8ffcec347a Merge remote branch 'source/master' into remote-tiles
Conflicts:
	overviewer.py
2012-05-02 01:04:13 -07:00
Andrew Chin
216b26cbf2 hide traceback on config validation failure
a fully traceback is needlessly scary.  use --verbose to see the
traceback.
2012-05-01 20:38:14 -04:00
Fabian Norman
d25f582404 Base setting, one more change (last?) 2012-04-25 19:56:48 -07:00
Andrew Chin
d97c3547f9 Merge branch master into devel
Conflicts:
	docs/config.rst
	overviewer.py
	overviewer_core/settingsDefinition.py
	overviewer_core/tileset.py
2012-04-15 11:03:16 -04:00
Richard Pastrick
805618dd2f remove todo since I did that part 2012-04-12 09:03:14 -07:00
Richard Pastrick
b13bbd0204 Add the JS stuff and a little bit more python glue to make overlays only display for a specified render 2012-04-12 08:59:13 -07:00
Richard Pastrick
ebd8b287ed Further glue for overlays. Make the validator actually validate. Also rough outlines for checking if
the render you've specified in the overlay actually exists and isn't itself.
2012-04-09 12:20:58 -07: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
Andrew Chin
7433f06edb Remove unneeded stuffs 2012-04-07 22:12:10 -04:00
Andrew Chin
cb448cc58f Added a --simple-output option
This option turns off fancy output options like colors or progress bars.

Address #649
2012-04-07 21:16:58 -04:00
Andrew Chin
f39c9e2f80 Merge branch 'progress-observer' of git://github.com/aheadley/Minecraft-Overviewer into progress-observer 2012-03-26 22:28:28 -04:00