Age | Commit message (Expand) | Author |
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 | SCI: Invoke resetSegMan from SegManager::saveLoadWithSerializer, not from Eng... | Max Horn |
2010-07-01 | SCI: Rename some more stuff | Max Horn |
2010-07-01 | SCI: Make SegManager::_heap private | Max Horn |
2010-07-01 | SCI: Make SegManager::_classTable private. | Max Horn |
2010-07-01 | SCI: Add SegManager::getSystemString() method | Max Horn |
2010-07-01 | SCI: Rename some variables to match our naming conventions | Max Horn |
2010-07-01 | SCI: Simplify SegManager::findObjectByName | Max Horn |
2010-07-01 | Introduced a hash for storing all the miscellaneous data values, and used it ... | Paul Gilbert |
2010-07-01 | Implement playing RAW/MP3/OGG/FLAC dubbing from ZIP archives. | Robert Špalek |
2010-07-01 | Added a workaround for an uninitialized temp read in KQ6 floppy, when opening... | Filippos Karapetis |
2010-06-30 | SCI: Silenced a warning about a non game breaking script bug in Castle of Dr.... | Filippos Karapetis |
2010-06-30 | Added support for kAddAfter with 4 parameters (used in Torin's Passage, for e... | Filippos Karapetis |
2010-06-30 | SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots i... | Martin Kiewitz |
2010-06-30 | SCI: remove some duplicate code | Martin Kiewitz |
2010-06-30 | SCI: removing sq1 workaround for kUnLoad for now, maybe it was originally mea... | Martin Kiewitz |
2010-06-30 | SCI: support for hires views in gk1 | Martin Kiewitz |
2010-06-30 | SCI: Removed the FreeSCI music code | Filippos Karapetis |
2010-06-30 | Fixed the signature for kUnload (thanks m_kiewitz) | Filippos Karapetis |
2010-06-30 | SCI: fixed a typo, so that workarounds really trigger an ignore kernel call f... | Martin Kiewitz |
2010-06-30 | Changed an error back to a warning - Torin's Passage calls kAddAfter with 4 p... | Filippos Karapetis |
2010-06-30 | SCI: changing signature of kUnLoad, adding workaround for sq1 ulence flats bug | Martin Kiewitz |
2010-06-30 | Corrected font display to properly use both colour indexes | Paul Gilbert |
2010-06-30 | SCI: removing all the remaining debug output from signature matching | Martin Kiewitz |
2010-06-30 | Removed deprecated destAdjust parameters from the frame drawing code | Paul Gilbert |
2010-06-30 | Replaced Y offset from various drawing routines in favour of a viewport sub-s... | Paul Gilbert |
2010-06-30 | SCI: removing full debug output when signature fails to the point where we di... | Martin Kiewitz |
2010-06-30 | SCI: Reverting r50516, SSCI didn't reset the node value when deleting the nod... | Filippos Karapetis |
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 | 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 |