[Scummvm-cvs-logs] SF.net SVN: scummvm: [29101] residual/trunk/tinygl/README.residual
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Wed Sep 26 20:47:34 CEST 2007
Revision: 29101
http://scummvm.svn.sourceforge.net/scummvm/?rev=29101&view=rev
Author: eriktorbjorn
Date: 2007-09-26 11:47:34 -0700 (Wed, 26 Sep 2007)
Log Message:
-----------
Some grammar/spelling fixes.
Modified Paths:
--------------
residual/trunk/tinygl/README.residual
Modified: residual/trunk/tinygl/README.residual
===================================================================
--- residual/trunk/tinygl/README.residual 2007-09-26 18:23:31 UTC (rev 29100)
+++ residual/trunk/tinygl/README.residual 2007-09-26 18:47:34 UTC (rev 29101)
@@ -1,12 +1,12 @@
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++.
+* Changed file 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.
+* Changed include paths in source files.
+* Added needed type casts and fixes for proper compile.
+* Added 't/T' prefix to prevent OpenGL name clashes.
* Added light shading texture mapping mode.
* Removed not needed code.
* Introduced second 32-bit z-buffer for 3d objects only,
- and keeped 16-bit only for static z-buffer bitmaps.
+ and keept 16-bit only for static z-buffer bitmaps.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list