Age | Commit message (Expand) | Author |
2019-08-12 | SCI: Fix SQ4CD hintbook text layout | sluicebox |
2019-06-16 | SCI: Fix regression in message workarounds | sluicebox |
2019-06-09 | SCI: Create message workaround system | sluicebox |
2019-05-26 | SCI: Fix FPFP CD 'Dummy Msg' message texts | sluicebox |
2018-12-29 | SCI32: Fix QFG4 statue item description | Vhati |
2018-12-28 | SCI32: Fix QFG4 Rusalka flowers dialogue | Vhati |
2018-12-02 | SCI: Add some TODOs for better handling of wrong / missing resources | Filippos Karapetis |
2018-10-08 | SCI: Fix LB2 Yvette/Tut premature murder message | sluicebox |
2018-08-28 | SCI32: Fix a crash when talking with the Leshy in QFG4 | Filippos Karapetis |
2017-09-24 | SCI32: Disable all SCI32 Mac code | Colin Snover |
2017-03-30 | SCI: Update formatting strings to match updated Span API | Colin Snover |
2017-03-27 | SCI: Implement bounds-checked reads of game resources | Colin Snover |
2017-02-05 | SCI: Fix more unsafe C-string usage | Colin Snover |
2016-10-26 | SCI: Rename hexDigitToInt to indicate it's intentionally broken | Willem Jan Palenstijn |
2016-10-25 | SCI: Implement SSCI bug in hexadecimal escape sequences | Colin Snover |
2016-09-29 | SCI32: Rewrite kArray & kString | Colin Snover |
2015-12-29 | SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE | Martin Kiewitz |
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 |