aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-06-10Unified invokeSelector() and invokeSelectorArgv(), and removed the INV_SEL kl...Filippos Karapetis
2010-06-10Use the SELECTOR() macro for readabilityFilippos Karapetis
2010-06-10Removed the pointer to the game object from the EngineState classFilippos Karapetis
2010-06-10Moved the MoveCountType enum above the GameFeatures class, as it's the only c...Filippos Karapetis
2010-06-10Fixed compilation with the old music codeFilippos Karapetis
2010-06-10Moved all of the game init/run/exit logic inside the SciEngine classFilippos Karapetis
2010-06-09The segment manager is now initialized before the graphics subsystem. Fixes t...Filippos Karapetis
2010-06-09SCI: document raw lipsync data skipping in readAudioMapSCI11()Martin Kiewitz
2010-06-09The EngineState is no longer recreated when a game is restored, thus we don't...Filippos Karapetis
2010-06-09Fixed crash in SCI2.1 gamesFilippos Karapetis
2010-06-09Limit kPortrait to be used in the Windows version of KQ6 onlyFilippos Karapetis
2010-06-09Proper fix for kernel name loading (regression from commit #49537)Filippos Karapetis
2010-06-09Fixed regression from commit #49537Filippos Karapetis
2010-06-09Disabled the mouse warping code, as it can be annoying in windowed modeFilippos Karapetis
2010-06-09Fixed compilation when the old sound code is usedFilippos Karapetis
2010-06-09SCI: fix multiple playing of the same sound in a row (without using looping) ...Martin Kiewitz
2010-06-09Merged script_init_engine() and game_init() and cleaned up SciEngine::run() a...Filippos Karapetis
2010-06-09Globals from script 0 are now initialized in script_init_engine(), and are ac...Filippos Karapetis
2010-06-09Fix compile errorsWillem Jan Palenstijn
2010-06-09Renamed the SciEvent class to EventManager, to separate it from the sciEvent ...Filippos Karapetis
2010-06-09Merged restAdjust and restAdjustCur, as we don't save the restAdjust modifier...Filippos Karapetis
2010-06-08Don't shrink the stack after reconstructing it, when loading a saved game. Fi...Filippos Karapetis
2010-06-08SCI: set default palette after initializing music driver, fixes palette getti...Martin Kiewitz
2010-06-08CleanupFilippos Karapetis
2010-06-08SCI: check for SOL header in audio36 patchesMartin Kiewitz
2010-06-08Merged the restarting_flags, script_abort_flag, and restoring members of the ...Filippos Karapetis
2010-06-08Fixed compilation when the SCI32 code is disabledFilippos Karapetis
2010-06-08Merged _game_run() inside game_run(). Some cleanupFilippos Karapetis
2010-06-08Merged sync_SegManagerPtr() inside EngineState::saveLoadWithSerializer()Filippos Karapetis
2010-06-08SCI: use base36 sync/audio patches for sci1.1 as well and also check if patch...Martin Kiewitz
2010-06-08Made reconstruct_stack() a member of SegManagerFilippos Karapetis
2010-06-08Add a version check for base36 encoded patches - they were introduced in SCI2Filippos Karapetis
2010-06-08SCI: if song isn't playing, set signal and don't set fadeout/fadein variables...Martin Kiewitz
2010-06-07SCI: slight cleanup on processPatch, etc.Martin Kiewitz
2010-06-07SCI: fix regression from #49484, we were ignoring 65535 patches and this brok...Martin Kiewitz
2010-06-07Added support for SCI2+ base36 encoded patches (audio36 and sync36)Filippos Karapetis
2010-06-07Fixed regression from commit #49465 - there are in fact two restAdjust variab...Filippos Karapetis
2010-06-07Fix gcc warning about an comparison which is always false due to data type ra...Johannes Schickel
2010-06-07Allow for the other audio36 patch naming schemes (Mac and some Torin ones).Matthew Hoops
2010-06-07Some initial code for audio36 and sync36 patch supportFilippos Karapetis
2010-06-07SCI: Relax signature of kCreateTextBitmap.Walter van Niftrik
2010-06-07SCI: Adjust kGetSaveFiles for SCI32.Walter van Niftrik
2010-06-07Change some kString subops to use the raw string directly instead of through ...Matthew Hoops
2010-06-06Now that EngineState is not deleted when loading games, we can move some more...Filippos Karapetis
2010-06-06Throw a warning in kString(At) if the index is out-of-bounds instead of havin...Matthew Hoops
2010-06-06Now opening all files via getVolumeFile()Filippos Karapetis
2010-06-05Replaced a leftover Common::File::exists() call in the fallback detectorFilippos Karapetis
2010-06-05Fixed the cursor limiting code in GK1Filippos Karapetis
2010-06-05Rewrote the remaining parts of the ResourceManager class to work with file st...Filippos Karapetis
2010-06-04SCI: Fix for Valgrind Warning in Palette.David Turner