Age | Commit message (Expand) | Author |
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 |
2010-07-01 | Fix configure output (missing newline) | Max Horn |
2010-07-01 | NDS: Fix compile errors and a warning | Max Horn |
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 | 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 |