Commit Graph
1306 Commits
Author SHA1 Message Date
Andrew Brown c852bffdaf When building cube images, paste sides over top, not the other way around
Fixes problem with stacks of blocks showing a bit of the top of the
blockr, most visible on spruce trees.
2011-10-15 12:59:03 -04:00
Andrew Brown 27330cb45f added quotes around parameter in pngout snippet
Thanks Lathanael
2011-10-13 23:28:18 -04:00
Michael Writhe 67dd795e60 issue #513, fixed spelling of color vs colour. >_< canadian spelling. 2011-10-12 15:24:28 -06:00
Aaron Griffith b984185f0c smooth lighting mode now covers every block with 6 triangles 2011-10-11 21:27:20 -04:00
Aaron Griffith 80a3849a6c added a triangle drawing function, with interpolated color 2011-10-11 21:17:10 -04:00
Aaron Griffith 3a090f77f5 stub smooth-lighting mode (does nothing special, for now) 2011-10-11 19:59:33 -04:00
Aaron Griffith e7e0f526ea renamed "Signposts" button to "Markers" to be more generic 2011-10-10 15:17:11 -04:00
Aaron Griffith 19c564670c updated the web_assets_hook help text to be correct 2011-10-10 14:23:57 -04:00
Alejandro Aguilera f758f876d6 Added all the new 1.9-pre3 blocks:
- The enchantment table has not book yet!
- The brewing stand is the 2d texture pasted. TODO.
- The cauldron works perfect.
- The air portal draw som random dots resembling stars, is not marevellous, but does the job.
- Air portal frame is rendered without problem.
2011-10-08 17:57:27 +02:00
Andrew Brown 88448f932b fixed math error in design docs (I'm pretty sure)
also touched up the wording of some other areas
2011-10-07 00:38:58 -04:00
Andrew Brown cbe3d7e1a3 added note about specifying world numbers 2011-10-06 23:16:19 -04:00
Andrew Brown 7f82a5e91a wrote chunk rendering section of the design docs 2011-10-06 23:16:19 -04:00
Andrew Brown 8904e20f21 changed version number to 0.3.0 in sphinx config
apparently readthedocs didn't like using the util method to find the
version dynamically. Probably because it opens a subprocess to git to
find the version.
2011-10-06 23:16:19 -04:00
Andrew Chin 12a81a2b47 Fixed the contribManager in windows binaries 2011-10-04 23:27:30 -04:00
Aaron Griffith 2836c66548 converted explicit documentation links into implicit :doc: references 2011-10-02 11:53:32 -04:00
Andrew Brown cc9792177e modified cube building example to use grass 2011-10-01 20:11:03 -04:00
Andrew Brown fa4f8c0e3b cross-referenced command options from faq page. also
added --bg-color to options page
2011-10-01 19:24:32 -04:00
Andrew Brown 4ad984a052 changed docs version to match git version 2011-10-01 19:04:21 -04:00
Andrew Chin 5464ad3b5d Remove viewcode extension to better support older versions of sphinx 2011-10-01 18:13:12 -04:00
Andrew Chin 00d4e7bb11 Merge branch 'master' of github.com:overviewer/Minecraft-Overviewer 2011-10-01 17:59:53 -04:00
Andrew Brown f06ab2d346 changed authors field and version 2011-10-01 17:56:42 -04:00
Andrew Chin 55215f5ac9 Be consistant about how command line arguments are formatted 2011-10-01 17:55:09 -04:00
Andrew Chin 96250cd84a Updated building docs 2011-10-01 17:44:22 -04:00
Andrew Brown 9f5bb3e6bf fixed typo in reference 2011-10-01 17:18:41 -04:00
Andrew Brown 58545d0aed merged in documentation 2011-10-01 16:06:59 -04:00
Andrew Brown 2cc06588a1 moved everything into a docs dir 2011-10-01 16:06:07 -04:00
Andrew Brown a6035a15c3 finished up the essential documentation 2011-10-01 15:58:31 -04:00
Andrew Brown 061db039c1 touch-up to the wording and figures in design doc 2011-10-01 01:02:13 -04:00
Andrew Brown ca63acf5aa integrated quickstart into installation and building pages. Wrote
installation stuff.
2011-10-01 00:41:18 -04:00
Andrew Brown 499637dd31 touched up the tessellation diagram 2011-09-30 20:43:53 -04:00
Andrew Brown c07cfb5d07 docs repo started 2011-09-30 19:22:02 -04:00
Alejandro Aguilera 1c5b324767 Make iron bars and glass panes stick to everything but air. 2011-09-27 11:06:57 +02:00
Alejandro Aguilera 6fec999155 Add lilypads with biome tinting. NOTE: no info about the ancildata in minepedia, using the stairs ancildata at the moment! 2011-09-27 10:31:26 +02:00
Alejandro Aguilera 9ee463e4b5 Add silverfish in block block. 2011-09-26 14:00:41 +02:00
Mark BarnesandAaron Griffith 18eaf8e4fd Added other blocks to the nospawn_blocks set 2011-09-24 23:40:06 -04:00
Alejandro Aguilera 41beb13c39 Add nether wart to the list of transparent blocks and update the solid_blocks list 2011-09-23 14:10:47 +02:00
Alejandro Aguilera c99b54fb90 Rotate the ancildata of the netherbrick staris... 2011-09-23 11:37:11 +02:00
Alejandro Aguilera add7ddc4c5 Added mycelium, it looks it hasn't got any data nor tinting. 2011-09-23 11:23:29 +02:00
Alejandro Aguilera 692afc3545 Add nether wart. 2011-09-23 11:18:49 +02:00
Alejandro Aguilera 9aa2c2252a Added netherbrick stairs. 2011-09-23 11:08:46 +02:00
Alejandro Aguilera 415578e1b6 Added nether fences. 2011-09-23 10:50:53 +02:00
Andrew Chin 3a6208ead0 Added support for Nether Brick
Also reformatted the texture list (sorry for the noisy diff)
2011-09-22 20:44:56 -04:00
Andrew Chin 4e86d38b23 Removed extra comma. Fixes #496 2011-09-22 11:20:33 -04:00
Alejandro Aguilera 1b7ed5f055 Add stone and wooden pressure plates 2011-09-20 12:11:55 +02:00
Aaron Griffith 426c4e9c05 added 'color_light' option to lighting mode 2011-09-19 23:36:21 -04:00
Aaron Griffith b5c86b6bca birch and pine leaves now look different from each other 2011-09-19 21:19:08 -04:00
Aaron Griffith 4e3a92874c watercolor will now be used if it can be loaded
Right now the Biome Extractor does not extract this with the other
biome colors, so making it *required* would lead to a lot of errors
for people running servers that don't have the client jar.

Once the Biome Extractor has been changed, this should also.
2011-09-19 21:05:20 -04:00
Aaron Griffith 14b639d5dc fixed running overviewer.py when --changelist isn't given 2011-09-19 20:33:59 -04:00
Aaron Griffith e45cd373d0 Merge remote-tracking branch 'tswsl1989/issue478' 2011-09-19 19:37:28 -04:00
Aaron Griffith 33a0860d9f put quotes around terrain SHA so github doesn't auto-link it by mistake 2011-09-19 16:21:41 -04:00