aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-12COMMON: Make the two INI save file functions take a String referenceMatthew Hoops
2013-08-13DC: Use const version of ConfigManager::getGameDomains.Johannes Schickel
This should fix compilation for the DC port.
2013-08-13COMMON: Add setVal to ConfigManager::Domain.Johannes Schickel
This fixes compilation in the keymapper.
2013-08-13MORTEVIELLE: Fix door animation display when opening the doorsStrangerke
2013-08-12Merge pull request #377 from lordhoto/config-manager-cleanupJohannes Schickel
Config Manager Cleanup
2013-08-12I18N: Update po/POTFILES for bada => tizen change.Johannes Schickel
2013-08-12GRAPHICS: Fix warnings about mismatching format arguments.Johannes Schickel
2013-08-12Merge pull request #359 from rundfunk47/32bitguioverlayEugene Sandulenko
GUI: Add option to render GUI in 32-bits
2013-08-12MORTEVIELLE: Improve sound supportStrangerke
2013-08-12KYRA: Fix palette glitch when quitting while viewing the family album in Kyra3.Johannes Schickel
Thanks to eriktorbjorn for noticing.
2013-08-12KYRA: Fix palette glitch in Kyra3 when loading from main menu.Johannes Schickel
Formerly, the main menu was shown with the palette of the first screen for a short time. Thanks to eriktorbjorn for noticing this.
2013-08-11TSAGE: Fixes for R2R bridge console scannerPaul Gilbert
2013-08-11TAGE: Bugfixes for R2R bridge consolePaul Gilbert
2013-08-12COMMON: Get rid of write version of ConfigManager::getGameDomains.Johannes Schickel
This can be abused to insert Domains into the game domains without any checks. Instead, only write iterator access is given.
2013-08-12WINTERMUTE: Add detection for Blue Madonna-demo.Einar Johan Trøan Sømåen
2013-08-12VIDEO: Set stereo as bool instead of writing channel amount directlyEinar Johan Trøan Sømåen
2013-08-11TSAGE: Minor comments and constant fix for text display in R2R scene 300Paul Gilbert
2013-08-11TSAGE: Workaround to allow debugging animation scenes easierPaul Gilbert
2013-08-11TSAGE: Added missing logic for copying foreground to background in R2R scene ↵Paul Gilbert
1100
2013-08-11MORTEVIELLE: Remove useless codeStrangerke
2013-08-11MORTEVIELLE: Merge SpeechManager and SoundManagerStrangerke
2013-08-11MORTEVIELLE: Get rid of the 640Kb _mem bufferStrangerke
2013-08-11MORTEVIELLE: Fix warnings about converting from double to intStrangerke
2013-08-11MORTEVIELLE: Improve English translationThierry Crozat
Two sentences are used for both men and women and therefore need to be gender agnostic.
2013-08-11MORTEVIELLE: Remove some useless code and variablesStrangerke
2013-08-11MORTEVIELLE: Fix sound checks (thanks to fuzzie for pointing them out)Strangerke
2013-08-11MORTEVIELLE: Get rid of the PCSpeaker classStrangerke
2013-08-11MORTEVIELLE: Move the end of "sentence" to the main loop in order to fix the ↵Strangerke
display
2013-08-11MORTEVIELLE: Update English translationThierry Crozat
I checked some of the dialogs for which we were not sure, fixed them when needed and removed the debug number. There are two lines however that causes an issue as they are used for both men and women, and in English we would need a different translation. The two texts are: It is his/her business… Oh I don't have anything against him/her The first one seems to be used more often for men than women (so far I have seen it used for 3 men and 1 woman). For the second one I changed it to plural in English as it also works with the context and while it changes the meaning this is not important.
2013-08-10GUI: Initialise _hotkey in ButtonWidget constructorThierry Crozat
One of the two ButtonWidget constructor did not initialise _hotkey when given a non-null value. This caused valgrind to report an access to uninitialised variable in Dialog::handleKeyDown().
2013-08-11MORTEVIELLE: Add an initialization of _charAnswerCount in initMaxAnswer()Strangerke
2013-08-10TSAGE: Fix for standard screens not showing after an animation endsPaul Gilbert
2013-08-10MORTEVIELLE: Fix check of end of streamStrangerke
2013-08-10MORTEVIELLE: Avoid loading sfx and noise files multiple timesStrangerke
2013-08-10MORTEVIELLE: Some refactoring in noise sound codeStrangerke
2013-08-10Merge branch 'master' of github.com:scummvm/scummvmStrangerke
2013-08-10TINSEL: Fix DW2 assertion when quitting during cutsceneTorbjörn Andersson
Call _bmv->FinishBMV() before setting g_pCurBgnd to NULL. Otherwise, there will be an assertion if quitting during a cutscene while a subtitle is being shown. (At least I think that's the condition.) (Also, it seems to be a good idea to call it before EndScene(), because even though there was no assertion, I got a lot of warnings when I did it after.)
2013-08-10MORTEVIELLE: Handle soundsStrangerke
2013-08-10MORTEVIELLE: some refactoring in ambiant sound codeStrangerke
2013-08-10MORTEVIELLE: Play ambiant soundsStrangerke
2013-08-09MORTEVIELLE: Use more accurate frequency for musicStrangerke
2013-08-09WINTERMUTE: Fix uninitialized scalar field (CID1060922)Einar Johan Trøan Sømåen
2013-08-09WINTERMUTE: Avoid setting alpha-image when filename is ""Einar Johan Trøan Sømåen
2013-08-08Merge pull request #369 from fingolfin/fix-neverhoodFilippos Karapetis
NEVERHOOD: Remove NRect constructor
2013-08-08Merge pull request #373 from lordhoto/ini-fileJohannes Schickel
Rename ConfigFile to INIFile and remove outdated comments
2013-08-08LURE: Fix some formatting.Torbjörn Andersson
2013-08-08COMMON: Remove commented out include in config-manager.h.Johannes Schickel
2013-08-08COMMON: Remove outdated comments on INIFile.Johannes Schickel
These very old comments claimed that ConfigManager uses INIFile. This is not true however. Thus removing them should clear things up a little bit.
2013-08-08COMMON: Rename ConfigFile to INIFile.Johannes Schickel
This clears up that 'ConfigFile' is actually a class handling only INI-files.
2013-08-08GRAPHICS: Allow VectorRenderer and ThemeEngine to init with 4BPPNarek Mailian