Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-13 | GIT: Ignore create_mortdat and extract_mort executables | Thierry Crozat | |
2013-08-13 | WINTERMUTE: Be explicit when storing Floats in savegames. | Einar Johan Trøan Sømåen | |
2013-08-13 | WINTERMUTE: Add atleast some comments to the renderTicket-system. | Einar Johan Trøan Sømåen | |
2013-08-13 | MORTEVIELLE: Introduce original language in detection | Strangerke | |
2013-08-13 | MORTEVIELLE: Remove the detection of a broken menu.mor file. Bug reported by ↵ | Strangerke | |
criezy | |||
2013-08-13 | MORTEVIELLE: Wait for the end of sound in some more places | Strangerke | |
2013-08-13 | DC: Use const version of ConfigManager::getGameDomains. | Johannes Schickel | |
This should fix compilation for the DC port. | |||
2013-08-13 | COMMON: Add setVal to ConfigManager::Domain. | Johannes Schickel | |
This fixes compilation in the keymapper. | |||
2013-08-13 | MORTEVIELLE: Fix door animation display when opening the doors | Strangerke | |
2013-08-12 | Merge pull request #377 from lordhoto/config-manager-cleanup | Johannes Schickel | |
Config Manager Cleanup | |||
2013-08-12 | I18N: Update po/POTFILES for bada => tizen change. | Johannes Schickel | |
2013-08-12 | GRAPHICS: Fix warnings about mismatching format arguments. | Johannes Schickel | |
2013-08-12 | Merge pull request #359 from rundfunk47/32bitguioverlay | Eugene Sandulenko | |
GUI: Add option to render GUI in 32-bits | |||
2013-08-12 | MORTEVIELLE: Improve sound support | Strangerke | |
2013-08-12 | KYRA: Fix palette glitch when quitting while viewing the family album in Kyra3. | Johannes Schickel | |
Thanks to eriktorbjorn for noticing. | |||
2013-08-12 | KYRA: 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-11 | TSAGE: Fixes for R2R bridge console scanner | Paul Gilbert | |
2013-08-11 | TAGE: Bugfixes for R2R bridge console | Paul Gilbert | |
2013-08-12 | COMMON: 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-12 | WINTERMUTE: Add detection for Blue Madonna-demo. | Einar Johan Trøan Sømåen | |
2013-08-12 | VIDEO: Set stereo as bool instead of writing channel amount directly | Einar Johan Trøan Sømåen | |
2013-08-11 | TSAGE: Minor comments and constant fix for text display in R2R scene 300 | Paul Gilbert | |
2013-08-11 | TSAGE: Workaround to allow debugging animation scenes easier | Paul Gilbert | |
2013-08-11 | TSAGE: Added missing logic for copying foreground to background in R2R scene ↵ | Paul Gilbert | |
1100 | |||
2013-08-11 | MORTEVIELLE: Remove useless code | Strangerke | |
2013-08-11 | MORTEVIELLE: Merge SpeechManager and SoundManager | Strangerke | |
2013-08-11 | MORTEVIELLE: Get rid of the 640Kb _mem buffer | Strangerke | |
2013-08-11 | MORTEVIELLE: Fix warnings about converting from double to int | Strangerke | |
2013-08-11 | MORTEVIELLE: Improve English translation | Thierry Crozat | |
Two sentences are used for both men and women and therefore need to be gender agnostic. | |||
2013-08-11 | MORTEVIELLE: Remove some useless code and variables | Strangerke | |
2013-08-11 | MORTEVIELLE: Fix sound checks (thanks to fuzzie for pointing them out) | Strangerke | |
2013-08-11 | MORTEVIELLE: Get rid of the PCSpeaker class | Strangerke | |
2013-08-11 | MORTEVIELLE: Move the end of "sentence" to the main loop in order to fix the ↵ | Strangerke | |
display | |||
2013-08-11 | MORTEVIELLE: Update English translation | Thierry 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-10 | GUI: Initialise _hotkey in ButtonWidget constructor | Thierry 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-11 | MORTEVIELLE: Add an initialization of _charAnswerCount in initMaxAnswer() | Strangerke | |
2013-08-10 | TSAGE: Fix for standard screens not showing after an animation ends | Paul Gilbert | |
2013-08-10 | MORTEVIELLE: Fix check of end of stream | Strangerke | |
2013-08-10 | MORTEVIELLE: Avoid loading sfx and noise files multiple times | Strangerke | |
2013-08-10 | MORTEVIELLE: Some refactoring in noise sound code | Strangerke | |
2013-08-10 | Merge branch 'master' of github.com:scummvm/scummvm | Strangerke | |
2013-08-10 | TINSEL: Fix DW2 assertion when quitting during cutscene | Torbjö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-10 | MORTEVIELLE: Handle sounds | Strangerke | |
2013-08-10 | MORTEVIELLE: some refactoring in ambiant sound code | Strangerke | |
2013-08-10 | MORTEVIELLE: Play ambiant sounds | Strangerke | |
2013-08-09 | MORTEVIELLE: Use more accurate frequency for music | Strangerke | |
2013-08-09 | WINTERMUTE: Fix uninitialized scalar field (CID1060922) | Einar Johan Trøan Sømåen | |
2013-08-09 | WINTERMUTE: Avoid setting alpha-image when filename is "" | Einar Johan Trøan Sømåen | |
2013-08-08 | Merge pull request #369 from fingolfin/fix-neverhood | Filippos Karapetis | |
NEVERHOOD: Remove NRect constructor | |||
2013-08-08 | Merge pull request #373 from lordhoto/ini-file | Johannes Schickel | |
Rename ConfigFile to INIFile and remove outdated comments |