aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-16Add missing mouse pointer checks for oracle and SAM in FFTravis Howell
svn-id: r21942
2006-04-16update so it compiles again with current svnJoost Peters
svn-id: r21941
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-16test commitMax Horn
svn-id: r21938
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-16- Implemented text padding in ListWidget and PopUpWidget. Right padding does ↵Eugene Sandulenko
not work yet. - Implemented highlisght padding in ListWidget - Eval::getVar() method with default value - Removed unused constructors for ListWidget and PoUpWidget - cleanup - bumped theme version svn-id: r21934
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-16Fixed evil longstanding bug in String::toLowercase & toUppercase: Before ↵Max Horn
modifying the string content, make sure we do not share it with any other string). This should help (hopefully fix) bug #1470892 svn-id: r21931
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-15Changed default-theme -> modernMax Horn
svn-id: r21922
2006-04-15cleanupMax Horn
svn-id: r21921
2006-04-15cleanupMax Horn
svn-id: r21920
2006-04-15cleanupMax Horn
svn-id: r21919
2006-04-15Removed unused #includeMax Horn
svn-id: r21918
2006-04-15Moved (Plain)GameDescriptor from base/gameDetector.h to the new base/game.h ↵Max Horn
header file svn-id: r21917
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-15Set *plugin to 0, not plugin, which has the advantage that games launch ↵Max Horn
again... stupid me svn-id: r21914
2006-04-15Removed GameDetector::createMixer(), GameDetector::createEngine(), ↵Max Horn
GameDetector::_plugin svn-id: r21913
2006-04-15Fix display of swap character logo in FFTravis Howell
svn-id: r21912
2006-04-15Always use base 0 in strtol when parsing integer command line options / ↵Max Horn
config file entries (this makes it possible to optionally use hex values) svn-id: r21911
2006-04-15oopsMax Horn
svn-id: r21910
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-15Properly init _activeDomain to 0Max Horn
svn-id: r21908
2006-04-15Clear the transient domaing *after* running the launcher, not before, so ↵Max Horn
that the graphics mode gets set correctly svn-id: r21907
2006-04-15- Replaced ConfigManager::_globalDomains by _appDomain (we don't support ↵Max Horn
multiple global domains anymore) - Restructured parts of the ConfigManager to be more consistent and a bit easier to understand - Introduced ConfigManager::getDomain, potentially useful for code that needs to edit a specific domain (like the option dialogs) - Allow passing an empty string to ConfigManager::setActiveDomain(), to reset the active domain - Discard all transient config options (i.e. mostly command line settings) when entering the launcher, and after an engine exits - Introduced various hidden easter bugs. Happy easter, and have fun searching! svn-id: r21906
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-15Disable RTTI and exceptions (we don't use 'em and over here it saves 700kb ↵Max Horn
in the executable) svn-id: r21895
2006-04-14Avoid using exceptionsMax Horn
svn-id: r21894
2006-04-14Fix another glitch in save game interface of FFTravis Howell
svn-id: r21893