Age | Commit message (Expand) | Author |
2010-07-04 | Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, | Torbjörn Andersson |
2010-07-04 | Fix the size of the ScummVM logo in the launcher in the modern theme. | Johannes Schickel |
2010-07-04 | Prevent GraphicsWidget from being assigned a surface which wouldn't fit in th... | Johannes Schickel |
2010-07-04 | Always use kThumbnailHeight2 (i.e. 120) for the height of the thumbnail widget. | Johannes Schickel |
2010-07-04 | Center the surface of a GraphicsWidget in case it is smaller than the widget'... | Johannes Schickel |
2010-07-04 | Added support for horizontally flipped foreground sprites, which are indicate... | Paul Gilbert |
2010-07-03 | SCI: adding support to identify uninitialized values, when doing debug output... | Martin Kiewitz |
2010-07-03 | Implemented necessary logic for the abort timer/action code, which allows the... | Paul Gilbert |
2010-07-03 | SCI: fixing #define SIGFOR_ALL, so that amiga games work again :P | Martin Kiewitz |
2010-07-03 | Adding the beginnings of a player control class, as well as various changes t... | Paul Gilbert |
2010-07-03 | SCI: added resetting of SoundCommandParser, so that error()s before that one ... | Martin Kiewitz |
2010-07-03 | Finish support of compressed dubbing | Robert Špalek |
2010-07-03 | Dragon History tries uses compressed dubbing when available | Robert Špalek |
2010-07-03 | KYRA/PC98 Audio: fix invalid mem access | Florian Kagerer |
2010-07-02 | AGI: Removed the deprecated (and confusing) getGameId() function inside the A... | Filippos Karapetis |
2010-07-02 | AGI: Fixed bug #3017905 - "AGI: GR - Crash on start". A free() was done on an... | Filippos Karapetis |
2010-07-02 | Fix long standing regression (introduced with r34053) in thumbnail scaling co... | Johannes Schickel |
2010-07-02 | KYRA/PC98: fix long standing bug were certain sound effects would bring each ... | Florian Kagerer |
2010-07-02 | KYRA/PC98: cleanup | Florian Kagerer |
2010-07-02 | KYRA/PC98: fix sfx volume control | Florian Kagerer |
2010-07-02 | Rewrote the handling of thumbnail creation for KQ6 Windows in rev #50600, so ... | Filippos Karapetis |
2010-07-02 | Added a special case for KQ6 hires in the thumbnail creation code, which runs... | Filippos Karapetis |
2010-07-02 | SCI: change drawing of fonts, so that we never do triple pixel line duplicati... | Martin Kiewitz |
2010-07-02 | Some slight fixes so that Phantom/Dragon start again | Filippos Karapetis |
2010-07-02 | Add checks for null reference to strncpy() and strlen() - happens for example... | Filippos Karapetis |
2010-07-02 | Added handling for kLock called with resource id -1 (unlock all resources of ... | Filippos Karapetis |
2010-07-02 | SCI: added possible workaround or final solution for hires portraits not full... | Martin Kiewitz |
2010-07-02 | SCI: changing adjusting of upscaled hires box coordinates | Martin Kiewitz |
2010-07-02 | Extended the SCI2 text drawing hack for SCI2.1 too, and added font caching | Filippos Karapetis |
2010-07-02 | getString() on a NULL pointer is an empty string (verified in SCI2.1) | Filippos Karapetis |
2010-07-01 | Only print the ambiguous object notice in findObjectByName if we didn't speci... | Matthew Hoops |
2010-07-01 | Remove -Wcast-align -- it cause many spurious warnings on several ports | Max Horn |
2010-07-01 | NDS: Some tweaks for compiling via std build system | Max Horn |
2010-07-01 | Fix code formatting | Max Horn |
2010-07-01 | Added a workaround for an unitialized variable in GK2 | Filippos Karapetis |
2010-07-01 | Accidentally missed this file in commit 50577 | Lars Skovlund |
2010-07-01 | Support the CD kernel call (stub) and add the TRUE_REG constant. | Lars Skovlund |
2010-07-01 | SCI: adding jones/ega to detection tables | Martin Kiewitz |
2010-07-01 | SCI: added another workaround for uninit temps, this time for jones/cd | Martin Kiewitz |
2010-07-01 | Added some slight fixes for the RAMA demo, which starts now, though it dies h... | Filippos Karapetis |
2010-07-01 | The Shivers demo calls the debug kernel function 0x83 (PrintDebug), thus it i... | Filippos Karapetis |
2010-07-01 | SCI: Mark the ShiftScreen, ListOps and ATan SCI1 kernel functions as unused (... | Filippos Karapetis |
2010-07-01 | Add support for the 'fallback' MIDI in T7G's intro when the CD track cannot b... | Matthew Hoops |
2010-07-01 | KYRA/PC98: minor cleanup | Florian Kagerer |
2010-07-01 | SCI: Added workarounds for 2 uninitialized reads in Jones floppy (EGA and VGA... | Filippos Karapetis |
2010-07-01 | KYRA/PC98: implement proper volume control (which distinguishes between music... | Florian Kagerer |
2010-07-01 | SCI: Removed duplicate warning for missing audio samples | Filippos Karapetis |
2010-07-01 | Fix a typo in the RAW format bugfix :-) | Robert Špalek |
2010-07-01 | Fix playing RAW and RAW80 streams | Robert Špalek |
2010-07-01 | NDS: Fix typo | Max Horn |