Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-23 | SCI32: Fix selector search for SCI2/2.1 games with missing vocab.997 | Colin Snover | |
Fixes Trac#9796. | |||
2015-12-29 | SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE | Martin Kiewitz | |
- Detection works via signatures (couldn't find a better way) - new kString subcalls were introduced SCI2.1 LATE - kString now has signatures and is split via subcall table - kString fix, so that KQ7 doesn't crash, when starting a chapter - Sci2StringFunctionType removed, because no longer needed | |||
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-10-13 | SCI: Extended the detection of certain selectors to work in SCI2 | Filippos Karapetis | |
This is needed for some demos that do not supply a selector vocabulary (i.e. vocab 997) | |||
2011-10-07 | SCI: Added some extra static selectors | Filippos Karapetis | |
These aren't needed by the engine, but make debugging easier in games that have no selector vocabulary | |||
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-03-12 | SCI: Added automatic detection for several selectors | md5 | |
This ensures that these selectors will be detected regardless of the game ID, when they're missing | |||
2011-02-27 | SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLY | md5 | |
This renaming allows us to better distinguish that this version is for games that only had an EGA version, and avoid confusion with newer SCI1 game releases with EGA graphics (e.g. KQ5 EGA). The only game with this SCI version is QFG2, a SCI1 EGA game with a parser. Also, added some games for each SCI version. | |||
2010-11-24 | SCI: Placed some selectors added in SCI1.1 in a separate table | Filippos Karapetis | |
svn-id: r54458 | |||
2010-09-17 | SCI: Removed some unnamed selector access in the workarounds. Fixes the ↵ | Filippos Karapetis | |
regression in the demo of EcoQuest, when opening a window svn-id: r52757 | |||
2010-09-09 | SCI: Enabled the static selector remap code for SCI2+. The Torin demo works ↵ | Filippos Karapetis | |
again svn-id: r52647 | |||
2010-09-06 | SCI: Fixed an off-by one access error in the static selectors of some games | Filippos Karapetis | |
svn-id: r52586 | |||
2010-09-05 | SCI: Some cleanup of the static selector code | Filippos Karapetis | |
- Added more static selectors, for debugging - Added some needed selectors for the non-interactive demo of Pepper svn-id: r52541 | |||
2010-09-03 | SCI: kClone/kDisposeClone behaviour more accurate | Martin Kiewitz | |
now also checking -info- selector, if object is supposed to get freed. Fixes kq4 early hanging (in intro, when opening door, etc.) svn-id: r52508 | |||
2010-08-31 | SCI: Added automatic detection of some static selectors | Filippos Karapetis | |
which keep changing location in each game svn-id: r52466 | |||
2010-08-24 | SCI: Define xLast/yLast for LB2 floppy (which has no selector | Filippos Karapetis | |
vocabulary), since they're used inside kDoBresen() svn-id: r52343 | |||
2010-08-21 | SCI added the "init" selector to the list of static selectors of LB2 floppy ↵ | Filippos Karapetis | |
(which has no selector vocabulary), so that the workarounds of the CD version match with the ones from the floppy version svn-id: r52253 | |||
2010-08-01 | SCI: Add another LB2 floppy selector name for an uninit'd workaround (bug ↵ | Matthew Hoops | |
#3036291) svn-id: r51565 | |||
2010-07-31 | SCI: Whitespace cleanup. | Johannes Schickel | |
svn-id: r51532 | |||
2010-07-28 | SCI: Set the LB2 floppy open selector so we don't have to have duplicate ↵ | Matthew Hoops | |
workaround entries svn-id: r51429 | |||
2010-07-28 | SCI: Added bug report numbers for all the recently fixed bugs | Filippos Karapetis | |
svn-id: r51407 | |||
2010-07-27 | SCI: Fix bug #3035033 - ISLANDBRAIN demo: Crash | Matthew Hoops | |
The demo needs the "init" selector so that the workaround for the full game will also work in the demo. svn-id: r51343 | |||
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn | |
svn-id: r50273 | |||
2010-06-25 | SCI: Restrict some 'error' exceptions to the places they occur; cleanup | Max Horn | |
svn-id: r50271 | |||
2010-06-23 | Removed a hack with SCI1.1 static selectors, and set them properly. This ↵ | Filippos Karapetis | |
fixes scaling in the demo of QFG3 svn-id: r50182 | |||
2010-06-23 | SCI: adding some more global scaling code, adding vanishingY and vanishingX ↵ | Martin Kiewitz | |
as selectors svn-id: r50180 | |||
2010-06-23 | SCI: some initial work on global scaling | Martin Kiewitz | |
svn-id: r50179 | |||
2010-06-21 | Fixed the demo of Hoyle 4 by adding two selectors it needs "syncTime" and ↵ | Filippos Karapetis | |
"syncCue". Usually, games that need them are CD talkie versions which have a selector vocabulary, but Hoyle 4 is an exception svn-id: r50122 | |||
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn | |
svn-id: r48287 | |||
2010-02-01 | Only compile in the SCI32 static selectors when ENABLE_SCI32 is set; minor ↵ | Matthew Hoops | |
cleanup. svn-id: r47797 | |||
2010-01-29 | Added static selectors for SCI2-SCI2.1 games (fixes the demo of Torin's Passage) | Filippos Karapetis | |
svn-id: r47669 | |||
2010-01-28 | Removed a hack for the demo version of Torin's passage. It errors out ↵ | Filippos Karapetis | |
because the static selector vocabulary for SCI2+ games isn't implemented yet svn-id: r47640 | |||
2010-01-28 | Fixed the demos of LSL1 and LSL5 | Filippos Karapetis | |
svn-id: r47625 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-15 | SCI: changed scalesignal to scaleSignal - selector works now :) | Martin Kiewitz | |
svn-id: r47312 | |||
2010-01-15 | SCI: adding scalesignal selector | Martin Kiewitz | |
svn-id: r47306 | |||
2010-01-03 | Renamed SCI_VERSION_AUTODETECT to SCI_VERSION_NONE to signify its actual purpose | Filippos Karapetis | |
svn-id: r46959 | |||
2009-11-20 | Removed the syncTime and syncCue selectors from the list of static ↵ | Filippos Karapetis | |
selectors, along with their relevant FIXMEs. These selectors are used for lip syncing in CD talkie games, which always got a selector vocabulary, so we don't need to hardcode them. Did some further simplification/rewrite of the static selector tables svn-id: r46019 | |||
2009-11-20 | Added a FIXME for the syncTime and syncCue selectors, for games which don't ↵ | Filippos Karapetis | |
have a default selector dictionary svn-id: r46013 | |||
2009-11-20 | - Removed the non-static selectors "overlay" and "setCursor" from the list ↵ | Filippos Karapetis | |
of static selectors and introduced a new method for discovering the relevant features when selectors are missing - currently used for determining the graphics functions and setCursor types - Simplified setCursor detection a bit svn-id: r46012 | |||
2009-11-20 | Removed more unused selectors - the canBeHere selector is replaced by ↵ | Filippos Karapetis | |
cantBeHere in SCI1+ svn-id: r46011 | |||
2009-11-20 | Removed more unused selectors | Filippos Karapetis | |
svn-id: r46010 | |||
2009-11-20 | Changed the lofs detection to iterate through all the methods of the Game ↵ | Filippos Karapetis | |
object again, instead of a specific selector - fixes Jones svn-id: r46006 | |||
2009-11-20 | Selector cleanup: rearranged all selectors to be in the same order as in ↵ | Filippos Karapetis | |
Sierra's dictionary files, and removed several unused selectors svn-id: r46005 | |||
2009-11-20 | Some corrections for the lofs autodetection - SQ4 floppy works again | Filippos Karapetis | |
svn-id: r46002 | |||
2009-11-04 | Added references to the scaleX and scaleY selectors, used for SCI1.1 view ↵ | Filippos Karapetis | |
scaling svn-id: r45659 | |||
2009-10-13 | Fixed a bug in the graphics function detection code, and corrected the ↵ | Filippos Karapetis | |
location of the static "overlay" selector in SCI0 games. Fixes the demo of lsl3 svn-id: r45010 | |||
2009-10-08 | Started rewriting the check for the graphics functions type (still not ↵ | Filippos Karapetis | |
finished) svn-id: r44787 | |||
2009-09-28 | Added topString to the list of static selectors, for commit #44429 | Filippos Karapetis | |
svn-id: r44443 |