Age | Commit message (Expand) | Author |
2011-02-03 | SCI: Fix GK1 Mac messages | Matthew Hoops |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn |
2010-08-02 | SCI: Fix memory leak. | Johannes Schickel |
2010-07-29 | Oops, removed leftover code | Filippos Karapetis |
2010-07-29 | SCI: Silenced warning when exiting in LSL6 (bug report #3035533), and comment... | Filippos Karapetis |
2010-06-20 | SCI: implemented kPalVary(reverse) for pharkas, although there is a bug somew... | Martin Kiewitz |
2010-06-17 | Strict mode: Turned several severe errors (almost all detection related) into... | Filippos Karapetis |
2010-06-10 | Allow for digits in stage directions in SCI32 games: GK1 floppy uses them. | Matthew Hoops |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2010-02-13 | SCI: Get rid of EngineState::resMan | Max Horn |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2009-12-30 | SCI32: | Matthew Hoops |
2009-12-23 | Some SCI32 (minor) String bug fixes and cleanup. | Matthew Hoops |
2009-12-21 | Add a TODO for the SCI 2.1 message version (5). | Matthew Hoops |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-11 | SCI: Fix bug in Message() recursion | Walter van Niftrik |
2009-10-10 | SCI: Fixed bug in new Message() code | Walter van Niftrik |
2009-10-10 | SCI: Fix warnings | Willem Jan Palenstijn |
2009-10-10 | SCI: kMessage() rewrite | Walter van Niftrik |
2009-10-04 | SCI: fixed crash in sq5/german (umlauts) | Martin Kiewitz |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-08-31 | SCI: Fix messages in QFG remake. | Walter van Niftrik |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-10 | SCI: Improved multilanguage support for SCI1 and SCI1.1. | Walter van Niftrik |
2009-06-07 | SCI: Moved resource36 handling into resource manager. | Walter van Niftrik |
2009-06-04 | SCI: Message: Added support for escape sequences. | Walter van Niftrik |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-13 | SCI: Message: Added a few more subfunctions; cleanup. | Walter van Niftrik |
2009-05-12 | SCI: Merged Message() and GetMessage(). Set SCI1.1 to use SCI1 kernel table (... | Walter van Niftrik |
2009-05-12 | SCI: Message: Added resource-internal recursion (currently untested). | Walter van Niftrik |
2009-05-11 | SCI: Message: Fixed a bug when game requests message with seq != 1. | Walter van Niftrik |
2009-05-10 | SCI: Minor changes to Message(). Some of the text in KQ6 floppy should now be... | Walter van Niftrik |
2009-05-10 | Cleanup | Filippos Karapetis |
2009-05-10 | Cleanup | Filippos Karapetis |
2009-05-10 | Applied patch by waltervn to remove the length parameter from getText() and f... | Filippos Karapetis |
2009-05-10 | Objectified and cleaned up the MessageState class | Filippos Karapetis |
2009-05-08 | SCI: GetMessage: lock resource. | Walter van Niftrik |
2009-04-23 | Fixed the GetMessage kernel opcode. Eco Quest 1 text is showing up correctly now | Filippos Karapetis |
2009-04-23 | WIP code for kGetMessage (tested with Eco Quest 1). Currently, it doesn't alw... | Filippos Karapetis |
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis |
2009-03-01 | SCI: Start converting MessageState into a class | Jordi Vilalta Prat |
2009-02-28 | SCI: Use the ResourceType enum instead of integers where it makes sense | Jordi Vilalta Prat |
2009-02-28 | resource_t struct replaced with stub Resource class for future objectifying. ... | Greg Frieger |
2009-02-28 | Turned ResourceManager into a class, along with all related functions | Greg Frieger |
2009-02-28 | SCI: Renamed some kernel types and general cleanup | Jordi Vilalta Prat |
2009-02-21 | SCI: Untangling #include dependencies a bit | Max Horn |
2009-02-21 | Wrapped the SCI engine in the Sci namespace. | Oystein Eftevaag |
2009-02-20 | formating | Paweł Kołodziejski |
2009-02-20 | SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other re... | Max Horn |