[Scummvm-cvs-logs] CVS: scummvm/saga actionmap.cpp,1.33,1.34 actionmap.h,1.16,1.17 actor.cpp,1.66,1.67 actor.h,1.33,1.34 actordata.cpp,1.12,1.13 actordata.h,1.12,1.13 animation.cpp,1.33,1.34 animation.h,1.17,1.18 console.cpp,1.24,1.25 console.h,1.10,1.11 events.cpp,1.38,1.39 events.h,1.12,1.13 font.cpp,1.21,1.22 font.h,1.9,1.10 font_map.cpp,1.4,1.5 game.cpp,1.44,1.45 game.h,1.15,1.16 gfx.cpp,1.39,1.40 gfx.h,1.19,1.20 ihnm_introproc.cpp,1.34,1.35 image.cpp,1.20,1.21 image.h,1.8,1.9 input.cpp,1.27,1.28 interface.cpp,1.46,1.47 interface.h,1.16,1.17 isomap.cpp,1.23,1.24 isomap.h,1.9,1.10 ite_introproc.cpp,1.39,1.40 list.h,1.6,1.7 music.cpp,1.44,1.45 music.h,1.17,1.18 objectdata.cpp,1.2,1.3 objectdata.h,1.2,1.3 objectmap.cpp,1.31,1.32 objectmap.h,1.15,1.16 palanim.cpp,1.19,1.20 palanim.h,1.8,1.9 render.cpp,1.44,1.45 render.h,1.19,1.20 resnames.h,1.16,1.17 rscfile.cpp,1.15,1.16 rscfile.h,1.8,1.9 rscfile_mod.h,1.8,1.9 saga.cpp,1.76,1.77 saga.h,1.61,1.62 scene.cpp,1.67,1.68 scene.h,1.28,1.29 script.cpp,1.38,1.39 script.h,1.42,1.43 sdebug.cpp,1.23,1.24 sfuncs.cpp,1.63,1.64 sndres.cpp,1.35,1.36 sndres.h,1.18,1.19 sound.cpp,1.20,1.21 sound.h,1.15,1.16 sprite.cpp,1.34,1.35 sprite.h,1.10,1.11 sthread.cpp,1.50,1.51 stream.h,1.2,1.3 text.cpp,1.11,1.12 text.h,1.7,1.8 transitions.cpp,1.11,1.12
Max Horn
fingolfin at users.sourceforge.net
Sat Jan 1 08:19:06 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sky autoroute.cpp,1.28,1.29 autoroute.h,1.12,1.13 compact.cpp,1.31,1.32 compact.h,1.14,1.15 control.cpp,1.86,1.87 control.h,1.35,1.36 debug.cpp,1.16,1.17 debug.h,1.8,1.9 disk.cpp,1.63,1.64 disk.h,1.17,1.18 grid.cpp,1.18,1.19 grid.h,1.11,1.12 hufftext.cpp,1.7,1.8 intro.cpp,1.53,1.54 intro.h,1.6,1.7 logic.cpp,1.150,1.151 logic.h,1.41,1.42 mouse.cpp,1.39,1.40 mouse.h,1.27,1.28 rnc_deco.cpp,1.19,1.20 rnc_deco.h,1.6,1.7 screen.cpp,1.63,1.64 screen.h,1.20,1.21 sky.cpp,1.168,1.169 sky.h,1.64,1.65 skydefs.h,1.29,1.30 sound.cpp,1.48,1.49 sound.h,1.25,1.26 struc.h,1.16,1.17 text.cpp,1.63,1.64 text.h,1.34,1.35
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm resource_v7he.cpp,1.11,1.12 resource_v7he.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32509
Modified Files:
actionmap.cpp actionmap.h actor.cpp actor.h actordata.cpp
actordata.h animation.cpp animation.h console.cpp console.h
events.cpp events.h font.cpp font.h font_map.cpp game.cpp
game.h gfx.cpp gfx.h ihnm_introproc.cpp image.cpp image.h
input.cpp interface.cpp interface.h isomap.cpp isomap.h
ite_introproc.cpp list.h music.cpp music.h objectdata.cpp
objectdata.h objectmap.cpp objectmap.h palanim.cpp palanim.h
render.cpp render.h resnames.h rscfile.cpp rscfile.h
rscfile_mod.h saga.cpp saga.h scene.cpp scene.h script.cpp
script.h sdebug.cpp sfuncs.cpp sndres.cpp sndres.h sound.cpp
sound.h sprite.cpp sprite.h sthread.cpp stream.h text.cpp
text.h transitions.cpp
Log Message:
oops, correct copyright string
Index: actionmap.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actionmap.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- actionmap.cpp 1 Jan 2005 16:09:10 -0000 1.33
+++ actionmap.cpp 1 Jan 2005 16:18:36 -0000 1.34
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: actionmap.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actionmap.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- actionmap.h 1 Jan 2005 16:09:10 -0000 1.16
+++ actionmap.h 1 Jan 2005 16:18:36 -0000 1.17
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actor.cpp,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- actor.cpp 1 Jan 2005 16:09:10 -0000 1.66
+++ actor.cpp 1 Jan 2005 16:18:36 -0000 1.67
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: actor.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actor.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- actor.h 1 Jan 2005 16:09:10 -0000 1.33
+++ actor.h 1 Jan 2005 16:18:36 -0000 1.34
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: actordata.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actordata.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- actordata.cpp 1 Jan 2005 16:09:10 -0000 1.12
+++ actordata.cpp 1 Jan 2005 16:18:36 -0000 1.13
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: actordata.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actordata.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- actordata.h 1 Jan 2005 16:09:10 -0000 1.12
+++ actordata.h 1 Jan 2005 16:18:36 -0000 1.13
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/animation.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- animation.cpp 1 Jan 2005 16:09:10 -0000 1.33
+++ animation.cpp 1 Jan 2005 16:18:36 -0000 1.34
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: animation.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/animation.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- animation.h 1 Jan 2005 16:09:10 -0000 1.17
+++ animation.h 1 Jan 2005 16:18:36 -0000 1.18
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: console.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/console.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- console.cpp 1 Jan 2005 16:09:10 -0000 1.24
+++ console.cpp 1 Jan 2005 16:18:36 -0000 1.25
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: console.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/console.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- console.h 1 Jan 2005 16:09:10 -0000 1.10
+++ console.h 1 Jan 2005 16:18:36 -0000 1.11
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: events.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/events.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- events.cpp 1 Jan 2005 16:09:10 -0000 1.38
+++ events.cpp 1 Jan 2005 16:18:36 -0000 1.39
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: events.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/events.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- events.h 1 Jan 2005 16:09:10 -0000 1.12
+++ events.h 1 Jan 2005 16:18:36 -0000 1.13
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: font.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/font.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- font.cpp 1 Jan 2005 16:09:10 -0000 1.21
+++ font.cpp 1 Jan 2005 16:18:36 -0000 1.22
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: font.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/font.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- font.h 1 Jan 2005 16:09:10 -0000 1.9
+++ font.h 1 Jan 2005 16:18:36 -0000 1.10
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: font_map.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/font_map.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- font_map.cpp 1 Jan 2005 16:09:10 -0000 1.4
+++ font_map.cpp 1 Jan 2005 16:18:36 -0000 1.5
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/game.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- game.cpp 1 Jan 2005 16:09:10 -0000 1.44
+++ game.cpp 1 Jan 2005 16:18:36 -0000 1.45
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: game.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/game.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- game.h 1 Jan 2005 16:09:10 -0000 1.15
+++ game.h 1 Jan 2005 16:18:36 -0000 1.16
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/gfx.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- gfx.cpp 1 Jan 2005 16:09:10 -0000 1.39
+++ gfx.cpp 1 Jan 2005 16:18:36 -0000 1.40
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: gfx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/gfx.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- gfx.h 1 Jan 2005 16:09:10 -0000 1.19
+++ gfx.h 1 Jan 2005 16:18:36 -0000 1.20
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: ihnm_introproc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/ihnm_introproc.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- ihnm_introproc.cpp 1 Jan 2005 16:09:10 -0000 1.34
+++ ihnm_introproc.cpp 1 Jan 2005 16:18:36 -0000 1.35
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: image.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/image.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- image.cpp 1 Jan 2005 16:09:11 -0000 1.20
+++ image.cpp 1 Jan 2005 16:18:36 -0000 1.21
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: image.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/image.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- image.h 1 Jan 2005 16:09:11 -0000 1.8
+++ image.h 1 Jan 2005 16:18:36 -0000 1.9
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: input.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/input.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- input.cpp 1 Jan 2005 16:09:11 -0000 1.27
+++ input.cpp 1 Jan 2005 16:18:36 -0000 1.28
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: interface.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/interface.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- interface.cpp 1 Jan 2005 16:09:11 -0000 1.46
+++ interface.cpp 1 Jan 2005 16:18:36 -0000 1.47
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: interface.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/interface.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- interface.h 1 Jan 2005 16:09:11 -0000 1.16
+++ interface.h 1 Jan 2005 16:18:36 -0000 1.17
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: isomap.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/isomap.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- isomap.cpp 1 Jan 2005 16:09:11 -0000 1.23
+++ isomap.cpp 1 Jan 2005 16:18:36 -0000 1.24
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: isomap.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/isomap.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- isomap.h 1 Jan 2005 16:09:11 -0000 1.9
+++ isomap.h 1 Jan 2005 16:18:36 -0000 1.10
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: ite_introproc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/ite_introproc.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- ite_introproc.cpp 1 Jan 2005 16:09:11 -0000 1.39
+++ ite_introproc.cpp 1 Jan 2005 16:18:36 -0000 1.40
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: list.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/list.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- list.h 1 Jan 2005 16:09:11 -0000 1.6
+++ list.h 1 Jan 2005 16:18:36 -0000 1.7
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-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/saga/music.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- music.cpp 1 Jan 2005 16:09:11 -0000 1.44
+++ music.cpp 1 Jan 2005 16:18:36 -0000 1.45
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: music.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/music.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- music.h 1 Jan 2005 16:09:11 -0000 1.17
+++ music.h 1 Jan 2005 16:18:36 -0000 1.18
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: objectdata.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/objectdata.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- objectdata.cpp 1 Jan 2005 16:09:11 -0000 1.2
+++ objectdata.cpp 1 Jan 2005 16:18:36 -0000 1.3
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: objectdata.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/objectdata.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- objectdata.h 1 Jan 2005 16:09:11 -0000 1.2
+++ objectdata.h 1 Jan 2005 16:18:36 -0000 1.3
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: objectmap.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/objectmap.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- objectmap.cpp 1 Jan 2005 16:09:11 -0000 1.31
+++ objectmap.cpp 1 Jan 2005 16:18:36 -0000 1.32
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: objectmap.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/objectmap.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- objectmap.h 1 Jan 2005 16:09:11 -0000 1.15
+++ objectmap.h 1 Jan 2005 16:18:36 -0000 1.16
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: palanim.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/palanim.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- palanim.cpp 1 Jan 2005 16:09:11 -0000 1.19
+++ palanim.cpp 1 Jan 2005 16:18:36 -0000 1.20
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: palanim.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/palanim.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- palanim.h 1 Jan 2005 16:09:11 -0000 1.8
+++ palanim.h 1 Jan 2005 16:18:36 -0000 1.9
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: render.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/render.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- render.cpp 1 Jan 2005 16:09:11 -0000 1.44
+++ render.cpp 1 Jan 2005 16:18:36 -0000 1.45
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: render.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/render.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- render.h 1 Jan 2005 16:09:11 -0000 1.19
+++ render.h 1 Jan 2005 16:18:36 -0000 1.20
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: resnames.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/resnames.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- resnames.h 1 Jan 2005 16:09:11 -0000 1.16
+++ resnames.h 1 Jan 2005 16:18:36 -0000 1.17
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: rscfile.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/rscfile.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- rscfile.cpp 1 Jan 2005 16:09:11 -0000 1.15
+++ rscfile.cpp 1 Jan 2005 16:18:36 -0000 1.16
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: rscfile.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/rscfile.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- rscfile.h 1 Jan 2005 16:09:11 -0000 1.8
+++ rscfile.h 1 Jan 2005 16:18:36 -0000 1.9
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: rscfile_mod.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/rscfile_mod.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- rscfile_mod.h 1 Jan 2005 16:09:11 -0000 1.8
+++ rscfile_mod.h 1 Jan 2005 16:18:36 -0000 1.9
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: saga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.cpp,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- saga.cpp 1 Jan 2005 16:09:11 -0000 1.76
+++ saga.cpp 1 Jan 2005 16:18:36 -0000 1.77
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: saga.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- saga.h 1 Jan 2005 16:09:11 -0000 1.61
+++ saga.h 1 Jan 2005 16:18:36 -0000 1.62
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: scene.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/scene.cpp,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- scene.cpp 1 Jan 2005 16:09:11 -0000 1.67
+++ scene.cpp 1 Jan 2005 16:18:36 -0000 1.68
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: scene.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/scene.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- scene.h 1 Jan 2005 16:09:12 -0000 1.28
+++ scene.h 1 Jan 2005 16:18:36 -0000 1.29
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: script.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/script.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- script.cpp 1 Jan 2005 16:09:12 -0000 1.38
+++ script.cpp 1 Jan 2005 16:18:36 -0000 1.39
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: script.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/script.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- script.h 1 Jan 2005 16:09:12 -0000 1.42
+++ script.h 1 Jan 2005 16:18:36 -0000 1.43
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: sdebug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sdebug.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- sdebug.cpp 1 Jan 2005 16:09:12 -0000 1.23
+++ sdebug.cpp 1 Jan 2005 16:18:36 -0000 1.24
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: sfuncs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sfuncs.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- sfuncs.cpp 1 Jan 2005 16:09:12 -0000 1.63
+++ sfuncs.cpp 1 Jan 2005 16:18:36 -0000 1.64
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: sndres.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sndres.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- sndres.cpp 1 Jan 2005 16:09:12 -0000 1.35
+++ sndres.cpp 1 Jan 2005 16:18:36 -0000 1.36
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: sndres.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sndres.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- sndres.h 1 Jan 2005 16:09:12 -0000 1.18
+++ sndres.h 1 Jan 2005 16:18:36 -0000 1.19
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sound.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- sound.cpp 1 Jan 2005 16:09:12 -0000 1.20
+++ sound.cpp 1 Jan 2005 16:18:36 -0000 1.21
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sound.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- sound.h 1 Jan 2005 16:09:12 -0000 1.15
+++ sound.h 1 Jan 2005 16:18:36 -0000 1.16
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: sprite.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sprite.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- sprite.cpp 1 Jan 2005 16:09:12 -0000 1.34
+++ sprite.cpp 1 Jan 2005 16:18:36 -0000 1.35
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: sprite.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sprite.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- sprite.h 1 Jan 2005 16:09:12 -0000 1.10
+++ sprite.h 1 Jan 2005 16:18:36 -0000 1.11
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: sthread.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sthread.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- sthread.cpp 1 Jan 2005 16:09:12 -0000 1.50
+++ sthread.cpp 1 Jan 2005 16:18:36 -0000 1.51
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: stream.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/stream.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- stream.h 1 Jan 2005 16:09:12 -0000 1.2
+++ stream.h 1 Jan 2005 16:18:36 -0000 1.3
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-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: text.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/text.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- text.cpp 1 Jan 2005 16:09:12 -0000 1.11
+++ text.cpp 1 Jan 2005 16:18:36 -0000 1.12
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: text.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/text.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- text.h 1 Jan 2005 16:09:12 -0000 1.7
+++ text.h 1 Jan 2005 16:18:36 -0000 1.8
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
Index: transitions.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/transitions.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- transitions.cpp 1 Jan 2005 16:09:12 -0000 1.11
+++ transitions.cpp 1 Jan 2005 16:18:36 -0000 1.12
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sky autoroute.cpp,1.28,1.29 autoroute.h,1.12,1.13 compact.cpp,1.31,1.32 compact.h,1.14,1.15 control.cpp,1.86,1.87 control.h,1.35,1.36 debug.cpp,1.16,1.17 debug.h,1.8,1.9 disk.cpp,1.63,1.64 disk.h,1.17,1.18 grid.cpp,1.18,1.19 grid.h,1.11,1.12 hufftext.cpp,1.7,1.8 intro.cpp,1.53,1.54 intro.h,1.6,1.7 logic.cpp,1.150,1.151 logic.h,1.41,1.42 mouse.cpp,1.39,1.40 mouse.h,1.27,1.28 rnc_deco.cpp,1.19,1.20 rnc_deco.h,1.6,1.7 screen.cpp,1.63,1.64 screen.h,1.20,1.21 sky.cpp,1.168,1.169 sky.h,1.64,1.65 skydefs.h,1.29,1.30 sound.cpp,1.48,1.49 sound.h,1.25,1.26 struc.h,1.16,1.17 text.cpp,1.63,1.64 text.h,1.34,1.35
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm resource_v7he.cpp,1.11,1.12 resource_v7he.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list