Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2013-08-08 | GRAPHICS: Fix incorrect parameter order for getBasePtr. | Torbjörn Andersson | |
This caused createThumbnail() to crash, e.g. when saving in the Kyrandia engine. Probably other engines as well. | |||
2013-08-08 | COMMON: Do not let ConfigManager::Domain inherit from StringMap. | Johannes Schickel | |
Instead we provide wrapper functionality now. Intuitively a Domain is not a simple StringMap. | |||
2013-08-08 | GUI: Use Domain::const_iterator in EventRecorder code when possible. | Johannes Schickel | |
2013-08-07 | ZVISION: Create console method to dump all cursor file names | richiesams | |
2013-08-07 | HOPKINS: Respect pitch when drawing on OSystem's screen surface. | Johannes Schickel | |
2013-08-07 | IPHONE: Fix accidental double free. | Johannes Schickel | |
This was a copy&paste error. I also adapted the comment to be more clear. | |||
2013-08-07 | Merge pull request #365 from lordhoto/protected-pixels | Johannes Schickel | |
Make Graphics::Surface::pixels protected. | |||
2013-08-06 | VIDEO: Don't allow VideoDecoder::seek() to be overridden | Matthew Hoops | |
A new seekIntern() that performs the actual seeking is to be overriden instead. Having the caller override seek() and then call VideoDecoder::seek() kind of defeated the purpose of stopping/starting the audio. | |||
2013-08-06 | WINTERMUTE: Fix incorrect parameter order for getBasePtr. | Johannes Schickel | |
This is a regression from 19fa89b8f58df702c5cb16d03a9cb51c1acce7ab. Thanks to fuzzie for noticing. | |||
2013-08-06 | SCI: Add another version of Jones CD (bug #3614668) | Filippos Karapetis | |
2013-08-05 | VIDEO: Clean up the AVI decoder | Matthew Hoops | |
2013-08-06 | GRAPHICS: Make Surface::pixels protected. | Johannes Schickel | |
2013-08-06 | VKEYBD: Do not access Surface::pixels anymore. | Johannes Schickel | |
2013-08-06 | N64: Do not access Surface::pixels anymore. | Johannes Schickel | |
2013-08-06 | DC: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-06 | ANDROID: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-06 | PSP: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-06 | IPHONE: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-06 | NDS: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-06 | PS2: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-06 | WII: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-05 | ZVISION: Fix loop logic so videos can end | richiesams | |
2013-08-05 | ZVISION: Add StateFlag handling to Puzzle checking | richiesams | |