aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-12-09SCI: Paranoia tweak for EngineState::autoDetectFeatureMax Horn
2009-12-09SCI: Save/LoadGame Common::Rect saving now portableMartin Kiewitz
2009-12-08SCI: new USE_OLDGFX for switching to oldgui, fixes loading of savedgames unde...Martin Kiewitz
2009-12-08SCI: SciGui::getPortPic now uses byrefMartin Kiewitz
2009-12-08SCI: Saving picPort now (fixes loading saved games in castle of dr. brain)Martin Kiewitz
2009-12-08SCI: Cleanup DirSeeker a little bitMax Horn
2009-12-04SCI: Renamed "buckybits" to "modifiers" in SciEventMartin Kiewitz
2009-12-04SCI: Make event constants more verboseMartin Kiewitz
2009-12-04SCI: Recreate SciEvent on loading savesMartin Kiewitz
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz
2009-12-04SCI: Alt translation. Currently handles Ctrl-X as Ctrl-Alt-X so that bypassin...Martin Kiewitz
2009-12-04SCI: Convert characters to scancode, when Ctrl is pressed (fixes key-shortcut...Martin Kiewitz
2009-11-30SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor hiding/s...Martin Kiewitz
2009-11-29Properly update the sound state in the sound command parser when loading a gameFilippos Karapetis
2009-11-23SCI: Reduce header interdependencyMax Horn
2009-11-22Added a sanity check to the setCursor detectionFilippos Karapetis
2009-11-22Check which DoSound method is actually invoked from Sound::play, to remove a ...Filippos Karapetis
2009-11-21Removed duplicate code and simplified some feature detectionFilippos Karapetis
2009-11-20Fixed sound detection for Jones CDFilippos Karapetis
2009-11-20Changed some comments back to DOxygen (inline) style and removed some more de...Filippos Karapetis
2009-11-20Simplified the doSound detection a bitFilippos Karapetis
2009-11-20Fixed game restarting regressionFilippos Karapetis
2009-11-20Removed the syncTime and syncCue selectors from the list of static selectors,...Filippos Karapetis
2009-11-20Added a FIXME for the syncTime and syncCue selectors, for games which don't h...Filippos Karapetis
2009-11-20- Removed the non-static selectors "overlay" and "setCursor" from the list of...Filippos Karapetis
2009-11-20Removed more unused selectors - the canBeHere selector is replaced by cantBeH...Filippos Karapetis
2009-11-20Removed more unused selectorsFilippos Karapetis
2009-11-20Check the overridden game object when performing setCursor detection, which p...Filippos Karapetis
2009-11-20Added a game-specific workaround for setCursor detection in KQ5CD: the code f...Filippos Karapetis
2009-11-20FormattingFilippos Karapetis
2009-11-20Changed the lofs detection to iterate through all the methods of the Game obj...Filippos Karapetis
2009-11-20Selector cleanup: rearranged all selectors to be in the same order as in Sier...Filippos Karapetis
2009-11-20Some corrections for the lofs autodetection - SQ4 floppy works againFilippos Karapetis
2009-11-20Shifted some code aroundFilippos Karapetis
2009-11-20- Rewrote the lofs parameter type auto-detection codeFilippos Karapetis
2009-11-19- Simplified the different feature detection types, removed some duplicate co...Filippos Karapetis
2009-11-14Moved getAngle() inside kmovement.cpp, the only place where it's actually usedFilippos Karapetis
2009-11-14Cleaned up the file handling functions and removed the C IO wrappers. Apparen...Filippos Karapetis
2009-11-14Removed sfx/misc.hFilippos Karapetis
2009-11-12Started objectifying kDoSound()Filippos Karapetis
2009-11-12Some more tweaks for skipping the menu data in savegames, when INCLUDE_OLDGFX...Filippos Karapetis
2009-11-12The menu bar code is no longer used in the new graphics code, and the menu st...Filippos Karapetis
2009-11-11SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2Martin Kiewitz
2009-11-09SCI: Remove remarks about in-place loading, at least for now.Max Horn
2009-11-05SCI/newgui: kDisposeWindow - changed to reflect actual sierra sci behaviourMartin Kiewitz
2009-11-05Moved the audio related command enums inside audio.hFilippos Karapetis
2009-11-04Fix CD Audio in JonesCD and add some comments.Matthew Hoops
2009-11-04Removed unused variables and placed some more old code inside INCLUDE_OLDGFX ...Filippos Karapetis
2009-11-04- Changed the segment manager to be a static part of the engine, and stopped ...Filippos Karapetis
2009-11-04Reapplied the LSL1 casino workaround, which got disabled accidentally in comm...Filippos Karapetis