Rewrote image handling, eliminating SDL_image. Made many changes throughout the...
authorrlk <rlk@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 22 Dec 2007 21:33:42 +0000 (21:33 +0000)
committerrlk <rlk@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 22 Dec 2007 21:33:42 +0000 (21:33 +0000)
commitf20d01447c0e0b2323c971b6012e14fe5d7a1973
tree46f896ac96c7f8fb88c5dac42336d5922026c82d
parent39de98299ae3429e5fc83d41f3c5c521f771ff72
Rewrote image handling, eliminating SDL_image.  Made many changes throughout the code in support of new image system.
Fixed erroneous RGB modulation in thwomp.png (most noticable in redeo.map).
Added mipmap and anisotropic options.
Removed obsolete max texture scaling in font/gui.

git-svn-id: https://s.snth.net/svn/neverball/trunk@1278 78b8d119-cf0a-0410-b17c-f493084dd1d7
17 files changed:
Makefile
ball/main.c
data/mtrl/thwomp.png
putt/main.c
share/back.c
share/base_image.c
share/base_image.h
share/config.c
share/config.h
share/geom.c
share/gui.c
share/image.c
share/image.h
share/mapc.c
share/part.c
share/solid.c
share/solid_gl.c