aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-09-30SCI: Replace magic '-42' by an enumMax Horn
2009-09-30Fixed a crash in KQ1SCI, when the user types something wrong - the game tries...Filippos Karapetis
2009-09-30Fixed regression in r44417, found by waltervn. The score in KQ1SCI should be ...Filippos Karapetis
2009-09-30Fixed a crash when starting KQ1SCIFilippos Karapetis
2009-09-30- Moved the list of synonyms and parser nodes inside the vocabulary classFilippos Karapetis
2009-09-30Converted _color_equals() into respective equality operators within the gfx_c...Filippos Karapetis
2009-09-30SCI: Add callk stackframe directly in run_vmWillem Jan Palenstijn
2009-09-29Added a FIXME comment for the removed functionality in the script debuggerFilippos Karapetis
2009-09-29Remove unused variable.Johannes Schickel
2009-09-29Oops - don't attempt to print the sought kernel function name when its emptyFilippos Karapetis
2009-09-29- Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends...Filippos Karapetis
2009-09-29QFG3 clears clones with underbits set, so disable the warning for this behaviorFilippos Karapetis
2009-09-28SCI: Remove unsafe unmarkDeleted function.Willem Jan Palenstijn
2009-09-28SCI: When merging palettes, map all unused colours to index 0.Willem Jan Palenstijn
2009-09-28Added topString to the list of static selectors, for commit #44429Filippos Karapetis
2009-09-27SCI: Fix scrolling in SCI1 list controls.Walter van Niftrik
2009-09-27SCI: Remove directory prefix added by QfG3's char importWillem Jan Palenstijn
2009-09-27SCI: Adjust isValidOffset to match changes from r44396,Willem Jan Palenstijn
2009-09-27Simplify kFormat slightlyMax Horn
2009-09-27SCI: Add workaround for file mask used by QfG3Willem Jan Palenstijn
2009-09-27SCI: turn assert into warning, as it used in QfG2 char importWillem Jan Palenstijn
2009-09-27SCI: Fix crash when opening menu'sWillem Jan Palenstijn
2009-09-27SCI: clear strcpy's dest string if src is invalid.Willem Jan Palenstijn
2009-09-27SCI: change segment offsets in reg segments to be in half reg_t.Willem Jan Palenstijn
2009-09-27SCI: clean up kStrAtWillem Jan Palenstijn
2009-09-27SCI: Major string handling update.Willem Jan Palenstijn
2009-09-27SCI: Add utility functions for copying data between raw/non-raw segmentsWillem Jan Palenstijn
2009-09-27SCI: Add warning when dereferencing non-aligned stack pointerWillem Jan Palenstijn
2009-09-26SCI: Ignore size argument to FILEIO_WRITE_STRING.Willem Jan Palenstijn
2009-09-26SCI: Fix compile error with DEBUG_AVOIDPATHWillem Jan Palenstijn
2009-09-26SCI: Fix regression in r44081 breaking walking in QfG2Willem Jan Palenstijn
2009-09-26SCI: Fix copy/paste errorWillem Jan Palenstijn
2009-09-25Create a define for the special "signal" offset used throughout the engine, a...Filippos Karapetis
2009-09-25SCI: Remove EngineState::game_version, it was only used for saving anyway. Al...Max Horn
2009-09-25SCI: Fix a memory leakMax Horn
2009-09-25SCI: Pedantic cleanupMax Horn
2009-09-25Reverted commit #44316, as colors show up correctly now without dithering. Di...Filippos Karapetis
2009-09-24SCI: When setting global palette, map all unused colours to index 0.Willem Jan Palenstijn
2009-09-24SCI: Delete unused function declarationWillem Jan Palenstijn
2009-09-24SCI: Fix spellingMax Horn
2009-09-24SCI: Fix flat dithering by permuting the blended palette so that the EGA colo...Willem Jan Palenstijn
2009-09-24Set dithering to the FreeSCI "enhanced" style by default for SCI0 games, as d...Filippos Karapetis
2009-09-24Fix what looks like a typo in the condition, which checks for a divide by zero.Johannes Schickel
2009-09-24Fix warnings.Johannes Schickel
2009-09-24Changed make_reg to accept the same type of parameters as a reg_t does - i.e....Filippos Karapetis
2009-09-24The maximum value that a signed 16-bit integer can hold is 32767, not 32768 (...Filippos Karapetis
2009-09-24Add "demo" to the extras field of the fallback detector for demosFilippos Karapetis
2009-09-23SCI: Rename _sciVersion to s_sciVersion and made it local to resource.cpp (i....Max Horn
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-23COMMON: Add "ignoreCase" parameter to matchString.Johannes Schickel