[Scummvm-cvs-logs] CVS: scummvm/scumm/imuse_digi dimuse.cpp,1.134,1.135 dimuse.h,1.78,1.79 dimuse_bndmgr.cpp,1.39,1.40 dimuse_bndmgr.h,1.23,1.24 dimuse_codecs.cpp,1.19,1.20 dimuse_music.cpp,1.43,1.44 dimuse_script.cpp,1.39,1.40 dimuse_sndmgr.cpp,1.81,1.82 dimuse_sndmgr.h,1.35,1.36 dimuse_tables.cpp,1.23,1.24 dimuse_track.cpp,1.55,1.56
Eugene Sandulenko
sev at users.sourceforge.net
Wed Jan 18 09:41:22 CET 2006
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/common array.h,1.7,1.8 config-file.cpp,1.28,1.29 config-file.h,1.15,1.16 config-manager.cpp,1.46,1.47 config-manager.h,1.29,1.30 debugger.cpp,1.18,1.19 debugger.h,1.10,1.11 endian.h,1.5,1.6 file.cpp,1.83,1.84 file.h,1.39,1.40 list.h,1.30,1.31 map.h,1.27,1.28 md5.cpp,1.11,1.12 md5.h,1.9,1.10 mutex.cpp,1.5,1.6 mutex.h,1.3,1.4 rect.h,1.29,1.30 savefile.cpp,1.32,1.33 savefile.h,1.23,1.24 scaler.cpp,1.73,1.74 scaler.h,1.32,1.33 scummsys.h,1.73,1.74 singleton.h,1.17,1.18 stack.h,1.7,1.8 stdafx.h,1.33,1.34 str.cpp,1.40,1.41 str.h,1.31,1.32 stream.cpp,1.11,1.12 stream.h,1.24,1.25 system.cpp,1.30,1.31 system.h,1.106,1.107 timer.cpp,1.37,1.38 timer.h,1.24,1.25 util.cpp,1.65,1.66 util.h,1.60,1.61
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui Actions.cpp,1.4,1.5 Actions.h,1.3,1.4 EditTextWidget.cpp,1.37,1.38 EditTextWidget.h,1.22,1.23 Key.cpp,1.2,1.3 Key.h,1.2,1.3 KeysDialog.cpp,1.3,1.4 KeysDialog.h,1.2,1.3 ListWidget.cpp,1.59,1.60 ListWidget.h,1.35,1.36 PopUpWidget.cpp,1.41,1.42 PopUpWidget.h,1.17,1.18 ScrollBarWidget.cpp,1.26,1.27 ScrollBarWidget.h,1.12,1.13 TabWidget.cpp,1.20,1.21 TabWidget.h,1.12,1.13 about.cpp,1.42,1.43 about.h,1.17,1.18 browser.cpp,1.36,1.37 browser.h,1.19,1.20 chooser.cpp,1.20,1.21 chooser.h,1.13,1.14 console.cpp,1.69,1.70 console.h,1.36,1.37 dialog.cpp,1.63,1.64 dialog.h,1.42,1.43 editable.cpp,1.10,1.11 editable.h,1.7,1.8 launcher.cpp,1.130,1.131 launcher.h,1.25,1.26 message.cpp,1.31,1.32 message.h,1.19,1.20 newgui.cpp,1.122,1.123 newgui.h,1.63,1.64 object.h,1.9,1.10 options.cpp,1.100,1.101 options.h,1.34,1.35 widget.cpp,1.55,1.56 widget.h,1.48,1.49
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm/imuse_digi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24759/scumm/imuse_digi
Modified Files:
dimuse.cpp dimuse.h dimuse_bndmgr.cpp dimuse_bndmgr.h
dimuse_codecs.cpp dimuse_music.cpp dimuse_script.cpp
dimuse_sndmgr.cpp dimuse_sndmgr.h dimuse_tables.cpp
dimuse_track.cpp
Log Message:
Update copyright notice
Index: dimuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse.cpp,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- dimuse.cpp 21 Oct 2005 22:50:39 -0000 1.134
+++ dimuse.cpp 18 Jan 2006 17:39:48 -0000 1.135
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: dimuse.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse.h,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- dimuse.h 18 Oct 2005 01:30:21 -0000 1.78
+++ dimuse.h 18 Jan 2006 17:39:48 -0000 1.79
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: dimuse_bndmgr.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_bndmgr.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- dimuse_bndmgr.cpp 26 Oct 2005 21:17:55 -0000 1.39
+++ dimuse_bndmgr.cpp 18 Jan 2006 17:39:48 -0000 1.40
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: dimuse_bndmgr.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_bndmgr.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- dimuse_bndmgr.h 9 Dec 2005 23:07:20 -0000 1.23
+++ dimuse_bndmgr.h 18 Jan 2006 17:39:48 -0000 1.24
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: dimuse_codecs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_codecs.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- dimuse_codecs.cpp 9 Dec 2005 23:07:20 -0000 1.19
+++ dimuse_codecs.cpp 18 Jan 2006 17:39:48 -0000 1.20
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: dimuse_music.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_music.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- dimuse_music.cpp 18 Oct 2005 01:30:21 -0000 1.43
+++ dimuse_music.cpp 18 Jan 2006 17:39:48 -0000 1.44
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: dimuse_script.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_script.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- dimuse_script.cpp 18 Oct 2005 01:30:21 -0000 1.39
+++ dimuse_script.cpp 18 Jan 2006 17:39:48 -0000 1.40
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: dimuse_sndmgr.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_sndmgr.cpp,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- dimuse_sndmgr.cpp 9 Dec 2005 23:07:20 -0000 1.81
+++ dimuse_sndmgr.cpp 18 Jan 2006 17:39:48 -0000 1.82
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: dimuse_sndmgr.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_sndmgr.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- dimuse_sndmgr.h 18 Oct 2005 01:30:21 -0000 1.35
+++ dimuse_sndmgr.h 18 Jan 2006 17:39:48 -0000 1.36
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: dimuse_tables.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_tables.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- dimuse_tables.cpp 18 Oct 2005 01:30:21 -0000 1.23
+++ dimuse_tables.cpp 18 Jan 2006 17:39:48 -0000 1.24
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: dimuse_track.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_track.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- dimuse_track.cpp 9 Nov 2005 19:59:57 -0000 1.55
+++ dimuse_track.cpp 18 Jan 2006 17:39:48 -0000 1.56
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/common array.h,1.7,1.8 config-file.cpp,1.28,1.29 config-file.h,1.15,1.16 config-manager.cpp,1.46,1.47 config-manager.h,1.29,1.30 debugger.cpp,1.18,1.19 debugger.h,1.10,1.11 endian.h,1.5,1.6 file.cpp,1.83,1.84 file.h,1.39,1.40 list.h,1.30,1.31 map.h,1.27,1.28 md5.cpp,1.11,1.12 md5.h,1.9,1.10 mutex.cpp,1.5,1.6 mutex.h,1.3,1.4 rect.h,1.29,1.30 savefile.cpp,1.32,1.33 savefile.h,1.23,1.24 scaler.cpp,1.73,1.74 scaler.h,1.32,1.33 scummsys.h,1.73,1.74 singleton.h,1.17,1.18 stack.h,1.7,1.8 stdafx.h,1.33,1.34 str.cpp,1.40,1.41 str.h,1.31,1.32 stream.cpp,1.11,1.12 stream.h,1.24,1.25 system.cpp,1.30,1.31 system.h,1.106,1.107 timer.cpp,1.37,1.38 timer.h,1.24,1.25 util.cpp,1.65,1.66 util.h,1.60,1.61
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui Actions.cpp,1.4,1.5 Actions.h,1.3,1.4 EditTextWidget.cpp,1.37,1.38 EditTextWidget.h,1.22,1.23 Key.cpp,1.2,1.3 Key.h,1.2,1.3 KeysDialog.cpp,1.3,1.4 KeysDialog.h,1.2,1.3 ListWidget.cpp,1.59,1.60 ListWidget.h,1.35,1.36 PopUpWidget.cpp,1.41,1.42 PopUpWidget.h,1.17,1.18 ScrollBarWidget.cpp,1.26,1.27 ScrollBarWidget.h,1.12,1.13 TabWidget.cpp,1.20,1.21 TabWidget.h,1.12,1.13 about.cpp,1.42,1.43 about.h,1.17,1.18 browser.cpp,1.36,1.37 browser.h,1.19,1.20 chooser.cpp,1.20,1.21 chooser.h,1.13,1.14 console.cpp,1.69,1.70 console.h,1.36,1.37 dialog.cpp,1.63,1.64 dialog.h,1.42,1.43 editable.cpp,1.10,1.11 editable.h,1.7,1.8 launcher.cpp,1.130,1.131 launcher.h,1.25,1.26 message.cpp,1.31,1.32 message.h,1.19,1.20 newgui.cpp,1.122,1.123 newgui.h,1.63,1.64 object.h,1.9,1.10 options.cpp,1.100,1.101 options.h,1.34,1.35 widget.cpp,1.55,1.56 widget.h,1.48,1.49
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list