[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


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 {
 





More information about the Scummvm-git-logs mailing list