aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2006-04-18Fixes use of textspeed settings if voice+text mode is enabled. (thanks to ↵Johannes Schickel
salty-horse) svn-id: r21999
2006-04-18Call updateScreen() from delay functions for smoother mouse cursor movement.Torbjörn Andersson
svn-id: r21996
2006-04-18Scrolling comparisons should always be signed, fixes scrolling issue in maze ↵Travis Howell
of FF svn-id: r21995
2006-04-17Moved updateScreen() into delay() for smoother mouse cursor movement. This mayTorbjörn Andersson
possibly make some other calls to updateScreen() unnecessary, but it's the backend's responsibility to ignore unnecessary calls. svn-id: r21994
2006-04-17Call updateScreen() from waitForTimer() (instead of usually right before it)Torbjörn Andersson
for smoother mouse cursor movement. svn-id: r21993
2006-04-17Made the Lure engine call updateScreen() more often - particularly when usingTorbjörn Andersson
the menu bar at the top of the window - for smoother mouse movement. (After a discussion with sev.) svn-id: r21992
2006-04-17Split screenTextPObj script opcode into game specific versionsTravis Howell
svn-id: r21991
2006-04-17Add FF difference in addBox script opcode, fixes x position of some boxesTravis Howell
svn-id: r21990
2006-04-17- Implements copyRegion without transparency checkingJohannes Schickel
- Uses copyRegion without transparency checking to fix credits drawing bugs svn-id: r21989
2006-04-17Simplifies credits.txt loading.Johannes Schickel
svn-id: r21988
2006-04-17Fixes bug #1471895 ("KYRA1: Kyragem goes black at the very end").Johannes Schickel
svn-id: r21987
2006-04-17Rewrote the timing of the Kyra end credits so that it doesn't matter that theTorbjörn Andersson
variables are signed. Otherwise the credits may hang on a slow system. svn-id: r21986
2006-04-17Implements the end credits, and disables fast forwarding in the intro.Oystein Eftevaag
svn-id: r21980
2006-04-17Replaced o70_seekFilePos by o60_seekFilePos (both were identical)Max Horn
svn-id: r21979
2006-04-17Trigger videos for OmniTV in FFTravis Howell
svn-id: r21978
2006-04-17Adjust video playback code, due to false calls in prison of FFTravis Howell
svn-id: r21977
2006-04-17Remove leftover warningTravis Howell
svn-id: r21976
2006-04-17Improve sound support in FF and add MoviePlayer classTravis Howell
svn-id: r21975
2006-04-17Minor cleanupTravis Howell
svn-id: r21960
2006-04-17Intergrate the DXA player for Amiga/Macintosh verisons of FF, from cyxTravis Howell
svn-id: r21959
2006-04-17Handle unsigned variableArray reads better in FF, fixes more missing subroutinesTravis Howell
svn-id: r21958
2006-04-17Fix box selection after vertical scrolling in FFTravis Howell
svn-id: r21957
2006-04-17Only allocate scale buffer when using FFTravis Howell
svn-id: r21956
2006-04-17Fix vertical scrollingTravis Howell
svn-id: r21955
2006-04-16Should fix wrong thumbnail colors after a screen change, which changed bpp.Johannes Schickel
svn-id: r21954
2006-04-16Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ↵Max Horn
new setInt and setBool methods (matching getInt/getBool), which avoids strange quirks & bugs caused by (char *) being implicitly cast to int (ouch) svn-id: r21951
2006-04-16The backend is responsible for making its own copy of the mouse cursor, so FFTorbjörn Andersson
can use the original data, instead of leaking memory every time the drawMousePointer() function is called (several times per second). svn-id: r21948
2006-04-16The File class automatically tries adding "." to a filename if the file cannotTorbjörn Andersson
be found, so there's no need for the Simon engine to do it. (Though the game detector still does at the moment.) svn-id: r21947
2006-04-16changed comments into real commentsWillem Jan Palenstijn
svn-id: r21945
2006-04-16Ignore the 'virtual' HE entries at the end of gameVariantsTable (this fixes ↵Max Horn
an odd detector problem) svn-id: r21944
2006-04-16Add missing mouse pointer checks for oracle and SAM in FFTravis Howell
svn-id: r21942
2006-04-16Reduced dependencies on base/plugins.hMax Horn
svn-id: r21940
2006-04-16Fixed broken svn:keywords valuesMax Horn
svn-id: r21939
2006-04-16Removed the directory parameter from md5_fileMax Horn
svn-id: r21937
2006-04-16Do not override the 'directory' param when dumping BASS resourcesMax Horn
svn-id: r21936
2006-04-16Do not override the 'directory' param when dumping BS2 resourcesMax Horn
svn-id: r21935
2006-04-16Fix cursor colors in chemsitry set for FFTravis Howell
svn-id: r21933
2006-04-16Fix mouse cursor changing for buttons in chemistry set for FFTravis Howell
svn-id: r21932
2006-04-16Improve cursor support in FFTravis Howell
svn-id: r21930
2006-04-16Use default cursor in FF for now, to make selection easierTravis Howell
svn-id: r21929
2006-04-16Correct sign, to fix weird path finding issues in FFTravis Howell
svn-id: r21928
2006-04-15Fix speech id for o_screenTextMsg() in FFTravis Howell
svn-id: r21927
2006-04-15CleanupTravis Howell
svn-id: r21926
2006-04-15Remove out dated commentTravis Howell
svn-id: r21925
2006-04-15Use different methods to avoid overflows to FF, to avoid regressionsTravis Howell
svn-id: r21924
2006-04-15Use different methods to avoid overflows to FF, to avoid regressionsTravis Howell
svn-id: r21923
2006-04-15Removed unused #includeMax Horn
svn-id: r21918
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ↵Max Horn
new getActiveDomain method that returns a pointer to the actual active *domain* - Added Engine::_targetName whose value is computed from the name of the active domain - Removed GameDetector::_targetName, instead code now uses either Engine::_targetName or the name of the active domain - This in turn allowed for removing usage of GameDetector in many places svn-id: r21916
2006-04-15Removed GameDetector::_gameid in favor of using a config manager entryMax Horn
svn-id: r21915
2006-04-15Fix display of swap character logo in FFTravis Howell
svn-id: r21912