aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-29Fix typo(?) which prevents streaming code from compiling.Neil Millstone
2010-05-29DS: Various fixes to allow the DS port to compile on DevkitARM r30 and libnds...Neil Millstone
2010-05-29CleanupFilippos Karapetis
2010-05-29Removed the scriptRelocateExportsSci11() hack. The open spell in QFG1VGA work...Filippos Karapetis
2010-05-29Removed the hack inside findGameObject(), and replaced it with code from the ...Filippos Karapetis
2010-05-29Fixed regression in SCI2-SCI21 games from commit 49308Filippos Karapetis
2010-05-29Added a method to the resource manager, to limit the places where script expo...Filippos Karapetis
2010-05-29Fixed potential memory leak found by cppcheck. Though I'm guessing that if thisTorbjörn Andersson
2010-05-29Removed some unused variables, found by cppcheck.Torbjörn Andersson
2010-05-28Silenced some superfluous warnings in KQ5CDFilippos Karapetis
2010-05-28Added some more info when severe script errors occurFilippos Karapetis
2010-05-28Cleaned up detectGfxFunctionsType() slightly, and made it work for Hoyle 1 an...Filippos Karapetis
2010-05-28CleanupFilippos Karapetis
2010-05-28Added comments to kMergePoly()Filippos Karapetis
2010-05-28Added a stub for kMergePoly, to avoid crashing in QFG1VGA after killing a mon...Filippos Karapetis
2010-05-28Clarified variable usage for sequence list entry indexesPaul Gilbert
2010-05-28Implemented needed methods for scrolling surfaces horizontally or verticallyPaul Gilbert
2010-05-28SCI: read out vol selector on initSound/playSound for sci1early (soundversion...Martin Kiewitz
2010-05-27Cleanup AVI a bit, add support for stereo audioMatthew Hoops
2010-05-27SCI: disabling music fading again, but only for sci32 - drivers seem to have ...Martin Kiewitz
2010-05-27correct typoMax Horn
2010-05-27SCI: enabling fading again, issues in pharkas and gk1demo are actually "norma...Martin Kiewitz
2010-05-27GUI: Fix about dialog regression from my previous commitMax Horn
2010-05-27Fix for bug #3007656: "GMM: Crash in 320x200"Max Horn
2010-05-27GUI: Reduce code duplication in about dialogMax Horn
2010-05-27Fix starting GK1.Matthew Hoops
2010-05-27SCI: removing tab from vo output (debug console)Martin Kiewitz
2010-05-27SCI: fixing -propDict- selector on instances to contain -propDict- of the cor...Martin Kiewitz
2010-05-27Added an explanation for audio36 and sync36 external patchesFilippos Karapetis
2010-05-27SCI: fixing resuming samples - fixes hang when ship is flying away happening ...Martin Kiewitz
2010-05-27Split all of the audio-related functions of the resource manager in a separat...Filippos Karapetis
2010-05-27Slight formatting, and added a note that audio36 and sync36 resource patches ...Filippos Karapetis
2010-05-27PSP: fixed a screen shake bugYotam Barnoy
2010-05-27PSP: fixed issue with handling of EOS. Caused crashes.Yotam Barnoy
2010-05-27Add the Mac sync resource type and allow for more than 9 Mac SCI1.1+ data files.Matthew Hoops
2010-05-27Add some null checking when pausing/resuming videos.Matthew Hoops
2010-05-26Made _k_new_node() a method of the segment manager, and fixed a bug with the ...Filippos Karapetis
2010-05-26SCI: fixing kReadNumber to behave like in sierra sci (non standard atoi imple...Martin Kiewitz
2010-05-26Replace SCUMM F5 dialog by GMM & add help button to GMMMax Horn
2010-05-26SCI: More const related changes; remove unnecessary casts which hide const is...Max Horn
2010-05-26SCI: adding another workaround for picture 376 in sq4/cd (same issue like ori...Martin Kiewitz
2010-05-26SCI: Making various object and script related things constMax Horn
2010-05-26Take any 'moov' resource from a resource fork, not just 0x80; minor cleanup.Matthew Hoops
2010-05-26SCI: Simplify appending string 'seeker' to sierraIdMax Horn
2010-05-26PSP: implemented basic file cache. Turns out the PSP reads 1 byte as fast as ...Yotam Barnoy
2010-05-26Fixed compilationFilippos Karapetis
2010-05-26Made find_unique_script_block() a member of the Script classFilippos Karapetis
2010-05-26Add safeguards when no engines with engine-data are included. Inspired by pat...Eugene Sandulenko
2010-05-26Patch #2951677: Text boxes should init with the caret at the beginningEugene Sandulenko
2010-05-26SCI: adding another hack to sci32 picture drawing, fixes crash in sci32 games...Martin Kiewitz