Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-20 | SCI: Fix script bug #3555404 - "SCI: KQ6 Spider Scene Game Freeze" | Filippos Karapetis | |
2012-08-18 | AGOS: Fix regression with sound in Smacker OmniTV videos | Matthew Hoops | |
2012-08-17 | AGOS: Fix regressions in the feeble demo | Matthew Hoops | |
2012-08-16 | VIDEO: Cleanup VideoDecoder a bit | Matthew Hoops | |
Functions and their comments now line up better | |||
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops | |
2012-08-16 | VIDEO: Rename setStopTime() to setEndTime() | Matthew Hoops | |
To better differentiate with stop() | |||
2012-08-16 | VIDEO: Remove setSystemPalette() | Matthew Hoops | |
2012-08-16 | VIDEO: Begin removing some of the deprecated functions from VideoDecoder | Matthew Hoops | |
2012-08-16 | VIDEO: Remove the Coktel video code from using the VideoDecoder API | Matthew Hoops | |
After discussing with DrMcCoy, we felt this the best way to proceed. A wrapper class that implements AdvancedVideoDecoder is still around for use in SCI. | |||
2012-08-16 | CONFIGURE: Set DISABLE_SAVELOADCHOOSER_GRID for the GPH backend. | David-John Willis | |
* Move some backend settings from the host selection to the backend. * Also remove stale referances to the old GP2X backend. | |||
2012-08-15 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-08-15 | I18N: Update Hungarian translation from patch #3557212 | Thierry Crozat | |
2012-08-15 | I18N: Update Polish translation from patch #3552055 | Thierry Crozat | |
2012-08-15 | ANDROID: Remove unused GL_OES_draw_texture code. | Alyssa Milburn | |
2012-08-15 | AGI: Replace detector printf usage with logMessage. | Alyssa Milburn | |
2012-08-15 | SCUMM: Replace detector printf usage with logMessage. | Alyssa Milburn | |
2012-08-15 | COMMON: Remove fprintf/stderr usage from xmlparser. | Alyssa Milburn | |
2012-08-14 | GUI: Fix out-of-bounds in new chooser. | Alyssa Milburn | |
2012-08-14 | CINE: Apply some ScummVM formatting conventions | Torbjörn Andersson | |
2012-08-13 | Merge pull request #266 from yaz0r/master | yaz0r | |
Fix system menu in OS | |||
2012-08-13 | CINE: Fix system menu sometimes not appearing in OS | Vincent Hamm | |
2012-08-14 | CINE: Fix compile error caused by excess ; | Travis Howell | |
2012-08-13 | Merge pull request #265 from yaz0r/master | yaz0r | |
More fix to cine | |||
2012-08-13 | CINE: Fix regression in savegame system | Vincent Hamm | |
2012-08-13 | Merge branch 'master' of github.com:yaz0r/scummvm | Vincent Hamm | |
2012-08-13 | Cine: Fix swimming sequence by allowing mouse click to be held down | Vincent Hamm | |
2012-08-13 | Fix swimming sequence by allowing mouse click to be held down | Vincent Hamm | |
2012-08-13 | CINE: Fix restoring of savegame in cave | Vincent Hamm | |
2012-08-13 | VIDEO: Convert TheoraDecoder to the new AdvancedVideoDecoder API | Matthew Hoops | |
2012-08-13 | GRAPHICS: Add support for 32bpp BMPs | Einar Johan Trøan Sømåen | |
2012-08-12 | GRAPHICS: Clarify format of the palette in ImageDecoder | Matthew Hoops | |
2012-08-12 | CINE: Slight formatting fixes in gfx.cpp. | Johannes Schickel | |
Powered by astyle. | |||
2012-08-12 | GUI: Make normal disabled color of the modern theme darker. | Johannes Schickel | |
This should fix bug #3395057 "GUI: Font-Background Color Contrast Problem in Modern Theme". At the very least it will improve the contrast. | |||
2012-08-12 | GUI: Create the builtin theme from scummclassic again. | Johannes Schickel | |
The old builtin one actually was based on a unpublished version, which failed with the current code. Oops. | |||
2012-08-12 | GUI: Mark parts of the grid based chooser layout code as HACK. | Johannes Schickel | |
2012-08-12 | NEWS: Mention new save/load chooser. | Johannes Schickel | |
2012-08-12 | I18N: Update POTFILES and rebuild the translations. | Johannes Schickel | |
2012-08-12 | VIDEO: Move TheoraDecoder to video/ | Matthew Hoops | |
2012-08-12 | GUI: Remove left-over code from theme based fill color in thumbnail display. | Johannes Schickel | |
2012-08-12 | Merge pull request #260 from lordhoto/new-chooser. | Johannes Schickel | |
New save/load chooser Conflicts: gui/saveload.cpp | |||
2012-08-12 | VIDEO: Convert FlicDecoder to the new AdvancedVideoDecoder API | Matthew Hoops | |
The video no longer automatically loops (unused in-tree) and must have rewind() called manually | |||
2012-08-12 | VIDEO: Don't allow adding external stream files to unopened videos | Matthew Hoops | |
2012-08-12 | MOHAWK: Use setStopTime() | Matthew Hoops | |
2012-08-12 | AGOS: Improve the quick load/save code. | Travis Howell | |
2012-08-12 | VIDEO: Add set/getStopTime functions to AdvancedVideoDecoder | Matthew Hoops | |
A video can now be stopped at a requested time | |||
2012-08-12 | AUDIO: Move LimitingAudioStream to audio/ | Matthew Hoops | |
2012-08-12 | GUI: Fix possible un-initialised variable usage in SaveLoadChooser. | D G Turner | |
This was reported by valgrind, while looking at a different issue. | |||
2012-08-11 | CINE: Fix typo in OS palette restore code. | D G Turner | |
This fixes most cases of incorrect palette on savegame loading. Thanks to yaz0r for this fix. | |||
2012-08-11 | CINE: Fix lockup in Scene 5 when "operate Girl" underwater. | D G Turner | |
Traced with gdb to sound.cpp:792 i.e. _fadeOutTimer infinite loop. This bug was introduced by the addition of the MT-32 output driver for Future Wars and associated mutex changes. The _fadeOutTimer increment is done by the timer callback occuring during the load method call, but this was excluded by the mutex. Fixed by moving the mutex in the load method. | |||
2012-08-11 | SCI: Add PQ3 Spanish DOS detection entry from bug #3555647. | D G Turner | |