aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2016-12-18SCI32: Add workaround for bad kArraySetElements call at end of Phant1Colin Snover
2016-12-18SCI32: Fix overwriting of file content when opened in append modeColin Snover
Fixes Trac#9586, Trac#9587.
2016-12-18TITANIC: Fixes for replacing eye in elevator 4, renaming in CGameObjectPaul Gilbert
2016-12-18TITANIC: Fix returning items to inventory if drop doesn't workPaul Gilbert
2016-12-18TITANIC: Fix starting to drag inventory itemsPaul Gilbert
2016-12-18TITANIC: Fix crash dragging items from inventoryPaul Gilbert
2016-12-18TITANIC: Renamings for PET Rooms flag for if elevator is brokenPaul Gilbert
2016-12-18TITANIC: Renaming of lift fieldsPaul Gilbert
2016-12-18ADL: Add workarounds for hires5Walter van Niftrik
2016-12-18ADL: Add workaround for hires5 region 15Walter van Niftrik
2016-12-18TITANIC: Hide Titania's eye when leaving elevator 4Paul Gilbert
2016-12-18TITANIC: Fix animation going when going upwards in elevatorsPaul Gilbert
2016-12-17TITANIC: Fix saving games when there is range data to be includedPaul Gilbert
2016-12-17SCI32: Fix bitmap surface memory leaks in video playersColin Snover
Fixes Trac#9662.
2016-12-17SCI32: Improve SciBitmap segment table debugging outputColin Snover
2016-12-17TITANIC: Fix initialization of new TTsentence objectsPaul Gilbert
2016-12-17TITANIC: Fix summoning Bellbot or DoorbotPaul Gilbert
2016-12-17TITANIC: Fix operation of 1st class light switchesPaul Gilbert
2016-12-17TITANIC: Fix hood animation in the elevatorsPaul Gilbert
2016-12-17ADL: Only warn about (and skip) sectors with invalid NIB checksums.Alyssa Milburn
2016-12-17TITANIC: Revert incorrect change to category check in processEntriesPaul Gilbert
2016-12-17ADL: Seek to start before re-reading item pics (v4).Alyssa Milburn
2016-12-17Merge pull request #866 from BenCastricum/editingEugene Sandulenko
ALL: Unify messages concerning engine data files
2016-12-16TITANIC: Fix entering & exiting first class suitesPaul Gilbert
2016-12-16TITANIC: Fix getting 1st class suite from DeskbotPaul Gilbert
2016-12-16TITANIC: Fix remapping conversation log colors when changing classPaul Gilbert
2016-12-16TITANIC: Fix null pointer crash talking to DeskbotPaul Gilbert
2016-12-16ADL: Add item region checksWalter van Niftrik
2016-12-16ADL: Partially implement hires5 opcodesWalter van Niftrik
2016-12-15TITANIC: Fix saving and loading of NPC dial valuesPaul Gilbert
2016-12-15TITANIC: Extra initialization of TTconcept fieldsPaul Gilbert
2016-12-15TITANIC: Fixes and cleanup for conversation dials movementPaul Gilbert
2016-12-14WAGE: Update games statusEugene Sandulenko
2016-12-13FULLPIPE: Revert memory leak fixing as that introduced tons of regressionsEugene Sandulenko
2016-12-12FULLPIPE: Fix colors in intro videoPaul Gilbert
2016-12-12FULLPIPE: Fix warningEugene Sandulenko
2016-12-12FULLPIPE: Avoid double free on memory cleanupEugene Sandulenko
2016-12-12FULLPIPE: Fix warningEugene Sandulenko
2016-12-12FULLPIPE: Plug more memory leaksEugene Sandulenko
2016-12-12FULLPIPE: Fix memory leak in bitmap codeEugene Sandulenko
2016-12-12FULLPIPE: Plug more memory leaksEugene Sandulenko
2016-12-12FULLPIPE: Plug another leakEugene Sandulenko
2016-12-12SCI32: Adjust transition timingsColin Snover
Transition timings were originally chosen largely by feel in SQ6, as there was little other evidence to determine the correct speed. As additional games started being playable in ScummVM, it became apparent that these speeds were not quite right. Additional adjustments may be needed in the future, but these new timings seem to be somewhat closer to expectations than before.
2016-12-12SCI32: Add workaround for hearts game in Hoyle5Colin Snover
2016-12-12SCI: Ensure bytecode/BWT for "file" op is also printedColin Snover
Learning the bytecode for file op is necessary when creating workaround signatures, as the signature-finding mechanism does not currently ignore line/file instructions.
2016-12-12FULLPIPE: Plug more memory leaksEugene Sandulenko
2016-12-12FULLPIPE: Plug several memory leaksEugene Sandulenko
2016-12-11SCI32: Add workarounds for Hoyle5 Crazy EightsColin Snover
2016-12-11SCI32: Implement List sortColin Snover
Used by Hoyle5. Also includes a tiny amount of cleanup in kAddAfter for consistency with kAddBefore.
2016-12-11FULLPIPE: Center map on opening. Fixes bug #9668Eugene Sandulenko