0
Commit Graph

2100 Commits

Author SHA1 Message Date
Alejandro Aguilera
8165ce979d Add depth tinting to cave rendermode. 2011-04-14 00:33:41 +02:00
Alejandro Aguilera
1fb77cf6e6 Add code to remove lakes and seas. 2011-04-14 00:33:41 +02:00
Alejandro Aguilera
b89ea8db8c Working cave rendermode without tinting. 2011-04-14 00:33:41 +02:00
Michael Writhe
33bfdca28a fixed css references for Spawn Button 2011-04-13 15:55:49 -06:00
Michael Writhe
1b74ab4b45 Added the spawn button 2011-04-13 14:45:24 -06:00
Michael Writhe
4036c4a550 indentation and comments added. 2011-04-13 10:56:24 -07:00
Aaron Griffith
bbf52a77ae added CONTRIBUTORS.rst 2011-04-13 11:15:19 -04:00
Aaron Griffith
70bf8a7fb2 README update for settings.py, --rendermodes 2011-04-13 09:14:27 -04:00
Aaron Griffith
e950cebb04 Merge branch 'dtt-c-render' into overlays 2011-04-13 02:47:03 -04:00
Aaron Griffith
299f15a312 Merge branch 'dtt-c-render' into py-package 2011-04-13 02:42:22 -04:00
Andrew Chin
a2782a0499 MSVC is strict about variable declaration 2011-04-12 23:59:03 -04:00
Andrew Chin
3eec8143dd get PIL include dir from the environ 2011-04-10 22:13:24 -04:00
Alejandro Aguilera
dd19e88f15 Add special case for wooden and cobblestone stairs in textures.py.
Fix a wrong comment in ladder.

Add more comments in _buil_full_block.
2011-04-11 00:15:20 +02:00
Aaron Griffith
485db7ef73 Merge branch 'master' into dtt-c-render 2011-04-10 05:57:39 -04:00
Aaron Griffith
b9a21b98e0 fixed dumb boolean logic in optimizeimg check 2011-04-10 05:57:15 -04:00
Aaron Griffith
cc6b4bc022 Merge branch 'master' into dtt-c-render 2011-04-10 04:43:02 -04:00
Aaron Griffith
a2b1f238d9 changed markers.js to output one marker per line
this has been requested *many* times, because it makes it easier to
(1) learn what format markers.js uses, and
(2) write shell scripts that process markers.js.

It shouldn't break existing processors that use json loaders, and does
not drastically increase file size (just one extra byte per ~70).
2011-04-10 04:38:42 -04:00
Aaron Griffith
dfe30a0d0f now checks for optimize-img programs with '.exe' as well as no suffix
fix for issue #314
<https://github.com/brownan/Minecraft-Overviewer/issues/314>
2011-04-10 04:11:33 -04:00
Aaron Griffith
22fc77308e fixed minor inlining error in commit d547727
fixes regression in issue #320
<https://github.com/brownan/Minecraft-Overviewer/issues/320>
2011-04-10 03:44:06 -04:00
Aaron Griffith
b75fb04719 Merge branch 'dtt-c-render' of git@github.com:brownan/Minecraft-Overviewer into HEAD 2011-04-10 03:28:58 -04:00
Aaron Griffith
cb8a17c448 fixed bug in sign groups js, for checked: true
related to issue #321
<https://github.com/brownan/Minecraft-Overviewer/issues/321>
2011-04-10 03:25:16 -04:00
Andrew Chin
bac0109c18 Merge remote-tracking branch 'upstream/master' 2011-04-07 22:44:38 -04:00
Andrew Chin
be62a0b464 Added new sample settings file 2011-04-06 22:32:21 -04:00
Aaron Griffith
c428fcbd70 changed testRender.py to work with ./overviewer.py and ./gmap.py (sorta) 2011-04-04 02:13:12 -04:00
Aaron Griffith
66145e374a Merge branch 'dtt-c-render' into py-package
Conflicts:
	setup.py
2011-04-03 22:47:11 -04:00
Aaron Griffith
ab40d980af Merge branch 'dtt-c-render' into overlays
Conflicts:
	setup.py
2011-04-03 22:44:44 -04:00
Aaron Griffith
e5660bf925 fixed snow/half-step edge lines 2011-04-03 00:15:48 -04:00
Andrew Chin
4276176227 add support for a PIL_INCLUDE_DIR environment variable 2011-04-02 17:34:18 -04:00
Andrew Chin
9e24d87ba2 Started to update the README
Also added a dummy sample settings file (which needs to be expanded into
something useful)
2011-04-02 15:32:24 -04:00
Andrew Chin
6c1d85f699 Don't crash if a biome-chunk is missing 2011-04-02 14:30:44 -04:00
Andrew Chin
7cf8add231 Fix win86_32 build issues 2011-04-02 01:00:33 -04:00
Andrew Chin
50a0186b4f Bump extension version 2011-04-02 00:38:41 -04:00
Andrew Chin
2202e78b2e Merge branch 'edge_lines' into dtt-c-render 2011-04-02 00:37:57 -04:00
Andrew Chin
a30e415597 Render edge lines 2011-04-02 00:37:16 -04:00
Aaron Griffith
115c36ad5e Merge branch 'dtt-c-render' into py-package
Conflicts:
	overviewer.py
2011-04-01 22:00:45 -04:00
Aaron Griffith
298cdb2281 Merge branch 'dtt-c-render' into overlays 2011-04-01 21:54:05 -04:00
Aaron Griffith
3d78e21af7 fixed contrib/testRender.py crashing when -l isn't specified 2011-04-01 21:47:50 -04:00
Alejandro Aguilera
7463183b9c Remove duplicated comment... 2011-04-01 23:33:06 +02:00
Alejandro Aguilera
a7714088c5 another comment 2011-04-01 23:21:01 +02:00
Alejandro Aguilera
81fd7d12ed Add compatibility for wildgrass mod 2011-04-01 20:40:23 +02:00
Alejandro Aguilera
84c3ab397b Clean textures.py, remove old comments, add new ones. The generate_special_texture function is in ascending blockid order. 2011-04-01 20:26:11 +02:00
Xon
6f1bb4ef8d Tweaked get_chunks_in_range to only look up the region object if it has changed in the inner-loop 2011-04-01 16:20:20 +08:00
Andrew Chin
dcdd2a9590 Merge branch 'import_help' into dtt-c-render
Conflicts:
	src/main.c
2011-03-30 21:48:36 -04:00
Andrew Chin
744a65f1e2 Provide some better errors messages to the user.
If the c_overviewer module is present but will not import, provide a
different error than if the modules doesn't exist at all.

Also, added a new mechanism to force users to re-build their extension
if needed (see the top of overviewer.h)
2011-03-30 21:47:06 -04:00
Andrew Chin
3f62beb1b0 Converted some print statements to logging statments 2011-03-30 20:49:27 -04:00
Andrew Chin
5e4383cd66 Print out the tilesets being rendered 2011-03-30 20:38:02 -04:00
Alejandro Aguilera
f240da29f4 Re-fix the bug "what I was thinking?!"
Improve the looking of all torches, and add orientation for them.
2011-03-29 21:11:22 +02:00
Alejandro Aguilera
d9436d2c66 Fix a bug of the type "What I was thinking!?" in _build_full_block 2011-03-29 20:45:10 +02:00
Aaron Griffith
42596416d9 sdist and install now work
next step is using a custom data dir, and falling back on the package
data dir. Also, fixing --version.
2011-03-29 13:49:50 -04:00
Aaron Griffith
3fa54aff26 initial work at reorganizing source tree 2011-03-29 11:10:24 -04:00