[Scummvm-cvs-logs] CVS: scummvm/scumm string.cpp,1.216,1.217
Max Horn
fingolfin at users.sourceforge.net
Sun Apr 25 07:36:01 CEST 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm charset.cpp,2.91,2.92 string.cpp,1.217,1.218
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga actionmap.h,1.1,1.2 actor.cpp,1.1,1.2 actor.h,1.1,1.2 actor_mod.h,1.1,1.2 actordata.h,1.1,1.2 animation.h,1.1,1.2 console.cpp,1.1,1.2 console.h,1.1,1.2 cvar.cpp,1.1,1.2 cvar.h,1.1,1.2 cvar_mod.h,1.1,1.2 events.cpp,1.2,1.3 events_mod.h,1.1,1.2 expr.cpp,1.1,1.2 font.cpp,1.1,1.2 font.h,1.1,1.2 game.cpp,1.2,1.3 game.h,1.1,1.2 game_mod.h,1.1,1.2 gfx.cpp,1.1,1.2 gfx_mod.h,1.1,1.2 ihnm_introproc.cpp,1.1,1.2 image.h,1.1,1.2 interface.h,1.1,1.2 isomap.h,1.1,1.2 ite_introproc.cpp,1.1,1.2 ite_introproc.h,1.1,1.2 module.mk,1.3,1.4 objectmap.cpp,1.1,1.2 objectmap.h,1.1,1.2 palanim.h,1.1,1.2 reinherit.h,1.2,1.3 render.cpp,1.1,1.2 render.h,1.1,1.2 render_mod.h,1.1,1.2 rscfile.h,1.2,1.3 saga.cpp,1.5,1.6 scene.cpp,1.1,1.2 scene.h,1.1,1.2 scene_mod.h,1.1,1.2 sceneproc.cpp,1.1,1.2 script.cpp,1.1,1.2 script.h,1.1,1.2 sdata.h,1.1,1.2 sfuncs.h,1.1,1.2 sndres.cpp,1.1,1.2 sndres.h,1.1,1.2 sprite.cpp,1.1,1.2 sprite.h,1.1,1.2 sthread.cpp,1.1,1.2 sysgfx.h,1.1,1.2 systimer.h,1.1,1.2 text_mod.h,1.1,1.2 xmidi.cpp,1.1,1.2 xmidi.h,1.1,1.2 xmidi_mod.h,1.1,1.2 ys_binread.cpp,1.1,1.2 yslib.h,1.1,1.2 x86_32.h,1.2,NONE ys_file.cpp,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25896
Modified Files:
string.cpp
Log Message:
Updated the 'report to fingolfin' message
Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -d -r1.216 -r1.217
--- string.cpp 8 Apr 2004 23:38:08 -0000 1.216
+++ string.cpp 25 Apr 2004 13:22:09 -0000 1.217
@@ -309,7 +309,7 @@
// FIXME: Remove this and the next two lines eventually!
if (_charset->_hasMask != (_charset->_str.left != -1))
- warning("_hasMask mismatch (case A %d) - please report to Fingolfin", _charset->_hasMask);
+ warning("_hasMask mismatch (case A %d) - please report to Fingolfin if you notice any text/graphics glitches related to this!", _charset->_hasMask);
}
@@ -413,10 +413,7 @@
// A better name for _blitAlso might be _imprintOnBackground
if (_string[a].no_talk_anim == false) {
- // Sam and Max seems to blitAlso 32 a lot, which does
- // nothing anyway. So just hide that one for brevity.
- if (c != 32)
- warning("Would have set _charset->_blitAlso = true (wanted to print '%c' = %d)", c, c);
+ //warning("Would have set _charset->_blitAlso = true (wanted to print '%c' = %d)", c, c);
_charset->_blitAlso = true;
}
}
@@ -440,7 +437,7 @@
if (_version >= 7) {
// FIXME: Remove this and the next two lines eventually!
if (!_charset->_hasMask)
- warning("_hasMask mismatch (case B %d) - please report to Fingolfin", _charset->_hasMask);
+ warning("_hasMask mismatch (case B %d) - please report to Fingolfin if you notice any text/graphics glitches related to this!", _charset->_hasMask);
}
}
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm charset.cpp,2.91,2.92 string.cpp,1.217,1.218
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga actionmap.h,1.1,1.2 actor.cpp,1.1,1.2 actor.h,1.1,1.2 actor_mod.h,1.1,1.2 actordata.h,1.1,1.2 animation.h,1.1,1.2 console.cpp,1.1,1.2 console.h,1.1,1.2 cvar.cpp,1.1,1.2 cvar.h,1.1,1.2 cvar_mod.h,1.1,1.2 events.cpp,1.2,1.3 events_mod.h,1.1,1.2 expr.cpp,1.1,1.2 font.cpp,1.1,1.2 font.h,1.1,1.2 game.cpp,1.2,1.3 game.h,1.1,1.2 game_mod.h,1.1,1.2 gfx.cpp,1.1,1.2 gfx_mod.h,1.1,1.2 ihnm_introproc.cpp,1.1,1.2 image.h,1.1,1.2 interface.h,1.1,1.2 isomap.h,1.1,1.2 ite_introproc.cpp,1.1,1.2 ite_introproc.h,1.1,1.2 module.mk,1.3,1.4 objectmap.cpp,1.1,1.2 objectmap.h,1.1,1.2 palanim.h,1.1,1.2 reinherit.h,1.2,1.3 render.cpp,1.1,1.2 render.h,1.1,1.2 render_mod.h,1.1,1.2 rscfile.h,1.2,1.3 saga.cpp,1.5,1.6 scene.cpp,1.1,1.2 scene.h,1.1,1.2 scene_mod.h,1.1,1.2 sceneproc.cpp,1.1,1.2 script.cpp,1.1,1.2 script.h,1.1,1.2 sdata.h,1.1,1.2 sfuncs.h,1.1,1.2 sndres.cpp,1.1,1.2 sndres.h,1.1,1.2 sprite.cpp,1.1,1.2 sprite.h,1.1,1.2 sthread.cpp,1.1,1.2 sysgfx.h,1.1,1.2 systimer.h,1.1,1.2 text_mod.h,1.1,1.2 xmidi.cpp,1.1,1.2 xmidi.h,1.1,1.2 xmidi_mod.h,1.1,1.2 ys_binread.cpp,1.1,1.2 yslib.h,1.1,1.2 x86_32.h,1.2,NONE ys_file.cpp,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list