Age | Commit message (Expand) | Author |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-18 | - Moved determine_reg_type() and kernel_matches_signature() inside the Kernel... | Filippos Karapetis |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-02-13 | SCI: Move GameFeatures from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngine | Max Horn |
2010-02-08 | Search through arrays for outgoing references to fix possible garbage collect... | Matthew Hoops |
2010-02-05 | SCI: Add a 'SELECTOR' macro | Max Horn |
2010-02-05 | SCI: frameout sci32 stuff now gets called directly w/o SciGui/32 | Martin Kiewitz |
2010-02-03 | Placed all the game feature detection code in a separate class | Filippos Karapetis |
2010-02-03 | Initial implementation of text drawing for SCI2 (it's a hack for now, done th... | Filippos Karapetis |
2010-02-02 | Add support in kString(Cpy) for copying to system strings. Also, stubbing kFi... | Matthew Hoops |
2010-02-02 | Try to make drmccoy happy again (is that even possible? :P ) | Filippos Karapetis |
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-02-01 | Fix bug in kString(Printf) | Lars Skovlund |
2010-01-30 | Implement kString(Printf) and resizing of SCI32 strings in kFormat(). | Matthew Hoops |
2010-01-30 | Added support for String types to kFormat (seems to work but needs testing...) | Filippos Karapetis |
2010-01-30 | Ignore kString(printBuf) calls with more parameters than 3 - a list is probab... | Filippos Karapetis |
2010-01-30 | Implemented kString case 12 - it was really kFormat in disguise :) | Filippos Karapetis |
2010-01-29 | SCI: added new SciGui32 class, Gfx class needs some work though and hopefully... | Martin Kiewitz |
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo... | Max Horn |
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-25 | Strip trailing spaces/tabs. | Johannes Schickel |
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 |