aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-05DS: Can now build binaries via our "configure/make" build system.Max Horn
2010-07-05NDS: Enable compilation of backend specific filesMax Horn
2010-07-05NDS: Rename backend 'nds' to 'ds' in configureMax Horn
2010-07-05Bugfixes for new player code - Rex is now correctly positioned when the playe...Paul Gilbert
2010-07-05Revert Android libtremor header to standard path, since we now shipAngus Lees
2010-07-05Switch Android toolchain prefix from arm-android-eabi toAngus Lees
2010-07-05Skip /dev/sequencer MIDI on Android.Angus Lees
2010-07-04Add a hexDumpReg function to view references that are not raw and fix SCI32 s...Matthew Hoops
2010-07-04SCI: Removed the unused line number parameter from validate_variable() and re...Filippos Karapetis
2010-07-04Simplify audio device settings handling by using the device handle as tag ins...Johannes Schickel
2010-07-04Whoops, always increase midiId, not only when it's added to the GM Device popup.Johannes Schickel
2010-07-04Prevent the MT-32 Emulator from being displayed in the "GM Device" pop up.Johannes Schickel
2010-07-04More cleanup / readability fixes.Johannes Schickel
2010-07-04Cleanup.Johannes Schickel
2010-07-04GUI/AUDIO: This change will make individual game audio settings take over the...Florian Kagerer
2010-07-04SCI: Added a short description for all opcodes, so that it's easier to unders...Filippos Karapetis
2010-07-04Implemented more of the support methods for player displayPaul Gilbert
2010-07-04Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up,Torbjörn Andersson
2010-07-04Fix the size of the ScummVM logo in the launcher in the modern theme.Johannes Schickel
2010-07-04Prevent GraphicsWidget from being assigned a surface which wouldn't fit in th...Johannes Schickel
2010-07-04Always use kThumbnailHeight2 (i.e. 120) for the height of the thumbnail widget.Johannes Schickel
2010-07-04Center the surface of a GraphicsWidget in case it is smaller than the widget'...Johannes Schickel
2010-07-04Added support for horizontally flipped foreground sprites, which are indicate...Paul Gilbert
2010-07-03SCI: adding support to identify uninitialized values, when doing debug output...Martin Kiewitz
2010-07-03Implemented necessary logic for the abort timer/action code, which allows the...Paul Gilbert
2010-07-03SCI: fixing #define SIGFOR_ALL, so that amiga games work again :PMartin Kiewitz
2010-07-03Adding the beginnings of a player control class, as well as various changes t...Paul Gilbert
2010-07-03SCI: added resetting of SoundCommandParser, so that error()s before that one ...Martin Kiewitz
2010-07-03Finish support of compressed dubbingRobert Špalek
2010-07-03Dragon History tries uses compressed dubbing when availableRobert Špalek
2010-07-03KYRA/PC98 Audio: fix invalid mem accessFlorian Kagerer
2010-07-02AGI: Removed the deprecated (and confusing) getGameId() function inside the A...Filippos Karapetis
2010-07-02AGI: Fixed bug #3017905 - "AGI: GR - Crash on start". A free() was done on an...Filippos Karapetis
2010-07-02Fix long standing regression (introduced with r34053) in thumbnail scaling co...Johannes Schickel
2010-07-02KYRA/PC98: fix long standing bug were certain sound effects would bring each ...Florian Kagerer
2010-07-02KYRA/PC98: cleanupFlorian Kagerer
2010-07-02KYRA/PC98: fix sfx volume controlFlorian Kagerer
2010-07-02Rewrote the handling of thumbnail creation for KQ6 Windows in rev #50600, so ...Filippos Karapetis
2010-07-02Added a special case for KQ6 hires in the thumbnail creation code, which runs...Filippos Karapetis
2010-07-02SCI: change drawing of fonts, so that we never do triple pixel line duplicati...Martin Kiewitz
2010-07-02Some slight fixes so that Phantom/Dragon start againFilippos Karapetis
2010-07-02Add checks for null reference to strncpy() and strlen() - happens for example...Filippos Karapetis
2010-07-02Added handling for kLock called with resource id -1 (unlock all resources of ...Filippos Karapetis
2010-07-02SCI: added possible workaround or final solution for hires portraits not full...Martin Kiewitz
2010-07-02SCI: changing adjusting of upscaled hires box coordinatesMartin Kiewitz
2010-07-02Extended the SCI2 text drawing hack for SCI2.1 too, and added font cachingFilippos Karapetis
2010-07-02getString() on a NULL pointer is an empty string (verified in SCI2.1)Filippos Karapetis
2010-07-01Only print the ambiguous object notice in findObjectByName if we didn't speci...Matthew Hoops
2010-07-01Remove -Wcast-align -- it cause many spurious warnings on several portsMax Horn
2010-07-01NDS: Some tweaks for compiling via std build systemMax Horn