aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-17Actually, 3-4 alpha bits are fine, too :)Max Horn
svn-id: r21965
2006-04-17cleanupMax Horn
svn-id: r21964
2006-04-17Clarify that kFeatureOverlaySupportsAlpha should only be set if at least a ↵Max Horn
few bits of alpha are present svn-id: r21963
2006-04-17Document how the alpha color component is to be interpretedMax Horn
svn-id: r21962
2006-04-17Removed my Altivec version of the hqx blitters, since it (a) didn't work ↵Max Horn
with newer GCC versions, (b) speed was improved on some systems, but actually slower on others, and (c) even on my old 400 Mhz G4 hqx is fast enough w/o it svn-id: r21961
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-16This should fix wrong colors of the scummvm logo in the new theme after ↵Johannes Schickel
screen change. svn-id: r21953
2006-04-16- Moves Graphics::loadFont to Graphics::NewFont::loadFontJohannes Schickel
- adds code for caching of fonts (just for Graphics::NewFont) - implements cache using in the modern theme for custom fonts - adds cache file for current normal font in the theme zip file svn-id: r21952
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-16Remove redundant code. soundfont is taken care in OptionsDialog::open() now.Eugene Sandulenko
svn-id: r21950
2006-04-16Patch #1469722: "Game-specific SoundFont configuration broken"Eugene Sandulenko
svn-id: r21949
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-16some cleanupJoost Peters
svn-id: r21946
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-16Fixed some breakage in the 'Add Game' code I recently introduced; added a ↵Max Horn
FIXME comment regarding the 'description' config file key svn-id: r21943
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