[Scummvm-cvs-logs] CVS: scummvm/common config-manager.cpp,1.14,1.15 config-manager.h,1.9,1.10 debugger.cpp,1.3,1.4 debugger.h,1.4,1.5 file.cpp,1.52,1.53 file.h,1.20,1.21 list.h,1.10,1.11 map.h,1.20,1.21 md5.cpp,1.2,1.3 md5.h,1.2,1.3 rect.h,1.15,1.16 savefile.cpp,1.8,1.9 scaler.cpp,1.53,1.54 scaler.h,1.23,1.24 scummsys.h,1.43,1.44 singleton.h,1.3,1.4 stdafx.h,1.16,1.17 str.cpp,1.27,1.28 str.h,1.18,1.19 system.cpp,1.3,1.4 system.h,1.49,1.50 timer.cpp,1.24,1.25 timer.h,1.15,1.16 util.cpp,1.28,1.29 util.h,1.33,1.34
Max Horn
fingolfin at users.sourceforge.net
Tue Jan 6 04:47:08 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gui EditTextWidget.cpp,1.23,1.24 EditTextWidget.h,1.12,1.13 ListWidget.cpp,1.32,1.33 ListWidget.h,1.19,1.20 PopUpWidget.cpp,1.27,1.28 PopUpWidget.h,1.9,1.10 ScrollBarWidget.cpp,1.15,1.16 ScrollBarWidget.h,1.6,1.7 TabWidget.cpp,1.9,1.10 TabWidget.h,1.5,1.6 about.cpp,1.10,1.11 about.h,1.3,1.4 browser.cpp,1.16,1.17 browser.h,1.10,1.11 chooser.cpp,1.11,1.12 chooser.h,1.9,1.10 console.cpp,1.39,1.40 console.h,1.23,1.24 dialog.cpp,1.42,1.43 dialog.h,1.26,1.27 font.h,1.1,1.2 launcher.cpp,1.83,1.84 launcher.h,1.15,1.16 message.cpp,1.17,1.18 message.h,1.11,1.12 newgui.cpp,1.73,1.74 newgui.h,1.36,1.37 object.h,1.4,1.5 options.cpp,1.43,1.44 options.h,1.13,1.14 widget.cpp,1.32,1.33 widget.h,1.33,1.34
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv14676/common
Modified Files:
config-manager.cpp config-manager.h debugger.cpp debugger.h
file.cpp file.h list.h map.h md5.cpp md5.h rect.h savefile.cpp
scaler.cpp scaler.h scummsys.h singleton.h stdafx.h str.cpp
str.h system.cpp system.h timer.cpp timer.h util.cpp util.h
Log Message:
updated copyright notice
Index: config-manager.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/config-manager.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- config-manager.cpp 11 Nov 2003 00:26:38 -0000 1.14
+++ config-manager.cpp 6 Jan 2004 12:45:27 -0000 1.15
@@ -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: config-manager.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/config-manager.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- config-manager.h 11 Nov 2003 00:26:38 -0000 1.9
+++ config-manager.h 6 Jan 2004 12:45:27 -0000 1.10
@@ -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: debugger.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/debugger.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- debugger.cpp 10 Nov 2003 23:40:48 -0000 1.3
+++ debugger.cpp 6 Jan 2004 12:45:27 -0000 1.4
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * 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: debugger.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/debugger.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- debugger.h 1 Dec 2003 09:58:54 -0000 1.4
+++ debugger.h 6 Jan 2004 12:45:27 -0000 1.5
@@ -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: file.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/file.cpp,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- file.cpp 27 Dec 2003 05:43:03 -0000 1.52
+++ file.cpp 6 Jan 2004 12:45:27 -0000 1.53
@@ -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: file.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/file.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- file.h 25 Dec 2003 17:52:25 -0000 1.20
+++ file.h 6 Jan 2004 12:45:27 -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: list.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/list.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- list.h 17 Oct 2003 10:23:52 -0000 1.10
+++ list.h 6 Jan 2004 12:45:27 -0000 1.11
@@ -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: map.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/map.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- map.h 8 Nov 2003 22:43:45 -0000 1.20
+++ map.h 6 Jan 2004 12:45:27 -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: md5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/md5.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- md5.cpp 13 Dec 2003 00:20:00 -0000 1.2
+++ md5.cpp 6 Jan 2004 12:45:28 -0000 1.3
@@ -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: md5.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/md5.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- md5.h 13 Dec 2003 00:20:00 -0000 1.2
+++ md5.h 6 Jan 2004 12:45:28 -0000 1.3
@@ -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: rect.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/rect.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- rect.h 8 Nov 2003 22:43:45 -0000 1.15
+++ rect.h 6 Jan 2004 12:45:28 -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: savefile.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/savefile.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- savefile.cpp 10 Dec 2003 00:15:18 -0000 1.8
+++ savefile.cpp 6 Jan 2004 12:45:28 -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: scaler.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- scaler.cpp 8 Nov 2003 22:43:45 -0000 1.53
+++ scaler.cpp 6 Jan 2004 12:45:28 -0000 1.54
@@ -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: scaler.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- scaler.h 15 Dec 2003 15:11:58 -0000 1.23
+++ scaler.h 6 Jan 2004 12:45:28 -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: scummsys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scummsys.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- scummsys.h 21 Dec 2003 19:24:14 -0000 1.43
+++ scummsys.h 6 Jan 2004 12:45:28 -0000 1.44
@@ -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: singleton.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/singleton.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- singleton.h 10 Dec 2003 00:12:20 -0000 1.3
+++ singleton.h 6 Jan 2004 12:45:28 -0000 1.4
@@ -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: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- stdafx.h 14 Oct 2003 20:06:22 -0000 1.16
+++ stdafx.h 6 Jan 2004 12:45:28 -0000 1.17
@@ -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: str.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/str.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- str.cpp 8 Nov 2003 22:43:45 -0000 1.27
+++ str.cpp 6 Jan 2004 12:45:28 -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: str.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/str.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- str.h 8 Nov 2003 22:43:46 -0000 1.18
+++ str.h 6 Jan 2004 12:45:28 -0000 1.19
@@ -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: system.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- system.cpp 15 Dec 2003 15:13:36 -0000 1.3
+++ system.cpp 6 Jan 2004 12:45:28 -0000 1.4
@@ -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: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- system.h 16 Dec 2003 09:58:21 -0000 1.49
+++ system.h 6 Jan 2004 12:45:28 -0000 1.50
@@ -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: timer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/timer.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- timer.cpp 8 Nov 2003 22:43:46 -0000 1.24
+++ timer.cpp 6 Jan 2004 12:45:28 -0000 1.25
@@ -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: timer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/timer.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- timer.h 8 Nov 2003 22:43:46 -0000 1.15
+++ timer.h 6 Jan 2004 12:45:28 -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: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- util.cpp 6 Jan 2004 12:27:28 -0000 1.28
+++ util.cpp 6 Jan 2004 12:45:28 -0000 1.29
@@ -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: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- util.h 6 Jan 2004 12:27:28 -0000 1.33
+++ util.h 6 Jan 2004 12:45:28 -0000 1.34
@@ -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/gui EditTextWidget.cpp,1.23,1.24 EditTextWidget.h,1.12,1.13 ListWidget.cpp,1.32,1.33 ListWidget.h,1.19,1.20 PopUpWidget.cpp,1.27,1.28 PopUpWidget.h,1.9,1.10 ScrollBarWidget.cpp,1.15,1.16 ScrollBarWidget.h,1.6,1.7 TabWidget.cpp,1.9,1.10 TabWidget.h,1.5,1.6 about.cpp,1.10,1.11 about.h,1.3,1.4 browser.cpp,1.16,1.17 browser.h,1.10,1.11 chooser.cpp,1.11,1.12 chooser.h,1.9,1.10 console.cpp,1.39,1.40 console.h,1.23,1.24 dialog.cpp,1.42,1.43 dialog.h,1.26,1.27 font.h,1.1,1.2 launcher.cpp,1.83,1.84 launcher.h,1.15,1.16 message.cpp,1.17,1.18 message.h,1.11,1.12 newgui.cpp,1.73,1.74 newgui.h,1.36,1.37 object.h,1.4,1.5 options.cpp,1.43,1.44 options.h,1.13,1.14 widget.cpp,1.32,1.33 widget.h,1.33,1.34
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list