Age | Commit message (Expand) | Author |
2010-11-28 | SCI: Fixed bug #3034471 - "SCI, Castlebrain/Amiga: Invisible text in word sea... | Filippos Karapetis |
2010-11-20 | SCI: Fixed timer bug #3109139 - "SQ4: Crash after exiting Skate-o-Rama during... | Filippos Karapetis |
2010-11-19 | SCI: Only compile kGetConfig for SCI32 | Willem Jan Palenstijn |
2010-11-19 | SCI : data field is only supported if building for SCI32 | Lars Persson |
2010-11-19 | SCI: Implement the GetConfig call for LSL7 | Lars Skovlund |
2010-11-02 | SCI: Remove any use of printf | Max Horn |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn |
2010-10-31 | SCI: Play time related changes | Filippos Karapetis |
2010-10-23 | SCI: always allocate +1 byte in kMemory now | Martin Kiewitz |
2010-10-08 | SCI: Support kGetTime modes 2 and 3 in SCI 0_LATE | Willem Jan Palenstijn |
2010-09-09 | SCI: Kernel table changes | Filippos Karapetis |
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 |