aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-20TITANIC: Fix destroying previous game project when loading savegamePaul Gilbert
2016-07-20TITANIC: Add missing engine saving functionalityPaul Gilbert
2016-07-20JANITORIAL: Indentation fixesEugene Sandulenko
2016-07-20JANITORIAL: Fix indentationEugene Sandulenko
2016-07-20GOB: Work around broken resource sizes in Gobliiins EGASven Hesse
The EGA version of Gobliiins, similar to Little Red Riding Hood, claims a few resources are larger than they actually are. The original happily reads past the resource structure, but we'll instead fix the size of the resource after loading. This fixes bug #7162.
2016-07-20FULLPIPE: Some renames in MovGraphLinkEugene Sandulenko
2016-07-20DRASCULA: Fix slight delay when interrupting intro animationThierry Crozat
The delay occurred when trying to interrupt the animation while at the start of the first scene with Igor. After the interruption (skipping the intro, return to launcher or quitting ScummVM) it would continue to play the animation for a bit longer than necessary.
2016-07-20CREDITS: Add myself as developer for the drascula engineThierry Crozat
I forgot to do it when I rewrote big chunks of the engine code three months ago.
2016-07-20TITANIC: Clarify CVideoSurface _field48 as _freeMovieSurfacePaul Gilbert
2016-07-20AGOS: Fix wrongly indented debugC() statementSven Hesse
GCC 6's -Wmisleading-indentation warns about the debugC() statement being wrongly indented, as if belonging into the else's branch, which it clearly doesn't.
2016-07-20TITANIC: Clarify movie/surface has frame fields & variablesPaul Gilbert
2016-07-20TITANIC: Add movie _handled flag, simplify frame timinig codePaul Gilbert
2016-07-20NEWS: Add MM V0 improvements by segraxLothar Serra Mari
2016-07-19TITANIC: Fix loading movies for playbackPaul Gilbert
2016-07-19SCUMM: Use more portable rounding functionEugene Sandulenko
2016-07-19Merge pull request #785 from segrax/masterEugene Sandulenko
SCUMM: Maniac V0: Walkbox / Timing improvements
2016-07-19SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine ↵Robert Crossfield
occasionally ran at less than 60Hz). Fix call to 'getClosestPtOnBox', whcih was being passed X * V12_X_MULTIPLIER and Y * V12_Y_MULTIPLIER, but the box coordinates, where not
2016-07-19NEWS: Mention the changes introduced since the last NEWS updateLothar Serra Mari
I tried to cover most of the things that seem to be interesting for the end user. I excluded the SCI32 stuff because a) it's not officially supported and b) I don't have the slightest clue what most of the changes to the SCI32 engine do. :) Please excuse if you made a noteworthy contribution I missed to mention in this NEWS update. It was not on purpose.
2016-07-19SCUMM: Maniac V0: Implement original walkbox queue, Cleanup actor walk codeRobert Crossfield
2016-07-19I18N: Update revision date in de_DE.poLothar Serra Mari
2016-07-19I18N: Regenerate translations data fileLothar Serra Mari
2016-07-19I18N: Update German translationLothar Serra Mari
2016-07-19I18N: Regenerate translations template from source codeLothar Serra Mari
2016-07-18TITANIC: gcc compilation fixesPaul Gilbert
2016-07-18TITANIC: Fix loading of movies with only a single video trackPaul Gilbert
2016-07-18TITANIC: Fix scanning for files not to free resourcesPaul Gilbert
2016-07-18TITANIC: Simplify data usage in CStarControlSub20Paul Gilbert
2016-07-18TITANIC: Added CStarControlSub20 copyFrom/copyTo methodsPaul Gilbert
2016-07-18FULLPIPE: Adjusted debug outputEugene Sandulenko
2016-07-17TITANIC: Added remaining CStarControlSub12 virtual methodsPaul Gilbert
2016-07-17TITANIC: Adding CStarControlSub12 methodsPaul Gilbert
2016-07-17TITANIC: Adding CStarControlSub12 methodsPaul Gilbert
2016-07-17TITANIC: Extra construction for CStarControlSub12Paul Gilbert
2016-07-17TITANIC: Added CStarControlSub12 setupHandlerPaul Gilbert
2016-07-17TITANIC: Start of starfield renderingPaul Gilbert
2016-07-17TITANIC: Added CStarField support methodsPaul Gilbert
2016-07-17VIDEO: Add titanic to list of engines using AVIDecoderPaul Gilbert
2016-07-17TITANIC: Renamed CStarControlSub12 to CStarFieldPaul Gilbert
2016-07-17TITANIC: Finished startfield initDocumentPaul Gilbert
2016-07-17TITANIC: Renaming of star point classesPaul Gilbert
2016-07-17TITANIC: Further work on DMatrixPaul Gilbert
2016-07-17TITANIC: Setup of CStarControlSub6 classPaul Gilbert
2016-07-17TITANIC: More FVector methodsPaul Gilbert
2016-07-17TITANIC: Added FMatrix methodsPaul Gilbert
2016-07-17TITANIC: Beginnings of matrix and vector classesPaul Gilbert
2016-07-17TITANIC: Some star control class definitionsPaul Gilbert
2016-07-17TITANIC: Further star control class stubsPaul Gilbert
2016-07-17TITANIC: Beginnings of CStarControlSub15 classPaul Gilbert
2016-07-17TITANIC: Fleshing out & fixes for video surface blit methodsPaul Gilbert
2016-07-17TITANIC: Fix memory leak in image decodersPaul Gilbert