Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-17 | Only allocate scale buffer when using FF | Travis Howell | |
svn-id: r21956 | |||
2006-04-17 | Fix vertical scrolling | Travis Howell | |
svn-id: r21955 | |||
2006-04-16 | Should fix wrong thumbnail colors after a screen change, which changed bpp. | Johannes Schickel | |
svn-id: r21954 | |||
2006-04-16 | This 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::loadFont | Johannes 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-16 | Fix 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-16 | Remove redundant code. soundfont is taken care in OptionsDialog::open() now. | Eugene Sandulenko | |
svn-id: r21950 | |||
2006-04-16 | Patch #1469722: "Game-specific SoundFont configuration broken" | Eugene Sandulenko | |
svn-id: r21949 | |||
2006-04-16 | The backend is responsible for making its own copy of the mouse cursor, so FF | Torbjö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-16 | The File class automatically tries adding "." to a filename if the file cannot | Torbjö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-16 | some cleanup | Joost Peters | |
svn-id: r21946 | |||
2006-04-16 | changed comments into real comments | Willem Jan Palenstijn | |
svn-id: r21945 | |||
2006-04-16 | Ignore the 'virtual' HE entries at the end of gameVariantsTable (this fixes ↵ | Max Horn | |
an odd detector problem) svn-id: r21944 | |||
2006-04-16 | Fixed 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-16 | Add missing mouse pointer checks for oracle and SAM in FF | Travis Howell | |
svn-id: r21942 | |||
2006-04-16 | update so it compiles again with current svn | Joost Peters | |
svn-id: r21941 | |||
2006-04-16 | Reduced dependencies on base/plugins.h | Max Horn | |
svn-id: r21940 | |||
2006-04-16 | Fixed broken svn:keywords values | Max Horn | |
svn-id: r21939 | |||
2006-04-16 | test commit | Max Horn | |
svn-id: r21938 | |||
2006-04-16 | Removed the directory parameter from md5_file | Max Horn | |
svn-id: r21937 | |||
2006-04-16 | Do not override the 'directory' param when dumping BASS resources | Max Horn | |
svn-id: r21936 | |||
2006-04-16 | Do not override the 'directory' param when dumping BS2 resources | Max 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-16 | Fix cursor colors in chemsitry set for FF | Travis Howell | |
svn-id: r21933 | |||
2006-04-16 | Fix mouse cursor changing for buttons in chemistry set for FF | Travis Howell | |
svn-id: r21932 | |||
2006-04-16 | Fixed 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-16 | Improve cursor support in FF | Travis Howell | |
svn-id: r21930 | |||
2006-04-16 | Use default cursor in FF for now, to make selection easier | Travis Howell | |
svn-id: r21929 | |||
2006-04-16 | Correct sign, to fix weird path finding issues in FF | Travis Howell | |
svn-id: r21928 | |||
2006-04-15 | Fix speech id for o_screenTextMsg() in FF | Travis Howell | |
svn-id: r21927 | |||
2006-04-15 | Cleanup | Travis Howell | |
svn-id: r21926 | |||
2006-04-15 | Remove out dated comment | Travis Howell | |
svn-id: r21925 | |||
2006-04-15 | Use different methods to avoid overflows to FF, to avoid regressions | Travis Howell | |
svn-id: r21924 | |||
2006-04-15 | Use different methods to avoid overflows to FF, to avoid regressions | Travis Howell | |
svn-id: r21923 | |||
2006-04-15 | Changed default-theme -> modern | Max Horn | |
svn-id: r21922 | |||
2006-04-15 | cleanup | Max Horn | |
svn-id: r21921 | |||
2006-04-15 | cleanup | Max Horn | |
svn-id: r21920 | |||
2006-04-15 | cleanup | Max Horn | |
svn-id: r21919 | |||
2006-04-15 | Removed unused #include | Max Horn | |
svn-id: r21918 | |||
2006-04-15 | Moved (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-15 | Removed GameDetector::_gameid in favor of using a config manager entry | Max Horn | |
svn-id: r21915 | |||
2006-04-15 | Set *plugin to 0, not plugin, which has the advantage that games launch ↵ | Max Horn | |
again... stupid me svn-id: r21914 | |||
2006-04-15 | Removed GameDetector::createMixer(), GameDetector::createEngine(), ↵ | Max Horn | |
GameDetector::_plugin svn-id: r21913 | |||
2006-04-15 | Fix display of swap character logo in FF | Travis Howell | |
svn-id: r21912 | |||
2006-04-15 | Always 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-15 | oops | Max 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-15 | Properly init _activeDomain to 0 | Max Horn | |
svn-id: r21908 | |||
2006-04-15 | Clear the transient domaing *after* running the launcher, not before, so ↵ | Max Horn | |
that the graphics mode gets set correctly svn-id: r21907 |