aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-09WINTERMUTE: Use uint32 to fix warning in drawTickets()Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Fix Object-sorting in scenes.Einar Johan Trøan Sømåen
2012-12-05WINTERMUTE: Add another detection-entry for Chivalry is not DeadEinar Johan Trøan Sømåen
2012-12-04VIDEO: Add some documentation to Codec and its derivativesMatthew Hoops
2012-12-04VIDEO: Improve performance of the Cinepak decoderMatthew Hoops
2012-12-04CRUISE: Correct missing comma and extra value in Spanish font table.D G Turner
2012-12-03TINSEL: Fix misleading commentTorbjörn Andersson
2012-12-03Merge pull request #294 from eriktorbjorn/tinsel-scrollwheelDavid Turner
2012-12-03WINTERMUTE: Enable dirty rects by default.Einar Johan Trøan Sømåen
2012-12-03WINTERMUTE: Const-ify member-functions that obviously should be const.Einar Johan Trøan Sømåen
2012-12-03WINTERMUTE: Privatize members in BaseKeyboardStateEinar Johan Trøan Sømåen
2012-12-02VIDEO: Rework the way the next video track is selectedMatthew Hoops
2012-12-03SCI: Fix a small glitch when loading (regression)Filippos Karapetis
2012-12-02QUEEN: Workaround a bug in the llvm-g++ compilerThierry Crozat
2012-12-02WINTERMUTE: Avoid including script_ext_math.h in base_game.cppEinar Johan Trøan Sømåen
2012-12-02DREAMWEB: Fix key handling for non-QWERTY layoutsThierry Crozat
2012-12-02NEWS: Mention new Finnish translationThierry Crozat
2012-12-02SCI: Resync audio options when a game is restarted (bug #3589453)Filippos Karapetis
2012-12-02WINTERMUTE: Fix a warning from buildbot.Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Correct wrong logic in last commit.Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Make dirty rect-rendering available in config-file.Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Fix a warning.Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Draw invalid tickets too (as they must have become invalid AFTER ...Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Reset renderTicket-system on SaveGame-loadEinar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Reset _wantsDraw when no part of the screen is dirty.Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Make the TTF-cache actually use LRU.Einar Johan Trøan Sømåen
2012-12-01SCI: Add the French DOS version of Freddy Pharkas (bug #3589449)Filippos Karapetis
2012-12-01TINSEL: Start handling the BE resources of the Mac versions of DW1Filippos Karapetis
2012-12-01I18N: Updating Finnish translationThierry Crozat
2012-12-01CREDITS: Adding catnose in credits for Finnish translationThierry Crozat
2012-12-01I18N: Regenerate translations data fileThierry Crozat
2012-12-01I18N: Add Finish translation from patch #3591642Thierry Crozat
2012-12-01I18N: Regenerate translation template and update translationsThierry Crozat
2012-12-01DREAMWEB: Check for exFrame data corruption on loadWillem Jan Palenstijn
2012-12-01AUDIO: Fix AdLib volume when ENABLE_OPL3 is not definedTorbjörn Andersson
2012-12-01AUDIO: Fix AdLib volume regression in pre-iMUSE SCUMM gamesTorbjörn Andersson
2012-12-01NEWS: Mention EoB 1+2 support.Johannes Schickel
2012-11-30DREAMWEB: Add some debugging output to emergencyPurgeWillem Jan Palenstijn
2012-11-30DREAMWEB: Make frame fixups more specific and add sanity checksWillem Jan Palenstijn
2012-11-30DREAMWEB: Fix emergencyPurge checksWillem Jan Palenstijn
2012-11-30KYRA: Allow user to cancel saving in EoB via ESC.Johannes Schickel
2012-11-30CONFIGURE: Enable EoB by default.Johannes Schickel
2012-11-30KYRA: Change loop variable to uint, rather than size_t.D G Turner
2012-11-30DRASCULA: Change loop variable to uint, rather than size_t.D G Turner
2012-11-30DREAMWEB: Change various loop variables to uint, rather than size_t.D G Turner
2012-11-30DREAMWEB: Migrate object/inventory related functions out of stubs.D G Turner
2012-11-30DREAMWEB: Further migration to screen size constants.D G Turner
2012-11-30DREAMWEB: Fix usage of defines, rather than values for screen size.D G Turner
2012-11-30DREAMWEB: Remove dead code functions and minor formatting cleanup.D G Turner
2012-11-29DREAMWEB: Add debugging output for keyboard input.D G Turner