aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/message.cpp
AgeCommit message (Expand)Author
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
2009-03-01SCI: Start converting MessageState into a classJordi Vilalta Prat
2009-02-28SCI: Use the ResourceType enum instead of integers where it makes senseJordi Vilalta Prat
2009-02-28resource_t struct replaced with stub Resource class for future objectifying. ...Greg Frieger
2009-02-28Turned ResourceManager into a class, along with all related functionsGreg Frieger
2009-02-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat
2009-02-21SCI: Untangling #include dependencies a bitMax Horn
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-20formatingPaweł Kołodziejski
2009-02-20SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other re...Max Horn
2009-02-17Update headers. engine/Eugene Sandulenko
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15cleanup, fixed warningsMax Horn
2009-02-15Silenced a ton of warnings, and disabled several unreferenced functions (dead...Filippos Karapetis
2009-02-15- Remove some unneeded filesEugene Sandulenko