[Scummvm-cvs-logs] CVS: residual/dists/msvc8 residual.vcproj,1.9,1.10
Pawel Kolodziejski
aquadran at users.sourceforge.net
Wed Jan 12 10:07:15 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: residual/tinygl api.cpp,1.2,1.3 arrays.cpp,1.2,1.3 clear.cpp,1.2,1.3 clip.cpp,1.2,1.3 get.cpp,1.2,1.3 gl.h,1.2,1.3 init.cpp,1.2,1.3 light.cpp,1.2,1.3 list.cpp,1.2,1.3 matrix.cpp,1.2,1.3 misc.cpp,1.2,1.3 select.cpp,1.2,1.3 texture.cpp,1.2,1.3 vertex.cpp,1.2,1.3 zgl.h,1.2,1.3
- Next message: [Scummvm-cvs-logs] CVS: residual driver.h,NONE,1.1 driver_tinygl.cpp,NONE,1.1 driver_tinygl.h,NONE,1.1 Makefile.common,1.13,1.14 TODO,1.43,1.44 actor.cpp,1.41,1.42 bitmap.cpp,1.30,1.31 bitmap.h,1.13,1.14 driver_gl.cpp,1.26,1.27 driver_gl.h,1.14,1.15 engine.cpp,1.61,1.62 main.cpp,1.45,1.46 material.cpp,1.12,1.13 material.h,1.8,1.9 model.cpp,1.24,1.25 scene.cpp,1.36,1.37 scene.h,1.23,1.24 smush.cpp,1.58,1.59 textobject.cpp,1.15,1.16 textobject.h,1.6,1.7 walkplane.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/residual/dists/msvc8
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22571/dists/msvc8
Modified Files:
residual.vcproj
Log Message:
added TinyGL driver as Residual software renderer
Index: residual.vcproj
===================================================================
RCS file: /cvsroot/scummvm/residual/dists/msvc8/residual.vcproj,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- residual.vcproj 10 Jan 2005 09:07:46 -0000 1.9
+++ residual.vcproj 12 Jan 2005 18:06:43 -0000 1.10
@@ -205,7 +205,7 @@
</File>
</Filter>
<Filter
- Name="3DPrimitives"
+ Name="3dmath"
>
<File
RelativePath="..\..\matrix3.cpp"
@@ -488,6 +488,142 @@
>
</File>
</Filter>
+ <Filter
+ Name="tinygl"
+ >
+ <File
+ RelativePath="..\..\tinygl\api.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\arrays.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\clear.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\clip.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\error.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\get.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\gl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\image_util.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\init.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\light.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\list.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\matrix.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\memory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\misc.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\msghandling.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\msghandling.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\opinfo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\select.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\specbuf.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\specbuf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\texture.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\vertex.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\zbuffer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\zbuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\zdither.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\zfeatures.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\zgl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\zline.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\zline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\zmath.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\zmath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\ztriangle.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tinygl\ztriangle.h"
+ >
+ </File>
+ </Filter>
<File
RelativePath="..\..\actor.cpp"
>
@@ -541,6 +677,10 @@
>
</File>
<File
+ RelativePath="..\..\driver.h"
+ >
+ </File>
+ <File
RelativePath="..\..\driver_gl.cpp"
>
</File>
@@ -549,6 +689,14 @@
>
</File>
<File
+ RelativePath="..\..\driver_tinygl.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\driver_tinygl.h"
+ >
+ </File>
+ <File
RelativePath="..\..\engine.cpp"
>
</File>
- Previous message: [Scummvm-cvs-logs] CVS: residual/tinygl api.cpp,1.2,1.3 arrays.cpp,1.2,1.3 clear.cpp,1.2,1.3 clip.cpp,1.2,1.3 get.cpp,1.2,1.3 gl.h,1.2,1.3 init.cpp,1.2,1.3 light.cpp,1.2,1.3 list.cpp,1.2,1.3 matrix.cpp,1.2,1.3 misc.cpp,1.2,1.3 select.cpp,1.2,1.3 texture.cpp,1.2,1.3 vertex.cpp,1.2,1.3 zgl.h,1.2,1.3
- Next message: [Scummvm-cvs-logs] CVS: residual driver.h,NONE,1.1 driver_tinygl.cpp,NONE,1.1 driver_tinygl.h,NONE,1.1 Makefile.common,1.13,1.14 TODO,1.43,1.44 actor.cpp,1.41,1.42 bitmap.cpp,1.30,1.31 bitmap.h,1.13,1.14 driver_gl.cpp,1.26,1.27 driver_gl.h,1.14,1.15 engine.cpp,1.61,1.62 main.cpp,1.45,1.46 material.cpp,1.12,1.13 material.h,1.8,1.9 model.cpp,1.24,1.25 scene.cpp,1.36,1.37 scene.h,1.23,1.24 smush.cpp,1.58,1.59 textobject.cpp,1.15,1.16 textobject.h,1.6,1.7 walkplane.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list