Age | Commit message (Expand) | Author |
2010-08-03 | SCI: kMemory issue in pq3 only for multilingual | Martin Kiewitz |
2010-08-03 | SCI: adding workaround for pq3 inside kMemory | Martin Kiewitz |
2010-08-01 | SCI: Ignoring non-critical script bug in QFG1VGA, when closing any conversati... | Filippos Karapetis |
2010-07-31 | SCI: little cleanup | Martin Kiewitz |
2010-07-31 | SCI: kGameIsRestarting returns 2 when we restored | Martin Kiewitz |
2010-07-30 | SCI: speed throttler cleanup and iceman comment | Martin Kiewitz |
2010-07-21 | SCI: Moved all the static kernel-related tables in a separate file. Also, mov... | Filippos Karapetis |
2010-07-12 | SCI: Turn global object g_debugState into SciEngine member var | Max Horn |
2010-07-10 | SCI: calling speed throttler as well from kPalette(setIntensity) if needed - ... | Martin Kiewitz |
2010-06-28 | SCI: Turn more warnings into errors. | Max Horn |
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-23 | Fixed memory fragmentation warnings in Crazy Nick's games | Filippos Karapetis |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn |
2010-06-17 | SCI: Moved the event code a little bit around. | Max Horn |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz |
2010-06-11 | Added a new kernel function, kEmpty, for really empty (not dummy, i.e. unimpl... | Filippos Karapetis |
2010-06-10 | camelCase changes | Filippos Karapetis |
2010-06-09 | Fix compile errors | Willem Jan Palenstijn |
2010-06-08 | Merged the restarting_flags, script_abort_flag, and restoring members of the ... | Filippos Karapetis |
2010-06-06 | Now that EngineState is not deleted when loading games, we can move some more... | Filippos Karapetis |
2010-05-28 | Silenced some superfluous warnings in KQ5CD | Filippos Karapetis |
2010-05-24 | SCI: renaming MacIconBar to GfxMacIconBar | Martin Kiewitz |
2010-05-24 | Add support for showing the icon bar in SCI1.1 Mac. | Matthew Hoops |
2010-05-23 | Remove the unused SCI_GAME_WAS_RESTARTED_AT_LEAST_ONCE flag | Filippos Karapetis |
2010-05-23 | Made shrink_execution_stack() a member of EngineState | Filippos Karapetis |
2010-05-23 | Cleaned up the game ID code: | Filippos Karapetis |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-05-17 | SCI: adding speed throttler special case for iceman / submarine control room | Martin Kiewitz |
2010-02-23 | SCI: Turn kernel_sleep() into SciEvent::sleep() | Max Horn |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-06 | SCI: Revert r47925 and put fix inside GC instead. | Walter van Niftrik |
2010-02-06 | SCI: Don't call garbage collector directly from kFlushResources() as this is ... | Walter van Niftrik |
2010-02-01 | kPlatform(0) should return the SCI platform number. Fixes playing AVI's in KQ... | Matthew Hoops |
2010-01-31 | SCI: Implement kMemorySegment(). | Walter van Niftrik |
2010-01-26 | SCI: Add string support for odd-offset pointers into reg_t-based segments. | Walter van Niftrik |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-17 | Mark lsl3 as a workaround. | Eugene Sandulenko |
2010-01-17 | SCI: speed throttler - hardcoded exception for room 290/lsl3, should fix push... | Martin Kiewitz |
2010-01-17 | SCI: speed throttler changed, now gets triggered by kAnimate, removed initial... | Martin Kiewitz |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |
2010-01-02 | Fix the GK1 CD intro sequence (regression from r46839, which fixed a regressi... | Matthew Hoops |
2010-01-01 | Fixed KQ5CD (regression from rev. 46656) | Filippos Karapetis |
2009-12-27 | Implement kPlatform subfunctions 0 and 2, and stub 1 and 3 (CD speed and CD c... | Matthew Hoops |
2009-12-04 | SCI: SciEvent created, kernel_sleep() created | Martin Kiewitz |
2009-10-30 | Formatting. | Johannes Schickel |
2009-10-30 | Cleaned up kPlatform() a bit, and changed it to return appropriate values for... | Filippos Karapetis |
2009-10-25 | SCI: kGameIsRestarting - another change, setting back delay back to 30msecs, ... | Martin Kiewitz |
2009-10-25 | SCI: kGameIsRestarting - changing speed throttler to 10 msecs, lsl5 is still ... | Martin Kiewitz |
2009-10-23 | SCI: speed throttler moved to kGameIsRestarting for all games. Also made the ... | Martin Kiewitz |