aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/static_selectors.cpp
AgeCommit message (Expand)Author
2011-10-13SCI: Extended the detection of certain selectors to work in SCI2Filippos Karapetis
2011-10-07SCI: Added some extra static selectorsFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-12SCI: Added automatic detection for several selectorsmd5
2011-02-27SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLYmd5
2010-11-24SCI: Placed some selectors added in SCI1.1 in a separate tableFilippos Karapetis
2010-09-17SCI: Removed some unnamed selector access in the workarounds. Fixes the regre...Filippos Karapetis
2010-09-09SCI: Enabled the static selector remap code for SCI2+. The Torin demo works a...Filippos Karapetis
2010-09-06SCI: Fixed an off-by one access error in the static selectors of some gamesFilippos Karapetis
2010-09-05SCI: Some cleanup of the static selector codeFilippos Karapetis
2010-09-03SCI: kClone/kDisposeClone behaviour more accurateMartin Kiewitz
2010-08-31SCI: Added automatic detection of some static selectorsFilippos Karapetis
2010-08-24SCI: Define xLast/yLast for LB2 floppy (which has no selectorFilippos Karapetis
2010-08-21SCI added the "init" selector to the list of static selectors of LB2 floppy (...Filippos Karapetis
2010-08-01SCI: Add another LB2 floppy selector name for an uninit'd workaround (bug #30...Matthew Hoops
2010-07-31SCI: Whitespace cleanup.Johannes Schickel
2010-07-28SCI: Set the LB2 floppy open selector so we don't have to have duplicate work...Matthew Hoops
2010-07-28SCI: Added bug report numbers for all the recently fixed bugsFilippos Karapetis
2010-07-27SCI: Fix bug #3035033 - ISLANDBRAIN demo: CrashMatthew Hoops
2010-06-25SCI: Introduce SciGameId enumMax Horn
2010-06-25SCI: Restrict some 'error' exceptions to the places they occur; cleanupMax Horn
2010-06-23Removed a hack with SCI1.1 static selectors, and set them properly. This fixe...Filippos Karapetis
2010-06-23SCI: adding some more global scaling code, adding vanishingY and vanishingX a...Martin Kiewitz
2010-06-23SCI: some initial work on global scalingMartin Kiewitz
2010-06-21Fixed the demo of Hoyle 4 by adding two selectors it needs "syncTime" and "sy...Filippos Karapetis
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-02-01Only compile in the SCI32 static selectors when ENABLE_SCI32 is set; minor cl...Matthew Hoops
2010-01-29Added static selectors for SCI2-SCI2.1 games (fixes the demo of Torin's Passage)Filippos Karapetis
2010-01-28Removed a hack for the demo version of Torin's passage. It errors out because...Filippos Karapetis
2010-01-28Fixed the demos of LSL1 and LSL5Filippos Karapetis
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
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