Age | Commit message (Expand) | Author |
2010-06-30 | SCI: implementing workarounds for kernel calls, removing original code workar... | Martin Kiewitz |
2010-06-30 | Generalize the sound archive framework to be able to open new formats | Robert Špalek |
2010-06-30 | SCI: adding inheritancelevel to uninit workarounds to make them safer | Martin Kiewitz |
2010-06-30 | Updated incorrect comment | Filippos Karapetis |
2010-06-30 | Also erase the value of the list node itself when deleting it inside kDeleteK... | Filippos Karapetis |
2010-06-30 | When deleting a list node, erase its references to predecessor and successor ... | Filippos Karapetis |
2010-06-29 | AUDIO: fixed bug when device was set to default and only MDT_MIDI flags were... | Florian Kagerer |
2010-06-29 | SCI: added sci32-specific signature for kGetSaveDir | Martin Kiewitz |
2010-06-29 | SCI: added mac-specific signature for kGetEvent | Martin Kiewitz |
2010-06-29 | SCI: implemented version specific signatures, added special kDrawCel signatur... | Martin Kiewitz |
2010-06-29 | SCI: adding space in kernelmap for workaround table | Martin Kiewitz |
2010-06-29 | SCI: Rewrap yet more comments | Max Horn |
2010-06-29 | SCI: kernelMap cleanup and making it possible to have version (not implemente... | Martin Kiewitz |
2010-06-29 | Handle empty clip rectangles in GfxView::drawScaled(). Fixes an assert in the... | Filippos Karapetis |
2010-06-29 | Fixed 2 uninitialized reads in SQ6 | Filippos Karapetis |
2010-06-29 | Silence possible use of uninitialized variable warning in g++. | Johannes Schickel |
2010-06-29 | SCI: Rewrap more comments | Max Horn |
2010-06-29 | SCI: Add some const qualifiers | Max Horn |
2010-06-29 | SCI: Rename listEntry -> 'it' for better readability | Max Horn |
2010-06-29 | SCI: Simplify List::iterator usage in GfxAnimate | Max Horn |
2010-06-29 | SCI: Simplify GfxAnimate code, get rid of _listData | Max Horn |
2010-06-29 | Update icons to versions with much softer anti-aliasing. | Angus Lees |
2010-06-29 | Replace some code with constructs that work on Android pre-1.6. | Angus Lees |
2010-06-29 | Added code to properly detect when an animation sequence is complete | Paul Gilbert |
2010-06-29 | Changed reading of sprite frame depths to signed bytes - this fixes the probl... | Paul Gilbert |
2010-06-29 | Removed the old hardcoded calls to loadDSRFile | Paul Gilbert |
2010-06-29 | Added loading of the correct DSR file at the start of each animation scene | Paul Gilbert |
2010-06-29 | Reserved palette ranges used by on-screen messages | Paul Gilbert |
2010-06-29 | Bugfixes to reading in the animation font name correctly, as well as converte... | Paul Gilbert |
2010-06-29 | SCI: print out actual and supposed parameter types when having a kernel call ... | Martin Kiewitz |
2010-06-29 | SCI: Some cleanup of the GC code. | Filippos Karapetis |
2010-06-29 | SCI: Removed reg_t_EqualTo, since reg_t already defines an equals operator | Filippos Karapetis |
2010-06-29 | SCI: Made the SoundCommandParser a member of the SciEngine class and removed ... | Filippos Karapetis |
2010-06-29 | enable reading ZIP archives even without USE_ZLIB | Robert Špalek |
2010-06-29 | unzip.cpp can read uncompressed ZIP archives even when zlib is not linked in | Robert Špalek |
2010-06-29 | GOB : Adding workaround for Bug #3018918 UOTODDV Reload Goblin Stuck Issue. | David Turner |
2010-06-29 | Update comment on CD swapping in Riven. | Matthew Hoops |
2010-06-29 | Silence a valgrind warning. | Matthew Hoops |
2010-06-29 | Fix the load game dialog in Riven DVD's menu, borrowed from Parallaction. | Matthew Hoops |
2010-06-29 | Return "0" in case no device was detected in MidiDriver::detectDevice. | Johannes Schickel |
2010-06-29 | Yet another slight fix for the fallback detection. | Johannes Schickel |
2010-06-29 | Fix fallback detection code in MidiDriver::detectDevice. | Johannes Schickel |
2010-06-29 | Fix detection of invalid music drivers specified via command line. | Johannes Schickel |
2010-06-28 | Prevent "music-driver" to be set to "" on startup. | Johannes Schickel |
2010-06-28 | Fix regression from r50382, which triggered an assert when clicking "OK" in t... | Johannes Schickel |
2010-06-28 | SCI: removing ignoring of channel volume change code from r50463, the lsl5 is... | Martin Kiewitz |
2010-06-28 | SCI: its lsl5 sound resource 294, not 274 (changed comment only) | Martin Kiewitz |
2010-06-28 | Don't initialize graphics again when loading | Filippos Karapetis |
2010-06-28 | SCI: ignoring set signal on tick 0 directly in parseNextEvent instead of filt... | Martin Kiewitz |
2010-06-28 | SCI: More changes to the code for loading from the launcher | Filippos Karapetis |