Age | Commit message (Expand) | Author |
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 |
2010-05-30 | Limit access to the _bufSize, _scriptSize and _heapSize members of the Script... | Filippos Karapetis |
2010-05-28 | Cleanup | Filippos Karapetis |
2010-05-28 | Added a stub for kMergePoly, to avoid crashing in QFG1VGA after killing a mon... | Filippos Karapetis |
2010-05-27 | Fix starting GK1. | Matthew Hoops |
2010-05-18 | - Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S... | Filippos Karapetis |
2010-05-18 | - Moved kernel_lookup_text inside the Kernel class | Filippos Karapetis |
2010-05-18 | - Moved determine_reg_type() and kernel_matches_signature() inside the Kernel... | Filippos Karapetis |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-05-12 | ListIndexOf can have a null object reference, so adjust its signature. GK1 no... | Matthew Hoops |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-02-23 | SCI: Turn kernel_sleep() into SciEvent::sleep() | Max Horn |
2010-02-23 | SCI: Move SciGui::wait to EngineState::wait | Max Horn |
2010-02-21 | Added comments on the SCI0-SCI1.1 kernel function table differences | Filippos Karapetis |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-02-07 | SCI1 Mac games can call kGetFarText with a NULL destination, so we need to al... | Matthew Hoops |
2010-02-05 | SCI: Add implementation for Intersections(). | Walter van Niftrik |
2010-02-02 | Added a stub for kCreateTextBitmap, which shows the text that should be drawn... | Filippos Karapetis |
2010-02-01 | Added an initial implementation of kGetHighPlanePri | Filippos Karapetis |
2010-01-31 | SCI: Add stub for kIntersections() | Walter van Niftrik |
2010-01-31 | SCI: Implement kMemorySegment(). | Walter van Niftrik |
2010-01-30 | SCI: Remove extra '\n's in debugC messages | Willem Jan Palenstijn |
2010-01-30 | Add support for saving/loading Arrays/Strings in SCI32. It's possible to save... | Matthew Hoops |
2010-01-28 | SCI2.1: Added a dummy function for kRobot (with some info on its parameters),... | Filippos Karapetis |
2010-01-28 | Detect whether to use the modified SCI2 or SCI2.1 kernel table based on the k... | Matthew Hoops |
2010-01-26 | Mention that the signature of kUnload has been set like this because of the S... | Filippos Karapetis |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | kSetSynonyms is really parser related, but it's an empty function in games wi... | Filippos Karapetis |
2010-01-15 | Updated kernel function check for kGetEvent in Mac versions and adjusted the ... | Filippos Karapetis |
2010-01-13 | SCI: fix kernel signature for kDrawCel (fixes island of dr. brain), added deb... | Martin Kiewitz |
2010-01-12 | Fix some memory leaks caused by never freeing the allocated memory, which is ... | Johannes Schickel |
2010-01-11 | Don't update the screen twice while waiting | Filippos Karapetis |
2010-01-07 | SCI: changed kernel signature for kDrawCel, enabled upscaled hires savebox co... | Martin Kiewitz |
2010-01-05 | More renaming | Filippos Karapetis |
2010-01-03 | Implement kInPolygon for SCI32. GK1 now responds when you click on things. | Matthew Hoops |
2009-12-31 | kLocalToGlobal has a 'Plane' variant in SCI32 like its kGlobalToLocal sibling... | Matthew Hoops |
2009-12-30 | SCI32: | Matthew Hoops |
2009-12-30 | Initial implementation of the SCI21 kList kernel function (which calls all th... | Filippos Karapetis |
2009-12-30 | SCI32: Moved all the list related kernel functions inside klists.cpp, and imp... | Filippos Karapetis |
2009-12-30 | Implemented ListFirstTrue(), thanks to the help of waltervn. Now, buttons can... | Filippos Karapetis |