[Scummvm-cvs-logs] SF.net SVN: scummvm:[45489] scummvm/trunk/engines/sci
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Wed Oct 28 22:49:16 CET 2009
Revision: 45489
http://scummvm.svn.sourceforge.net/scummvm/?rev=45489&view=rev
Author: thebluegr
Date: 2009-10-28 21:49:16 +0000 (Wed, 28 Oct 2009)
Log Message:
-----------
Wording. Added warnings for unimplemented menu-related functions in the new GUI code
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/game.cpp
scummvm/trunk/engines/sci/engine/kmenu.cpp
scummvm/trunk/engines/sci/gui/gui.cpp
Modified: scummvm/trunk/engines/sci/engine/game.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/game.cpp 2009-10-28 21:46:27 UTC (rev 45488)
+++ scummvm/trunk/engines/sci/engine/game.cpp 2009-10-28 21:49:16 UTC (rev 45489)
@@ -42,7 +42,7 @@
Common::String oldId;
Common::String newId;
bool demo;
- Common::String demoCheckFile; // if non-zero and it doesn't exist, the demo flag is set
+ Common::String demoCheckFile; // if not empty and it doesn't exist, the demo flag is set
};
static const OldNewIdTableEntry s_oldNewTable[] = {
Modified: scummvm/trunk/engines/sci/engine/kmenu.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kmenu.cpp 2009-10-28 21:46:27 UTC (rev 45488)
+++ scummvm/trunk/engines/sci/engine/kmenu.cpp 2009-10-28 21:49:16 UTC (rev 45489)
@@ -44,6 +44,7 @@
contents, s->titlebar_port->_font, argv[1]);
#else
// TODO
+ warning("TODO: kAddMenu()");
#endif
return s->r_acc;
Modified: scummvm/trunk/engines/sci/gui/gui.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui.cpp 2009-10-28 21:46:27 UTC (rev 45488)
+++ scummvm/trunk/engines/sci/gui/gui.cpp 2009-10-28 21:49:16 UTC (rev 45489)
@@ -296,10 +296,12 @@
void SciGui::drawMenuBar() {
// TODO: Implement menubar
+ warning("TODO: drawMenuBar()");
}
void SciGui::clearMenuBar() {
// TODO: Implement menubar
+ warning("TODO: clearMenuBar()");
}
void SciGui::drawPicture(GuiResourceId pictureId, int16 animationNr, bool animationBlackoutFlag, bool mirroredFlag, bool addToFlag, int16 EGApaletteNo) {
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