0
Commit Graph

999 Commits

Author SHA1 Message Date
Michael Writhe
73ace48c71 comment clarity to alleviate confusion regarding cacheMinutes. 2011-10-19 16:46:01 -06:00
Andrew Brown
600b801144 fixed some typos/errors in options docs page.
Also added an example.
2011-10-19 15:31:51 -04:00
Andrew Brown
fa17d2c87d fixed typo, clarified some things, added cross-ref 2011-10-18 00:50:57 -04:00
Andrew Brown
546bf0ef4e fixed typo, clarified a sentence 2011-10-17 15:02:44 -04:00
Andrew Brown
6862ae4faf added in cross-reference 2011-10-16 23:27:05 -04:00
Andrew Brown
3954d232b8 misc docs tweaks 2011-10-16 23:16:43 -04:00
Andrew Brown
19d4946ae3 Completed options documentation. 2011-10-16 23:13:11 -04:00
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
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
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
Mark Barnes
18eaf8e4fd Added other blocks to the nospawn_blocks set 2011-09-24 23:40:06 -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
Andrew Chin
bfc7bf1848 Updated overviewer url 2011-09-19 13:18:04 -04:00
Andrew Chin
2e0e510650 Changed readme URLS 2011-09-19 12:04:54 -04:00
Thomas Lake
1db010a8aa Add --changelist and --changelist-format
Allow output of changed tiles to a file specified with --changelist. The
file contains the name of each tile on a line. The path can be relative
or absolute, chosen using --changelist-format.

The code assumes that all innertiles will have been updated when a
worldtile changes, and prints the corresponding filenames to the list
directly, rather than add message passing to the innertile methods.
2011-09-17 11:37:04 +01:00
Aaron Griffith
b640b6dc2d updated contrib scripts to work with latest code 2011-09-16 15:59:43 -04:00
Aaron Griffith
8c4dd10824 Revert "small findSigns.py fix -- loading regions with north_direction pre-rotates"
This reverts commit 085d400337.
2011-09-16 14:27:03 -04:00
Aaron Griffith
085d400337 small findSigns.py fix -- loading regions with north_direction pre-rotates
What we want in findSigns.py is the raw map data.
2011-09-16 13:43:20 -04:00
Andrew Chin
cce4fcaa55 Merge pull request #487 from tswsl1989/issue485
Update findSigns.py to work with configurable north directions
2011-09-16 07:36:42 -07:00