timwolla
27f722c3bd
The date is written into the {time} variable in index.html
2011-02-07 22:06:06 +01:00
Andrew Chin
d7bd365959
Merge branch 'master' of https://github.com/aheadley/Minecraft-Overviewer into aheadley-master
2011-02-04 21:01:24 -05:00
Alejandro Aguilera
d90a3666dd
Fix .any() not working as expected.
2011-02-03 00:36:02 +01:00
Alejandro Aguilera
15e0e9210f
Finish and comment.
2011-02-02 23:01:25 +01:00
Alejandro Aguilera
448733dd44
Improvements for generate_pseudo_andcildata in chunk.py, and necessary changes to fences case in textures.py
...
This changes will help to properly render redstonewire.
2011-02-02 23:01:25 +01:00
Alejandro Aguilera
5bf705dfe9
Improving the function generate pseudo_ancildata. (first part)
2011-02-02 23:01:25 +01:00
aheadley
62aab91f13
fixed typo
2011-02-02 10:59:27 -05:00
aheadley
4a6d7f76ea
background color support
2011-01-27 10:59:07 -05:00
aheadley
d1e3f660c9
cdn support
2011-01-27 10:45:53 -05:00
Andrew Chin
850f4fcf7d
Removed debugging statement
2011-01-23 21:21:36 -05:00
Andrew Chin
5acd6a490c
Merge remote branch 'upstream/master'
2011-01-22 14:29:38 -05:00
Andrew Chin
f46d0ce4ad
options with default args are now seeded in the globals dict
2011-01-22 14:23:20 -05:00
Andrew Chin
3db1953303
a signGroup can now have an optional icon URL
2011-01-21 21:11:39 -05:00
Alejandro Aguilera
f866d5e654
Add fire.png and a case for fire in textures.py.
2011-01-18 09:13:14 +01:00
Alejandro Aguilera
d93a0324ab
Add fire texture.
2011-01-18 09:07:49 +01:00
Alejandro Aguilera
13f37734f4
Add support for colored wool.
2011-01-15 23:35:31 +01:00
Alejandro Aguilera
664d14dee3
Add some Minecraft beta 1.2 blocks to the render support:
...
-The 2 new woods
-The dispensers
-Chaged to the new top for the furnace (and I think fixed them)
-Lapis lazuli block
-Lapis lazuli ore
-Note block
-Sandstone
2011-01-15 01:49:46 +01:00
Alejandro Aguilera
effaa204e0
Add blockid = 55 to the list of transparent blocks.
2011-01-11 10:10:31 +01:00
Andrew Chin
ae993df2ae
Merge branch 'minetracks' of https://github.com/Fenixin/Minecraft-Overviewer into Fenixin-minetracks
2011-01-10 21:54:03 -05:00
Andrew Chin
935d353ef1
Fix build regression on non-windows platforms
2011-01-10 21:42:33 -05:00
Andrew Chin
521a359139
changes for py2exe
2011-01-08 16:09:01 -05:00
Andrew Chin
feeb3283e0
New benchmarking script
...
Useful for examining how a code change affects performance
2011-01-08 01:21:41 -05:00
Andrew Chin
dc842874ed
Merge remote branch 'upstream/master'
2011-01-08 01:03:58 -05:00
Alejandro Aguilera
ad9756fa8c
Change to a better looking and better maintainable code. (thanks blixt)
2011-01-05 15:09:55 +01:00
Alejandro Aguilera
23b7e90c54
Fix findTrueSpawn for spawn in y = 128
2011-01-05 02:38:57 +01:00
Alejandro Aguilera
416e1b6b85
Add textures for minetrack slopes in textures.py
2011-01-02 16:23:42 +01:00
Andrew Chin
3d84e76d0e
Merge branch 'grasscolor-fix' of https://github.com/agrif/Minecraft-Overviewer into agrif-grasscolor-fix
2011-01-01 20:57:24 -05:00
Aaron Griffith
c43e7c0dbf
alpha_over warning will now only print once per run
2011-01-01 19:00:44 -05:00
Aaron Griffith
0ab56ce1d9
made sure biome color arrays are loaded in each thread
2011-01-01 15:45:36 -08:00
Aaron Griffith
b2d8c415ca
added check to textures.py prepareBiomeData so it will only run once per process
2011-01-01 15:43:45 -08:00
Andrew Chin
97aa81311c
Fixed empty sign handling, updated findSigns.py
2010-12-31 23:35:18 -05:00
Andrew Chin
7b6bbbc267
Merge branch 'blanksigns' of https://github.com/TheMagistrate/Minecraft-Overviewer into TheMagistrate-blanksigns
2010-12-31 22:37:45 -05:00
Alex Cline
ee1e7c3aa9
Changed blank sign logic to use aheadley's suggestion.
2010-12-31 20:45:02 -05:00
Aaron Griffith
0136cc1eba
changed textures.py to use global declarations instead of sys.modules[__name__]
2010-12-31 17:59:14 -05:00
Andrew Chin
bbeb0d1359
Merge remote branch 'origin/master'
2010-12-31 00:56:05 -05:00
Andrew Chin
e989e97c5e
Added a new config file parser.
...
The new config file parser has an interface that's nearly identical to
the OptionParser of optparse.
Below is a sample settings.py config file:
$ cat settings.py
import multiprocessing
if 'rendermode' not in locals():
rendermode="lighting"
cachedir = "cache.%s.cachedir" % rendermode
procs = multiprocessing.cpu_count() - 1
2010-12-31 00:53:57 -05:00
Andrew Chin
3ee93357b9
Check that level.dat exists before trying to nbt.load it
2010-12-30 21:04:36 -05:00
Alex Cline
802cd30dc8
Added conditional to only add signs that are not blank to the POI list.
2010-12-30 15:31:03 -05:00
Andrew Chin
fe8cd07c51
Fixed version check
2010-12-23 23:31:07 -05:00
Andrew Chin
2bf7566b5a
Ignore cache images that don't start with "img."
...
This fixes a bug introduced by the cache-checking changes
2010-12-23 02:21:54 -05:00
Andrew Chin
1a526bbba0
Merged in rmccue's cache checking changes
...
Conflicts:
chunk.py
2010-12-23 02:01:58 -05:00
Andrew Chin
e9aa4b6228
Merge branch 'master' of https://github.com/jennytoo/Minecraft-Overviewer into jennytoo-master
2010-12-18 20:13:11 -05:00
Andrew Chin
334385951c
Merge branch 'fences' of https://github.com/Fenixin/Minecraft-Overviewer into Fenixin-fences
2010-12-18 18:27:06 -05:00
Andrew Chin
ad5fa9b208
Merge branch 'master' of https://github.com/rmccue/Minecraft-Overviewer into rmccue-master
2010-12-18 15:30:12 -05:00
Andrew Chin
d08730eefb
Merge branch 'optimization2' of https://github.com/Fenixin/Minecraft-Overviewer into Fenixin-optimization2
2010-12-18 13:50:35 -05:00
Andrew Chin
774e9ff1bd
Merged in .gitignore changes
2010-12-18 13:21:43 -05:00
Alejandro Aguilera
dc7307af56
Darken both sides of the fence
2010-12-17 15:30:00 +01:00
Alejandro Aguilera
1d31cd7e9a
Add a special case in generate_special_texture for fences, and add his blockid to special_blocks set.
2010-12-17 13:21:24 +01:00
Alejandro Aguilera
daf7a68d38
Make chunk.py check for blocks that need pseudo ancil data and call generate_pseudo_ancildata.
2010-12-17 12:57:56 +01:00
Alejandro Aguilera
1ad82cf4b1
New function in chunk.py that generates false ancillary data for fence like blocks.
2010-12-17 12:52:47 +01:00