aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2017-01-01TITANIC: Fix display of MissiveOMat login welcome textPaul Gilbert
2017-01-01TITANIC: Add 'scummvm' in as a valid MissiveOMat login usernamePaul Gilbert
Because I've misspelled Leovinus' name way too many times during testing
2016-12-31WME: Add three fangames from jennibeeHubert Maier
- DFAF Adventure - Dreamcat - Open Quest Freely available from https://jennibee.itch.io/ these are three (very short) fangames. All of those games come in three packages (Linux, OSX, Windows32) but all the packages differ only in the platform .exe, the data.dcp stays the same, so the entry is limited to one. The packages even come with ScummVM 1.8.1 All three games tested and working (didn't solve the Open Quest final riddle though) One script runtime error encountered in DFAF Adventure on examining the "speaker", other than that fine. Feel free to give hints on what i should change.
2016-12-31TITANIC: Further fixes and cleanup for MissiveOMat loginPaul Gilbert
2016-12-31TITANIC: Better names for CEditControlMsg mode enumPaul Gilbert
2016-12-31TITANIC: Convert CEditControlMsg _mode to an enumPaul Gilbert
2016-12-31TITANIC: Fix getting entered password in MissiveOMatPaul Gilbert
2016-12-31TITANIC: Fix resetting MissiveOMat after entering an invalid loginPaul Gilbert
2016-12-31TITANIC: Workaround for MissiveOMat text not initialising in originalPaul Gilbert
2016-12-30TITANIC: Fixes and cleanup for MissiveOMatPaul Gilbert
2016-12-30TITANIC: Add mouse wheel scrolling to inventory listPaul Gilbert
2016-12-30TITANIC: Fix display of red fuse in fuseboxPaul Gilbert
2016-12-30TITANIC: Cleanup of CAnnounce classPaul Gilbert
2016-12-30Merge pull request #878 from jammm/masterEugene Sandulenko
FULLPIPE: Fix leaks in surface and bitmap usage.
2016-12-31FULLPIPE: Fix leaks in surface and bitmap usage.Aaryaman Vasishta
Fixes part of bug #9654.
2016-12-28TITANIC: Renaming of CSuccUBus & CBilgeSuccUBus fieldsPaul Gilbert
2016-12-28TITANIC: Fix Bilge SuccUBus activation speechPaul Gilbert
2016-12-28ADL: Implement hires5 game loopWalter van Niftrik
2016-12-28TITANIC: Properly play background music in Bilge roomPaul Gilbert
2016-12-28TITANIC: Fix activating Bilge SuccUBusPaul Gilbert
2016-12-27ADL: Implement hires5 save/restore/restartWalter van Niftrik
2016-12-27TITANIC: Implement busy cursor like the originalPaul Gilbert
2016-12-27TITANIC: Don't play sound when entering views with sweet bowlsPaul Gilbert
2016-12-26TITANIC: Change CParrot::_v4 to _statePaul Gilbert
2016-12-26TITANIC: Fix parrot eating nuts in 2nd class suitePaul Gilbert
2016-12-26TITANIC: Hide any active PET text cursor when loading a savegamePaul Gilbert
2016-12-26TITANIC: Fix receiving mail via SuccUBusPaul Gilbert
2016-12-26TITANIC: Clarifications to sending mail codePaul Gilbert
2016-12-26FULLPIPE: Decrease header dependencyEugene Sandulenko
2016-12-26WINTERMUTE: Fix references to TransparentSurface templatesEugene Sandulenko
2016-12-26Merge pull request #874 from tobiatesan/fix_getfilename_cr5Eugene Sandulenko
WINTERMUTE: Fix PathUtils and add workaround for mixed separators
2016-12-26Merge pull request #734 from tobiatesan/enable_bilinearEugene Sandulenko
WINTERMUTE: Enable bilinear filtering in Wintermute
2016-12-26ADL: Silence CID 1356412/1356413Walter van Niftrik
2016-12-26WINTERMUTE: Use PathUtil::normalizeFileName in correctSlashesTobia Tesan
2016-12-26WINTERMUTE: Don't mix different path separators.Ryper_Zsolt
Fixes #7068
2016-12-26ADL: Silence CID 1354788/1354789/1354790Walter van Niftrik
2016-12-26WINTERMUTE: Call BILINEAR/NEAREST rotoscale and scale according to game optionTobia Tesan
2016-12-26WINTERMUTE: Add _bilinearFiltering attribute to BaseGameTobia Tesan
2016-12-26WINTERMUTE: Add "Sprite bilinear filtering" menu optionTobia Tesan
2016-12-26ADL: Init class members (CID 1354806)Walter van Niftrik
2016-12-26WINTERMUTE: Try to "correctly" handle dir pathsTobia Tesan
I put scare quotes around "correctly" because I can't swear this is the intended behaviour of the original interpreter. I don't think accessing filenames that end with / in the .DCPs is even defined behaviour, so this is a best guess.
2016-12-26WINTERMUTE: only access -1th char of string if length > 0 in getFileNameTobia Tesan
Fixes #6594
2016-12-25TITANIC: Cleanup and fixes for class checks when SuccUBus suckingPaul Gilbert
2016-12-25TITANIC: Renaming of CSuccUBus frame fieldsPaul Gilbert
2016-12-25TITANIC: Renaming in CParrot classPaul Gilbert
2016-12-25TITANIC: Fix compiler warningsPaul Gilbert
2016-12-24TITANIC: Renaming off frame fields in CSuccUBusPaul Gilbert
2016-12-24TITANIC: Renamings on CDropTargetPaul Gilbert
2016-12-24TITANIC: Fix dragging feather on nose holderPaul Gilbert
2016-12-24TITANIC: More strings moved to titanic.datPaul Gilbert