aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel32.cpp
AgeCommit message (Expand)Author
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-02-17SCI: Cleanup resource.hMax Horn
2010-02-13SCI: Move GameFeatures from EngineState to SciEngineMax Horn
2010-02-13SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngineMax Horn
2010-02-08Search through arrays for outgoing references to fix possible garbage collect...Matthew Hoops
2010-02-05SCI: Add a 'SELECTOR' macroMax Horn
2010-02-05SCI: frameout sci32 stuff now gets called directly w/o SciGui/32Martin Kiewitz
2010-02-03Placed all the game feature detection code in a separate classFilippos Karapetis
2010-02-03Initial implementation of text drawing for SCI2 (it's a hack for now, done th...Filippos Karapetis
2010-02-02Add support in kString(Cpy) for copying to system strings. Also, stubbing kFi...Matthew Hoops
2010-02-02Try to make drmccoy happy again (is that even possible? :P )Filippos Karapetis
2010-02-02Added a stub for kCreateTextBitmap, which shows the text that should be drawn...Filippos Karapetis
2010-02-01Added an initial implementation of kGetHighPlanePriFilippos Karapetis
2010-02-01Fix bug in kString(Printf)Lars Skovlund
2010-01-30Implement kString(Printf) and resizing of SCI32 strings in kFormat().Matthew Hoops
2010-01-30Added support for String types to kFormat (seems to work but needs testing...)Filippos Karapetis
2010-01-30Ignore kString(printBuf) calls with more parameters than 3 - a list is probab...Filippos Karapetis
2010-01-30Implemented kString case 12 - it was really kFormat in disguise :)Filippos Karapetis
2010-01-29SCI: added new SciGui32 class, Gfx class needs some work though and hopefully...Martin Kiewitz
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-28SCI2.1: Added a dummy function for kRobot (with some info on its parameters),...Filippos Karapetis
2010-01-28Detect whether to use the modified SCI2 or SCI2.1 kernel table based on the k...Matthew Hoops
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-10Silenced warnings ("this" isn't defined on object instantiation, and commente...Filippos Karapetis
2010-01-06SCI: making most of the variables in screen class private (some of it was nee...Martin Kiewitz
2010-01-05Fix walking in SCI32. Gabriel now will walk and DrMcCoy can now hear his prec...Matthew Hoops
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-04SCI: now filtering screenItems against planesMartin Kiewitz
2010-01-04SCI: fix crash due accessing invalid object (implemented deleteScreenitem)Martin Kiewitz
2010-01-04SCI: surprise for this DrMcCoy guyMartin Kiewitz
2010-01-03Implement kInPolygon for SCI32. GK1 now responds when you click on things.Matthew Hoops
2009-12-30SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so that t...Filippos Karapetis
2009-12-30SCI32:Matthew Hoops
2009-12-30Fixed warningsFilippos Karapetis
2009-12-30SCI32: Moved all the list related kernel functions inside klists.cpp, and imp...Filippos Karapetis
2009-12-30Implemented ListFirstTrue(), thanks to the help of waltervn. Now, buttons can...Filippos Karapetis
2009-12-30SCI32: added handling of variable selectors in kListEachElementDo() and silen...Filippos Karapetis
2009-12-30SCI32: added some of clone2727's changes to kArray and kString, and implement...Filippos Karapetis
2009-12-27SCI32: Partially implemented kOnMe. Now the main menu in GK1 worksFilippos Karapetis
2009-12-27Now using m_kiewitz's picture code to show pictures in SCI32. Also took some ...Filippos Karapetis
2009-12-26SCI2: Figured out the screen coordinates of views. Now, part of the interface...Filippos Karapetis
2009-12-26SCI2: Implemented kListEachElementDo (a more advanced version of SciGuiAnimat...Filippos Karapetis
2009-12-24Silenced some MSVC warningsFilippos Karapetis
2009-12-24Stub SCI32's kOnMe to give better debugging info (used when clicking in the G...Matthew Hoops
2009-12-24Updated comments in kListEachElementDo() to show how it's called, with the he...Filippos Karapetis
2009-12-24SCI32: Added some more stubs for picture manipulation, screen update and anim...Filippos Karapetis
2009-12-24Added a hack in kAddScreenItem to display the view in question on screen. Som...Filippos Karapetis
2009-12-24SCI32: The view related functions pass a view object as parameter, and the en...Filippos Karapetis
2009-12-24SCI32:Matthew Hoops
2009-12-23Some SCI32 (minor) String bug fixes and cleanup.Matthew Hoops