Age | Commit message (Expand) | Author |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-05-01 | SCI: Fix a non-initialized variable in MessageReader - CID 1003120 | Filippos Karapetis |
2013-04-15 | SCI: Fix memory leak | Willem Jan Palenstijn |
2013-03-30 | SCI: Fix two script bugs in PQ1 (message tuple typos) - bug #3605654 | Filippos Karapetis |
2013-02-17 | SCI: Fix bug #3538416 - "SCI: SQ4 CD text glitches in introduction" | Filippos Karapetis |
2013-02-17 | SCI: Fix bug #3604944 - "SCI: QFG1VGA: Missing dialogue when speaking to Kaspar" | Filippos Karapetis |
2012-07-05 | SCI: Handle calls from MessageState::outputString() to arrays | Filippos Karapetis |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
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 |