Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-04 | MORTEVIELLE: Improve looping of the intro song | Thierry Crozat | |
Using a LoopingAudioStream gets rid of the pause between each loop (and simplifies the code). | |||
2013-08-04 | MORTEVIELLE: Fix crash in sound mixer when closing the engine | Thierry Crozat | |
This was due to the _speakerHandle being reused between its initialisation in the SoundManager constructor and the destructor causing it to have a wrong value when trying (and failing) to stop the PCSpeaker channel in the mixer before deleting the stream. | |||
2013-08-04 | MORTEVIELLE: Take shouldQuit() into account while a song is played | Strangerke | |
2013-08-04 | MORTEVIELLE: Compute real buffer size in order to avoid ticks at the end of ↵ | Strangerke | |
the song | |||
2013-08-04 | SCUMM: Add detection/version for Moonbase Commander v1.1. | Alyssa Milburn | |
2013-08-04 | MORTEVIELLE: Implement music in intro screen | Strangerke | |
2013-08-04 | MORTEVIELLE: Pass Pattern struct by reference | Torbjörn Andersson | |
This should avoid unnecessary copying of a 400+ byte struct. This was a low-priority Coverity issue, for some reason without a CID. | |||
2013-08-04 | MORTEVIELLE: Fix out-of-bounds read | Torbjörn Andersson | |
This should be sufficient. At this point, cy is at most 23, and if cx is 41 it's either 23 or less than 20. That means ix is either 46 or less than 43. If it's less than 43, there is no out of bounds access, and now we look at the special case first. This was a Coverity issue, but for some reason I don't see any CID for it. | |||
2013-08-04 | SCUMM: Add comment about getPixels uses in BaseCostumeRenderer. | Johannes Schickel | |
2013-08-04 | SCUMM: Fix Loom (and some other graphics regressions). | Johannes Schickel | |
These are regressions from c05cb7f3bbcf4d64d4a938e0eb42065d8f3d3038. They were caused by VirtualScreen::getPixels differing from Surface::getBasePtr and I accidently used the former in some cases in the conversion. I also fixed a bug in debugger.cpp which exchanged x and y. | |||
2013-08-03 | Merge pull request #364 from lordhoto/sub-surface | Johannes Schickel | |
GRAPHICS: Allow to query a Surface describing a subarea in Surface. | |||
2013-08-04 | VIDEO: Fix regression in Urban Runner videos. | Johannes Schickel | |
This is a regression from 6fce92b0ea2fce78c375ade0bc6c2ac4231b96bd. Thanks to DrMcCoy for tracking this down. | |||
2013-08-04 | GRAPHICS: Fix typo. | Johannes Schickel | |
2013-08-04 | WINTERMUTE: Small formatting fixes. | Johannes Schickel | |
2013-08-04 | WINTERMUTE: Fix end of namespace comments. | Johannes Schickel | |
2013-08-03 | TSAGE: Cleanup of code in R2R scene 1000 to use AnimationPlayer | Paul Gilbert | |
2013-08-03 | DEVTOOLS: Include English menu in mortevielle dat file | Thierry Crozat | |
2013-08-03 | MORTEVIELLE: Rename ROOM9 into JULIA_ROOM | Strangerke | |
2013-08-03 | MORTEVIELLE: Fix error in c79ce89680d2c46e468152791a46f2700d04b336 | Strangerke | |
2013-08-03 | MORTEVIELLE: Some more renaming | Strangerke | |
2013-08-03 | MORTEVIELLE: Rework code using _openObjects | Strangerke | |
2013-08-03 | VIDEO: Do not set Surface::pixels directly anymore. | Johannes Schickel | |
2013-08-03 | SDL: Do not set Surface::pixels directly anymore. | Johannes Schickel | |
2013-08-03 | WINTERMUTE: Do not set Surface::pixels directly anymore. | Johannes Schickel | |
2013-08-03 | TSAGE: Do not set Surface::pixels directly anymore. | Johannes Schickel | |
2013-08-03 | SWORD25: Do not set Surface::pixels directly anymore. | Johannes Schickel | |
2013-08-03 | PARALLACTION: Do not set Surface::pixels directly anymore. | Johannes Schickel | |
2013-08-03 | MORTEVIELLE: Do not set Surface::pixels directly anymore. | Johannes Schickel | |
2013-08-03 | HUGO: Do not set Surface::pixels directly anymore. | Johannes Schickel | |
2013-08-03 | SCUMM: Do not set Surface::pixels directly anymore. | Johannes Schickel | |
2013-08-03 | GRAPHICS: Add two new methods to change 'pixels' of a Surface. | Johannes Schickel | |
One method is a simpler setter for 'pixels'. The other one can be used to setup a Surface with custom data. | |||
2013-08-03 | BACKENDS: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | SDL: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | OPENGL: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | IPHONE: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | WINTERMUTE: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | TUCKER: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | TSAGE: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | TOON: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | TONY: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | TOLTECS: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | TINSEL: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | TEENAGENT: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | SWORD25: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | SWORD2: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | SWORD1: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | SCI: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | SAGA: Take advantage of Sufrace::getPixels. | Johannes Schickel | |
2013-08-03 | PEGASUS: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | PARALLACTION: Take advantage of Surface::getPixels. | Johannes Schickel | |