[Scummvm-cvs-logs] CVS: scummvm/queen bankman.cpp,1.8,1.9 bankman.h,1.5,1.6 command.cpp,1.78,1.79 command.h,1.23,1.24 credits.cpp,1.11,1.12 credits.h,1.5,1.6 cutaway.cpp,1.141,1.142 cutaway.h,1.38,1.39 debug.cpp,1.12,1.13 debug.h,1.7,1.8 defs.h,1.45,1.46 display.cpp,1.83,1.84 display.h,1.50,1.51 graphics.cpp,1.110,1.111 graphics.h,1.72,1.73 grid.cpp,1.7,1.8 grid.h,1.5,1.6 input.cpp,1.33,1.34 input.h,1.20,1.21 journal.cpp,1.46,1.47 journal.h,1.9,1.10 logic.cpp,1.215,1.216 logic.h,1.124,1.125 music.cpp,1.29,1.30 music.h,1.15,1.16 musicdata.cpp,1.10,1.11 queen.cpp,1.116,1.117 queen.h,1.39,1.40 resource.cpp,1.56,1.57 resource.h,1.41,1.42 restables.cpp,1.6,1.7 sound.cpp,1.49,1.50 sound.h,1.25,1.26 state.cpp,1.4,1.5 state.h,1.4,1.5 structs.h,1.35,1.36 talk.cpp,1.113,1.114 talk.h,1.35,1.36 walk.cpp,1.46,1.47 walk.h,1.24,1.25
Max Horn
fingolfin at users.sourceforge.net
Sat Jan 1 08:11:08 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound audiocd.cpp,1.14,1.15 audiocd.h,1.5,1.6 audiostream.cpp,1.68,1.69 audiostream.h,1.41,1.42 flac.cpp,1.4,1.5 flac.h,1.2,1.3 fmopl.cpp,1.24,1.25 fmopl.h,1.13,1.14 mididrv.cpp,1.56,1.57 mididrv.h,1.40,1.41 midiparser.cpp,1.24,1.25 midiparser.h,1.25,1.26 midiparser_smf.cpp,1.20,1.21 midiparser_xmidi.cpp,1.17,1.18 mixer.cpp,1.178,1.179 mixer.h,1.91,1.92 mp3.cpp,1.15,1.16 mp3.h,1.8,1.9 mpu401.cpp,1.27,1.28 mpu401.h,1.20,1.21 rate.cpp,1.35,1.36 rate.h,1.24,1.25 voc.cpp,1.23,1.24 voc.h,1.15,1.16 vorbis.cpp,1.19,1.20 vorbis.h,1.8,1.9
- Next message: [Scummvm-cvs-logs] CVS: scummvm/kyra codecs.cpp,1.7,1.8 codecs.h,1.3,1.4 cpsimage.cpp,1.3,1.4 font.cpp,1.4,1.5 kyra.cpp,1.22,1.23 kyra.h,1.7,1.8 palette.cpp,1.4,1.5 resource.cpp,1.7,1.8 resource.h,1.5,1.6 script.cpp,1.8,1.9 script.h,1.4,1.5 script_v1.cpp,1.6,1.7 wsamovie.cpp,1.4,1.5 wsamovie.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28913/queen
Modified Files:
bankman.cpp bankman.h command.cpp command.h credits.cpp
credits.h cutaway.cpp cutaway.h debug.cpp debug.h defs.h
display.cpp display.h graphics.cpp graphics.h grid.cpp grid.h
input.cpp input.h journal.cpp journal.h logic.cpp logic.h
music.cpp music.h musicdata.cpp queen.cpp queen.h resource.cpp
resource.h restables.cpp sound.cpp sound.h state.cpp state.h
structs.h talk.cpp talk.h walk.cpp walk.h
Log Message:
Updated copyright
Index: bankman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/bankman.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- bankman.cpp 23 Nov 2004 22:21:20 -0000 1.8
+++ bankman.cpp 1 Jan 2005 16:09:07 -0000 1.9
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: bankman.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/bankman.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- bankman.h 31 Dec 2004 00:25:16 -0000 1.5
+++ bankman.h 1 Jan 2005 16:09:07 -0000 1.6
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: command.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/command.cpp,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- command.cpp 23 Nov 2004 22:21:21 -0000 1.78
+++ command.cpp 1 Jan 2005 16:09:07 -0000 1.79
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: command.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/command.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- command.h 31 Dec 2004 00:25:17 -0000 1.23
+++ command.h 1 Jan 2005 16:09:07 -0000 1.24
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: credits.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/credits.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- credits.cpp 31 Dec 2004 00:25:17 -0000 1.11
+++ credits.cpp 1 Jan 2005 16:09:07 -0000 1.12
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: credits.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/credits.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- credits.h 31 Dec 2004 00:25:17 -0000 1.5
+++ credits.h 1 Jan 2005 16:09:07 -0000 1.6
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: cutaway.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/cutaway.cpp,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- cutaway.cpp 19 Dec 2004 12:19:20 -0000 1.141
+++ cutaway.cpp 1 Jan 2005 16:09:07 -0000 1.142
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: cutaway.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/cutaway.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- cutaway.h 31 Dec 2004 00:25:17 -0000 1.38
+++ cutaway.h 1 Jan 2005 16:09:07 -0000 1.39
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/debug.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- debug.cpp 7 Mar 2004 10:46:01 -0000 1.12
+++ debug.cpp 1 Jan 2005 16:09:07 -0000 1.13
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: debug.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/debug.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- debug.h 6 Jan 2004 12:45:29 -0000 1.7
+++ debug.h 1 Jan 2005 16:09:07 -0000 1.8
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: defs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/defs.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- defs.h 3 Dec 2004 22:39:54 -0000 1.45
+++ defs.h 1 Jan 2005 16:09:07 -0000 1.46
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/display.cpp,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- display.cpp 29 Dec 2004 14:25:20 -0000 1.83
+++ display.cpp 1 Jan 2005 16:09:07 -0000 1.84
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: display.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/display.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- display.h 31 Dec 2004 00:25:17 -0000 1.50
+++ display.h 1 Jan 2005 16:09:07 -0000 1.51
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: graphics.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/graphics.cpp,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- graphics.cpp 31 Dec 2004 00:25:17 -0000 1.110
+++ graphics.cpp 1 Jan 2005 16:09:07 -0000 1.111
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: graphics.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/graphics.h,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- graphics.h 31 Dec 2004 00:25:17 -0000 1.72
+++ graphics.h 1 Jan 2005 16:09:08 -0000 1.73
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: grid.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/grid.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- grid.cpp 23 Nov 2004 22:21:29 -0000 1.7
+++ grid.cpp 1 Jan 2005 16:09:08 -0000 1.8
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: grid.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/grid.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- grid.h 31 Dec 2004 00:25:18 -0000 1.5
+++ grid.h 1 Jan 2005 16:09:08 -0000 1.6
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: input.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/input.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- input.cpp 20 Dec 2004 16:55:55 -0000 1.33
+++ input.cpp 1 Jan 2005 16:09:08 -0000 1.34
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: input.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/input.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- input.h 31 Dec 2004 00:25:18 -0000 1.20
+++ input.h 1 Jan 2005 16:09:08 -0000 1.21
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: journal.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/journal.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- journal.cpp 28 Dec 2004 17:20:21 -0000 1.46
+++ journal.cpp 1 Jan 2005 16:09:08 -0000 1.47
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: journal.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/journal.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- journal.h 28 Dec 2004 17:20:21 -0000 1.9
+++ journal.h 1 Jan 2005 16:09:08 -0000 1.10
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/logic.cpp,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- logic.cpp 3 Dec 2004 22:39:54 -0000 1.215
+++ logic.cpp 1 Jan 2005 16:09:08 -0000 1.216
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: logic.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/logic.h,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- logic.h 31 Dec 2004 00:25:18 -0000 1.124
+++ logic.h 1 Jan 2005 16:09:09 -0000 1.125
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: music.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/music.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- music.cpp 31 Dec 2004 00:25:18 -0000 1.29
+++ music.cpp 1 Jan 2005 16:09:09 -0000 1.30
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: music.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/music.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- music.h 22 Oct 2004 23:44:08 -0000 1.15
+++ music.h 1 Jan 2005 16:09:09 -0000 1.16
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: musicdata.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/musicdata.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- musicdata.cpp 17 Mar 2004 14:10:51 -0000 1.10
+++ musicdata.cpp 1 Jan 2005 16:09:09 -0000 1.11
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: queen.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/queen.cpp,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- queen.cpp 28 Dec 2004 17:20:21 -0000 1.116
+++ queen.cpp 1 Jan 2005 16:09:09 -0000 1.117
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: queen.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/queen.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- queen.h 28 Dec 2004 17:20:21 -0000 1.39
+++ queen.h 1 Jan 2005 16:09:09 -0000 1.40
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/resource.cpp,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- resource.cpp 31 Dec 2004 00:25:18 -0000 1.56
+++ resource.cpp 1 Jan 2005 16:09:09 -0000 1.57
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: resource.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/resource.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- resource.h 31 Dec 2004 00:25:18 -0000 1.41
+++ resource.h 1 Jan 2005 16:09:09 -0000 1.42
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: restables.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/restables.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- restables.cpp 17 Mar 2004 14:10:51 -0000 1.6
+++ restables.cpp 1 Jan 2005 16:09:09 -0000 1.7
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/sound.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- sound.cpp 27 Dec 2004 00:26:56 -0000 1.49
+++ sound.cpp 1 Jan 2005 16:09:09 -0000 1.50
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/sound.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- sound.h 19 Dec 2004 12:19:21 -0000 1.25
+++ sound.h 1 Jan 2005 16:09:09 -0000 1.26
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: state.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/state.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- state.cpp 7 Mar 2004 10:46:02 -0000 1.4
+++ state.cpp 1 Jan 2005 16:09:09 -0000 1.5
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: state.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/state.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- state.h 6 Jan 2004 12:45:29 -0000 1.4
+++ state.h 1 Jan 2005 16:09:09 -0000 1.5
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: structs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/structs.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- structs.h 22 Jan 2004 22:28:52 -0000 1.35
+++ structs.h 1 Jan 2005 16:09:09 -0000 1.36
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: talk.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/talk.cpp,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- talk.cpp 19 Dec 2004 12:19:21 -0000 1.113
+++ talk.cpp 1 Jan 2005 16:09:09 -0000 1.114
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: talk.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/talk.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- talk.h 31 Dec 2004 00:25:18 -0000 1.35
+++ talk.h 1 Jan 2005 16:09:09 -0000 1.36
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: walk.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/walk.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- walk.cpp 31 Dec 2004 00:25:18 -0000 1.46
+++ walk.cpp 1 Jan 2005 16:09:09 -0000 1.47
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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: walk.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/walk.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- walk.h 31 Dec 2004 00:25:18 -0000 1.24
+++ walk.h 1 Jan 2005 16:09:10 -0000 1.25
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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/sound audiocd.cpp,1.14,1.15 audiocd.h,1.5,1.6 audiostream.cpp,1.68,1.69 audiostream.h,1.41,1.42 flac.cpp,1.4,1.5 flac.h,1.2,1.3 fmopl.cpp,1.24,1.25 fmopl.h,1.13,1.14 mididrv.cpp,1.56,1.57 mididrv.h,1.40,1.41 midiparser.cpp,1.24,1.25 midiparser.h,1.25,1.26 midiparser_smf.cpp,1.20,1.21 midiparser_xmidi.cpp,1.17,1.18 mixer.cpp,1.178,1.179 mixer.h,1.91,1.92 mp3.cpp,1.15,1.16 mp3.h,1.8,1.9 mpu401.cpp,1.27,1.28 mpu401.h,1.20,1.21 rate.cpp,1.35,1.36 rate.h,1.24,1.25 voc.cpp,1.23,1.24 voc.h,1.15,1.16 vorbis.cpp,1.19,1.20 vorbis.h,1.8,1.9
- Next message: [Scummvm-cvs-logs] CVS: scummvm/kyra codecs.cpp,1.7,1.8 codecs.h,1.3,1.4 cpsimage.cpp,1.3,1.4 font.cpp,1.4,1.5 kyra.cpp,1.22,1.23 kyra.h,1.7,1.8 palette.cpp,1.4,1.5 resource.cpp,1.7,1.8 resource.h,1.5,1.6 script.cpp,1.8,1.9 script.h,1.4,1.5 script_v1.cpp,1.6,1.7 wsamovie.cpp,1.4,1.5 wsamovie.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list