aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kmisc.cpp
AgeCommit message (Expand)Author
2016-08-19SCI32: Split kPlatform for SCI32Colin Snover
2016-08-12SCI32: Implement kShowMovieColin Snover
2016-08-11SCI32: Temporarily revert kShowMovie due to buildbot failuresColin Snover
2016-08-11SCI32: Implement kShowMovieColin Snover
2016-07-25SCI: Add detection to the Hoyle 5 family of gamesOmer Mor
2016-07-11SCI32: Add detection for Hoyle 5 demoColin Snover
2016-07-02SCI: Improve kernel subfunction loggingWillem Jan Palenstijn
2016-06-27SCI: Fixed KGetTime with SYSDATE subop in SCI0-LATE.Omer Mor
2016-02-08SCI: Make kMemory behavior like original SCIMartin Kiewitz
2016-01-22SCI: add user option for high resolution graphicsMartin Kiewitz
2016-01-14SCI: Use tick-based timing more consistentlyColin Snover
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2014-06-01SCI: fix kGetTime, fixes bug #6605Martin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2012-07-03SCI: Move kGetWindowsOption together with the other misc kernel functionsFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-06-14SCI: Add handling of two more configuration settings for LSL7Filippos Karapetis
2012-06-13SCI: Handle the torindebug config setting for Torin's Passage FrenchFilippos Karapetis
2012-06-11SCI: Return the default value for unknown configuration settingsFilippos Karapetis
2012-06-09SCI: Update information on kGetSierraProfileIntFilippos Karapetis
2012-06-02SCI32: Implement GetConfig("language")Lars Skovlund
2012-05-30SCI32: Case-insensitive configuration gettersLars Skovlund
2012-05-26SCI: Implement kGetConfig and kGetSierraProfileIntFilippos Karapetis
2011-09-24SCI: Fixed timer bug #3127824 - "SCI: speed problem - Castle of Dr Brain"Filippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-15SCI: Silenced the warning for kMacPlatform(1)md5
2011-03-28SCI: Error out when kMemorySegment() is requested to save more than 256 bytesmd5
2011-03-09SCI: Implement Mac iconbar event handling.Walter van Niftrik
2011-03-07SCI: Constify some codeMax Horn
2011-03-04SCI: Remove SCI version check from READ/WRITE_SCI1ENDIAN_UINT16.Walter van Niftrik
2011-03-04SCI: Use BE string handling for Mac games.Walter van Niftrik
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