aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2012-06-20Merge pull request #246 from lordhoto/osystem-void-buffersJohannes Schickel
2012-06-20SCI: Change kRemapColors(5) again. Fixes the colors in QFG4Filippos Karapetis
2012-06-20SCI: Add a warning for kRemapColors(RemapByPercent)Filippos Karapetis
2012-06-20SCI: Implement kRemapColors(5 - set color intensity)Filippos Karapetis
2012-06-20SCI: Remove multibyte character processing code from SCI32Filippos Karapetis
2012-06-20SCI: Don't attempt to draw line feed characters in SCI32Filippos Karapetis
2012-06-18SCI: Store script sizes in 32-bit integersFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-06-18SCI: Add a check for empty VMD file namesFilippos Karapetis
2012-06-16SCI: Get rid of casts on CursorManager::replaceCursor calls.Johannes Schickel
2012-06-16SCI: Get rid of casts on OSystem::copyRectToScreen calls.Johannes Schickel
2012-06-15SCI: Change getClassAddress() to only require the caller segmentFilippos Karapetis
2012-06-15SCI: Also skip a robot video in the Lighthouse demoFilippos Karapetis
2012-06-15SCI: Replace RAW_IS_OBJECT with a methodFilippos Karapetis
2012-06-15SCI: Fix warningsFilippos Karapetis
2012-06-15Revert "SCI: Change Script::getObject() to accept a reg_t"Filippos Karapetis
2012-06-15SCI: Further cleanup of the script codeFilippos Karapetis
2012-06-15SCI: Skip playing of the unsupported robot video 1003 in RAMAFilippos Karapetis
2012-06-15SCI: _propertyOffsetsSci3 and classpos should be 32-bit integersFilippos Karapetis
2012-06-15SCI: Clean up the script initialization codeFilippos Karapetis
2012-06-15SCI: Change Script::getObject() to accept a reg_tFilippos Karapetis
2012-06-15SCI: Limit floodfill hack to GK1Filippos Karapetis
2012-06-14SCI: Change the script buffer size to be a size_t as wellFilippos Karapetis
2012-06-14SCI: Add known large SCI3 scriptsFilippos Karapetis
2012-06-14SCI: A separate implementation is needed for syncStringHeap() for SCI3Filippos Karapetis
2012-06-14SCI: Add handling of two more configuration settings for LSL7Filippos Karapetis
2012-06-14SCI: Add missing documentation for the plane_items / pi console commandFilippos Karapetis
2012-06-13SCI: Fix the loading screen and the loading functionality in ShiversFilippos Karapetis
2012-06-13SCI: Shuffle the kernel functions inside kfile.cppFilippos Karapetis
2012-06-13SCI: Handle the torindebug config setting for Torin's Passage FrenchFilippos Karapetis
2012-06-13SCI: Add a workaround for the French version of Torin's PassageFilippos Karapetis
2012-06-13SCI: Only include kSave_subops if ENABLE_SCI32 is definedFilippos Karapetis
2012-06-13SCI: Use the later SCI file functions for the SCI0 onesFilippos Karapetis
2012-06-13SCI: Change kSave() to be a kernel function with subopsFilippos Karapetis
2012-06-13SCI: Move all file-related functions in file.*Filippos Karapetis
2012-06-13SCI: Reorder the file kernel functions a bitFilippos Karapetis
2012-06-13SCI: Implement the file operations needed for the save dialog in PhantasmagoriaFilippos Karapetis
2012-06-13SCI: Add debug code to automatically skip robot videosFilippos Karapetis
2012-06-11SCI: Fix comment in kString(at)Matthew Hoops
2012-06-11SCI: Add support for variable selectors in kListFirstTrue / kListAllTrueFilippos Karapetis
2012-06-11SCI: Return the default value for unknown configuration settingsFilippos Karapetis
2012-06-11SCI: Added another French version of Torin's PassageFilippos Karapetis
2012-06-11SCI: Bugfix for negative numbers in kString(at)Filippos Karapetis
2012-06-11SCI: Add more verbose debug output for DoAudio in SCI2.1Filippos Karapetis
2012-06-10GUI: Refactor default savegame description creation.Johannes Schickel
2012-06-10GUI: Add helper to SaveLoadChooser, which uses the currently active target.Johannes Schickel
2012-06-10GUI: Get rid of SaveLoadChooser::setSaveMode.Johannes Schickel
2012-06-09SCI: Update information on kGetSierraProfileIntFilippos Karapetis
2012-06-09SCI: Initial implementation of AddLine, UpdateLine, DeleteLineFilippos Karapetis
2012-06-09SCI: Handle translucent text planesFilippos Karapetis