Age | Commit message (Expand) | Author |
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 | Commit improved italian translation. | Thierry Crozat |
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 | 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 |