[Scummvm-cvs-logs] CVS: residual/dists/msvc8 residual.vcproj,1.2,1.3

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Dec 25 10:24:01 CET 2004


Update of /cvsroot/scummvm/residual/dists/msvc8
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12626/dists/msvc8

Modified Files:
	residual.vcproj 
Log Message:
- allow reset lua global tables,
- allow access to some static funcs,
- clearing CallInfo structure after alloc and realloc,
- add base_ci_size of base_ci to task and state structure and handle it,
- add PAUSE tag to task,
- store funcs libs into lists,
- added few lua funcs used by engine
- added dummy save/restore callbacks/funcs
- changed restore engine key F5 to F7


Index: residual.vcproj
===================================================================
RCS file: /cvsroot/scummvm/residual/dists/msvc8/residual.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- residual.vcproj	10 Dec 2004 07:30:12 -0000	1.2
+++ residual.vcproj	25 Dec 2004 18:23:07 -0000	1.3
@@ -356,6 +356,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lua\lrestore.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\lua\lsave.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lua\lstate.cpp"
 				>
 			</File>
@@ -505,10 +513,6 @@
 			>
 		</File>
 		<File
-			RelativePath="..\..\font.h"
-			>
-		</File>
-		<File
 			RelativePath="..\..\keyframe.cpp"
 			>
 		</File>





More information about the Scummvm-git-logs mailing list