aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/message.cpp
AgeCommit message (Expand)Author
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