aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kmisc.cpp
AgeCommit message (Expand)Author
2011-02-20SCI: Add support for enabling/disabling Mac icon bar imagesMatthew Hoops
2011-02-15SCI: Fill in the remaining Mac-specific kPlatform subopsMatthew Hoops
2011-02-06SCI: Improve Mac SCI1.1+ cursor supportMatthew Hoops
2011-02-03SCI: Disable the special QFG1 Mac icon barMatthew Hoops
2011-01-21SCI: Add comment for GK1 workaround.Lars Skovlund
2011-01-21SCI: Fix GK1 breaking into the debugger when watching the introLars Skovlund
2011-01-21SCI: Partial robot support, currently disabled since it does not runLars Skovlund
2011-01-07SCI2.1: Kernel function changes (after looking through all of the SCI2.1 games)Filippos Karapetis
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2010-11-28SCI: Fixed bug #3034471 - "SCI, Castlebrain/Amiga: Invisible text in word sea...Filippos Karapetis
2010-11-20SCI: Fixed timer bug #3109139 - "SQ4: Crash after exiting Skate-o-Rama during...Filippos Karapetis
2010-11-19SCI: Only compile kGetConfig for SCI32Willem Jan Palenstijn
2010-11-19SCI : data field is only supported if building for SCI32Lars Persson
2010-11-19SCI: Implement the GetConfig call for LSL7Lars Skovlund
2010-11-02SCI: Remove any use of printfMax Horn
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-31SCI: Play time related changesFilippos Karapetis
2010-10-23SCI: always allocate +1 byte in kMemory nowMartin Kiewitz
2010-10-08SCI: Support kGetTime modes 2 and 3 in SCI 0_LATEWillem Jan Palenstijn
2010-09-09SCI: Kernel table changesFilippos Karapetis
2010-08-03SCI: kMemory issue in pq3 only for multilingualMartin Kiewitz
2010-08-03SCI: adding workaround for pq3 inside kMemoryMartin Kiewitz
2010-08-01SCI: Ignoring non-critical script bug in QFG1VGA, when closing any conversati...Filippos Karapetis
2010-07-31SCI: little cleanupMartin Kiewitz
2010-07-31SCI: kGameIsRestarting returns 2 when we restoredMartin Kiewitz
2010-07-30SCI: speed throttler cleanup and iceman commentMartin Kiewitz
2010-07-21SCI: Moved all the static kernel-related tables in a separate file. Also, mov...Filippos Karapetis
2010-07-12SCI: Turn global object g_debugState into SciEngine member varMax Horn
2010-07-10SCI: calling speed throttler as well from kPalette(setIntensity) if needed - ...Martin Kiewitz
2010-06-28SCI: Turn more warnings into errors.Max Horn
2010-06-25SCI: Introduce SciGameId enumMax Horn
2010-06-23Fixed memory fragmentation warnings in Crazy Nick's gamesFilippos Karapetis
2010-06-18SCI: Rewrap some overlong commentsMax Horn
2010-06-17SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()'Max Horn
2010-06-17SCI: Moved the event code a little bit around.Max Horn
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-11Added a new kernel function, kEmpty, for really empty (not dummy, i.e. unimpl...Filippos Karapetis
2010-06-10camelCase changesFilippos Karapetis
2010-06-09Fix compile errorsWillem Jan Palenstijn
2010-06-08Merged the restarting_flags, script_abort_flag, and restoring members of the ...Filippos Karapetis
2010-06-06Now that EngineState is not deleted when loading games, we can move some more...Filippos Karapetis
2010-05-28Silenced some superfluous warnings in KQ5CDFilippos Karapetis
2010-05-24SCI: renaming MacIconBar to GfxMacIconBarMartin Kiewitz
2010-05-24Add support for showing the icon bar in SCI1.1 Mac.Matthew Hoops
2010-05-23Remove the unused SCI_GAME_WAS_RESTARTED_AT_LEAST_ONCE flagFilippos Karapetis
2010-05-23Made shrink_execution_stack() a member of EngineStateFilippos Karapetis
2010-05-23Cleaned up the game ID code:Filippos Karapetis
2010-05-18Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...Matthew Hoops
2010-05-17SCI: adding speed throttler special case for iceman / submarine control roomMartin Kiewitz
2010-02-23SCI: Turn kernel_sleep() into SciEvent::sleep()Max Horn