Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-08 | ANDROID: Add support for joystick motion | Marcus Comstedt | |
2013-08-08 | ANDROID: Add gamepad button support | Marcus Comstedt | |
2013-08-07 | ANDROID: Add OUYA icon and intent | Marcus Comstedt | |
2013-08-07 | CONFIGURE: Add --host=ouya to the special targets | Marcus Comstedt | |
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 | SCI: Add another version of Jones CD (bug #3614668) | Filippos Karapetis | |
2013-08-05 | VIDEO: Clean up the AVI decoder | Matthew Hoops | |
2013-08-05 | Merge pull request #368 from fingolfin/fix-test | Alyssa Milburn | |
BUILD: fix 'make test' compile error | |||
2013-08-05 | BUILD: fix 'make test' compile error | Max Horn | |
2013-08-05 | WINTERMUTE: Fix formatting. | Einar Johan Trøan Sømåen | |
2013-08-05 | MORTEVIELLE: Fix flags in playSong(). Thanks clone2727 for telling about it | Strangerke | |
2013-08-05 | MORTEVIELLE: Fix leak in playSong, refactor it a bit | Strangerke | |
2013-08-04 | TSAGE: Bugfixes for further R2R scene 1000 cutscenes | Paul Gilbert | |
2013-08-04 | TSAGE: Completed R2R starship cutscene | Paul Gilbert | |
2013-08-04 | SCUMM: Fix backwards-in-same-array case of v72he::copyArray. | Alyssa Milburn | |
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-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 | 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-02 | COMMON: Define all Unix98/BSD math constants in scummsys.h. | Johannes Schickel | |
This should fix compilation on mingw64 with --enable-c++11 and also make sure the constants are present on other systems for the uncommon case they might be missing. | |||
2013-08-02 | GRAPHICS: Allow to query a Surface describing a subarea in Surface. | Johannes Schickel | |
2013-08-02 | GRAPHICS: Slight formatting fixes in thumbnail_intern.cpp. | Johannes Schickel | |
2013-08-02 | GRAPHICS: Silence conversion warnings by using an explicit cast. | Johannes Schickel | |
2013-08-02 | Merge pull request #363 from digitall/EnsurePI | Johannes Schickel | |
Fix compilation with C++11 enabled on Win64 x86_64 toolchain... and probably others. | |||
2013-08-02 | COMMON: Add comment explaining reason for defining math constants. | D G Turner | |
2013-08-01 | TSAGE: Implementing code for R2R scene 1000 | Paul Gilbert | |
2013-08-01 | Merge pull request #339 from onlyjob/hurd | Johannes Schickel | |
BACKENDS: fix FTBFS on GNU Hurd by replacing MAXHOSTNAMELEN with NI_MAXHOST | |||
2013-08-02 | TONY: Add a hack to work around amigaos4 issues. | Alyssa Milburn | |
2013-08-02 | TONY: Fix thumbnails on BE. | Alyssa Milburn | |
2013-08-02 | TONY: Fix savegames on BE (this breaks compatibility). | Alyssa Milburn | |
2013-08-02 | TONY: Simplify thumbnail loading code. | Alyssa Milburn | |
2013-08-01 | GRAPHICS: Make Surface::copyFrom work for any src pitch. | Johannes Schickel | |
Formerly we assumed that the newly created surface has the same pitch as the source surface. This is a assumption that might be invalid (for example in case of the Surface returned by OSystem::lockScreen.) | |||
2013-08-01 | Merge pull request #354 from tobiatesan/wintermute_rotozoom_3 | Einar Johan Trøan Sømåen | |
WINTERMUTE: Wintermute rotozoom 3 | |||
2013-07-31 | Merge pull request #357 from lordhoto/thumbnail-bilinear | Johannes Schickel | |
GRAPHICS: Allow arbitrary input sizes for thumbnail scaling. | |||
2013-08-01 | HOPKINS: Slight cleanup. | Johannes Schickel | |
This renames HopkinsEngine::targetName to HopkinsEngine::getTargetName. This is more consistent with the name scheme of the remaining getters. It also makes getTargetName return a const reference instead of a copy. | |||
2013-07-31 | HOPKINS: Bumped up savegame version, and added load handling the brief ↵ | Paul Gilbert | |
version 3 format | |||
2013-07-31 | HOPKINS: Reverted to saving Breakout high scores in a separate file | Paul Gilbert | |