aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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-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-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-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-01Fix code formattingMax Horn
2010-07-01Added a workaround for an unitialized variable in GK2Filippos Karapetis
2010-07-01Accidentally missed this file in commit 50577Lars Skovlund
2010-07-01Support the CD kernel call (stub) and add the TRUE_REG constant.Lars Skovlund
2010-07-01SCI: adding jones/ega to detection tablesMartin Kiewitz
2010-07-01SCI: added another workaround for uninit temps, this time for jones/cdMartin Kiewitz
2010-07-01Added some slight fixes for the RAMA demo, which starts now, though it dies h...Filippos Karapetis
2010-07-01The Shivers demo calls the debug kernel function 0x83 (PrintDebug), thus it i...Filippos Karapetis
2010-07-01SCI: Mark the ShiftScreen, ListOps and ATan SCI1 kernel functions as unused (...Filippos Karapetis
2010-07-01Add support for the 'fallback' MIDI in T7G's intro when the CD track cannot b...Matthew Hoops
2010-07-01KYRA/PC98: minor cleanupFlorian Kagerer
2010-07-01SCI: Added workarounds for 2 uninitialized reads in Jones floppy (EGA and VGA...Filippos Karapetis
2010-07-01KYRA/PC98: implement proper volume control (which distinguishes between music...Florian Kagerer
2010-07-01SCI: Removed duplicate warning for missing audio samplesFilippos Karapetis
2010-07-01Fix a typo in the RAW format bugfix :-)Robert Špalek
2010-07-01Fix playing RAW and RAW80 streamsRobert Špalek
2010-07-01SCI: Invoke resetSegMan from SegManager::saveLoadWithSerializer, not from Eng...Max Horn
2010-07-01SCI: Rename some more stuffMax Horn
2010-07-01SCI: Make SegManager::_heap privateMax Horn
2010-07-01SCI: Make SegManager::_classTable private.Max Horn
2010-07-01SCI: Add SegManager::getSystemString() methodMax Horn
2010-07-01SCI: Rename some variables to match our naming conventionsMax Horn
2010-07-01SCI: Simplify SegManager::findObjectByNameMax Horn
2010-07-01Introduced a hash for storing all the miscellaneous data values, and used it ...Paul Gilbert