Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-21 | Rebuilt kyra.dat. | Johannes Schickel | |
svn-id: r46034 | |||
2009-11-21 | Merge multi language games into one entry. | Johannes Schickel | |
svn-id: r46033 | |||
2009-11-21 | Cleanup. | Johannes Schickel | |
svn-id: r46032 | |||
2009-11-20 | Fixed sound detection for Jones CD | Filippos Karapetis | |
svn-id: r46030 | |||
2009-11-20 | Changed some comments back to DOxygen (inline) style and removed some more ↵ | Filippos Karapetis | |
dead code svn-id: r46029 | |||
2009-11-20 | Simplified the doSound detection a bit | Filippos Karapetis | |
svn-id: r46028 | |||
2009-11-20 | Removed dead code | Filippos Karapetis | |
svn-id: r46027 | |||
2009-11-20 | Fixed game restarting regression | Filippos Karapetis | |
svn-id: r46026 | |||
2009-11-20 | Changed kyra.dat to use a global "INDEX" file instead of INDEX files for ↵ | Johannes Schickel | |
every game variant. svn-id: r46025 | |||
2009-11-20 | Fix missing printf arguments. | Johannes Schickel | |
svn-id: r46024 | |||
2009-11-20 | Cleanup. | Johannes Schickel | |
svn-id: r46023 | |||
2009-11-20 | Flag Kyra3 as talkie version in kyra.dat. | Johannes Schickel | |
svn-id: r46022 | |||
2009-11-20 | Readded output whether extraction succeeded or not. | Johannes Schickel | |
svn-id: r46021 | |||
2009-11-20 | Fixed a regression in the LSL1 and LSL5 demos, which should work correctly ↵ | Filippos Karapetis | |
now. Some cleanup svn-id: r46020 | |||
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 | Cleanup. | Johannes Schickel | |
svn-id: r46018 | |||
2009-11-20 | Add a nice message, when none of the input files is used for processing. | Johannes Schickel | |
svn-id: r46017 | |||
2009-11-20 | Rebuilt kyra.dat. | Johannes Schickel | |
svn-id: r46016 | |||
2009-11-20 | Merge two file game entries into one game entry, this allows for better ↵ | Johannes Schickel | |
input file validation. svn-id: r46015 | |||
2009-11-20 | Some name consistency changes. | Johannes Schickel | |
svn-id: r46014 | |||
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 | Check the overridden game object when performing setCursor detection, which ↵ | Filippos Karapetis | |
properly fixes KQ5CD (thanks waltervn) svn-id: r46009 | |||
2009-11-20 | Added a game-specific workaround for setCursor detection in KQ5CD: the code ↵ | Filippos Karapetis | |
for the setCursor selector has not been rewritten yet to use cursor views (it's the same as lsl3 and sq3, for example), but the game does use cursor views svn-id: r46008 | |||
2009-11-20 | Formatting | Filippos Karapetis | |
svn-id: r46007 | |||
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 | do not trigger any events while scene id == -1 | Vladimir Menshakov | |
svn-id: r46004 | |||
2009-11-20 | Added a sanity check to prevent a crash in LB1 and KQ4 (needs proper fixing) | Filippos Karapetis | |
svn-id: r46003 | |||
2009-11-20 | Some corrections for the lofs autodetection - SQ4 floppy works again | Filippos Karapetis | |
svn-id: r46002 | |||
2009-11-20 | Shifted some code around | Filippos Karapetis | |
svn-id: r46001 | |||
2009-11-20 | - Rewrote the lofs parameter type auto-detection code | Filippos Karapetis | |
- Renamed dissectSelector -> autodetectFeature svn-id: r46000 | |||
2009-11-20 | Typo | Filippos Karapetis | |
svn-id: r45999 | |||
2009-11-20 | Fix language in comment | Max Horn | |
svn-id: r45998 | |||
2009-11-20 | Several configure targets use long instead of int for typedefing ↵ | Max Horn | |
uint32/int32. It is not clear why. In order to find out if this is needed I disabled the relevant code for each in configure. If this causes results for any port, we can add this back, along with a precise explanation as to *why* 'long' has to be used. svn-id: r45997 | |||
2009-11-20 | Don't include windows.h & direct.h on WinCE (and Symbian?) | Max Horn | |
svn-id: r45996 | |||
2009-11-19 | - Simplified the different feature detection types, removed some duplicate ↵ | Filippos Karapetis | |
code and merged the feature detection code which relies on selectors - Replaced the function checksum calculations to make it more apparent what the feature detections do - Removed the now obsolete (and unused) firstRetOffset function svn-id: r45995 | |||
2009-11-19 | Simplified some music checks for SCI0 | Filippos Karapetis | |
svn-id: r45994 | |||
2009-11-19 | Cleanup. | Johannes Schickel | |
svn-id: r45993 | |||
2009-11-19 | LOL: add support for pc speaker sfx | Florian Kagerer | |
svn-id: r45992 | |||
2009-11-19 | Add newly added IDs to string table. | Johannes Schickel | |
svn-id: r45991 | |||
2009-11-19 | Properly handle Kyra 2 Talkie demo in kyra.dat. | Johannes Schickel | |
svn-id: r45990 | |||
2009-11-19 | Remove obsolete "k2DemoVersionTlk" special. | Johannes Schickel | |
svn-id: r45989 | |||
2009-11-19 | More cleanup. | Johannes Schickel | |
svn-id: r45988 | |||
2009-11-19 | Cleanup. | Johannes Schickel | |
svn-id: r45987 | |||
2009-11-19 | Fixed regression from commit #45862 | Filippos Karapetis | |
svn-id: r45985 | |||
2009-11-18 | oops | Max Horn | |
svn-id: r45983 | |||
2009-11-18 | Some comments | Max Horn | |
svn-id: r45982 |