Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-01 | SCI: Add the French DOS version of Freddy Pharkas (bug #3589449) | Filippos Karapetis | |
2012-12-01 | TINSEL: Start handling the BE resources of the Mac versions of DW1 | Filippos Karapetis | |
Refer to bug #3110936 This is still work in progress, but it doesn't affect the rest of the LE versions of DW1. Both the Mac demo and the full version still crash. The music in the Mac version is skipped for now, as it isn't MIDI | |||
2012-12-01 | I18N: Updating Finnish translation | Thierry Crozat | |
2012-12-01 | CREDITS: Adding catnose in credits for Finnish translation | Thierry Crozat | |
2012-12-01 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-12-01 | I18N: Add Finish translation from patch #3591642 | Thierry Crozat | |
2012-12-01 | I18N: Regenerate translation template and update translations | Thierry Crozat | |
2012-12-01 | DREAMWEB: Check for exFrame data corruption on load | Willem Jan Palenstijn | |
This provides earlier detection for corrupted savegames caused by bug #3591088 | |||
2012-12-01 | AUDIO: Fix AdLib volume when ENABLE_OPL3 is not defined | Torbjörn Andersson | |
This should ensure that when ENABLE_OPL3 is not defined, the old code (using a lookup table) is used for calculating vol1 and vol2 (unless, of course, _scummSmallHeader is true). I hope I got it right this time. | |||
2012-12-01 | AUDIO: Fix AdLib volume regression in pre-iMUSE SCUMM games | Torbjörn Andersson | |
This assumes that _scummSmallHeader = 1 means we don't care about what _opl3Mode is when calculating the volume in mcKeyOn(). I hope this is correct. | |||
2012-12-01 | NEWS: Mention EoB 1+2 support. | Johannes Schickel | |
2012-11-30 | DREAMWEB: Add some debugging output to emergencyPurge | Willem Jan Palenstijn | |
2012-11-30 | DREAMWEB: Make frame fixups more specific and add sanity checks | Willem Jan Palenstijn | |
This should detect (and trigger asserts on) the kind of ex frame data corruption in bug #3591088. | |||
2012-11-30 | DREAMWEB: Fix emergencyPurge checks | Willem Jan Palenstijn | |
It could re-delete previously deleted objects, causing ex data (frame/text) corruption. This is the likely cause of bug #3591088. Asm conversion error from eaf87bdfa7ac279f736c03b25af94ac1df3b31ce. | |||
2012-11-30 | KYRA: Allow user to cancel saving in EoB via ESC. | Johannes Schickel | |
2012-11-30 | CONFIGURE: Enable EoB by default. | Johannes Schickel | |
2012-11-30 | KYRA: Change loop variable to uint, rather than size_t. | D G Turner | |
2012-11-30 | DRASCULA: Change loop variable to uint, rather than size_t. | D G Turner | |
2012-11-30 | DREAMWEB: Change various loop variables to uint, rather than size_t. | D G Turner | |
This is partly for readability and partly to avoid any possible portability issues i.e. though they should be the same, size_t is defined by system headers, whereas uint is defined within our build system. Also, replaced a array size calculation with our ARRAYSIZE macro. | |||
2012-11-30 | DREAMWEB: Migrate object/inventory related functions out of stubs. | D G Turner | |
2012-11-30 | DREAMWEB: Further migration to screen size constants. | D G Turner | |
2012-11-30 | DREAMWEB: Fix usage of defines, rather than values for screen size. | D G Turner | |
2012-11-30 | DREAMWEB: Remove dead code functions and minor formatting cleanup. | D G Turner | |
2012-11-29 | DREAMWEB: Add debugging output for keyboard input. | D G Turner | |
2012-11-29 | DREAMWEB: Correction of minor conversion mistake. | D G Turner | |
2012-11-29 | DREAMWEB: Further cleanup to keyboard input buffer code. | D G Turner | |
Removed the buffer from being a global non-const variable. Also, the code changes should allow the buffer size to be increased by just changing the size of _keyBuffer if needed. | |||
2012-11-29 | DREAMWEB: Simplify _lastHardKey usage and migrate to Common::KeyCode. | D G Turner | |
This improves readability and should help with dealing with changes to fix bug #3590814 ("DREAMWEB: M key does not work in Network"). | |||
2012-11-27 | PS2: Fix three compiler warnings and minor code formatting fixes. | D G Turner | |
2012-11-27 | VIDEO: Include surface.h in bink_decoder.h | Einar Johan Trøan Sømåen | |
2012-11-26 | PEGASUS: Improve descriptions for the keymap | Matthew Hoops | |
2012-11-26 | VIDEO: Add preliminary API functions for seeking to a frame | Matthew Hoops | |
2012-11-26 | SCI: Amended fix for palette related compiler warnings. | D G Turner | |
2012-11-26 | SCI: Fix warnings | Filippos Karapetis | |
2012-11-24 | BACKENDS: Remove excess space from warnings | Matthew Hoops | |
2012-11-24 | AUDIO: Fix AIFF comment about supporting IMA ADPCM | Matthew Hoops | |
2012-11-24 | KYRA: fix bug #3589442 (LOL Floppy - No speech during intro) | athrxx | |
2012-11-24 | TINSEL: Add scrollwheel support to save/load and inventory | Torbjörn Andersson | |
2012-11-24 | PEGASUS: Use the new VideoDecoder::setRate code | Matthew Hoops | |
The filling station now plays at the proper speed | |||
2012-11-24 | VIDEO: Add support for playing videos at a modified speed | Matthew Hoops | |
Currently this only works for positive (forward) playback, but will eventually work for negative (backward). | |||
2012-11-23 | COMPOSER: Fix order of directoryGlobs qualifiers. | D G Turner | |
Some compilers throw a warning on the "const static" ordering, so the more standard "static const" should be used instead. | |||
2012-11-23 | AUDIO: Fix spurious compiler warnings about use-before-set variable. | D G Turner | |
2012-11-23 | WII: Remove remaining signed-unsigned compiler warning. | D G Turner | |
2012-11-23 | N64: Remove remaining signed-unsigned compiler warning. | D G Turner | |
2012-11-23 | KYRA: Some slight cleanup. | Johannes Schickel | |
2012-11-23 | KYRA: Fix bug #3589441 "KYRA: LOL DOS is broken". | Johannes Schickel | |
In fact it affected all DOS versions of the game. This is a regression from 93e69aa4da0558b05fc235684355ed38eed9863d. | |||
2012-11-23 | KYRA: Remove unnecessary forward declaration. | Johannes Schickel | |
2012-11-23 | KYRA: Move SoundDigital declaration to its own header. | Johannes Schickel | |
2012-11-23 | KYRA: Rename kReadSaveHeaderError to ReadSaveHeaderError. | Johannes Schickel | |
2012-11-23 | KYRA: Get rid of pointless SoundDigital::init method. | Johannes Schickel | |
2012-11-23 | KYRA: Make Sound::hasSoundFile const again. | Johannes Schickel | |