Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-21 | Removed duplicate code and simplified some feature detection | Filippos Karapetis | |
svn-id: r46038 | |||
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 | 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 | 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 | 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-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 | Fixed regression from commit #45862 | Filippos Karapetis | |
svn-id: r45985 | |||
2009-11-17 | Some more work on the sound command parser | Filippos Karapetis | |
svn-id: r45954 | |||
2009-11-17 | Some more work on the sound command parser | Filippos Karapetis | |
svn-id: r45944 | |||
2009-11-15 | Some more work on music code | Filippos Karapetis | |
svn-id: r45934 | |||
2009-11-15 | - Started importing the music code from Greg's SCI engine | Filippos Karapetis | |
- Simplified some sound version checks svn-id: r45923 | |||
2009-11-14 | Moved getAngle() inside kmovement.cpp, the only place where it's actually used | Filippos Karapetis | |
svn-id: r45903 | |||
2009-11-14 | Cleaned up the file handling functions and removed the C IO wrappers. ↵ | Filippos Karapetis | |
Apparently, the special case that these were meant to handle never occurs (i.e. reading and writing to the same file), and the current code works well enough to justify these extra sanity checks svn-id: r45902 | |||
2009-11-14 | Removed unused code | Filippos Karapetis | |
svn-id: r45901 | |||
2009-11-14 | SCI: Silence warnings (none of the code in seq/gm.cpp is used) | Max Horn | |
svn-id: r45897 | |||
2009-11-14 | Removed more dead code | Filippos Karapetis | |
svn-id: r45888 | |||
2009-11-14 | Cleanup | Filippos Karapetis | |
svn-id: r45886 | |||
2009-11-14 | Removed sfx/misc.h | Filippos Karapetis | |
svn-id: r45885 | |||
2009-11-14 | Removed some unused parts of the PCM sound playing code | Filippos Karapetis | |
svn-id: r45884 | |||
2009-11-12 | Fix warning | Eugene Sandulenko | |
svn-id: r45871 | |||
2009-11-12 | SCI/newgui: SciGuiMenu forgot to reset memory handles after restoring | Martin Kiewitz | |
svn-id: r45869 | |||
2009-11-12 | SCI: Fix uninitialized variable in Amiga driver. | Walter van Niftrik | |
svn-id: r45868 | |||
2009-11-12 | SCI/newgui: SciGuiFont fixing delete | Martin Kiewitz | |
svn-id: r45867 | |||
2009-11-12 | SCI: Fix crash in Iceman/amiga. | Walter van Niftrik | |
svn-id: r45866 | |||
2009-11-12 | Silenced GCC warning. Since command is unsigned, it's always >= 0. | Torbjörn Andersson | |
svn-id: r45864 | |||
2009-11-12 | SCI/newgui: support for disabled menu entries, changed textface (int) to ↵ | Martin Kiewitz | |
greyedOutput (bool) svn-id: r45863 | |||
2009-11-12 | Started objectifying kDoSound() | Filippos Karapetis | |
svn-id: r45862 | |||
2009-11-12 | SCI/newgui: SciGuiMenu adjustment, when no right aligned text is available ↵ | Martin Kiewitz | |
at all (makes lsl6 menu pixel perfect) svn-id: r45860 | |||
2009-11-12 | SCI/newgui: SciGuiMenu now has said support (used in at least codename iceman) | Martin Kiewitz | |
svn-id: r45859 | |||
2009-11-12 | Some more tweaks for skipping the menu data in savegames, when ↵ | Filippos Karapetis | |
INCLUDE_OLDGFX isn't defined (it still problematic and goes out of sync) svn-id: r45858 | |||
2009-11-12 | The menu bar code is no longer used in the new graphics code, and the menu ↵ | Filippos Karapetis | |
state is no longer stored in saved games svn-id: r45854 | |||
2009-11-12 | SCI/newgui: changed behaviour of menu when left/right to follow sierra. ↵ | Martin Kiewitz | |
Added other differences in implementation, added reanimate TODOs, added mouse interaction TODO svn-id: r45853 |