aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/static_selectors.cpp
AgeCommit message (Expand)Author
2010-01-15SCI: changed scalesignal to scaleSignal - selector works now :)Martin Kiewitz
2010-01-15SCI: adding scalesignal selectorMartin Kiewitz
2010-01-03Renamed SCI_VERSION_AUTODETECT to SCI_VERSION_NONE to signify its actual purposeFilippos Karapetis
2009-11-20Removed the syncTime and syncCue selectors from the list of static selectors,...Filippos Karapetis
2009-11-20Added a FIXME for the syncTime and syncCue selectors, for games which don't h...Filippos Karapetis
2009-11-20- Removed the non-static selectors "overlay" and "setCursor" from the list of...Filippos Karapetis
2009-11-20Removed more unused selectors - the canBeHere selector is replaced by cantBeH...Filippos Karapetis
2009-11-20Removed more unused selectorsFilippos Karapetis
2009-11-20Changed the lofs detection to iterate through all the methods of the Game obj...Filippos Karapetis
2009-11-20Selector cleanup: rearranged all selectors to be in the same order as in Sier...Filippos Karapetis
2009-11-20Some corrections for the lofs autodetection - SQ4 floppy works againFilippos Karapetis
2009-11-04Added references to the scaleX and scaleY selectors, used for SCI1.1 view sca...Filippos Karapetis
2009-10-13Fixed a bug in the graphics function detection code, and corrected the locati...Filippos Karapetis
2009-10-08Started rewriting the check for the graphics functions type (still not finis...Filippos Karapetis
2009-09-28Added topString to the list of static selectors, for commit #44429Filippos Karapetis
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-17SCI: Simplify code in Kernel::checkStaticSelectorNames a bit (don't treat nod...Max Horn
2009-09-01Fixed incorrect usage of ARRAYSIZE (thanks fingolfin)Filippos Karapetis
2009-08-31CleanupFilippos Karapetis
2009-08-31CleanupFilippos Karapetis
2009-08-31Rewrote the static selector mapper to use SCI versions instead of game IDs, a...Filippos Karapetis
2009-08-31- Removed the now-unused "setTarget" selectorFilippos Karapetis
2009-08-30Fixed a regression in the sound of the demos of LSL3 and LSL5Filippos Karapetis
2009-08-30SCI: Add lofs detection.Walter van Niftrik
2009-08-29Use Common::String::clear instead of assigning "".Johannes Schickel
2009-08-29- Added static and const to static data.Johannes Schickel
2009-08-28The first part of the selector table (the first 83 entries) is almost the sam...Filippos Karapetis
2009-08-28Removed the unused selectors (edgeHit, semanticFail and baseSetter)Filippos Karapetis
2009-08-23- Added more mappings from Sierra's internal IDs to our own ones. Hopefully, ...Filippos Karapetis
2009-08-20Add a static selector table for use with the lsl5 demo.Matthew Hoops
2009-08-20Remove useless include guardMatthew Hoops
2009-07-11Only error out, if checkStaticSelectorNames() fails.Travis Howell
2009-07-11Applied a slightly modified patch from clone2727 which adds static selector n...Filippos Karapetis