aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-02SCUMM: Minor clean upWillem Jan Palenstijn
2011-11-02BADA: Fix loopWillem 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-01FM-TOWNS AUDIO: make constructor of TownsAudioInterfaceInternal privateathrxx
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
2011-11-01SCUMM: Fix possible leak in Player_V2A code.Johannes Schickel
2011-11-01DREAMWEB: Fix OOM checkWillem Jan Palenstijn
2011-11-01SCUMM: Clean up loopWillem Jan Palenstijn
2011-11-01TSAGE: Fix undefined evaluation orderWillem Jan Palenstijn
2011-11-01TSAGE: Fix compiler warningPaul Gilbert
2011-11-01TSAGE: Removed game stubs for GeekwadPaul Gilbert
2011-11-01TSAGE: Added display logic for character selection dialog in R2RWPaul Gilbert
2011-11-01TSAGE: Added support for semi-transparent dialogs used in R2RWPaul Gilbert
2011-11-01TSAGE: Further bugfixes and cleanup for R2RW Scene 125 - ConsolePaul Gilbert
2011-11-01TSAGE: Bugfix for reading messages with an invalid line numberPaul Gilbert
2011-10-31AUDIO: Fix some comments and whitespaceWillem Jan Palenstijn
2011-10-31AUDIO: Fix reverse stereo volumes on ARMWillem Jan Palenstijn
This commit re-converts the stereo rate converters to reverse stereo since they had drifted apart during the last few refactoring steps. In the process it makes vol_l/vol_r behave the same as in the C++.
2011-10-31HUGO: Rename Sequence Index Direction Enums.D G Turner
This is to avoid any further collisions with system defines.
2011-10-31TSAGE: Silece GCC warningTorbjörn Andersson
2011-10-31NEWS: Add mention of sword1 fixes in 1.4.0Thierry Crozat
2011-10-31SWORD1: Fix bug #3430793 Freeze before meeting with policeThierry Crozat
2011-10-31AUDIO: Fix reverse stereo (LinearRate_R) on ARM.Alyssa Milburn
Fixes the issues I can reproduce, and presumably fixes bug #2998862. (cherry picked from commit 797406fe4c77b6a56cc4f8a50c15d639cd440ce4)
2011-10-31CONFIGURE: Ensure that INCLUDES are included at configure-time.Matt Lewandowsky
2011-10-31HUGO: Change _UP to __UP to avoid definition conflict on some backends.Matt Lewandowsky
2011-10-31CONFIGURE: Clean up two minor nits in configure.Matt Lewandowsky
2011-10-31BUILD: Updated config.guess and config.sub from latest GNU libtool.Matt Lewandowsky
2011-10-31TSAGE: Implemented Blue Force Options dialog and moved Inventory dialog to ↵Paul Gilbert
Ringworld namespace
2011-10-31TSAGE: Implemented changes to SceneItem::display for R2RWPaul Gilbert
2011-10-31TSAGE: Implemented proper descriptions for inventory items in R2RWPaul Gilbert
2011-10-31TSAGE: Bugfixes for R2RW scene 125 - ConsolePaul Gilbert
2011-10-31TSAGE: Bugfix for graphics scalers not working on RingworldPaul Gilbert
2011-10-31TSAGE: Added inventory item cursor support for R2RWPaul Gilbert
2011-10-30Merge pull request #112 from tsoliman/fix-undithering-guioption1Eugene Sandulenko
GUI: Enable EGA Undithering in global options dialog
2011-10-31TSAGE: Display UI cursor correctly in R2RWPaul Gilbert
2011-10-31TSAGE: Added skeleton for GeekwadPaul Gilbert
2011-10-31TSAGE: Blue Force - PD Parking (300) - Fix several glitches occurring during ↵Strangerke
morning review.
2011-10-30SCI: More work on kEditTextFilippos Karapetis