aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
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
2010-06-04Some more work on channel remapping: Moved the remapping code to the music lo...Filippos Karapetis
2010-06-04Simplified the channel monitoring code inside the SoundResource classFilippos Karapetis
2010-06-04SCI: Replace strncpy with Common::strlcpyWalter van Niftrik
2010-06-04SCI: Add savegame version check in CheckSaveGameWalter van Niftrik
2010-06-04SCI: CleanupWalter van Niftrik
2010-06-03Replace two uses of ::qsort by Common::sort.Johannes Schickel
2010-06-03- Made some methods constJohannes Schickel
2010-06-03A first attempt at channel remapping (currently disabled)Filippos Karapetis
2010-06-03Added code to get which channels are used by a sound. Also, fixed a crash whe...Filippos Karapetis
2010-06-03Added channel remapping to MidiParser_SCI (currently unused)Filippos Karapetis
2010-06-03Re-enabled the cursor position limiting codeFilippos Karapetis
2010-06-03Fixed crashing with wave file patches, a regression from commit #49391Filippos Karapetis
2010-06-03The setCursor selector is no longer used for the detection of the kSetCursor(...Filippos Karapetis
2010-06-03Fixed compilationFilippos Karapetis
2010-06-03Moved several object-related defines inside vm.h into segment.h, where the Ob...Filippos Karapetis
2010-06-02Fixed regression from commit #49332 (merging of the SCI0 and SCI11 relocate f...Filippos Karapetis
2010-06-02- Fixed findGameObject() to properly handle SCI0-SCI1 games where the first b...Filippos Karapetis
2010-06-02If we can't find the game object or game ID in fallback detection, break out ...Matthew Hoops
2010-06-02Fix warningMax Horn
2010-06-01Fixed the detection of SCI2.1 games in the fallback detectorFilippos Karapetis
2010-06-01Add support for SCI2.1 resource patches to the fallback detectorFilippos Karapetis
2010-06-01Stop reconstructing the engine state when restoring, but reset it insteadFilippos Karapetis
2010-06-01SCI: Fix malloc<->new mismatch in SysStrings, try to increase readabilityMax Horn
2010-06-01The parser vocabulary remains static throughout the game, thus it has been re...Filippos Karapetis
2010-06-01The system strings segment is a fixed segment of the segment manager, which d...Filippos Karapetis
2010-05-31Added a new console command, verify_scripts, used for sanity checking of SCI1...Filippos Karapetis
2010-05-31Merged all the script relocation code inside script_instantiate(), and change...Filippos Karapetis
2010-05-31Wrote the initialization code for the exports and synonyms table to make more...Filippos Karapetis
2010-05-31SCI: break on anything, warn on anything but spaces in kReadNumberMartin Kiewitz
2010-05-31Fixed operator precedence warningFilippos Karapetis