scummvm/tinygl
Pawel Kolodziejski a74f93bf81 clenaup
2005-01-14 09:17:29 +00:00
..
.cvsignore added cvsignore 2005-01-12 15:29:53 +00:00
api.cpp fixed more warnings 2005-01-13 00:15:15 +00:00
arrays.cpp added t/T prefix to prevent opengl names duplication 2005-01-12 18:00:19 +00:00
clear.cpp added t/T prefix to prevent opengl names duplication 2005-01-12 18:00:19 +00:00
clip.cpp fixed more warnings 2005-01-13 00:15:15 +00:00
error.cpp added changes for proper c++ compile 2005-01-12 15:26:45 +00:00
get.cpp added t/T prefix to prevent opengl names duplication 2005-01-12 18:00:19 +00:00
gl.h added t/T prefix to prevent opengl names duplication 2005-01-12 18:00:19 +00:00
image_util.cpp added changes for proper c++ compile 2005-01-12 15:26:45 +00:00
init.cpp fixed more warnings 2005-01-13 00:15:15 +00:00
LICENCE initial TinyGL 0.4 import with only needed files and changed file extensions from *.c to *.cpp 2005-01-12 15:20:02 +00:00
light.cpp fixed more warnings 2005-01-13 00:15:15 +00:00
list.cpp fixed some tinygl warnings 2005-01-12 23:01:37 +00:00
matrix.cpp fixed more warnings 2005-01-13 00:15:15 +00:00
memory.cpp added changes for proper c++ compile 2005-01-12 15:26:45 +00:00
misc.cpp fixed some tinygl warnings 2005-01-12 23:01:37 +00:00
msghandling.cpp fixed some tinygl warnings 2005-01-12 23:01:37 +00:00
msghandling.h initial TinyGL 0.4 import with only needed files and changed file extensions from *.c to *.cpp 2005-01-12 15:20:02 +00:00
opinfo.h initial TinyGL 0.4 import with only needed files and changed file extensions from *.c to *.cpp 2005-01-12 15:20:02 +00:00
README.residual clenaup 2005-01-14 09:17:29 +00:00
select.cpp fixed some tinygl warnings 2005-01-12 23:01:37 +00:00
specbuf.cpp added changes for proper c++ compile 2005-01-12 15:26:45 +00:00
specbuf.h initial TinyGL 0.4 import with only needed files and changed file extensions from *.c to *.cpp 2005-01-12 15:20:02 +00:00
texture.cpp fixed some tinygl warnings 2005-01-12 23:01:37 +00:00
vertex.cpp fixed more warnings 2005-01-13 00:15:15 +00:00
zbuffer.cpp added changes for proper c++ compile 2005-01-12 15:26:45 +00:00
zbuffer.h added changes for proper c++ compile 2005-01-12 15:26:45 +00:00
zdither.cpp added changes for proper c++ compile 2005-01-12 15:26:45 +00:00
zfeatures.h initial TinyGL 0.4 import with only needed files and changed file extensions from *.c to *.cpp 2005-01-12 15:20:02 +00:00
zgl.h increased stack a bit to draw actor "rope" 2005-01-13 22:39:39 +00:00
zline.cpp added changes for proper c++ compile 2005-01-12 15:26:45 +00:00
zline.h initial TinyGL 0.4 import with only needed files and changed file extensions from *.c to *.cpp 2005-01-12 15:20:02 +00:00
zmath.cpp added changes for proper c++ compile 2005-01-12 15:26:45 +00:00
zmath.h fixed some tinygl warnings 2005-01-12 23:01:37 +00:00
ztriangle.cpp fixed more warnings 2005-01-13 00:15:15 +00:00
ztriangle.h fixed more warnings 2005-01-13 00:15:15 +00:00

This is a modified version of TinyGL 0.4 intended for use with Residual.
The changes made from the original version of TinyGL 0.4 are:

* Changed files extensions from *.c to *.cpp to compile as C++.
* Included only files needed by Residual.
* Changed includes paths in source files.
* Added needed type cast and fixes for proper compile.
* Added 't/T' prefix to prevent OpenGl names duplication.