aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2011-11-03GOB: Fix analyser warnings regarding sprintf() parameter signnessSven Hesse
2011-11-03TSAGE: Decrease game speed for Blue ForcePaul Gilbert
2011-11-03AGOS: Merge duplicate code remaining from refactoring in the past.Travis Howell
2011-11-03SCUMM: Fix warningsEugene Sandulenko
2011-11-03SCUMM: Fix copy/paste errorsEugene Sandulenko
2011-11-03LASTEXPRESS: Fix read size parameter.Johannes Schickel
2011-11-03PARALLACTION: Fix memset size parameter.Johannes Schickel
2011-11-03SCI: Add fixme comment to a weird comparisonEugene Sandulenko
2011-11-03SCI: Fix copy/paste errorEugene Sandulenko
2011-11-03SAGA: Fix warningsEugene Sandulenko
2011-11-03SAGA: Fix copy/paste errorEugene Sandulenko
2011-11-03PARALLACTION: Fix warnings. Fix nasty out-of-scope bug in parallaction_br.cppEugene Sandulenko
2011-11-03M4: Fix warningsEugene Sandulenko
2011-11-03LURE: Fix warningsEugene Sandulenko
2011-11-03HUGO: Fix warningsEugene Sandulenko
2011-11-03CGE: Fix warningEugene Sandulenko
2011-11-02CGE: Fix array bounds checkEugene Sandulenko
2011-11-02LASTEXPRESS: Fix incorrect read() callEugene Sandulenko
2011-11-02DREAMWEB: Remove explicit comparisonsEugene Sandulenko
2011-11-02DRASCULA: Fix warningsEugene Sandulenko
2011-11-02DRACI: Fix warningEugene Sandulenko
2011-11-02CINE: Fix warningsEugene Sandulenko
2011-11-02AGOS: Fix warningsEugene Sandulenko
2011-11-02AGI: Fix warningsEugene Sandulenko
2011-11-02AGI: Fix buffer overflowEugene Sandulenko
2011-11-02SCI: Remove unnecessary semicolonTorbjörn Andersson
2011-11-03TEENAGENT: Added robot's dialogue animation.Vladimir Menshakov
2011-11-03TEENAGENT: Added "animation", "actor_animation" and "call" commands to debug ↵Vladimir Menshakov
console.
2011-11-02TEENAGENT: removed another duplicated ifVladimir Menshakov
2011-11-02TEENAGENT: fixed typo (duplicate if)Vladimir Menshakov
2011-11-02SCUMM: Remove outdated comment.Johannes Schickel
2011-11-02TSAGE: Implemented the character selection dialog logic in R2RWPaul Gilbert
2011-11-02TSAGE: Implement code for restarting the game in Blue ForcePaul Gilbert
2011-11-02TSAGE: Blue Force - City Hall (385): Fix Jim action, fix bug when giving him ↵Strangerke
blue prints, change type of _jimFlag
2011-11-02SCUMM: Minor clean upWillem Jan Palenstijn
2011-11-02TSAGE: Blue Force - Hospital cut-scene (620): Fix a glitch in a faderStrangerke
2011-11-02TSAGE: Blue Force - Car accident (600): Fix fade out after accident, rename ↵Strangerke
some objects
2011-11-01SCUMM: Further clean up loopWillem Jan Palenstijn
2011-11-02SCI: Fixed bug in commit 1a17bba.Filippos Karapetis
Thanks to wjp for pointing it out.
2011-11-02SCI: Fix Common::List::erase usage.Filippos Karapetis
Thanks to Tron for pointing that out.
2011-11-01SCI: Fixed bug #3430834 - "SCI: KQ6: Music stops after leaving shop"Filippos Karapetis
A regression from commit 9654068
2011-11-01SCI: Fixed unexpected end of file in fmtowns.cppFilippos Karapetis
2011-11-01SCI: limit new FM-Towns driver to KQ5athrxx
Mixed up mother goose is reported not to use that driver and even crash when trying to use it. Play Id and instrument patch id seem to be different.
2011-11-01SCI: (KQ5 FM-Towns) - fix voice mappingathrxx
(Driver channels would get reserved via the 0x4b control, but they would never get released)
2011-11-01SCI: add sound driver for KQ5 FM-Townsathrxx
2011-11-01SCI: add Japanese detection entry for KQ5 FM-Towns and fix audio language ↵athrxx
handling
2011-11-01SCUMM: add comment to last commitathrxx
2011-11-01SCUMM: fix save file incompatibility between DS and other ports for non ↵athrxx
FM-TOWNS games
2011-11-01KYRA: Fix Common::List::erase usage.Johannes Schickel
Thanks to Tron for pointing that out.
2011-11-01SCUMM: Run astyle over Player_V2A code.Johannes Schickel