Age | Commit message (Expand) | Author |
2010-08-01 | SCI: Add another LB2 floppy selector name for an uninit'd workaround (bug #30... | Matthew Hoops |
2010-07-31 | SCI: Whitespace cleanup. | Johannes Schickel |
2010-07-28 | SCI: Set the LB2 floppy open selector so we don't have to have duplicate work... | Matthew Hoops |
2010-07-28 | SCI: Added bug report numbers for all the recently fixed bugs | Filippos Karapetis |
2010-07-27 | SCI: Fix bug #3035033 - ISLANDBRAIN demo: Crash | Matthew Hoops |
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-25 | SCI: Restrict some 'error' exceptions to the places they occur; cleanup | Max Horn |
2010-06-23 | Removed a hack with SCI1.1 static selectors, and set them properly. This fixe... | Filippos Karapetis |
2010-06-23 | SCI: adding some more global scaling code, adding vanishingY and vanishingX a... | Martin Kiewitz |
2010-06-23 | SCI: some initial work on global scaling | Martin Kiewitz |
2010-06-21 | Fixed the demo of Hoyle 4 by adding two selectors it needs "syncTime" and "sy... | Filippos Karapetis |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-02-01 | Only compile in the SCI32 static selectors when ENABLE_SCI32 is set; minor cl... | Matthew Hoops |
2010-01-29 | Added static selectors for SCI2-SCI2.1 games (fixes the demo of Torin's Passage) | Filippos Karapetis |
2010-01-28 | Removed a hack for the demo version of Torin's passage. It errors out because... | Filippos Karapetis |
2010-01-28 | Fixed the demos of LSL1 and LSL5 | Filippos Karapetis |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-15 | SCI: changed scalesignal to scaleSignal - selector works now :) | Martin Kiewitz |
2010-01-15 | SCI: adding scalesignal selector | Martin Kiewitz |
2010-01-03 | Renamed SCI_VERSION_AUTODETECT to SCI_VERSION_NONE to signify its actual purpose | Filippos Karapetis |
2009-11-20 | Removed the syncTime and syncCue selectors from the list of static selectors,... | Filippos Karapetis |
2009-11-20 | Added 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-20 | Removed more unused selectors - the canBeHere selector is replaced by cantBeH... | Filippos Karapetis |
2009-11-20 | Removed more unused selectors | Filippos Karapetis |
2009-11-20 | Changed the lofs detection to iterate through all the methods of the Game obj... | Filippos Karapetis |
2009-11-20 | Selector cleanup: rearranged all selectors to be in the same order as in Sier... | Filippos Karapetis |
2009-11-20 | Some corrections for the lofs autodetection - SQ4 floppy works again | Filippos Karapetis |
2009-11-04 | Added references to the scaleX and scaleY selectors, used for SCI1.1 view sca... | Filippos Karapetis |
2009-10-13 | Fixed a bug in the graphics function detection code, and corrected the locati... | Filippos Karapetis |
2009-10-08 | Started rewriting the check for the graphics functions type (still not finis... | Filippos Karapetis |
2009-09-28 | Added topString to the list of static selectors, for commit #44429 | Filippos Karapetis |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-17 | SCI: Simplify code in Kernel::checkStaticSelectorNames a bit (don't treat nod... | Max Horn |
2009-09-01 | Fixed incorrect usage of ARRAYSIZE (thanks fingolfin) | Filippos Karapetis |
2009-08-31 | Cleanup | Filippos Karapetis |
2009-08-31 | Cleanup | Filippos Karapetis |
2009-08-31 | Rewrote the static selector mapper to use SCI versions instead of game IDs, a... | Filippos Karapetis |
2009-08-31 | - Removed the now-unused "setTarget" selector | Filippos Karapetis |
2009-08-30 | Fixed a regression in the sound of the demos of LSL3 and LSL5 | Filippos Karapetis |
2009-08-30 | SCI: Add lofs detection. | Walter van Niftrik |
2009-08-29 | Use Common::String::clear instead of assigning "". | Johannes Schickel |
2009-08-29 | - Added static and const to static data. | Johannes Schickel |
2009-08-28 | The first part of the selector table (the first 83 entries) is almost the sam... | Filippos Karapetis |
2009-08-28 | Removed 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-20 | Add a static selector table for use with the lsl5 demo. | Matthew Hoops |
2009-08-20 | Remove useless include guard | Matthew Hoops |
2009-07-11 | Only error out, if checkStaticSelectorNames() fails. | Travis Howell |
2009-07-11 | Applied a slightly modified patch from clone2727 which adds static selector n... | Filippos Karapetis |