[Scummvm-cvs-logs] CVS: scummvm/sky autoroute.cpp,1.32,1.33 autoroute.h,1.15,1.16 compact.cpp,1.39,1.40 compact.h,1.19,1.20 control.cpp,1.106,1.107 control.h,1.40,1.41 debug.cpp,1.21,1.22 debug.h,1.13,1.14 disk.cpp,1.76,1.77 disk.h,1.24,1.25 grid.cpp,1.21,1.22 grid.h,1.14,1.15 hufftext.cpp,1.10,1.11 intro.cpp,1.62,1.63 intro.h,1.12,1.13 logic.cpp,1.162,1.163 logic.h,1.47,1.48 mouse.cpp,1.43,1.44 mouse.h,1.31,1.32 rnc_deco.cpp,1.25,1.26 rnc_deco.h,1.11,1.12 screen.cpp,1.71,1.72 screen.h,1.24,1.25 sky.cpp,1.191,1.192 sky.h,1.70,1.71 skydefs.h,1.33,1.34 sound.cpp,1.58,1.59 sound.h,1.32,1.33 struc.h,1.20,1.21 text.cpp,1.73,1.74 text.h,1.40,1.41
Eugene Sandulenko
sev at users.sourceforge.net
Wed Jan 18 09:42:04 CET 2006
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound adpcm.cpp,1.15,1.16 adpcm.h,1.7,1.8 audiocd.cpp,1.25,1.26 audiocd.h,1.15,1.16 audiostream.cpp,1.78,1.79 audiostream.h,1.50,1.51 flac.cpp,1.12,1.13 flac.h,1.6,1.7 fmopl.cpp,1.37,1.38 fmopl.h,1.18,1.19 mididrv.cpp,1.72,1.73 mididrv.h,1.53,1.54 midiparser.cpp,1.33,1.34 midiparser.h,1.29,1.30 midiparser_smf.cpp,1.25,1.26 midiparser_xmidi.cpp,1.24,1.25 mixer.cpp,1.195,1.196 mixer.h,1.109,1.110 mp3.cpp,1.27,1.28 mp3.h,1.12,1.13 mpu401.cpp,1.33,1.34 mpu401.h,1.26,1.27 rate.cpp,1.42,1.43 rate.h,1.28,1.29 voc.cpp,1.28,1.29 voc.h,1.19,1.20 vorbis.cpp,1.35,1.36 vorbis.h,1.14,1.15 wave.cpp,1.13,1.14 wave.h,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gob anim.cpp,1.5,1.6 anim.h,1.6,1.7 cdrom.cpp,1.7,1.8 cdrom.h,1.3,1.4 dataio.cpp,1.13,1.14 dataio.h,1.8,1.9 draw.cpp,1.20,1.21 draw.h,1.9,1.10 driver_vga.cpp,1.13,1.14 driver_vga.h,1.7,1.8 game.cpp,1.34,1.35 game.h,1.8,1.9 global.cpp,1.11,1.12 global.h,1.10,1.11 gob.cpp,1.34,1.35 goblin.cpp,1.31,1.32 goblin.h,1.9,1.10 init.cpp,1.16,1.17 init.h,1.6,1.7 inter.cpp,1.33,1.34 inter.h,1.10,1.11 inter_v1.cpp,1.9,1.10 inter_v2.cpp,1.4,1.5 map.cpp,1.21,1.22 map.h,1.13,1.14 mult.cpp,1.17,1.18 mult.h,1.8,1.9 pack.cpp,1.7,1.8 pack.h,1.5,1.6 palanim.cpp,1.14,1.15 palanim.h,1.6,1.7 parse.cpp,1.18,1.19 parse.h,1.5,1.6 scenery.cpp,1.24,1.25 scenery.h,1.9,1.10 sound.cpp,1.15,1.16 sound.h,1.11,1.12 timer.cpp,1.8,1.9 timer.h,1.5,1.6 util.cpp,1.20,1.21 util.h,1.7,1.8 video.cpp,1.18,1.19 video.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24759/sky
Modified Files:
autoroute.cpp autoroute.h compact.cpp compact.h control.cpp
control.h debug.cpp debug.h disk.cpp disk.h grid.cpp grid.h
hufftext.cpp intro.cpp intro.h logic.cpp logic.h mouse.cpp
mouse.h rnc_deco.cpp rnc_deco.h screen.cpp screen.h sky.cpp
sky.h skydefs.h sound.cpp sound.h struc.h text.cpp text.h
Log Message:
Update copyright notice
Index: autoroute.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/autoroute.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- autoroute.cpp 18 Oct 2005 01:30:23 -0000 1.32
+++ autoroute.cpp 18 Jan 2006 17:39:52 -0000 1.33
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: autoroute.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/autoroute.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- autoroute.h 18 Oct 2005 01:30:23 -0000 1.15
+++ autoroute.h 18 Jan 2006 17:39:52 -0000 1.16
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: compact.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compact.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- compact.cpp 18 Oct 2005 01:30:23 -0000 1.39
+++ compact.cpp 18 Jan 2006 17:39:52 -0000 1.40
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: compact.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compact.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- compact.h 13 Dec 2005 15:27:32 -0000 1.19
+++ compact.h 18 Jan 2006 17:39:52 -0000 1.20
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: control.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/control.cpp,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- control.cpp 17 Jan 2006 00:24:01 -0000 1.106
+++ control.cpp 18 Jan 2006 17:39:52 -0000 1.107
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: control.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/control.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- control.h 5 Dec 2005 05:02:42 -0000 1.40
+++ control.h 18 Jan 2006 17:39:52 -0000 1.41
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/debug.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- debug.cpp 18 Oct 2005 01:30:23 -0000 1.21
+++ debug.cpp 18 Jan 2006 17:39:52 -0000 1.22
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: debug.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/debug.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- debug.h 18 Oct 2005 01:30:23 -0000 1.13
+++ debug.h 18 Jan 2006 17:39:52 -0000 1.14
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: disk.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/disk.cpp,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- disk.cpp 9 Dec 2005 22:23:55 -0000 1.76
+++ disk.cpp 18 Jan 2006 17:39:52 -0000 1.77
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: disk.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/disk.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- disk.h 6 Dec 2005 16:50:39 -0000 1.24
+++ disk.h 18 Jan 2006 17:39:52 -0000 1.25
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: grid.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/grid.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- grid.cpp 18 Oct 2005 01:30:23 -0000 1.21
+++ grid.cpp 18 Jan 2006 17:39:52 -0000 1.22
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: grid.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/grid.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- grid.h 18 Oct 2005 01:30:23 -0000 1.14
+++ grid.h 18 Jan 2006 17:39:52 -0000 1.15
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: hufftext.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/hufftext.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- hufftext.cpp 5 Nov 2005 18:57:41 -0000 1.10
+++ hufftext.cpp 18 Jan 2006 17:39:52 -0000 1.11
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-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: intro.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/intro.cpp,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- intro.cpp 6 Dec 2005 16:50:39 -0000 1.62
+++ intro.cpp 18 Jan 2006 17:39:52 -0000 1.63
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: intro.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/intro.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- intro.h 18 Oct 2005 01:30:23 -0000 1.12
+++ intro.h 18 Jan 2006 17:39:52 -0000 1.13
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/logic.cpp,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- logic.cpp 13 Dec 2005 14:31:13 -0000 1.162
+++ logic.cpp 18 Jan 2006 17:39:52 -0000 1.163
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: logic.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/logic.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- logic.h 5 Dec 2005 05:02:43 -0000 1.47
+++ logic.h 18 Jan 2006 17:39:52 -0000 1.48
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: mouse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/mouse.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- mouse.cpp 18 Oct 2005 01:30:23 -0000 1.43
+++ mouse.cpp 18 Jan 2006 17:39:52 -0000 1.44
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: mouse.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/mouse.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- mouse.h 18 Oct 2005 01:30:23 -0000 1.31
+++ mouse.h 18 Jan 2006 17:39:52 -0000 1.32
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: rnc_deco.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/rnc_deco.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- rnc_deco.cpp 18 Oct 2005 01:30:23 -0000 1.25
+++ rnc_deco.cpp 18 Jan 2006 17:39:52 -0000 1.26
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: rnc_deco.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/rnc_deco.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- rnc_deco.h 18 Oct 2005 01:30:23 -0000 1.11
+++ rnc_deco.h 18 Jan 2006 17:39:52 -0000 1.12
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: screen.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/screen.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- screen.cpp 13 Dec 2005 14:31:13 -0000 1.71
+++ screen.cpp 18 Jan 2006 17:39:52 -0000 1.72
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: screen.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/screen.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- screen.h 18 Oct 2005 01:30:23 -0000 1.24
+++ screen.h 18 Jan 2006 17:39:52 -0000 1.25
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- sky.cpp 17 Jan 2006 00:24:01 -0000 1.191
+++ sky.cpp 18 Jan 2006 17:39:52 -0000 1.192
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: sky.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.h,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- sky.h 5 Dec 2005 05:02:43 -0000 1.70
+++ sky.h 18 Jan 2006 17:39:52 -0000 1.71
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: skydefs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/skydefs.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- skydefs.h 5 Dec 2005 05:02:43 -0000 1.33
+++ skydefs.h 18 Jan 2006 17:39:52 -0000 1.34
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sound.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- sound.cpp 5 Dec 2005 05:02:43 -0000 1.58
+++ sound.cpp 18 Jan 2006 17:39:52 -0000 1.59
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sound.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- sound.h 5 Dec 2005 05:02:43 -0000 1.32
+++ sound.h 18 Jan 2006 17:39:52 -0000 1.33
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: struc.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/struc.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- struc.h 5 Dec 2005 05:02:43 -0000 1.20
+++ struc.h 18 Jan 2006 17:39:52 -0000 1.21
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: text.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/text.cpp,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- text.cpp 5 Dec 2005 05:02:43 -0000 1.73
+++ text.cpp 18 Jan 2006 17:39:52 -0000 1.74
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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: text.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/text.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- text.h 5 Dec 2005 05:02:43 -0000 1.40
+++ text.h 18 Jan 2006 17:39:52 -0000 1.41
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/sound adpcm.cpp,1.15,1.16 adpcm.h,1.7,1.8 audiocd.cpp,1.25,1.26 audiocd.h,1.15,1.16 audiostream.cpp,1.78,1.79 audiostream.h,1.50,1.51 flac.cpp,1.12,1.13 flac.h,1.6,1.7 fmopl.cpp,1.37,1.38 fmopl.h,1.18,1.19 mididrv.cpp,1.72,1.73 mididrv.h,1.53,1.54 midiparser.cpp,1.33,1.34 midiparser.h,1.29,1.30 midiparser_smf.cpp,1.25,1.26 midiparser_xmidi.cpp,1.24,1.25 mixer.cpp,1.195,1.196 mixer.h,1.109,1.110 mp3.cpp,1.27,1.28 mp3.h,1.12,1.13 mpu401.cpp,1.33,1.34 mpu401.h,1.26,1.27 rate.cpp,1.42,1.43 rate.h,1.28,1.29 voc.cpp,1.28,1.29 voc.h,1.19,1.20 vorbis.cpp,1.35,1.36 vorbis.h,1.14,1.15 wave.cpp,1.13,1.14 wave.h,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gob anim.cpp,1.5,1.6 anim.h,1.6,1.7 cdrom.cpp,1.7,1.8 cdrom.h,1.3,1.4 dataio.cpp,1.13,1.14 dataio.h,1.8,1.9 draw.cpp,1.20,1.21 draw.h,1.9,1.10 driver_vga.cpp,1.13,1.14 driver_vga.h,1.7,1.8 game.cpp,1.34,1.35 game.h,1.8,1.9 global.cpp,1.11,1.12 global.h,1.10,1.11 gob.cpp,1.34,1.35 goblin.cpp,1.31,1.32 goblin.h,1.9,1.10 init.cpp,1.16,1.17 init.h,1.6,1.7 inter.cpp,1.33,1.34 inter.h,1.10,1.11 inter_v1.cpp,1.9,1.10 inter_v2.cpp,1.4,1.5 map.cpp,1.21,1.22 map.h,1.13,1.14 mult.cpp,1.17,1.18 mult.h,1.8,1.9 pack.cpp,1.7,1.8 pack.h,1.5,1.6 palanim.cpp,1.14,1.15 palanim.h,1.6,1.7 parse.cpp,1.18,1.19 parse.h,1.5,1.6 scenery.cpp,1.24,1.25 scenery.h,1.9,1.10 sound.cpp,1.15,1.16 sound.h,1.11,1.12 timer.cpp,1.8,1.9 timer.h,1.5,1.6 util.cpp,1.20,1.21 util.h,1.7,1.8 video.cpp,1.18,1.19 video.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list