[Scummvm-cvs-logs] CVS: scummvm/scumm/smush channel.h,1.15,1.16 chunk.cpp,1.23,1.24 chunk.h,1.11,1.12 chunk_type.h,1.7,1.8 codec1.cpp,1.12,1.13 codec37.cpp,1.25,1.26 codec37.h,1.13,1.14 codec47.cpp,1.66,1.67 codec47.h,1.19,1.20 imuse_channel.cpp,1.26,1.27 insane.cpp,1.29,1.30 insane.h,1.16,1.17 saud_channel.cpp,1.20,1.21 smush_font.cpp,1.15,1.16 smush_font.h,1.9,1.10 smush_mixer.cpp,1.27,1.28 smush_mixer.h,1.8,1.9 smush_player.cpp,1.93,1.94 smush_player.h,1.20,1.21
Max Horn
fingolfin at users.sourceforge.net
Tue Jan 6 04:47:09 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/queen command.cpp,1.50,1.51 command.h,1.15,1.16 credits.cpp,1.1,1.2 credits.h,1.1,1.2 cutaway.cpp,1.99,1.100 cutaway.h,1.30,1.31 debug.cpp,1.9,1.10 debug.h,1.6,1.7 defs.h,1.38,1.39 display.cpp,1.45,1.46 display.h,1.33,1.34 graphics.cpp,1.67,1.68 graphics.h,1.51,1.52 input.cpp,1.18,1.19 input.h,1.14,1.15 journal.cpp,1.16,1.17 journal.h,1.5,1.6 logic.cpp,1.156,1.157 logic.h,1.99,1.100 music.cpp,1.5,1.6 music.h,1.3,1.4 musicdata.cpp,1.2,1.3 queen.cpp,1.67,1.68 queen.h,1.23,1.24 resource.cpp,1.38,1.39 resource.h,1.29,1.30 restables.cpp,1.4,1.5 sound.cpp,1.28,1.29 sound.h,1.11,1.12 state.cpp,1.2,1.3 state.h,1.3,1.4 structs.h,1.29,1.30 talk.cpp,1.67,1.68 talk.h,1.26,1.27 walk.cpp,1.34,1.35 walk.h,1.18,1.19
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common file.cpp,1.53,1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1:/tmp/cvs-serv14676/scumm/smush
Modified Files:
channel.h chunk.cpp chunk.h chunk_type.h codec1.cpp
codec37.cpp codec37.h codec47.cpp codec47.h imuse_channel.cpp
insane.cpp insane.h saud_channel.cpp smush_font.cpp
smush_font.h smush_mixer.cpp smush_mixer.h smush_player.cpp
smush_player.h
Log Message:
updated copyright notice
Index: channel.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/channel.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- channel.h 25 Dec 2003 08:25:03 -0000 1.15
+++ channel.h 6 Jan 2004 12:45:31 -0000 1.16
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: chunk.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/chunk.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- chunk.cpp 18 Dec 2003 23:00:10 -0000 1.23
+++ chunk.cpp 6 Jan 2004 12:45:31 -0000 1.24
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: chunk.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/chunk.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- chunk.h 8 Dec 2003 04:16:41 -0000 1.11
+++ chunk.h 6 Jan 2004 12:45:31 -0000 1.12
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: chunk_type.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/chunk_type.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- chunk_type.h 3 Oct 2003 18:33:56 -0000 1.7
+++ chunk_type.h 6 Jan 2004 12:45:31 -0000 1.8
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: codec1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/codec1.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- codec1.cpp 3 Oct 2003 18:33:56 -0000 1.12
+++ codec1.cpp 6 Jan 2004 12:45:31 -0000 1.13
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: codec37.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/codec37.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- codec37.cpp 16 Nov 2003 20:52:57 -0000 1.25
+++ codec37.cpp 6 Jan 2004 12:45:31 -0000 1.26
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: codec37.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/codec37.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- codec37.h 3 Oct 2003 18:33:57 -0000 1.13
+++ codec37.h 6 Jan 2004 12:45:31 -0000 1.14
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: codec47.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/codec47.cpp,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- codec47.cpp 6 Dec 2003 08:39:37 -0000 1.66
+++ codec47.cpp 6 Jan 2004 12:45:31 -0000 1.67
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: codec47.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/codec47.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- codec47.h 3 Oct 2003 18:33:57 -0000 1.19
+++ codec47.h 6 Jan 2004 12:45:31 -0000 1.20
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: imuse_channel.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/imuse_channel.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- imuse_channel.cpp 25 Dec 2003 14:03:04 -0000 1.26
+++ imuse_channel.cpp 6 Jan 2004 12:45:31 -0000 1.27
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: insane.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/insane.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- insane.cpp 28 Dec 2003 15:50:10 -0000 1.29
+++ insane.cpp 6 Jan 2004 12:45:31 -0000 1.30
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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: insane.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/insane.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- insane.h 28 Dec 2003 07:57:36 -0000 1.16
+++ insane.h 6 Jan 2004 12:45:31 -0000 1.17
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: saud_channel.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/saud_channel.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- saud_channel.cpp 25 Dec 2003 08:25:04 -0000 1.20
+++ saud_channel.cpp 6 Jan 2004 12:45:31 -0000 1.21
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: smush_font.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_font.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- smush_font.cpp 16 Nov 2003 20:52:57 -0000 1.15
+++ smush_font.cpp 6 Jan 2004 12:45:31 -0000 1.16
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: smush_font.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_font.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- smush_font.h 3 Oct 2003 18:33:57 -0000 1.9
+++ smush_font.h 6 Jan 2004 12:45:31 -0000 1.10
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: smush_mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_mixer.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- smush_mixer.cpp 26 Dec 2003 00:44:01 -0000 1.27
+++ smush_mixer.cpp 6 Jan 2004 12:45:31 -0000 1.28
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: smush_mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_mixer.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- smush_mixer.h 24 Dec 2003 17:42:20 -0000 1.8
+++ smush_mixer.h 6 Jan 2004 12:45:31 -0000 1.9
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: smush_player.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_player.cpp,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- smush_player.cpp 28 Dec 2003 07:57:36 -0000 1.93
+++ smush_player.cpp 6 Jan 2004 12:45:31 -0000 1.94
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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: smush_player.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_player.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- smush_player.h 28 Dec 2003 07:57:36 -0000 1.20
+++ smush_player.h 6 Jan 2004 12:45:31 -0000 1.21
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/queen command.cpp,1.50,1.51 command.h,1.15,1.16 credits.cpp,1.1,1.2 credits.h,1.1,1.2 cutaway.cpp,1.99,1.100 cutaway.h,1.30,1.31 debug.cpp,1.9,1.10 debug.h,1.6,1.7 defs.h,1.38,1.39 display.cpp,1.45,1.46 display.h,1.33,1.34 graphics.cpp,1.67,1.68 graphics.h,1.51,1.52 input.cpp,1.18,1.19 input.h,1.14,1.15 journal.cpp,1.16,1.17 journal.h,1.5,1.6 logic.cpp,1.156,1.157 logic.h,1.99,1.100 music.cpp,1.5,1.6 music.h,1.3,1.4 musicdata.cpp,1.2,1.3 queen.cpp,1.67,1.68 queen.h,1.23,1.24 resource.cpp,1.38,1.39 resource.h,1.29,1.30 restables.cpp,1.4,1.5 sound.cpp,1.28,1.29 sound.h,1.11,1.12 state.cpp,1.2,1.3 state.h,1.3,1.4 structs.h,1.29,1.30 talk.cpp,1.67,1.68 talk.h,1.26,1.27 walk.cpp,1.34,1.35 walk.h,1.18,1.19
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common file.cpp,1.53,1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list