Age | Commit message (Expand) | Author |
2010-01-10 | Silenced warnings ("this" isn't defined on object instantiation, and commente... | Filippos Karapetis |
2010-01-06 | SCI: making most of the variables in screen class private (some of it was nee... | Martin Kiewitz |
2010-01-05 | Fix walking in SCI32. Gabriel now will walk and DrMcCoy can now hear his prec... | Matthew Hoops |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |
2010-01-04 | SCI: now filtering screenItems against planes | Martin Kiewitz |
2010-01-04 | SCI: fix crash due accessing invalid object (implemented deleteScreenitem) | Martin Kiewitz |
2010-01-04 | SCI: surprise for this DrMcCoy guy | Martin Kiewitz |
2010-01-03 | Implement kInPolygon for SCI32. GK1 now responds when you click on things. | Matthew Hoops |
2009-12-30 | SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so that t... | Filippos Karapetis |
2009-12-30 | SCI32: | Matthew Hoops |
2009-12-30 | Fixed warnings | 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 handling of variable selectors in kListEachElementDo() and silen... | Filippos Karapetis |
2009-12-30 | SCI32: added some of clone2727's changes to kArray and kString, and implement... | Filippos Karapetis |
2009-12-27 | SCI32: Partially implemented kOnMe. Now the main menu in GK1 works | Filippos Karapetis |
2009-12-27 | Now using m_kiewitz's picture code to show pictures in SCI32. Also took some ... | Filippos Karapetis |
2009-12-26 | SCI2: Figured out the screen coordinates of views. Now, part of the interface... | Filippos Karapetis |
2009-12-26 | SCI2: Implemented kListEachElementDo (a more advanced version of SciGuiAnimat... | Filippos Karapetis |
2009-12-24 | Silenced some MSVC warnings | 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 | Updated comments in kListEachElementDo() to show how it's called, with the he... | Filippos Karapetis |
2009-12-24 | SCI32: Added some more stubs for picture manipulation, screen update and anim... | Filippos Karapetis |
2009-12-24 | Added a hack in kAddScreenItem to display the view in question on screen. Som... | 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-23 | Some SCI32 (minor) String bug fixes and cleanup. | Matthew Hoops |
2009-12-21 | Update/add some comments/TODOs. | Matthew Hoops |
2009-12-21 | SCI32: | Matthew Hoops |
2009-08-27 | Add the minor differences of SCI3 to the SCI2.1 kernel table. | Matthew Hoops |
2009-08-26 | - Fix the opcode formats for some opcodes in SCI32 (some arguments are now wo... | Matthew Hoops |
2009-08-26 | Missed another comma.... | Matthew Hoops |
2009-08-26 | Oops! Missed a comma. | Matthew Hoops |
2009-08-25 | Fixed compilation when ENABLE_SCI32 is not set | Filippos Karapetis |
2009-08-25 | - Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3... | Matthew Hoops |