aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2008-01-01Added what I hope is the proper fix for bug #1498785 ("LOOM: Unknown RolandTorbjörn Andersson
MIDI music events"). It would probably be safe to commit to the 0.11 branch, but I don't know for sure which games would be affected other than EGA Loom. svn-id: r30132
2008-01-01Bugfix to show the final text screen correctly in EGA modePaul Gilbert
svn-id: r30131
2008-01-01Fix a long standing bug in playComiMusic (no idea whether this caused any ↵Max Horn
bugs, though) svn-id: r30128
2008-01-01Slightly modified patch #1848173: "ScriptVars class implementation for CinE"Eugene Sandulenko
svn-id: r30125
2008-01-01Patch #1733017: "SWORD1: Possible patch for bug #1730183"Eugene Sandulenko
svn-id: r30124
2008-01-01Fix for bug #1766072: MANIACNES: Music Doesn't Start On Load GameEugene Sandulenko
svn-id: r30122
2008-01-01Split out charset font data for easier maintenanceEugene Sandulenko
svn-id: r30121
2008-01-01Fix bug #1811732: "MANIAC C64: German version not supported"Eugene Sandulenko
svn-id: r30119
2008-01-01experimental change to fade out to 120 ms instead from table for state music ↵Paweł Kołodziejski
with opcode 3 when few songs have the same attribute value svn-id: r30118
2008-01-01experimental change to prevent play first region with fade out if jump ↵Paweł Kołodziejski
opcode is attached svn-id: r30117
2008-01-01Added support for the EGA introduction sequence Paul Gilbert
svn-id: r30116
2008-01-01Added EGA related constants Paul Gilbert
svn-id: r30115
2008-01-01Extended PaletteCollection class to handle EGA palettesPaul Gilbert
svn-id: r30114
2008-01-01Extended animation class to handle EGA animationsPaul Gilbert
svn-id: r30113
2008-01-01SCUMM: Moved tick duration into a constantMax Horn
svn-id: r30112
2008-01-01Patch #1839861 (Possible workaround for bugs related to ↵Max Horn
cloneToFadeOutTrack): Fixes bug #1848399 and apparently also #1527274 & #1763227 svn-id: r30111
2007-12-31Fix for bug #1861126 - "IHNM: Crash when Gorrister cuts sheet in the mooring ↵Filippos Karapetis
ring" svn-id: r30109
2007-12-31Removed obsolete _insaneRunning flagMax Horn
svn-id: r30107
2007-12-31Used new AdvancedDetector flag to distinguish between EGA and VGA versionsEugene Sandulenko
of italian Lure when their datafiles sit in same directory. svn-id: r30106
2007-12-31Bugfix to data position start in vga decoder, and made ega/vga decoder ↵Paul Gilbert
methods public visibility svn-id: r30104
2007-12-31verified differences in play music code of the dig and comiPaweł Kołodziejski
svn-id: r30103
2007-12-31cleanupMax Horn
svn-id: r30102
2007-12-31Added code to handle EGA title screens being immediately shown rather than ↵Paul Gilbert
faded in svn-id: r30098
2007-12-31Added extra palette handling for EGA palettesPaul Gilbert
svn-id: r30097
2007-12-31Added support for decoding EGA screensPaul Gilbert
svn-id: r30096
2007-12-31Added code to support reading .ega filesPaul Gilbert
svn-id: r30095
2007-12-31Added detection for Italian EGA versionPaul Gilbert
svn-id: r30094
2007-12-31Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any ↵Oystein Eftevaag
numerical expressions in the asm to absolute values (moving the expression to comments) since the iPhone assembler can't handle them, and prepending an underscore to the exported symbols (with some preprocessor magic similar to the hq3x asm for handle ports where it's not needed) svn-id: r30093
2007-12-31I thought only Full Throttle used the VAR_BLAST_ABOVE_TEXT variable, but I seeTorbjörn Andersson
now that it's defined for v8 games as well, so call processUpperActors() from that case too, just to be safe. svn-id: r30091
2007-12-30Draw subtitles over the verb coin in CoMI, not under. This is noticeable earlyTorbjörn Andersson
in the game, when Murray is talking to himself. I've verified this against the behaviour of the original interpreter. (Should this go into 0.11 as well?) svn-id: r30088
2007-12-30Ooops, this was not supposed to be commitedMax Horn
svn-id: r30087
2007-12-30atrib -> attrib; added some FIXME commentsMax Horn
svn-id: r30086
2007-12-30Patch #1689516: BASS: Update the cursor when right-clicking in inventoryMax Horn
svn-id: r30085
2007-12-30Fix for bug #1635361: COMI: Music fade-out broken for compressed audioMax Horn
svn-id: r30081
2007-12-29Added ability for both middle and right mouse buttons to abort a ↵Paul Gilbert
conversation when waiting for user to select a conversation option from a list of topics svn-id: r30071
2007-12-29Added support for using scroll wheel for making selections in the ↵Paul Gilbert
Save/Restore dialog and action lists svn-id: r30070
2007-12-29Added access property for middle mouse buttonPaul Gilbert
svn-id: r30069
2007-12-29Fix to ensure any active conversation data or selected hotspot is cleared ↵Paul Gilbert
when restoring or restarting a game svn-id: r30066
2007-12-29Added mouse scrolling support to action menus and the save/restore dialogPaul Gilbert
svn-id: r30065
2007-12-28Fix for correct dialog sequence when giving an object to an arbitrary NPCPaul Gilbert
svn-id: r30063
2007-12-28Add another German version of Freddi Fish 2 (Windows).Travis Howell
svn-id: r30054
2007-12-28Fix to prevent the F5 key allowing the game to be saved during player ↵Paul Gilbert
conversations or viewing a remote room svn-id: r30048
2007-12-28Patch #1858158: BUILD: Plugin building cleanupEugene Sandulenko
svn-id: r30041
2007-12-28Bugfix to correctly display a message when a used item is no longer in the roomPaul Gilbert
svn-id: r30037
2007-12-28Bugfix for string decoding to use the article of the destination character ↵Paul Gilbert
rather than the talking character svn-id: r30036
2007-12-28Patch #1859448: Add OSystem::getTimeAndDate APIEugene Sandulenko
svn-id: r30034
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko
svn-id: r30032
2007-12-28Bugfix for action perform timeout to correctly show an question mark bubble. ↵Paul Gilbert
Also changed a writeSint16LE call to be more correctly writeUint16LE svn-id: r30026
2007-12-28Fixes compiling on msvc7.1, it seems like it has problems to decide when to ↵Johannes Schickel
use operator bool. svn-id: r30024
2007-12-28Move more HE code to HE71, to reduce code size, when using DISABLE_HE option.Travis Howell
svn-id: r30023