aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2017-03-28BLADERUNNER: Implement ZBuffer classThomas Fach-Pedersen
2017-03-27SCI: Remove old SCI32 check from SCI16 drawing codeColin Snover
2017-03-27SCI: Simplify calculation of locals size in SCI0/1Colin Snover
2017-03-27SCI: Remove unused boilerplate from SciSpanColin Snover
2017-03-27SCI: Use containers in GfxView and remove some SCI32 codeColin Snover
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2017-03-27TITANIC: Fix copy/paste errorEugene Sandulenko
2017-03-27FULLPIPE: Sanity check on data loadingEugene Sandulenko
2017-03-27FULLPIPE: Safer string managementEugene Sandulenko
2017-03-26TITANIC: Remove redundant static from CStarControlSub6Paul Gilbert
2017-03-26TITANIC: Fix loading of CStarView classPaul Gilbert
2017-03-26TITANIC: Fix loading of CStarPoints2 dataPaul Gilbert
2017-03-26TITANIC: Remove redundant codePaul Gilbert
2017-03-26TITANIC: Fix references to fields of DMatrix _row4Paul Gilbert
2017-03-27DIRECTOR: Fixed processing of embedded RIFF archivesEugene Sandulenko
2017-03-26TITANIC: Minor cleanups, TODO removalsPaul Gilbert
2017-03-26TITANIC: Added CBaseStar draw4 methodPaul Gilbert
2017-03-26TITANIC: Added CBaseStar draw2 methodPaul Gilbert
2017-03-26BLADERUNNER: Another compilation fixPaul Gilbert
2017-03-26BLADERUNNER: Fix compilation in Visual Studio 2015Paul Gilbert
2017-03-26TITANIC: Added CBaseStar draw2 methodPaul Gilbert
2017-03-26BLADERUNNER: Added correct video looping and loop switchingPeter Kohaut
2017-03-26TITANIC: Compilation fix for openpandoraPaul Gilbert
2017-03-26TITANIC: Implemented CBaseStar draw1 methodPaul Gilbert
2017-03-25TITANIC: Fixes to CStarView classPaul Gilbert
2017-03-25TITANIC: Finished CSurfaceArea classPaul Gilbert
2017-03-25TITANIC: Fix warning and stray semicolonEugene Sandulenko
2017-03-25TITANIC: Added CBaseStarRef process methodPaul Gilbert
2017-03-25TITANIC: Added CStarPoints2 drawPaul Gilbert
2017-03-25TITANIC: Added CStarPoints1 draw methodPaul Gilbert
2017-03-24TITANIC: Finished DMatrix classPaul Gilbert
2017-03-24DIRECTOR: Fix Spaceship Warlock Mac detectionEugene Sandulenko
2017-03-23TITANIC: Finished DVector classPaul Gilbert
2017-03-23TITANIC: Finished FMatrix classPaul Gilbert
2017-03-23TITANIC: Finished FVector classPaul Gilbert
2017-03-23TITANIC: Finished CStarControlSub27 classPaul Gilbert
2017-03-23TITANIC: Finished CStarControlSub26 classPaul Gilbert
2017-03-24FULLPIPE: Plug one more memory leak in the Movement class destructorFilippos Karapetis
2017-03-24Unify all string function parameters to be const Common::String &Filippos Karapetis
2017-03-23BLADERUNNER: Reorganized script filesPeter Kohaut
2017-03-23TITANIC: Fix warningEugene Sandulenko
2017-03-23Merge pull request #925 from bluegr/fullpipe_common_strEugene Sandulenko
2017-03-22TITANIC: Finished CStarControlSub24 classPaul Gilbert
2017-03-23BLADERUNNER: Fixed function for changing actors goalPeter Kohaut
2017-03-23BLADERUNNER: Added more functionality to movement trackPeter Kohaut
2017-03-22FULLPIPE: Plug a memory leak in _dynamicPhasesFilippos Karapetis
2017-03-22FULLPIPE: Fix corruption in flipped bitmapsFilippos Karapetis
2017-03-22FULLPIPE: Refactor _pixels so that it's not part of the Bitmap classFilippos Karapetis
2017-03-22FULLPIPE: _data is unused in the Statics and DynamicPhase classesFilippos Karapetis
2017-03-22GNAP: Fix a warning in the PSP portStrangerke