[Scummvm-cvs-logs] SF.net SVN: scummvm:[39807] scummvm/trunk/engines/sci
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Fri Apr 3 10:10:58 CEST 2009
Revision: 39807
http://scummvm.svn.sourceforge.net/scummvm/?rev=39807&view=rev
Author: thebluegr
Date: 2009-04-03 08:10:58 +0000 (Fri, 03 Apr 2009)
Log Message:
-----------
Changed some references from "FreeSCI" to "SCI" or "ScummVM"
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/game.cpp
scummvm/trunk/engines/sci/engine/kstring.cpp
scummvm/trunk/engines/sci/engine/scriptdebug.cpp
scummvm/trunk/engines/sci/engine/seg_manager.cpp
scummvm/trunk/engines/sci/gfx/gfx_tools.h
scummvm/trunk/engines/sci/scicore/resource.h
scummvm/trunk/engines/sci/sfx/sequencer.h
scummvm/trunk/engines/sci/sfx/softseq/SN76496.cpp
scummvm/trunk/engines/sci/sfx/softseq/pcspeaker.cpp
Modified: scummvm/trunk/engines/sci/engine/game.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/game.cpp 2009-04-03 07:52:17 UTC (rev 39806)
+++ scummvm/trunk/engines/sci/engine/game.cpp 2009-04-03 08:10:58 UTC (rev 39807)
@@ -228,7 +228,7 @@
#ifdef CUSTOM_GRAPHICS_OPTIONS
#ifndef WITH_PIC_SCALING
if (s->gfx_state->options->pic0_unscaled == 0)
- warning("Pic scaling was disabled; your version of FreeSCI has no support for scaled pic drawing built in.");
+ warning("Pic scaling was disabled; your version of ScummVM has no support for scaled pic drawing built in.");
s->gfx_state->options->pic0_unscaled = 1;
#endif
Modified: scummvm/trunk/engines/sci/engine/kstring.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kstring.cpp 2009-04-03 07:52:17 UTC (rev 39806)
+++ scummvm/trunk/engines/sci/engine/kstring.cpp 2009-04-03 08:10:58 UTC (rev 39807)
@@ -714,7 +714,7 @@
return argv[2];
}
-#define DUMMY_MESSAGE "No MESSAGE support in FreeSCI yet"
+#define DUMMY_MESSAGE "No MESSAGE support in SCI yet"
static MessageState state;
Modified: scummvm/trunk/engines/sci/engine/scriptdebug.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/scriptdebug.cpp 2009-04-03 07:52:17 UTC (rev 39806)
+++ scummvm/trunk/engines/sci/engine/scriptdebug.cpp 2009-04-03 08:10:58 UTC (rev 39807)
@@ -2328,7 +2328,7 @@
{"File I/O", 'F', (1 << 13)},
{"Time", 't', (1 << 14)},
{"Room numbers", 'r', (1 << 15)},
- {"FreeSCI 0.3.3 kernel emulation", 'e', (1 << 16)},
+ {"SCI 0.3.3 kernel emulation", 'e', (1 << 16)},
{"Pathfinding", 'P', (1 << SCIkAVOIDPATH_NR)}
} ;
Modified: scummvm/trunk/engines/sci/engine/seg_manager.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/seg_manager.cpp 2009-04-03 07:52:17 UTC (rev 39806)
+++ scummvm/trunk/engines/sci/engine/seg_manager.cpp 2009-04-03 08:10:58 UTC (rev 39807)
@@ -179,7 +179,7 @@
if (mem->data.script.buf_size > 65535) {
sciprintf("Script and heap sizes combined exceed 64K.\n"
- "This means a fundamental design bug was made in FreeSCI\n"
+ "This means a fundamental design bug was made in SCI\n"
"regarding SCI1.1 games.\nPlease report this so it can be"
"fixed in the next major version!\n");
return;
Modified: scummvm/trunk/engines/sci/gfx/gfx_tools.h
===================================================================
--- scummvm/trunk/engines/sci/gfx/gfx_tools.h 2009-04-03 07:52:17 UTC (rev 39806)
+++ scummvm/trunk/engines/sci/gfx/gfx_tools.h 2009-04-03 08:10:58 UTC (rev 39807)
@@ -23,7 +23,7 @@
*
*/
-/* FreeSCI 0.3.1+ graphics subsystem helper functions */
+/* SCI 0.3.1+ graphics subsystem helper functions */
#ifndef SCI_GFX_GFX_TOOLS_H
Modified: scummvm/trunk/engines/sci/scicore/resource.h
===================================================================
--- scummvm/trunk/engines/sci/scicore/resource.h 2009-04-03 07:52:17 UTC (rev 39806)
+++ scummvm/trunk/engines/sci/scicore/resource.h 2009-04-03 08:10:58 UTC (rev 39807)
@@ -186,7 +186,7 @@
int _volVersion; // RESOURCE.0xx version
/**
- * Creates a new FreeSCI resource manager.
+ * Creates a new SCI resource manager.
* @param version The SCI version to look for; use SCI_VERSION_AUTODETECT
* in the default case.
* @param maxMemory Maximum number of bytes to allow allocated for resources
Modified: scummvm/trunk/engines/sci/sfx/sequencer.h
===================================================================
--- scummvm/trunk/engines/sci/sfx/sequencer.h 2009-04-03 07:52:17 UTC (rev 39806)
+++ scummvm/trunk/engines/sci/sfx/sequencer.h 2009-04-03 08:10:58 UTC (rev 39807)
@@ -60,7 +60,7 @@
** 'patch' and 'patch_len' refer to the patch resource passed to open,
** as specified by the 'patchfile' property. 'patch' may be NULL if the
** resource wasn't found.
- ** For more information regarding patch resources, please refer to the
+ ** For more information regarding patch resources, please refer to the
** FreeSCI documentation, particularly the part regarding 'patch.*' resource
** data.
*/
Modified: scummvm/trunk/engines/sci/sfx/softseq/SN76496.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/softseq/SN76496.cpp 2009-04-03 07:52:17 UTC (rev 39806)
+++ scummvm/trunk/engines/sci/sfx/softseq/SN76496.cpp 2009-04-03 08:10:58 UTC (rev 39807)
@@ -23,7 +23,7 @@
*
*/
-/* Tandy/PCJr sequencer for FreeSCI */
+/* Tandy/PCJr sequencer for SCI */
#include "sci/sfx/softseq.h"
#include "sci/sfx/sci_midi.h"
Modified: scummvm/trunk/engines/sci/sfx/softseq/pcspeaker.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/softseq/pcspeaker.cpp 2009-04-03 07:52:17 UTC (rev 39806)
+++ scummvm/trunk/engines/sci/sfx/softseq/pcspeaker.cpp 2009-04-03 08:10:58 UTC (rev 39807)
@@ -23,7 +23,7 @@
*
*/
-/* PC speaker software sequencer for FreeSCI */
+/* PC speaker software sequencer for SCI */
#include "sci/sfx/softseq.h"
#include "sci/sfx/sci_midi.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list