Age | Commit message (Expand) | Author |
2010-07-03 | SCI: added resetting of SoundCommandParser, so that error()s before that one ... | Martin Kiewitz |
2010-07-02 | SCI: change drawing of fonts, so that we never do triple pixel line duplicati... | Martin Kiewitz |
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 | 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 | SCI: Added workarounds for 2 uninitialized reads in Jones floppy (EGA and VGA... | Filippos Karapetis |
2010-07-01 | SCI: Removed duplicate warning for missing audio samples | Filippos Karapetis |
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 | 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 | SCI: removing all the remaining debug output from signature matching | Martin Kiewitz |
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 | 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 |