aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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
Free the pixel data of each entry in the _dynamicPhases array before emptying it
2017-03-22FULLPIPE: Fix corruption in flipped bitmapsFilippos Karapetis
The TODO in the code in question should be reviewed, but the call to freePixelData() unconditionally deleted the original bitmap, which is not correct
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
2017-03-22GNAP: Split font description array in twoStrangerke
2017-03-22FULLPIPE: Fix mismatched free() when deleting _bitmapFilippos Karapetis
_bitmap is initialized with new, so it needs to be freed with delete, not free()
2017-03-22FULLPIPE: Code optimizationFilippos Karapetis
Checking for an empty string is what the original code does, according to sev, so the check for a string of size 1 was wrong
2017-03-22DIRECTOR: Fix data sizes when reading from archivesEugene Sandulenko
2017-03-22DIRECTOR: Added sanity check for broken score filesEugene Sandulenko
2017-03-22FULLPIPE: Change the sound code to use Common::StringFilippos Karapetis
2017-03-22FULLPIPE: Change genFileName() and loadFile() to use Common::StringFilippos Karapetis
2017-03-22FULLPIPE: Plug a memory leak in getDibInfo()Filippos Karapetis
2017-03-22FULLPIPE: Change more object-related functions to use Common::StringFilippos Karapetis
2017-03-22FULLPIPE: Change some more _memfilename usage to Common::StringFilippos Karapetis
2017-03-22FULLPIPE: Use Common::String in all scene object namesFilippos Karapetis
2017-03-21TITANIC: Finished CStarControlSub22 classPaul Gilbert
2017-03-21TITANIC: Finished CStarControlSub21 classPaul Gilbert
2017-03-22FULLPIPE: Change transCyrillic() to accept a Common::StringFilippos Karapetis
2017-03-21TITANIC: Added CStarControlSub12 fn3Paul Gilbert
2017-03-22FULLPIPE: Use Common::String with _memfilename and loadFile()Filippos Karapetis
There are several calls to loadFile() with _memfilename, which is why these two changes are interconnected
2017-03-22FULLPIPE: Change _staticsName to be a Common::StringFilippos Karapetis
2017-03-21DIRECTOR: Lingo: Open '.MMM' files on WindowsEugene Sandulenko
2017-03-21DIRECTOR: Do not call event handler after movie is endedEugene Sandulenko
2017-03-21DIRECTOR: Added sanity check to event processorEugene Sandulenko
2017-03-21DIRECTOR: Fix loading from built-in movieEugene Sandulenko
2017-03-21DIRECTOR: Fix loading D2 EXEEugene Sandulenko
2017-03-21DIRECTOR: Dump bulit-in director file for D3Eugene Sandulenko
2017-03-20TITANIC: Fix compiler warningPaul Gilbert
2017-03-20TITANIC: Implemented CStarControlSub12 fn1Paul Gilbert
2017-03-20TITANIC: Implemented CStarControlSub12 matrix row handlingPaul Gilbert
2017-03-20TITANIC: Implemented CStarControlSub12 fn2Paul Gilbert
2017-03-20BLADERUNNER: added Runciter character (petshop owner)Peter Kohaut
2017-03-20DIRECTOR: Fix event processing for generic eventsEugene Sandulenko
2017-03-20DIRECTOR: Fix GCC Warnings.D G Turner
2017-03-19TITANIC: Finished CStarControlSub12 setViewportPositionPaul Gilbert
2017-03-20Merge branch 'master' of https://github.com/scummvm/scummvmPeter Kohaut
2017-03-20BLADERUNNER: added full office leroy ai scriptPeter Kohaut
fix sceneobject remove
2017-03-19TITANIC: Fix DMatrix constructorsPaul Gilbert
2017-03-19DIRECTOR: Initial code for parsing D2 win executablesEugene Sandulenko
2017-03-19SCI: Add Colonel's Bequest patch and extend patcher functionalityMartin Kiewitz
Add Colonel's Bequest patch to fix an issue in room 35. When you tell Lilly about Gertie in act 2, Lilly will then walk out of the room. In case Laura (ego) is in her way, the game will effectively block and will appear frozen. This also happened, when using the original interpreter. This also adds a new functionality to the script patcher. PATCH_GETORIGINALUINT16 is able to get a full UINT16 from original script data and insert it somewhere else. PATCH_GETORIGINALBYTE and PATCH_GETORIGINALBYTEADJUST commands were merged internally and use the same internal command now. Some script patches were adjusted accordingly. Thanks again to wjp for helping on the script issue.
2017-03-18TITANIC: Implementing CStarControlSub12 classPaul Gilbert
2017-03-18DIRECTOR: Fix warningEugene Sandulenko
2017-03-18TITANIC: Finished CStarControlSub8 classPaul Gilbert
2017-03-18TITANIC: Implemented CStarControlSub8 selectStarPaul Gilbert
2017-03-18TITANIC: Implementing CStarControlSub8 classPaul Gilbert
2017-03-18SCI: Add script patch for Laura Bow 2 to fix museum party room (350)Martin Kiewitz
When clicking anywhere while entering the middle museum party room (which has a large golden Egyptian head inside of it), the game will keep the script for entering active, which will then make it impossible to leave this room. This script bug also happened, when using the original interpreter. The patch applies to at least English + German floppy as well as English CD. Very many thanks to wjp for helping figuring the actual cause out.
2017-03-18TITANIC: Finished CStarControlSub7 classPaul Gilbert