[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.1,1.2 sdl.cpp,1.2,1.3 sdl_gl.cpp,1.2,1.3
Max Horn
fingolfin at users.sourceforge.net
Sat Sep 7 18:09:03 CEST 2002
- Previous message: [Scummvm-cvs-logs] CVS: scummvm Makefile,1.6,1.7 Makefile.common,1.16,1.17
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common list.h,NONE,1.1 map.h,NONE,1.1 str.cpp,NONE,1.1 str.h,NONE,1.1 config-file.cpp,1.2,1.3 config-file.h,1.1.1.1,1.2 engine.cpp,1.2,1.3 engine.h,1.2,1.3 file.cpp,1.8,1.9 file.h,1.4,1.5 gameDetector.cpp,1.5,1.6 main.cpp,1.3,1.4 scaler.cpp,1.1,1.2 system.h,1.1.1.1,1.2 timer.cpp,1.2,1.3 util.cpp,1.2,1.3 util.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory usw-pr-cvs1:/tmp/cvs-serv12143/backends/sdl
Modified Files:
sdl-common.cpp sdl.cpp sdl_gl.cpp
Log Message:
rewrote config class; cleanup; code restructuring
Index: sdl-common.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sdl-common.cpp 24 Aug 2002 10:41:32 -0000 1.1
+++ sdl-common.cpp 8 Sep 2002 01:08:11 -0000 1.2
@@ -21,9 +21,9 @@
#include "sdl-common.h"
#include "sound/mididrv.h"
-#include "gameDetector.h"
-#include "scaler.h"
-#include "scumm.h" // Only #included for error() and warning()
+#include "common/gameDetector.h"
+#include "common/scaler.h"
+#include "common/engine.h" // Only #included for error() and warning()
#include "scummvm.xpm"
Index: sdl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sdl.cpp 24 Aug 2002 10:41:32 -0000 1.2
+++ sdl.cpp 8 Sep 2002 01:08:11 -0000 1.3
@@ -21,8 +21,8 @@
*/
#include "sdl-common.h"
-#include "scaler.h"
-#include "scumm.h" // Only #included for error() and warning()
+#include "common/scaler.h"
+#include "common/engine.h" // Only #included for error() and warning()
class OSystem_SDL_Normal : public OSystem_SDL_Common {
Index: sdl_gl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl_gl.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sdl_gl.cpp 24 Aug 2002 10:41:32 -0000 1.2
+++ sdl_gl.cpp 8 Sep 2002 01:08:11 -0000 1.3
@@ -21,8 +21,8 @@
*/
#include "sdl-common.h"
-#include "scaler.h"
-#include "scumm.h" // Only #included for error() and warning()
+#include "common/scaler.h"
+#include "common/engine.h" // Only #included for error() and warning()
#ifdef WIN32
int glColorTable(int, int, int, int, int, void *) { return 0; }
- Previous message: [Scummvm-cvs-logs] CVS: scummvm Makefile,1.6,1.7 Makefile.common,1.16,1.17
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common list.h,NONE,1.1 map.h,NONE,1.1 str.cpp,NONE,1.1 str.h,NONE,1.1 config-file.cpp,1.2,1.3 config-file.h,1.1.1.1,1.2 engine.cpp,1.2,1.3 engine.h,1.2,1.3 file.cpp,1.8,1.9 file.h,1.4,1.5 gameDetector.cpp,1.5,1.6 main.cpp,1.3,1.4 scaler.cpp,1.1,1.2 system.h,1.1.1.1,1.2 timer.cpp,1.2,1.3 util.cpp,1.2,1.3 util.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list