.. |
Makefile.am
|
Move all stuff that actually belongs in CPPFLAGS (but is called CFLAGS) to AM_CPPFLAGS
|
2008-03-10 10:50:58 +00:00 |
Makefile.raw
|
Remove unused pietexture.c|h files and references.
|
2007-11-14 19:51:04 +00:00 |
ivi.c
|
Add -Wcast-align and -Wmissing-declarations to autoconf debug builds, and fix warnings.
|
2008-03-28 23:28:44 +00:00 |
ivis_opengl.vcproj
|
Get rid of unnecessary warnings when compiling release build using MSVC.
|
2008-04-01 15:56:39 +00:00 |
pieblitfunc.c
|
TRUE->true, FALSE->false (except in scripts)
|
2008-03-24 16:51:17 +00:00 |
piedraw.c
|
Add -Wcast-align and -Wmissing-declarations to autoconf debug builds, and fix warnings.
|
2008-03-28 23:28:44 +00:00 |
piefunc.c
|
New enum TEXPAGE_TYPE, to better control disabling/enabling of texturing. (Changed pie_SetTexturePage accordingly.)
|
2008-03-21 14:34:30 +00:00 |
piematrix.c
|
TRUE->true, FALSE->false (except in scripts)
|
2008-03-24 16:51:17 +00:00 |
piematrix.h
|
Generic cleanup, often variable initialisation
|
2008-03-07 15:09:03 +00:00 |
piemode.c
|
Add -Wcast-align and -Wmissing-declarations to autoconf debug builds, and fix warnings.
|
2008-03-28 23:28:44 +00:00 |
piepalette.c
|
Remove useless and wrong comment.
|
2008-04-05 19:30:05 +00:00 |
piestate.c
|
Add in support for coloured mouse cursors:
|
2008-03-30 15:44:50 +00:00 |
rendmode.c
|
Cleanup #includes a bit
|
2008-03-16 12:39:08 +00:00 |
screen.c
|
TRUE->true, FALSE->false (except in scripts)
|
2008-03-24 16:51:17 +00:00 |
screen.h
|
Add -Wcast-align and -Wmissing-declarations to autoconf debug builds, and fix warnings.
|
2008-03-28 23:28:44 +00:00 |
tex.c
|
New enum TEXPAGE_TYPE, to better control disabling/enabling of texturing. (Changed pie_SetTexturePage accordingly.)
|
2008-03-21 14:34:30 +00:00 |
textdraw.c
|
Enforce strict function prototypes for autoconf builds, and fix function prototype problems.
|
2008-04-05 15:34:55 +00:00 |