aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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
2006-04-15- Get rid of GameDetector::_dumpScripts and GameDetector::_force1xOverlay in ↵Max Horn
favor of settings in the transient config domain - This also means you can now set those options in the config file - Fixed a bug I recently introduced that made bool command line options (like -u, -f) always return 'false' when used in their single letter form svn-id: r21909
2006-04-15Increase size of variable array entries, to prevent overflows that often ↵Travis Howell
occur in FF. The original FF used unsigned variable arrays, but Simon 1/2 requires a signed variable array. svn-id: r21905
2006-04-15Minor cleanupTravis Howell
svn-id: r21904
2006-04-15Change _numTextBoxes to unsigned, to stop compile warningsTravis Howell
svn-id: r21903
2006-04-15Adjust various number of textBox checks for FFTravis Howell
svn-id: r21902
2006-04-15Increase array sizes for FF and cleanupTravis Howell
svn-id: r21901
2006-04-15Add support for switching voice file in PC versions of FF and cleanupTravis Howell
svn-id: r21900
2006-04-15Fix compile warnings I causedTravis Howell
svn-id: r21899
2006-04-15Remove last use of hard coded language values and adjust settings for FFTravis Howell
svn-id: r21898
2006-04-15Adjust video opcodes for second variable arrayTravis Howell
svn-id: r21897
2006-04-15Some more detector stub code (unused)Max Horn
svn-id: r21896
2006-04-14Fix another glitch in save game interface of FFTravis Howell
svn-id: r21893
2006-04-14Some cleanup of the SCUMM ConfigDialog; also added a big FIXME comment ↵Max Horn
explaining what the dialog does badly, and how that could be fixed (anybody feeling bored, feel free to implement the solution I outline there) svn-id: r21890
2006-04-14- Seems like I forget a branch in Mult_v2::animate()Sven Hesse
- sub_1A52B is Scenery::updateStatic() svn-id: r21889
2006-04-14Fix glitch when entering saved game name in FFTravis Howell
svn-id: r21886
2006-04-14Correct size, when clearing image in renderString() for FFTravis Howell
svn-id: r21885
2006-04-14Avoid possible regression in set_video_mode_internal() for Simon1Travis Howell
svn-id: r21884
2006-04-14Fix object name display, after conversation in FFTravis Howell
svn-id: r21883
2006-04-14Yes, it is really necessry to compute a special 'disk number' here (in fbear ↵Max Horn
at least) svn-id: r21882
2006-04-14Add variant for updated Spy Fox 1Travis Howell
svn-id: r21881
2006-04-14CleanupTravis Howell
svn-id: r21880
2006-04-14Possible fix for bug #1470197 (SCUMM: HE Game variants broken)Max Horn
svn-id: r21879