Commit Graph
100 Commits
Author SHA1 Message Date
Andrew Chin 5be1d62e15 New blocks for snapshot
Granite, Diorite, Andesite (new data values for blockid:1)
Iron trapdoor

See #1062
2014-03-08 13:02:01 -05:00
Andrew Chin 796481f838 Merge pull request #1071 from urda/fix-terms
The previous Google Maps URL was 404'ing. New URL added.
2014-02-27 17:11:04 -05:00
Andrew Chin 65d6e3bcd1 Remove SizeOnDisk from table of detected worlds
This fields hasn't been properly filled in for many many releases.
We could detect this value some other way, but i'm not sure the value in
doing this
2014-02-21 22:23:25 -05:00
Andrew Chin d9e907913e Added some more printouts when Overviewer is first starting
Often, when people ask questions about Overviewer, "all it says is
'Welcome to Overivwer'" is a common question.  Enable a little more
logging info at the start of Overviewer to hopefully make it more clear
that something is happening
2014-02-21 22:11:29 -05:00
Andrew Chin eda7671450 Merge pull request #1068 from overviewer/locale_fix
Fixes for locale issues
2014-02-19 21:16:24 -05:00
Andrew Chin 2c35ab8cc7 Merge pull request #1064 from overviewer/fscaps
Try to track the capabilities of our outputdir filesystem.
2014-02-16 22:38:41 -05:00
Andrew Chin c7ee8560d3 Fixes for locale issues
There were some problems when a level.dat contained a non-ascii name, or
when a level.dat lived in a directory with a non-ascii name.

Paths returned by os.listdir are encoded, so we need to decode them
before printing them.  When calculating the max length of the enumerated
world names, were we for some reason calling str() before taking the
len().  The had the effect of converting unicode strings into
non-unicode strings, which is not the correct thing to do.
2014-02-16 13:35:16 -05:00
Andrew Chin d11960ecfb Try to track the capabilities of our outputdir filesystem.
For example, don't chmod if the filesystem dosen't support chmod, and
don't rename over files if that's not supported (this functionality was
already in place).

Should fix #1061
Related to #1055 (we could add a mtime capability flag)
2014-02-11 10:38:38 -05:00
Andrew Chin b88ce263bc Merge PR #1058 2014-02-08 14:50:40 -05:00
Andrew Chin 7b81dc1df2 Merge pull request #1059 from jeremymurray/patch-1
Correct case on observer import example.
2014-02-07 14:07:19 -05:00
Andrew Chin a2780197cb Fix up python3 detection 2014-01-06 08:47:03 -05:00
Andrew Chin ded35116aa Some initial docs on how to use gist 2014-01-01 22:32:35 -05:00
Andrew Chin d68c792c41 Allow --genpoi to use -c to specify a config file
Closes #1033
2013-12-26 23:45:07 -05:00
Andrew Chin 329b299664 Merge PR #1037 -- ServerAnnounceObserver.update() updates last_update 2013-12-26 23:36:24 -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 94b8a81a90 Added small link to the build docs when encountering a build problem
Related to #1024
2013-12-26 22:30:10 -05:00
Andrew Chin 2deaff6dac Have overviewer --version --verbose print some helpful information 2013-12-14 18:40:05 -05:00
Andrew Chin cc4261aea5 Ignore corrupt chunks from .get_chunks() in genpoi
See #1038
2013-12-13 20:34:54 -05:00
Andrew Chin f35859e026 If numpy has a problem reshaping data, issue a warning instead of crashing
Addresses #1038
2013-12-13 18:56:26 -05:00
Andrew Chin 5d61b57cb6 Merge pull request #1023 from CounterPillow/fix-for-pleb-browser
Fixed IE11 JS errors
2013-11-26 10:48:30 -08:00
Andrew Chin 87356ba594 Updated "Installing Textures" section
Use 1.7.2 in the examples instead of 1.6.2, since a 1.7 version is required
2013-11-20 18:09:52 -05:00
Andrew Chin cbd76d87a0 Fix leave data masking 2013-11-03 14:30:21 -05:00
Andrew Chin 5a320fb89a fix data range on wooden planks 2013-11-03 14:24:30 -05:00
Andrew Chin 9d76e48481 Fix link errors on OSX 10.9? I think?
Fix for #1008
2013-10-31 23:02:18 -04:00
Andrew Chin a20290ea83 Minor doc cleanups 2013-10-30 21:37:32 -04:00
Andrew Chin 85f1112813 Overviewer now require 1.7 textures or newer 2013-10-30 20:57:37 -04:00
Andrew Chin 5287a25f18 Update MC version in travis config to 1.7.2 2013-10-29 16:12:07 -04:00
Andrew Chin 97ace8fa67 Bump header version to force rebuild (on account of biome code change) 2013-10-28 22:25:28 -04:00
Andrew Chin b997c3b1d7 Merge PR #1005 : Add new Biomes, guessing on correct color schemes 2013-10-28 21:21:20 -04:00
Andrew Chin 5f633b8138 Fix rendering of large portals
Fixes issue #1009
2013-10-27 21:29:26 -04:00
Andrew Chin 63311fbd92 Fix missing dark-oak leaves 2013-10-26 14:18:17 -04:00
Andrew Chin 0306a7040d Fix a oops with water 2013-10-26 02:02:18 -04:00
Andrew Chin 46bda131f9 Add stained glass and stained glass panels
Note that this commit changes the pseudo-ancil-data type from unsigned
int to an unsigned short.  Our pseudoancil code creates 5 bits of data
to store adjacency information for glass.  Glass also has 4 bits for
color info.  This means we need a total of 9 bits to render these (thus
int --> short)
2013-10-26 01:47:07 -04:00
Andrew Chin 3eaa507d95 Add Acacia/DarkOak wood 2013-10-26 00:08:29 -04:00
Andrew Chin c9571553e6 Bump extension version 2013-10-25 23:42:11 -04:00
Andrew Chin 63e9226415 Merge branch 'snapshot'
Conflicts:
	overviewer_core/src/iterate.c
2013-10-25 23:35:22 -04:00
Andrew Chin 0ab5fe0d90 Merge PR #989 -- Refactored stairs rendering to support corners 2013-10-19 12:08:57 -04:00
Andrew Chin defa37252b Add warning to index.html that should hopefully be visible when there is
an error loading the JS components
2013-10-07 19:48:37 -04:00
Andrew Chin 3b373f5479 Merge PR #991 2013-10-03 18:48:44 -04:00
Andrew Chin 57a7be9e2a Merge PR #996
Conflicts:
	overviewer_core/textures.py
2013-10-03 18:43:31 -04:00
Andrew Chin 7a1249f1d0 Fix additional typos in docs (thanks tomthorogood) 2013-10-03 18:36:45 -04:00
Andrew Chin 9dff70fe39 Merge PR #997 2013-10-03 18:35:45 -04:00
Andrew Chin 2e1586e1f6 Merge pull request #998 from Disassembler0/master
Item list update
2013-10-01 05:54:17 -07:00
Andrew Chin fe42ed4165 Fix error reporting in genpoi when a bad dimension is specified 2013-09-26 14:13:54 -04:00
Andrew Chin 189c686692 Merge Pull Request #986 2013-09-17 19:53:24 -04:00
Andrew Chin 1a587e783b Merge Pull Request #987 2013-09-17 19:28:37 -04:00
Andrew Chin ac4f8103ab Merge pull request #977 from jandahl/patch-1
Added clarification on 'northdirection' that it has to do with viewpoint...
2013-08-30 05:54:00 -07:00
Andrew Chin 694f0ca156 Merge pull request #981 from tswsl1989/pngit
It helps if we print the error message
2013-08-30 05:53:10 -07:00
Andrew Chin e4f30cf431 Merge pull request #980 from tswsl1989/https-explanation
Add explanation about HTTPS
2013-08-29 12:52:24 -07:00
Andrew Chin f6686b5663 Merge pull request #979 from PotcFdk/master
Fixed a typo ('leve' -> 'level').
2013-08-29 11:02:31 -07:00
Andrew Chin 7a7f92ba43 Use https instead of http for icons 2013-08-29 10:32:59 -04:00
Andrew Chin ce419042e5 Use https to load external JS
This fixes an annoying problem where browsers generally ignore http javascript on https html
2013-08-29 10:00:00 -04:00
Andrew Chin 77ccf46be8 more better fix for HOME being set on windows 2013-08-11 20:03:01 -04:00
Andrew Chin 2d44e82bd2 Merge PR #967 2013-08-03 13:04:20 -04:00
Andrew Chin 183da128b8 More agressive texture cache
Especially with regard to jarfile loading
2013-08-03 12:59:13 -04:00
Andrew Chin a8e7f16369 Merge PR #960 2013-08-03 12:07:49 -04:00
Andrew Chin 9a837640f9 Correct cobblestone texture
Fixes #953
2013-07-07 00:33:02 -04:00
Andrew Chin b19ca0dd5f Fix typo in textures.py 2013-07-04 20:01:27 -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
Andrew Chin 00e4528ddc Merge branch 'snapshot' 2013-07-01 22:26:07 -04:00
Andrew Chin 0cd349ff12 Updated texture loading
handled the move into the assets/ directory
also updated texture names
2013-07-01 22:21:18 -04:00
Andrew Chin a147ca4a36 Merge pull request #943 from krotton/master
A typo in tileset.py. It's tiny, but nevertheless, it's a bug.
2013-06-08 14:58:42 -07:00
Andrew Chin bc5afbed5c Merge PR #928 2013-06-06 20:45:21 -04:00
Andrew Chin 7457758fbb Merge pull request #937 from tswsl1989/patch-2
Fix reference to stochastic render command line option
2013-05-26 14:49:59 -07:00
Andrew Chin f072281a9c Revert "Use protocol-relative scripts in index.html"
This reverts commit fabc244c91.
Using protocol-relative scripts broken users who don't use webservers
(i.e. file:/// )
2013-05-26 02:05:06 -04:00
Andrew Chin fabc244c91 Use protocol-relative scripts in index.html 2013-05-21 20:01:29 -04:00
Andrew Chin 478d44f480 Docs updates for #882 (JSObserver formatting strings) 2013-05-07 21:34:31 -04: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
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 df27633f1a Added an overlay example
See #906
2013-03-15 21:03:58 -04:00
Andrew Chin 2ea1f061ea Stop auto-correcting incorrect slashes. Instead error, and point to our docs.
Also, improve docs slightly to say to *always* use forward slashes

See #906
2013-03-15 20:53:54 -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
Andrew Chin d8a70f2d9a Improve nether rendering with minecraft 1.5
The new nether quartz ore block was not recognized and was causing "pillars"
of netherrock to be rendered (with a quartz ore on top).  the same
seemed to be happened with Lava, so included taht as well
2013-03-15 19:53:01 -04:00
Andrew Chin dd6538b55e Print out regionset type when run with -v 2013-03-13 21:23:52 -04:00
Andrew Chin 571f479636 Merge PR #899
Closes #898
2013-03-13 21:11:40 -04:00
Andrew Chin 8d99fef4dd Merge PR #902 2013-03-13 20:56:28 -04:00
Andrew Chin 5fb80637b3 Merge PR #903 2013-03-13 20:55:33 -04:00
Andrew Chin 2377b3cd52 Fixed nether rendering crash
The nether rendering mode was not properly handling x and z values
outside of the range 0 to 15.  This was causing an out-of-bounds
segfault when accessing the remove_block array.

Fixes #881
Fixes #851
Fixes #852
2013-02-07 19:53:37 -05:00
Andrew Chin 94f51136b1 Fix spawn markers
(Fallout from the arbitrary dimension name change)
2013-02-03 14:56:00 -05:00
Andrew Chin 66ff7cbcb5 Validate texturepath exists 2013-02-02 14:04:05 -05:00
Andrew Chin 40becc9f59 Make sure that regionset.type always has a value 2013-01-31 16:39:10 -05:00
Andrew Chin c5e4140bf5 Merge pull request #862 2013-01-25 19:30:43 -05:00
Andrew Chin a0d9b2db27 Merge in pull request #872 2013-01-25 19:19:32 -05:00
Andrew Chin 5445466ec4 JSObserver will show ETA, and the 'renderComplete' message will persist
Closes #784
Closes #786
2013-01-23 21:14:29 -05:00
Andrew Chin a5ee1b68ba Allow unicode to be returned from a genPOI filter function 2013-01-18 21:59:08 -05:00
Andrew Chin da14102012 Merge Pull Request #859 2013-01-18 21:52:27 -05:00
Andrew Chin 56d5832a99 Merge in pull request #865 2013-01-16 22:16:34 -05:00
Andrew Chin 45897c6418 Support for the Daylight sensor
See #863
2013-01-13 15:50:34 -05:00
Andrew Chin ef5e3e8fb9 Weighted pressure plates
See #863
2013-01-12 14:10:17 -05:00
Andrew Chin 6ece185b1f Handle HD textures and animated textures 2013-01-12 13:44:04 -05:00
Andrew Chin bec35bda1e Load textures from the new textures folder (intead of terrain.png)
See #863
2013-01-12 00:49:36 -05:00
Andrew Chin 7f9d6e6508 First pass an rendering comparators
See #863
2013-01-06 19:13:15 -05:00
Andrew Chin 545f0db46a Add support for Quartz ore and redstone block
See #863
2013-01-06 16:01:23 -05:00
Andrew Chin a49a05a2ee Better manualPOI validator 2013-01-02 22:10:57 -05:00
Andrew Chin 813777a88f Merge pull request #858 2013-01-02 21:51:38 -05:00
Andrew Chin 460d8a390f Converted the IOErrors i missed before 2013-01-02 21:36:34 -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
Andrew Chin 6ca70deb91 Merge commit 'refs/pull/847/head' of github.com:overviewer/Minecraft-Overviewer into merge_847 2012-11-29 21:29:49 -05:00