Age | Commit message (Expand) | Author |
2010-07-09 | SCI: actually all sound-sci0 games used a completely different kDoSoundPause ... | Martin Kiewitz |
2010-07-09 | SCI: added currently commented-out pauseSound implementation for some sci0 ga... | Martin Kiewitz |
2010-07-09 | SCI: fixing signature for kDoSound(suspend) | Martin Kiewitz |
2010-07-09 | SCI: implemented subsignatures for kDoSound | Martin Kiewitz |
2010-07-09 | SCI: getting signatures for subfunctions from previous entries, if needed | Martin Kiewitz |
2010-07-08 | SCI: part of subfunction signature&mapping implemented, little cleanup | Martin Kiewitz |
2010-07-08 | SCI: sorted kernel map alphabetically | Martin Kiewitz |
2010-07-07 | SCI: adding support to kernel signatures that invalid references may also get... | Martin Kiewitz |
2010-07-06 | SCI: removing invalid reference error from signature checking, instead adding... | Martin Kiewitz |
2010-07-05 | SCI: fixing signature of kDoSound (fading related) thx to Ceriand | Martin Kiewitz |
2010-07-05 | SCI: fixing kDrawCel signature for kq6 | Martin Kiewitz |
2010-07-05 | SCI: implemented new kernel call signature format | Martin Kiewitz |
2010-07-03 | SCI: adding support to identify uninitialized values, when doing debug output... | Martin Kiewitz |
2010-07-03 | SCI: fixing #define SIGFOR_ALL, so that amiga games work again :P | Martin Kiewitz |
2010-07-01 | Support the CD kernel call (stub) and add the TRUE_REG constant. | Lars Skovlund |
2010-07-01 | SCI: Mark the ShiftScreen, ListOps and ATan SCI1 kernel functions as unused (... | Filippos Karapetis |
2010-06-30 | SCI: removing sq1 workaround for kUnLoad for now, maybe it was originally mea... | Martin Kiewitz |
2010-06-30 | Fixed the signature for kUnload (thanks m_kiewitz) | 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: implementing workarounds for kernel calls, removing original code workar... | Martin Kiewitz |
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: kernelMap cleanup and making it possible to have version (not implemente... | Martin Kiewitz |
2010-06-29 | SCI: print out actual and supposed parameter types when having a kernel call ... | Martin Kiewitz |
2010-06-28 | SCI: Make Script member vars private; add const qualifiers | Max Horn |
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-25 | Added the SCI2.1 kText kernel function (subop 0, kTextSize for now) | Filippos Karapetis |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an er... | Filippos Karapetis |
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn |
2010-06-17 | SCI: Remove hack related to compiled kernel signatures. | Max Horn |
2010-06-17 | SCI: Remove selector_name function, some cleanup | Max Horn |
2010-06-17 | Fix the QFG4 Demo: kStrSplit has been replaced with kRemapColors. | Matthew Hoops |
2010-06-16 | Hooked the VMD player in kPlayVMD. The VMD videos in the demo of Phantasmagor... | Filippos Karapetis |
2010-06-16 | Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage is... | Filippos Karapetis |
2010-06-14 | Hopefully fixed kOnMe (SCI2) and implemented kIsOnMe (SCI2.1). GK1 and the de... | Filippos Karapetis |
2010-06-11 | Added a new kernel function, kEmpty, for really empty (not dummy, i.e. unimpl... | Filippos Karapetis |
2010-06-10 | In SCI1.1, kSetSynonyms is a dummy (empty) function | Filippos Karapetis |
2010-06-10 | SCI: Get rid of DEFUN, cleanup | Max Horn |
2010-06-10 | SCI: Cleanup kernel signature code a bit. | Max Horn |
2010-06-09 | Fixed crash in SCI2.1 games | Filippos Karapetis |
2010-06-09 | Limit kPortrait to be used in the Windows version of KQ6 only | Filippos Karapetis |
2010-06-09 | Proper fix for kernel name loading (regression from commit #49537) | Filippos Karapetis |
2010-06-09 | Fixed regression from commit #49537 | Filippos Karapetis |
2010-06-09 | Merged script_init_engine() and game_init() and cleaned up SciEngine::run() a... | Filippos Karapetis |
2010-06-07 | SCI: Relax signature of kCreateTextBitmap. | Walter van Niftrik |