aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/message.cpp
AgeCommit message (Expand)Author
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-01SCI: Fix a non-initialized variable in MessageReader - CID 1003120Filippos Karapetis
2013-04-15SCI: Fix memory leakWillem Jan Palenstijn
2013-03-30SCI: Fix two script bugs in PQ1 (message tuple typos) - bug #3605654Filippos Karapetis
2013-02-17SCI: Fix bug #3538416 - "SCI: SQ4 CD text glitches in introduction"Filippos Karapetis
2013-02-17SCI: Fix bug #3604944 - "SCI: QFG1VGA: Missing dialogue when speaking to Kaspar"Filippos Karapetis
2012-07-05SCI: Handle calls from MessageState::outputString() to arraysFilippos Karapetis
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-03SCI: Fix GK1 Mac messagesMatthew Hoops
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-08-02SCI: Fix memory leak.Johannes Schickel
2010-07-29Oops, removed leftover codeFilippos Karapetis
2010-07-29SCI: Silenced warning when exiting in LSL6 (bug report #3035533), and comment...Filippos Karapetis
2010-06-20SCI: implemented kPalVary(reverse) for pharkas, although there is a bug somew...Martin Kiewitz
2010-06-17Strict mode: Turned several severe errors (almost all detection related) into...Filippos Karapetis
2010-06-10Allow for digits in stage directions in SCI32 games: GK1 floppy uses them.Matthew Hoops
2010-05-18Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...Matthew Hoops
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2009-12-30SCI32:Matthew Hoops
2009-12-23Some SCI32 (minor) String bug fixes and cleanup.Matthew Hoops
2009-12-21Add a TODO for the SCI 2.1 message version (5).Matthew Hoops
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-11SCI: Fix bug in Message() recursionWalter van Niftrik
2009-10-10SCI: Fixed bug in new Message() codeWalter van Niftrik
2009-10-10SCI: Fix warningsWillem Jan Palenstijn
2009-10-10SCI: kMessage() rewriteWalter van Niftrik
2009-10-04SCI: fixed crash in sq5/german (umlauts)Martin Kiewitz
2009-09-02Some renaming:Filippos Karapetis
2009-08-31SCI: Fix messages in QFG remake.Walter van Niftrik
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-10SCI: Improved multilanguage support for SCI1 and SCI1.1.Walter van Niftrik
2009-06-07SCI: Moved resource36 handling into resource manager.Walter van Niftrik
2009-06-04SCI: Message: Added support for escape sequences.Walter van Niftrik
2009-05-20removed trailing whitespacesMax Horn
2009-05-13SCI: Message: Added a few more subfunctions; cleanup.Walter van Niftrik
2009-05-12SCI: Merged Message() and GetMessage(). Set SCI1.1 to use SCI1 kernel table (...Walter van Niftrik
2009-05-12SCI: Message: Added resource-internal recursion (currently untested).Walter van Niftrik
2009-05-11SCI: Message: Fixed a bug when game requests message with seq != 1.Walter van Niftrik
2009-05-10SCI: Minor changes to Message(). Some of the text in KQ6 floppy should now be...Walter van Niftrik
2009-05-10CleanupFilippos Karapetis
2009-05-10CleanupFilippos Karapetis
2009-05-10Applied patch by waltervn to remove the length parameter from getText() and f...Filippos Karapetis
2009-05-10Objectified and cleaned up the MessageState classFilippos Karapetis
2009-05-08SCI: GetMessage: lock resource.Walter van Niftrik
2009-04-23Fixed the GetMessage kernel opcode. Eco Quest 1 text is showing up correctly nowFilippos Karapetis
2009-04-23WIP code for kGetMessage (tested with Eco Quest 1). Currently, it doesn't alw...Filippos Karapetis
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis