Age | Commit message (Expand) | Author |
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 |
2009-12-30 | SCI32: added some of clone2727's changes to kArray and kString, and implement... | Filippos Karapetis |
2009-12-27 | Renamed gameName -> gameId, to keep the same vocabulary everywhere | Filippos Karapetis |
2009-12-27 | Turned some unimplemented debug related kernel functions into dummy functions | Filippos Karapetis |
2009-12-26 | SCI2: Implemented kListEachElementDo (a more advanced version of SciGuiAnimat... | Filippos Karapetis |
2009-12-26 | Kernel function 0x26 is empty in SCI1.1 games, and it has been set to kPortra... | Filippos Karapetis |
2009-12-24 | Stub SCI32's kOnMe to give better debugging info (used when clicking in the G... | Matthew Hoops |
2009-12-24 | SCI32: Added some more stubs for picture manipulation, screen update and anim... | Filippos Karapetis |
2009-12-24 | SCI32: The view related functions pass a view object as parameter, and the en... | Filippos Karapetis |
2009-12-24 | SCI32: | Matthew Hoops |
2009-12-21 | SCI32: | Matthew Hoops |
2009-12-04 | SCI: Make event constants more verbose | Martin Kiewitz |
2009-12-04 | SCI: SciEvent created, kernel_sleep() created | Martin Kiewitz |
2009-10-30 | Some work on the kPortrait kernel function, used to show hires character port... | Filippos Karapetis |
2009-10-28 | Rewrote kBaseSetter() to use new graphics functions and behave like the origi... | Filippos Karapetis |
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | Filippos Karapetis |
2009-10-21 | - Removed kShow() and the related code it uses - it's a debugging function, a... | Filippos Karapetis |
2009-10-20 | SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate support | Martin Kiewitz |
2009-10-18 | Removed unused references to operations.h | Filippos Karapetis |
2009-10-15 | SCI: included stub for kPalVary to make Pharkas work a little bit more (curre... | Martin Kiewitz |
2009-10-12 | SCI: now allowing calling celWide and celHigh with only 2 parameters (done by... | Martin Kiewitz |
2009-10-11 | Show a warning when a selector vocabulary can't be found and a static vocabul... | Filippos Karapetis |
2009-10-11 | SCI: Relax GetAngle() signature for KQ6. | Walter van Niftrik |
2009-10-11 | SCI: Implement CoordPri() with two args. | Walter van Niftrik |
2009-10-10 | SCI: kMessage() rewrite | Walter van Niftrik |
2009-10-08 | Started rewriting the check for the graphics functions type (still not finis... | Filippos Karapetis |
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn |
2009-10-02 | SCI: Remove dead code | Max Horn |