This website requires JavaScript.
fcbff8af2a
Improved marker titles and newlines
Andrew Chin
2010-12-11 20:13:19 -05:00
97c58212c3
Check for the optimization programs at the start of execution.
Andrew Chin
2010-12-11 19:44:59 -05:00
cebbf4b1b4
Added info on biome tinting to the README
Andrew Chin
2010-12-11 18:12:36 -05:00
211f489f66
Add logging regarding whether cached image is used or not
Ryan McCue
2010-12-11 21:32:36 +10:00
b7f4855ec6
Use logging instead of print statement
Ryan McCue
2010-12-11 21:31:20 +10:00
dff4f4aea8
Add debugging info
Ryan McCue
2010-12-11 21:22:58 +10:00
b94daab5a0
Use self.dirbits instead of dirbits
Ryan McCue
2010-12-11 21:21:08 +10:00
2eb85ae946
Use the proper directory to walk
Ryan McCue
2010-12-11 21:18:02 +10:00
e7c19f9309
Use a more efficient checker for cached images
Ryan McCue
2010-12-11 21:10:59 +10:00
9bc7c10bd1
Improved flexibilty when specifying signGroups
Andrew Chin
2010-12-08 21:59:45 -05:00
65264407f9
Merge branch 'signpost_ui' of git://github.com/eminence/Minecraft-Overviewer into signpost_ui
Andrew Chin
2010-12-06 20:23:55 -05:00
e96bb91b82
Better handling of the biome tinting images.
Andrew Chin
2010-12-05 01:35:12 -05:00
251a89b7dc
Merged in agrif's blending fixes
Andrew Chin
2010-12-04 20:33:38 -05:00
9125919d3e
Give a more useful error if the biome color png files can't be found
Andrew Chin
2010-12-04 19:31:21 -05:00
c60180f793
Biome data from Biome Extractor is now used if it is present.
Andrew Chin
2010-11-22 22:51:21 -05:00
22db7bb3cd
clean up biome code
Alex Jurkiewicz
2010-11-16 10:15:26 +11:00
89d8e3653a
Ignore cachedirs
Alex Jurkiewicz
2010-11-16 10:12:50 +11:00
dc80c88e94
Biome tinting uses now uses the Biome Extractor data files.
Andrew Chin
2010-11-14 15:07:26 -05:00
210e65730f
Hacky work on biome tinting
Andrew Chin
2010-11-10 20:07:02 -05:00
859341008a
Some minor signpost UI improvements
Andrew Chin
2010-11-20 18:20:20 -05:00
cd88d63ab3
New UI control to toggle signposts on/off based on their content.
Andrew Chin
2010-11-11 21:05:24 -05:00
e4b5a10b9a
some fixes to setup.py for Mac OS X, and .gitignore additions
Aaron Griffith
2010-11-09 21:20:37 -05:00
9196736325
shell scripts have been added to .gitignore casue it was bugging me
Morlok8k
2010-11-08 23:06:06 -08:00
d0267d4e78
new contrib script to help re-rendering specific parts of a map
Andrew Chin
2010-11-08 20:38:27 -05:00
914a3073f0
Fixed --chunklist
Andrew Chin
2010-11-08 20:36:02 -05:00
80b1cab81c
changed new grass/leaf block code to use alpha_over
Aaron Griffith
2010-11-07 17:45:06 -05:00
605811bf0c
Merge remote branch 'eminence/master'
Andrew Brown
2010-11-07 09:08:56 -05:00
a2918f5a56
now finds textures when using interactive console
Andrew Brown
2010-11-07 08:45:40 -05:00
21ac6689e6
Merge branch 'blending' of https://github.com/agrif/Minecraft-Overviewer into agrif-blending
Andrew Brown
2010-11-07 08:09:25 -05:00
1af7287b8f
Add a compass rose overlay to indicate which direction is north
Andrew Chin
2010-11-06 23:21:17 -04:00
16aca4c093
Fancy icons for signposts and spawn, plus info windows for signposts
Andrew Chin
2010-11-06 22:04:38 -04:00
57a9e8123d
New findSigns.py contrib script
Andrew Chin
2010-11-06 15:29:04 -04:00
c96b3363b2
Fixed bug in signpost handling code
Andrew Chin
2010-11-06 15:27:52 -04:00
0b6461083b
Modified tintTexture() to look more like the original grass color
Andrew Chin
2010-11-03 22:57:47 -04:00
290269f8fe
Corrected pumpkin rendering, Hacky tinting for grass, leaves
Andrew Chin
2010-11-02 20:46:56 -04:00
2c49113bd2
Render the new blocks from the Boo update.
Andrew Chin
2010-11-02 19:39:22 -04:00
d01fb1f520
Merge remote branch 'upstream/master'
Andrew Chin
2010-11-02 18:59:58 -04:00
366a56603b
Merge remote branch 'emjay/master'
Andrew Brown
2010-10-31 13:27:47 -04:00
32552c50d6
only render overworld. Still renders grayscale though
Andrew Brown
2010-10-31 13:19:58 -04:00
ffe92f7db8
prevent scrollbar
arrai
2010-10-31 12:31:22 +01:00
af6fec3026
Added link to current view
arrai
2010-10-30 22:50:40 +02:00
759a9663af
shuffled around the code a bit to make it C89 compliant
Aaron Griffith
2010-10-28 16:56:10 -04:00
169d553360
added note to README about missing Imaging.h on some platforms
Aaron Griffith
2010-10-26 07:53:48 -04:00
8dfeccc141
explicitly mentioning python headers in extension section in README
Alex Jurkiewicz
2010-10-26 07:45:23 -04:00
f2b34dff7a
Improved handling of signposts
Andrew Chin
2010-10-24 00:19:27 -04:00
d01244a7d8
added note to README about compiling the extension (marked optional)
Aaron Griffith
2010-10-23 18:30:03 -04:00
395e26ef9c
changed most PIL paste() calls into composite.alpha_over() calls
Aaron Griffith
2010-10-23 13:36:55 -04:00
8120bcd455
added a wrapper for alpha_over that falls back on PIL paste() if needed
Aaron Griffith
2010-10-23 13:09:19 -04:00
5a19b8b375
Added a PIL alpha_over extension in C, and code to setup.py to build it
Aaron Griffith
2010-10-23 12:57:37 -04:00
cb363df3cd
Initial work on generating markers.js from signposts
Andrew Chin
2010-10-20 22:11:34 -04:00
52fab49248
Fixed simple missing test that was causing index out of range exceptions
Michael Jensen
2010-10-20 23:52:33 +11:00
82f931e373
Merge remote branch 'upstream/master'
Michael Jensen
2010-10-20 23:51:47 +11:00
32ba6c4424
clarified -z option in readme
Andrew Brown
2010-10-19 21:26:59 -04:00
a10688132a
moved directory creation to quadtree initialization
Andrew Brown
2010-10-19 21:16:13 -04:00
eba27f6dd0
Merge remote branch 'upstream/master'
Michael Jensen
2010-10-19 16:43:55 +11:00
f4f415514c
Merge branch 'lighting' of http://github.com/agrif/Minecraft-Overviewer into lighting
Andrew Brown
2010-10-15 22:55:15 -04:00
4c65271dd0
doesn't crash on a corrupt world chunk
Andrew Brown
2010-10-15 22:43:40 -04:00
ea179118bd
added an option to skip generating region.js and marker.js
Andrew Brown
2010-10-15 22:23:15 -04:00
324ac5d28d
updates mtime on chunk images that match the hash
Andrew Brown
2010-10-15 22:07:46 -04:00
a2f37e0649
made exceptions during innter tile rendering when opening tile images non-fatal
Andrew Brown
2010-10-15 21:55:00 -04:00
35e664a32c
updated README to reflect new lighting options
Aaron Griffith
2010-10-14 21:04:41 -04:00
f8b516b360
Merge branch 'master' into lighting
Aaron Griffith
2010-10-14 15:01:31 -04:00
66e39f8b4d
made sure lava blocks are fully lit
Aaron Griffith
2010-10-14 14:02:04 -04:00
c11e23a18f
added semi-correct lighting for half-blocks
Aaron Griffith
2010-10-14 13:57:48 -04:00
b44cb9c3f8
added proper occlusion tracking to lighting function
Aaron Griffith
2010-10-14 13:36:20 -04:00
e51556f314
moved lighting data into properties, and light logic into a function
Aaron Griffith
2010-10-12 21:11:27 -04:00
e4e52cee0b
moved get_lighting_coefficient into the ChunkRenderer class
Aaron Griffith
2010-10-12 19:05:44 -04:00
8479e9d2b1
Merge remote branch 'munki/master'
Andrew Brown
2010-10-12 10:26:31 -04:00
8b7eddf2bf
moved iteration code to its own function
Andrew Brown
2010-10-12 00:45:40 -04:00
33b6230bab
Google released an update to v3 of the gmap api which enables streetview by default. This change explicitly disables it.
Gregory Short
2010-10-11 23:41:59 -05:00
a4c0e786a1
tabs -> 4 spaces
Andrew Brown
2010-10-11 21:03:50 -04:00
6d99c58296
Merge branch 'optimizeimg' of http://github.com/kbrantley/Minecraft-Overviewer
Andrew Brown
2010-10-11 20:58:26 -04:00
ea94bcc916
removed your crazy semicolons. This ain't java =)
Andrew Brown
2010-10-11 20:56:43 -04:00
20e124b778
Added license to optimizeimages.py
Kyle Brantley
2010-10-09 23:52:54 -06:00
bcb423ace4
Add --optimize-img={1,2} -- performs postprocessing on images
Kyle Brantley
2010-10-09 22:57:20 -06:00
a5ae703258
added support for ploylines and polygons on the google map
Aaron Griffith
2010-10-09 15:44:48 -04:00
4c58d28854
fixed remaining function renames from merge
Aaron Griffith
2010-10-05 08:55:35 -04:00
51e1721a6d
Merge branch 'master' into lighting
Aaron Griffith
2010-10-05 08:35:23 -04:00
05770468fb
More useful error if invalid --chunklist specified.
Alex Jurkiewicz
2010-10-05 15:29:22 +11:00
4dc1f70acf
Merge remote branch 'eminence/master'
Andrew Brown
2010-10-02 22:19:18 -04:00
60966ffa73
Improve efficiency of special textures by pre-computing them
Andrew Chin
2010-10-02 20:17:13 -04:00
759a38353d
Merge branch 'master' of git://github.com/c99koder/Minecraft-Overviewer
Andrew Brown
2010-10-02 17:47:48 -04:00
6993f2159d
Render iron and wood doors with correct orientation.
Andrew Chin
2010-10-02 15:33:33 -04:00
cd97222a9b
Render ladders (with correct orientation)
Andrew Chin
2010-10-01 23:19:53 -04:00
66a90bb411
Render furnaces with the correct texture (instead of smooth stone)
Andrew Chin
2010-10-01 22:51:02 -04:00
78962cfbe5
Passable crop rendering
Andrew Chin
2010-10-01 22:33:25 -04:00
86d5476234
use os.path.join to build the spawn chunk path
Andrew Chin
2010-10-01 19:45:41 -04:00
93af1ef158
Add snow to the transparent_blocks array
Sam Steele
2010-09-30 23:52:50 -07:00
5d22e1cd6f
Fix whitespace formatting, make snow 1/4th of block
Sam Steele
2010-09-30 22:47:10 -07:00
5de70db7fe
Merged in new logging, fixed markers, and minetracks
Andrew Brown
2010-09-30 23:28:06 -04:00
d366cf9da3
Merge branch 'logging' of git://github.com/alexjurkiewicz/Minecraft-Overviewer
Andrew Brown
2010-09-30 22:50:23 -04:00
e54f375295
Merge branch 'master' of http://github.com/eminence/Minecraft-Overviewer
Sam Steele
2010-09-30 18:44:04 -07:00
822dd75431
Render minetracks (with correct orientation)
Andrew Chin
2010-09-30 21:38:14 -04:00
cf971c17c6
Render snow as half-blocks
Sam Steele
2010-09-30 18:36:10 -07:00
110240b53a
Ignore .pyc files
Sam Steele
2010-09-30 18:35:46 -07:00
c14740cbc6
Merge branch 'master' of git://github.com/brownan/Minecraft-Overviewer into logging
Alex Jurkiewicz
2010-10-01 09:51:49 +10:00
9f49bf3d77
Change logging to use the 'logging' module.
Alex Jurkiewicz
2010-09-30 14:35:37 +10:00
fd43331350
removed unused imports
Andrew Brown
2010-09-29 23:31:19 -04:00
5a14f1b486
Fixed scoping for imageformat
Stephen Fluin
2010-09-29 21:17:22 -05:00
783c91adff
Merge branches 'documentation' and 'master'
Michael Jensen
2010-09-30 10:16:07 +10:00