Age | Commit message (Expand) | Author |
2006-04-17 | Document how the alpha color component is to be interpreted | Max Horn |
2006-04-17 | Removed my Altivec version of the hqx blitters, since it (a) didn't work with... | Max Horn |
2006-04-17 | Minor cleanup | Travis Howell |
2006-04-17 | Intergrate the DXA player for Amiga/Macintosh verisons of FF, from cyx | Travis Howell |
2006-04-17 | Handle unsigned variableArray reads better in FF, fixes more missing subroutines | Travis Howell |
2006-04-17 | Fix box selection after vertical scrolling in FF | Travis Howell |
2006-04-17 | Only allocate scale buffer when using FF | Travis Howell |
2006-04-17 | Fix vertical scrolling | Travis Howell |
2006-04-16 | Should fix wrong thumbnail colors after a screen change, which changed bpp. | Johannes Schickel |
2006-04-16 | This should fix wrong colors of the scummvm logo in the new theme after scree... | Johannes Schickel |
2006-04-16 | - Moves Graphics::loadFont to Graphics::NewFont::loadFont | Johannes Schickel |
2006-04-16 | Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ... | Max Horn |
2006-04-16 | Remove redundant code. soundfont is taken care in OptionsDialog::open() now. | Eugene Sandulenko |
2006-04-16 | Patch #1469722: "Game-specific SoundFont configuration broken" | Eugene Sandulenko |
2006-04-16 | The backend is responsible for making its own copy of the mouse cursor, so FF | Torbjörn Andersson |
2006-04-16 | The File class automatically tries adding "." to a filename if the file cannot | Torbjörn Andersson |
2006-04-16 | some cleanup | Joost Peters |
2006-04-16 | changed comments into real comments | Willem Jan Palenstijn |
2006-04-16 | Ignore the 'virtual' HE entries at the end of gameVariantsTable (this fixes a... | Max Horn |
2006-04-16 | Fixed some breakage in the 'Add Game' code I recently introduced; added a FIX... | Max Horn |
2006-04-16 | Add missing mouse pointer checks for oracle and SAM in FF | Travis Howell |
2006-04-16 | update so it compiles again with current svn | Joost Peters |
2006-04-16 | Reduced dependencies on base/plugins.h | Max Horn |
2006-04-16 | Fixed broken svn:keywords values | Max Horn |
2006-04-16 | test commit | Max Horn |
2006-04-16 | Removed the directory parameter from md5_file | Max Horn |
2006-04-16 | Do not override the 'directory' param when dumping BASS resources | Max Horn |
2006-04-16 | Do not override the 'directory' param when dumping BS2 resources | Max Horn |
2006-04-16 | - Implemented text padding in ListWidget and PopUpWidget. Right padding does ... | Eugene Sandulenko |
2006-04-16 | Fix cursor colors in chemsitry set for FF | Travis Howell |
2006-04-16 | Fix mouse cursor changing for buttons in chemistry set for FF | Travis Howell |
2006-04-16 | Fixed evil longstanding bug in String::toLowercase & toUppercase: Before modi... | Max Horn |
2006-04-16 | Improve cursor support in FF | Travis Howell |
2006-04-16 | Use default cursor in FF for now, to make selection easier | Travis Howell |
2006-04-16 | Correct sign, to fix weird path finding issues in FF | Travis Howell |
2006-04-15 | Fix speech id for o_screenTextMsg() in FF | Travis Howell |
2006-04-15 | Cleanup | Travis Howell |
2006-04-15 | Remove out dated comment | Travis Howell |
2006-04-15 | Use different methods to avoid overflows to FF, to avoid regressions | Travis Howell |
2006-04-15 | Use different methods to avoid overflows to FF, to avoid regressions | Travis Howell |
2006-04-15 | Changed default-theme -> modern | Max Horn |
2006-04-15 | cleanup | Max Horn |
2006-04-15 | cleanup | Max Horn |
2006-04-15 | cleanup | Max Horn |
2006-04-15 | Removed unused #include | Max Horn |
2006-04-15 | Moved (Plain)GameDescriptor from base/gameDetector.h to the new base/game.h h... | Max Horn |
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ... | Max Horn |
2006-04-15 | Removed GameDetector::_gameid in favor of using a config manager entry | Max Horn |
2006-04-15 | Set *plugin to 0, not plugin, which has the advantage that games launch again... | Max Horn |
2006-04-15 | Removed GameDetector::createMixer(), GameDetector::createEngine(), GameDetect... | Max Horn |