aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-23AUDIO: Update some comments, remove some obsolete onesMax Horn
2011-03-23AGOS: Sanitize the mutex locking in MidiPlayer::startTrackMax Horn
2011-03-23ENGINES: Use Common::StackLock in more placesMax Horn
2011-03-23TINSEL: Make MidiMusicPlayer::_parser and _mutex protectedMax Horn
2011-03-23SCUMM: Remove unused iMuse MIDI 'passthrough' codeMax Horn
2011-03-23COMMON: Remove TODO from struct EventMax Horn
I moved this TODO to the Wiki TODO page and extended it there. Yet while I originally wrote it, I now think that we are probably best off keeping things as they are.
2011-03-23SWORD25: Commit of patch translating German comments to EnglishPaul Gilbert
2011-03-22MOHAWK: Remove 'old' from the LB v1 sound function tooMatthew Hoops
2011-03-22MOHAWK: Rename OldMohawkBitmap to LivingBooksBitmap_v1Matthew Hoops
'Old' is very ambiguous ;)
2011-03-22MOHAWK: Begin to implement Riven opcode 38Matthew Hoops
Also, renamed it to better reflect its purpose
2011-03-22MOHAWK: Minor cursor call cleanupMatthew Hoops
2011-03-22MOHAWK: Remove the Riven 'restart' console commandMatthew Hoops
This ancient console function has no purpose any longer and is half-broken anyway.
2011-03-22MOHAWK: Cleanup installer handlingMatthew Hoops
2011-03-22MOHAWK: Handle launcher load fails more gracefullyMatthew Hoops
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
This in turn enables modifying MidiDriver_MPU401::close() to allow it to be called on a midi driver that has not yet been opened. The specific issue that triggered me to make these changes was a crash-upon-quit in HUGO, caused by it instantiating a midi driver, then encountering an error (missing hugo.dat) *before* having opened the new midi driver; the general cleanup code then tries to close the (not yet opened) midi driver -> kaboom Also fixed some engines which were leaking MidiDriver instances.
2011-03-22NEWS: Mention new Swedish translationThierry Crozat
2011-03-22I18N: Update translation data fileThierry Crozat
2011-03-22I18N: Clean po files (remove obsolete strings)Thierry Crozat
2011-03-22I18N: Regenerate translation template and update po filesThierry Crozat
This follows the modification done in the scumm help dialog to reduce the number of strings to translate.
2011-03-22I18N: Break keyboard shortcut translation by keyThierry Crozat
In the scumm help dialog, translate single keys, e.g. "Ctrl" or "Alt" instead of asking the translator to translate individually "Ctrl a", "Ctrl b", "Alt a", "Alt b", Ctrl Alt a" and so on. This reduce greatly the number of strings to translate.
2011-03-22BUILD: remove obsolete rule for translation supportThierry Crozat
2011-03-22CREDITS: Add credits for Swedish translationThierry Crozat
2011-03-22I18N: Regenerate translation data fileThierry Crozat
2011-03-22I18N: Update translations files from templateThierry Crozat
2011-03-22I18N: Update translation template from source codeThierry Crozat
2011-03-22I18N: Change language name from Swedish to SvenskaThierry Crozat
2011-03-22I18N: Add Swedish translation from path #3232066Thierry Crozat
2011-03-22LASTEXPRESS: Fix sound timer to only run every 17 millisecondsLittleboy
2011-03-22ANDROID: Fix timer frequency to match SDLdhewg
2011-03-22TIMER: Cleanupdhewg
2011-03-22AUDIO: Cleanupdhewg
Is it just me or is overwriting-but-not-marking-as-virtual irritating?
2011-03-22MOHAWK: Ignore other 'time' variables when loading saves tooMatthew Hoops
2011-03-22MOHAWK: Implement xrwindowsetupMatthew Hoops
2011-03-22CONFIGURE: Apply patch #3193021 (AMIGAOS4: Typo in configure)Jordi Vilalta Prat
2011-03-22Merge branch 'master' of https://github.com/scummvm/scummvmathrxx
2011-03-22SCUMM FM-TOWNS: cleanup (thx LordHoto)athrxx
2011-03-21MOHAWK: Minor cleanup and consistency fixesMatthew Hoops
2011-03-21MOHAWK: Implement the prison viewerMatthew Hoops
2011-03-21MOHAWK: Add a getDuration() function to the VideoManagerMatthew Hoops
2011-03-21VIDEO: Add a getDuration() function to SeekableVideoDecoderMatthew Hoops
This function returns the total duration of the video
2011-03-21MOHAWK: Implement the hardcoded Catherine idle videosMatthew Hoops
2011-03-21MOHAWK: Add workaround for loading the bytramtime variableMatthew Hoops
2011-03-21MOHAWK: Don't error out when the ReturnStackID cannot be convertedMatthew Hoops
2011-03-21SWORD25: Reduce code duplication; formattingMax Horn
2011-03-21HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::formatMax Horn
2011-03-21HUGO: Split Utils::Box -> new funcs Utils::yesNoBox and Utils::promptBoxMax Horn
This also fixes a bug in the kBoxPrompt code (it returned a pointer to the content of a temporary string object).
2011-03-21OPENGL: Fix mouse cursor position in Normal mode when AR is enabled.Johannes Schickel
2011-03-20MOHAWK: Implement the Ytram trapMatthew Hoops
2011-03-20TUCKER: add missing code for kSupportsLoadingDuringStartupGregory Montoir
2011-03-20NEWS: mention Tucker fixesGregory Montoir