0
Commit Graph

20 Commits

Author SHA1 Message Date
Andrew Chin
56a2e1f834 Move decl to top of block 2011-06-09 11:45:36 -04:00
Alejandro Aguilera
71d8da5f83 Iprove tall-grass looking. Draw the sprite in the correct angle, and draw it at a random offset (as done in game). 2011-06-09 00:23:14 +02:00
Aaron Griffith
8565919c89 fixed uninitialized texture pointer, and bumped extension version 2011-05-31 20:05:45 -04:00
Alejandro Aguilera
d95ae73286 Tall grass is now biome tinted. 2011-05-31 18:21:47 +02:00
Alejandro Aguilera
7ff6a4833b Add another element to the texture tuple with a mask for the lighting.
Make needed changes in textures.py.

Because some textures have garbage in the alpha channel, this new method has some problems.
2011-05-29 23:31:04 +02:00
Alejandro Aguilera
808bfb7cfe Add repeaters without torches, make needed changes in rendermode-normal for edge block lines.
Delete some non used code in cake.
2011-05-08 13:04:36 +02:00
Aaron Griffith
c1e71f0fda grass now has snowy sides when covered in snow 2011-05-01 19:42:27 -04:00
Aaron Griffith
d163e7c527 support for biome coloring on side grass (closes issue #341) 2011-04-30 23:11:53 -04:00
Aaron Griffith
5c3b3be418 basic rendermode inheritance introspection (no more hacky overlay list) 2011-04-16 20:08:38 -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
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
a30e415597 Render edge lines 2011-04-02 00:37:16 -04:00
Aaron Griffith
7955092e66 Merge branch 'dtt-c-render' into overlays
Conflicts:
	overviewer.py
	setup.py
2011-03-29 05:57:56 -04:00
Aaron Griffith
5f0766839e added metadata to rendermodes, and python bindings for them 2011-03-29 05:13:25 -04:00
Aaron Griffith
9f69f099ad initial support for map overlays 2011-03-28 02:50:36 -04:00
Aaron Griffith
e0e571971a added endianness helper functions, and reading biome data directly 2011-03-27 06:07:43 -04:00
Aaron Griffith
fc176206ff initial C biome code 2011-03-27 05:49:57 -04:00
Aaron Griffith
24950f6024 moved rendermode_normal into a separate file, like rendermode_lighting 2011-03-22 23:09:12 -04:00