aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/static_selectors.cpp
AgeCommit message (Expand)Author
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