[Scummvm-cvs-logs] CVS: scummvm/sword2/driver _mouse.cpp,1.25,1.26 d_draw.cpp,1.42,1.43 d_draw.h,1.13,1.14 d_sound.cpp,1.79,1.80 driver96.h,1.56,1.57
Pawel Kolodziejski
aquadran at users.sourceforge.net
Sat Nov 8 11:48:10 CET 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/dists/msvc7 scummvm.vcproj,1.8,1.9 sword2.vcproj,1.1,1.2
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 scroll.cpp,1.13,1.14 sound.cpp,1.33,1.34 speech.cpp,1.46,1.47 sword2.cpp,1.79,1.80 walker.cpp,1.25,1.26
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/sword2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv318/driver
Modified Files:
_mouse.cpp d_draw.cpp d_draw.h d_sound.cpp driver96.h
Log Message:
cleanup whitespaces
Index: _mouse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/_mouse.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- _mouse.cpp 28 Oct 2003 19:51:30 -0000 1.25
+++ _mouse.cpp 8 Nov 2003 19:47:20 -0000 1.26
@@ -52,7 +52,7 @@
// We need to leave the one, which is the current event, alone!
if (mouseBacklog == MAX_MOUSE_EVENTS - 1)
return;
-
+
me = &mouseLog[(mouseBacklog + mouseLogPos) % MAX_MOUSE_EVENTS];
me->buttons = buttons;
mouseBacklog++;
Index: d_draw.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/d_draw.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- d_draw.cpp 8 Nov 2003 18:15:35 -0000 1.42
+++ d_draw.cpp 8 Nov 2003 19:47:20 -0000 1.43
@@ -87,7 +87,6 @@
}
}
-
/**
* Fill the screen buffer with palette colour zero. Note that it does not
* touch the menu areas of the screen.
Index: d_draw.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/d_draw.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- d_draw.h 28 Oct 2003 19:51:30 -0000 1.13
+++ d_draw.h 8 Nov 2003 19:47:20 -0000 1.14
@@ -236,7 +236,7 @@
int32 openLightMask(_spriteInfo *s);
int32 closeLightMask(void);
};
-
+
} // End of namespace Sword2
#endif
Index: d_sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/d_sound.cpp,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- d_sound.cpp 1 Nov 2003 18:12:04 -0000 1.79
+++ d_sound.cpp 8 Nov 2003 19:47:20 -0000 1.80
@@ -682,7 +682,7 @@
return RDERR_FXFUCKED;
}
_fx[i]._flags &= ~SoundMixer::FLAG_LOOP;
-
+
byte volume = _musicMuted ? 0 : musicVolTable[_musicVol];
g_engine->_mixer->playRaw(&_fx[i]._handle, _fx[i]._buf, _fx[i]._bufSize, _fx[i]._rate, _fx[i]._flags, -1, volume, 0);
Index: driver96.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/driver96.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- driver96.h 15 Oct 2003 06:40:31 -0000 1.56
+++ driver96.h 8 Nov 2003 19:47:20 -0000 1.57
@@ -39,7 +39,7 @@
#define _MAX_PATH 260
#endif
-
+
//Generic error codes
#define RD_OK 0x00000000
#define RDERR_UNKNOWN 0x00000001
@@ -147,7 +147,7 @@
//Menubar defines.
#define RDMENU_TOP 0x00
#define RDMENU_BOTTOM 0x01
-
+
#define RDMENU_HIDDEN 0x00
#define RDMENU_SHOWN 0x01
#define RDMENU_OPENING 0x02
@@ -169,7 +169,7 @@
#define RDSE_FXLEADIN 2
#define RDSE_FXLEADOUT 3
#define RDSE_QUIET 1
-#define RDSE_SPEAKING 0
+#define RDSE_SPEAKING 0
#define RDPAL_FADE 0
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/dists/msvc7 scummvm.vcproj,1.8,1.9 sword2.vcproj,1.1,1.2
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 scroll.cpp,1.13,1.14 sound.cpp,1.33,1.34 speech.cpp,1.46,1.47 sword2.cpp,1.79,1.80 walker.cpp,1.25,1.26
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list