aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2013-09-19FULLPIPE: Remove leftover debug outputEugene Sandulenko
2013-09-19FULLPIPE: Fix bug in picture searchEugene Sandulenko
2013-09-19FULLPIPE: Implement startWalkTo()Eugene Sandulenko
2013-09-19FULLPIPE: Unstubbed MovGraph constructorEugene Sandulenko
2013-09-18TSAGE: Added missing header change from previous commitPaul Gilbert
2013-09-18TSAGE: Generalised saving of R2R walk regions resourcePaul Gilbert
2013-09-18TSAGE: Renamings for R2R elevator shaftPaul Gilbert
2013-09-18SCI: Fully explain qfg1vga script patchm-kiewitz
2013-09-18SCI: Explain qfg1vga script patch slightlyWillem Jan Palenstijn
2013-09-18SCI: QfG1VGA script patch fixes bug #3585793m-kiewitz
2013-09-18Merge branch 'warningFix'Einar Johan Trøan Sømåen
2013-09-18WINTERMUTE: Cast rotate in base_sub_frameTobia Tesan
2013-09-18WINTERMUTE: Explicitly cast zoom for float version of TransformStructTobia Tesan
2013-09-18WINTERMUTE: Cast zoom inside display(Trans?)ZoomTobia Tesan
2013-09-18WINTERMUTE: Fix types in transform_struct for coherence; this silences warningsTobia Tesan
2013-09-18FULLPIPE: CGameLoader -> GameLoaderEugene Sandulenko
2013-09-18FULLPIPE: CGameVar -> GameVarEugene Sandulenko
2013-09-18FULLPIPE: CObjstateCommand -> ObjStateCommandEugene Sandulenko
2013-09-18FULLPIPE: Rename C* modal objectsEugene Sandulenko
2013-09-18FULLPIPE: CStepArray -> StepArrayEugene Sandulenko
2013-09-18FULLPIPE: CPtrList -> PtrListEugene Sandulenko
2013-09-18FULLPIPE: Remove C* prefix from inventory classesEugene Sandulenko
2013-09-18FULLPIPE: Remove C* prefix from input classesEugene Sandulenko
2013-09-18FULLPIPE: Remove C* prefixes from interaction classesEugene Sandulenko
2013-09-18FULLPIPE: Remove C* prefixes in utils.cppEugene Sandulenko
2013-09-18FULLPIPE: Remove C* prefixes from motion classesEugene Sandulenko
2013-09-17TSAGE: Fixes and renaming for the R2R inventory listPaul Gilbert
2013-09-17TSAGE: Fixes and renaming for R2R Hall of Records and CrevassePaul Gilbert
2013-09-17SCI: PQ1 script patch, fixes gun locker crashm-kiewitz
fixes bug #3303802 / bug #3036933
2013-09-18FULLPIPE: Implement CMovGraph_messageHandler()Eugene Sandulenko
2013-09-17SCI: script patch for larry 2 - fixes no points granted when wearing ↵m-kiewitz
parachute - was a sierra script bug - fixes bug #3614419
2013-09-17NEVERHOOD: Slight cleanup in Module2800::updateScene()Filippos Karapetis
2013-09-16TSAGE: Bugfixes and renaming for entering ARM hanger, and more for Spill ↵Paul Gilbert
Mountains
2013-09-16TSAGE: Fixes and renaming for R2R forestPaul Gilbert
2013-09-16GROOVIE: Fix ROQ JPEG decodingMatthew Hoops
2013-09-17NEVERHOOD: Implement the music toggle menu buttonFilippos Karapetis
2013-09-17NEVERHOOD: Split the code that stops all music and sound effectsFilippos Karapetis
2013-09-17BUILD: Disable Full Pipe engine by default.Johannes Schickel
The engine is still WIP and should not be enabled yet.
2013-09-16Merge pull request #376 from lordhoto/libjpegJohannes Schickel
GRAPHICS: Implement JPEGDecoder based on libjpeg.
2013-09-16SCI: QfG1VGA: script patch to fix a typo in a Sierra script -> looking at a ↵m-kiewitz
cheetaur returned the text for saurus rex, fixes bug #3604943
2013-09-16GRAPHICS: Make JPEGDecoder request RGB output from libjpeg by default.Johannes Schickel
This fixes loading of JPEG files which contain RGB color space instead of YUV. It is a pretty odd extension of JPEG files by Adobe which is indicated by this: http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/JPEG.html#Adobe To still support Groovie's need for YUV data I added some possibility to request direct YUV output.
2013-09-16GRAPHICS: Implement JPEGDecoder based on libjpeg.Johannes Schickel
2013-09-16FULLPIPE: Fix cheat codes. Bug in original?Eugene Sandulenko
2013-09-16TSAGE: Bugfixes for R2R forest entrancePaul Gilbert
2013-09-15TSAGE: Bugfixes and renaming for R2R desertPaul Gilbert
2013-09-15TSAGE: GFX fix for changing to a standard screen from a full height screenPaul Gilbert
2013-09-15TSAGE: Added a Skip button to the R2R balloon scene to allow skipping itPaul Gilbert
2013-09-15TSAGE: Fix for R2R balloon calculationPaul Gilbert
2013-09-16Merge branch 'master' of github.com:scummvm/scummvmm-kiewitz
2013-09-16SCI: longbow intro night rider fix (with help of wjp) - seems to fix bug 3489094m-kiewitz