Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | ZVISION: Add parsing skip for action::copy_file. It is not used. | richiesams | |
I don't really know what it is used for, but Marisa Chan completely ignores it. | |||
2013-08-10 | ZVISION: Stop checking puzzles if ResultAction::execute() returns false | richiesams | |
2013-08-10 | ZVISION: Implement ActionChangeLocation::execute() | richiesams | |
2013-08-10 | ZVISION: Make ScriptManager::changeLocation delay the actual change until ↵ | richiesams | |
the end of the frame This prevents memory corruption since changeLocation could be called in the middle of a Puzzle list iteration and changeLocation clears all the Puzzle lists. | |||
2013-08-10 | ZVISION: Move the ScriptManager update functions to a single update() function. | richiesams | |
Then make the individual update functions private | |||
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-10 | ZVISION: Create a global puzzle list and parse universe.scr into it during ↵ | richiesams | |
ScriptManager::initialize() | |||
2013-08-10 | ZVISION: Implement ActionStreamVideo | richiesams | |
2013-08-10 | ZVISION: Implement ActionQuit | richiesams | |
2013-08-10 | ZVISION: Change video code to support arbitrary scaling and whether the ↵ | richiesams | |
video can be skipped | |||
2013-08-10 | ZVISION: Make ZFS Archive member name indexing case-insensitive | richiesams | |
2013-08-10 | ZVISION: Add documentation for the ResultAction base class | richiesams | |
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 | ZVISION: Fix invalid argument for String::format() | richiesams | |
2013-08-09 | ZVISION: Add class to manage cursors | richiesams | |
2013-08-09 | ZVISION: Test for file.open before trying to read | richiesams | |
2013-08-09 | ZVISION: Add a ZGI folder directory to the SearchMan | richiesams | |
2013-08-09 | ZVISION: Create method for cycling through all the cursors so as to identify ↵ | richiesams | |
them more easily | |||
2013-08-09 | ZVISION: Create console command to render a cursor image to the screen | richiesams | |
2013-08-09 | ZVISION: Create class for decoding .zcr cursor files | richiesams | |
2013-08-09 | ZVISION: Call _system->updateScreen() every frame | richiesams | |
Otherwise the cursor will not be updated | |||
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 | |||
2013-08-08 | LURE: Fix some formatting. | Torbjörn Andersson | |
2013-08-08 | COMMON: Remove commented out include in config-manager.h. | Johannes Schickel | |
2013-08-08 | COMMON: 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-08 | COMMON: Rename ConfigFile to INIFile. | Johannes Schickel | |
This clears up that 'ConfigFile' is actually a class handling only INI-files. | |||
2013-08-08 | GRAPHICS: Allow VectorRenderer and ThemeEngine to init with 4BPP | Narek Mailian | |
2013-08-08 | GUI: Change name of GUI-renderers to remove "16-bit" | Narek Mailian | |
2013-08-08 | GUI: Allow GUI cursor creation to work with abitrary 2/4Bpp formats. | Johannes Schickel | |
2013-08-08 | GRAPHICS: Fix fonts/bdf.cpp to allow for 32bpp to be used | Narek Mailian | |
2013-08-08 | GRAPHICS: Add error-checking in blendPixelPtr for invalid BPPs | Narek Mailian | |
2013-08-08 | GRAPHICS: Fix VectorRendererSpec for RGBA8888. | Johannes Schickel | |
Formerly values in the gradient and blending code overflowed and thus caused incorrect colors. Now there's some special case for 32bpp modes, which needs slightly more operations but assures a correct output. | |||
2013-08-08 | KYRA: Fix Kyra3 family album animation glitch, CID 1004139 | Torbjörn Andersson | |
The first page wasn't animated, and it's likely that some of the other right-page animations were slightly off as well. |