warzone2100/lib/ivis_opengl
Dennis Schridde d889ce9da7 Patch by Christian Ohm: "g++ fixes"
Mainly explicit casts, some type changes, a few fixes.

We need to have a look if this line creates any problems:
lib/script/interp.c @@ -329,7 +329,7 @@
- if(!RetStackRemember(CurEvent, (ip + 2)))       //Remember where to jump back later
+ if(!RetStackRemember(CurEvent, *(ip + 2)))      //Remember where to jump back later


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@719 4a71c877-e1ca-e34f-864e-861f7616d084
2006-09-17 20:39:25 +00:00
..
Makefile.am Remove obsolete file lib/ivis_opengl/vid.h 2006-08-11 22:08:48 +00:00
Makefile.raw New Makefile.raw system, works with MinGW/Windows environment and Linux also. 2006-07-21 21:48:55 +00:00
bspimd.c - Replace all ASSERT(( )) with ASSERT( ) 2006-08-23 12:58:48 +00:00
ivi.c - Commit patches "code cleanup: void" and "code cleanup: const" by Stefan Huehner 2006-09-13 09:09:05 +00:00
ivis02.h Create final repository structure. 2007-06-28 17:47:08 +00:00
pieblitfunc.c Remove lots of unused graphics code. (Did the Pumpkin guys EVER delete code?) 2006-09-03 21:33:29 +00:00
piedraw.c Patch by Stefan Huehner: "code cleanup: static 3, 3a" 2006-09-14 16:30:07 +00:00
piefunc.c Remove lots of unused graphics code. (Did the Pumpkin guys EVER delete code?) 2006-09-03 21:33:29 +00:00
piematrix.c Patch by Stefan Huehner: "code cleanup: static 3, 3a" 2006-09-14 16:30:07 +00:00
piematrix.h - Commit patches "code cleanup: void" and "code cleanup: const" by Stefan Huehner 2006-09-13 09:09:05 +00:00
piemode.c Patch by Stefan Huehner: "code cleanup: static 3, 3a" 2006-09-14 16:30:07 +00:00
piepalette.c Remove lots of unused graphics code. (Did the Pumpkin guys EVER delete code?) 2006-09-03 21:33:29 +00:00
piestate.c Fix double to float assignments by forcing fixed numbers to float. 2006-09-08 20:02:49 +00:00
pietexture.c Remove lots of unused graphics code. (Did the Pumpkin guys EVER delete code?) 2006-09-03 21:33:29 +00:00
pietexture.h Remove lots of unused graphics code. (Did the Pumpkin guys EVER delete code?) 2006-09-03 21:33:29 +00:00
rendfunc.c Remove lots of unused graphics code. (Did the Pumpkin guys EVER delete code?) 2006-09-03 21:33:29 +00:00
rendmode.c Remove lots of unused graphics code. (Did the Pumpkin guys EVER delete code?) 2006-09-03 21:33:29 +00:00
screen.c Patch by Christian Ohm: "g++ fixes" 2006-09-17 20:39:25 +00:00
screen.h Remove Palette code formerly used for the software renderer. (Patch by Christian Ohm) 2006-09-03 13:35:50 +00:00
tex.c Remove lots of unused graphics code. (Did the Pumpkin guys EVER delete code?) 2006-09-03 21:33:29 +00:00
textdraw.c Patch by Stefan Huehner: "code cleanup: static 3, 3a" 2006-09-14 16:30:07 +00:00