[Scummvm-cvs-logs] CVS: scummvm/sword2/driver _mouse.cpp,1.24,1.25 d_draw.cpp,1.38,1.39 d_draw.h,1.12,1.13 d_sound.cpp,1.76,1.77 keyboard.cpp,1.11,1.12 language.cpp,1.9,1.10 menu.cpp,1.19,1.20 misc.cpp,1.13,1.14 palette.cpp,1.22,1.23 rdwin.cpp,1.33,1.34 render.cpp,1.37,1.38 render.h,1.10,1.11 sprite.cpp,1.29,1.30
Max Horn
fingolfin at users.sourceforge.net
Tue Oct 28 11:54:34 CET 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword2 anims.cpp,1.35,1.36 anims.h,1.5,1.6 build_display.cpp,1.37,1.38 build_display.h,1.9,1.10 console.cpp,1.23,1.24 console.h,1.10,1.11 controls.cpp,1.36,1.37 credits.h,1.6,1.7 debug.cpp,1.17,1.18 debug.h,1.8,1.9 defs.h,1.5,1.6 events.cpp,1.13,1.14 events.h,1.8,1.9 function.cpp,1.29,1.30 function.h,1.4,1.5 icons.cpp,1.17,1.18 icons.h,1.6,1.7 interpreter.cpp,1.22,1.23 layers.cpp,1.15,1.16 logic.cpp,1.25,1.26 logic.h,1.10,1.11 maketext.cpp,1.25,1.26 maketext.h,1.6,1.7 mem_view.cpp,1.18,1.19 memory.cpp,1.14,1.15 module.mk,1.4,1.5 mouse.cpp,1.29,1.30 mouse.h,1.7,1.8 protocol.cpp,1.17,1.18 protocol.h,1.5,1.6 resman.cpp,1.57,1.58 resman.h,1.11,1.12 router.cpp,1.25,1.26 router.h,1.9,1.10 save_rest.cpp,1.30,1.31 save_rest.h,1.5,1.6 scroll.cpp,1.8,1.9 sound.cpp,1.29,1.30 speech.cpp,1.34,1.35 speech.h,1.4,1.5 startup.cpp,1.25,1.26 sword2.cpp,1.66,1.67 sword2.h,1.26,1.27 sync.cpp,1.10,1.11 sync.h,1.6,1.7 tony_gsdk.cpp,1.13,1.14 tony_gsdk.h,1.5,1.6 walker.cpp,1.19,1.20
- Next message: [Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.76,1.77
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/sword2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv20530/driver
Modified Files:
_mouse.cpp d_draw.cpp d_draw.h d_sound.cpp keyboard.cpp
language.cpp menu.cpp misc.cpp palette.cpp rdwin.cpp
render.cpp render.h sprite.cpp
Log Message:
bs2 -> sword2
Index: _mouse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/_mouse.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- _mouse.cpp 15 Oct 2003 06:40:31 -0000 1.24
+++ _mouse.cpp 28 Oct 2003 19:51:30 -0000 1.25
@@ -18,11 +18,11 @@
*/
#include "stdafx.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/render.h"
-#include "bs2/driver/menu.h"
-#include "bs2/sword2.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/render.h"
+#include "sword2/driver/menu.h"
+#include "sword2/sword2.h"
namespace Sword2 {
Index: d_draw.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/d_draw.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- d_draw.cpp 15 Oct 2003 06:40:31 -0000 1.38
+++ d_draw.cpp 28 Oct 2003 19:51:30 -0000 1.39
@@ -19,14 +19,14 @@
#include "stdafx.h"
#include "sound/mixer.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/rdwin.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/palette.h"
-#include "bs2/driver/render.h"
-#include "bs2/header.h" // HACK: For cutscenes instruction message
-#include "bs2/maketext.h" // HACK: For cutscenes instruction message
-#include "bs2/sword2.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/rdwin.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/palette.h"
+#include "sword2/driver/render.h"
+#include "sword2/header.h" // HACK: For cutscenes instruction message
+#include "sword2/maketext.h" // HACK: For cutscenes instruction message
+#include "sword2/sword2.h"
namespace Sword2 {
Index: d_draw.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/d_draw.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- d_draw.h 26 Oct 2003 15:42:49 -0000 1.12
+++ d_draw.h 28 Oct 2003 19:51:30 -0000 1.13
@@ -20,7 +20,7 @@
#ifndef D_DRAW_H
#define D_DRAW_H
-#include "bs2/driver/driver96.h"
+#include "sword2/driver/driver96.h"
namespace Sword2 {
Index: d_sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/d_sound.cpp,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- d_sound.cpp 15 Oct 2003 06:40:31 -0000 1.76
+++ d_sound.cpp 28 Oct 2003 19:51:30 -0000 1.77
@@ -36,9 +36,9 @@
#include "sound/audiostream.h"
#include "sound/mixer.h"
#include "sound/rate.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/d_sound.h"
-#include "bs2/sword2.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/d_sound.h"
+#include "sword2/sword2.h"
namespace Sword2 {
Index: keyboard.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/keyboard.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- keyboard.cpp 4 Oct 2003 08:31:20 -0000 1.11
+++ keyboard.cpp 28 Oct 2003 19:51:30 -0000 1.12
@@ -18,7 +18,7 @@
*/
#include "stdafx.h"
-#include "bs2/driver/driver96.h"
+#include "sword2/driver/driver96.h"
namespace Sword2 {
Index: language.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/language.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- language.cpp 7 Oct 2003 07:07:47 -0000 1.9
+++ language.cpp 28 Oct 2003 19:51:30 -0000 1.10
@@ -18,7 +18,7 @@
*/
#include "stdafx.h"
-#include "bs2/driver/driver96.h"
+#include "sword2/driver/driver96.h"
namespace Sword2 {
Index: menu.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/menu.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- menu.cpp 15 Oct 2003 06:40:31 -0000 1.19
+++ menu.cpp 28 Oct 2003 19:51:30 -0000 1.20
@@ -19,10 +19,10 @@
#include "stdafx.h"
#include "common/rect.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/menu.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/render.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/menu.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/render.h"
namespace Sword2 {
Index: misc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/misc.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- misc.cpp 4 Oct 2003 00:52:27 -0000 1.13
+++ misc.cpp 28 Oct 2003 19:51:30 -0000 1.14
@@ -18,8 +18,8 @@
*/
#include "stdafx.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/sword2.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/sword2.h"
namespace Sword2 {
Index: palette.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/palette.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- palette.cpp 15 Oct 2003 06:40:31 -0000 1.22
+++ palette.cpp 28 Oct 2003 19:51:30 -0000 1.23
@@ -20,9 +20,9 @@
#include "stdafx.h"
#include "common/util.h"
#include "base/engine.h"
-#include "bs2/sword2.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/driver96.h"
+#include "sword2/sword2.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/driver96.h"
namespace Sword2 {
Index: rdwin.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/rdwin.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- rdwin.cpp 15 Oct 2003 06:40:31 -0000 1.33
+++ rdwin.cpp 28 Oct 2003 19:51:30 -0000 1.34
@@ -18,16 +18,16 @@
*/
#include "common/stdafx.h"
-#include "bs2/sword2.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/_mouse.h"
-#include "bs2/driver/keyboard.h"
-#include "bs2/driver/rdwin.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/palette.h"
-#include "bs2/driver/render.h"
-#include "bs2/driver/menu.h"
-#include "bs2/driver/d_sound.h"
+#include "sword2/sword2.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/_mouse.h"
+#include "sword2/driver/keyboard.h"
+#include "sword2/driver/rdwin.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/palette.h"
+#include "sword2/driver/render.h"
+#include "sword2/driver/menu.h"
+#include "sword2/driver/d_sound.h"
namespace Sword2 {
Index: render.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/render.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- render.cpp 26 Oct 2003 15:42:49 -0000 1.37
+++ render.cpp 28 Oct 2003 19:51:30 -0000 1.38
@@ -18,13 +18,13 @@
*/
#include "stdafx.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/rdwin.h"
-#include "bs2/driver/_mouse.h"
-#include "bs2/driver/render.h"
-#include "bs2/driver/menu.h"
-#include "bs2/sword2.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/rdwin.h"
+#include "sword2/driver/_mouse.h"
+#include "sword2/driver/render.h"
+#include "sword2/driver/menu.h"
+#include "sword2/sword2.h"
namespace Sword2 {
Index: render.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/render.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- render.h 15 Oct 2003 06:40:31 -0000 1.10
+++ render.h 28 Oct 2003 19:51:30 -0000 1.11
@@ -20,7 +20,7 @@
#ifndef RENDER_H
#define RENDER_H
-#include "bs2/driver/menu.h"
+#include "sword2/driver/menu.h"
namespace Sword2 {
Index: sprite.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/sprite.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- sprite.cpp 15 Oct 2003 06:40:31 -0000 1.29
+++ sprite.cpp 28 Oct 2003 19:51:30 -0000 1.30
@@ -18,12 +18,12 @@
*/
#include "stdafx.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/render.h"
-#include "bs2/driver/menu.h"
-#include "bs2/driver/palette.h"
-#include "bs2/driver/rdwin.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/render.h"
+#include "sword2/driver/menu.h"
+#include "sword2/driver/palette.h"
+#include "sword2/driver/rdwin.h"
namespace Sword2 {
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword2 anims.cpp,1.35,1.36 anims.h,1.5,1.6 build_display.cpp,1.37,1.38 build_display.h,1.9,1.10 console.cpp,1.23,1.24 console.h,1.10,1.11 controls.cpp,1.36,1.37 credits.h,1.6,1.7 debug.cpp,1.17,1.18 debug.h,1.8,1.9 defs.h,1.5,1.6 events.cpp,1.13,1.14 events.h,1.8,1.9 function.cpp,1.29,1.30 function.h,1.4,1.5 icons.cpp,1.17,1.18 icons.h,1.6,1.7 interpreter.cpp,1.22,1.23 layers.cpp,1.15,1.16 logic.cpp,1.25,1.26 logic.h,1.10,1.11 maketext.cpp,1.25,1.26 maketext.h,1.6,1.7 mem_view.cpp,1.18,1.19 memory.cpp,1.14,1.15 module.mk,1.4,1.5 mouse.cpp,1.29,1.30 mouse.h,1.7,1.8 protocol.cpp,1.17,1.18 protocol.h,1.5,1.6 resman.cpp,1.57,1.58 resman.h,1.11,1.12 router.cpp,1.25,1.26 router.h,1.9,1.10 save_rest.cpp,1.30,1.31 save_rest.h,1.5,1.6 scroll.cpp,1.8,1.9 sound.cpp,1.29,1.30 speech.cpp,1.34,1.35 speech.h,1.4,1.5 startup.cpp,1.25,1.26 sword2.cpp,1.66,1.67 sword2.h,1.26,1.27 sync.cpp,1.10,1.11 sync.h,1.6,1.7 tony_gsdk.cpp,1.13,1.14 tony_gsdk.h,1.5,1.6 walker.cpp,1.19,1.20
- Next message: [Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.76,1.77
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list