Age | Commit message (Expand) | Author |
2006-04-17 | Updated Mac OS X pixel icons from SVG version | Max Horn |
2006-04-17 | Allocate LUT/YUV tables on the heap | Max Horn |
2006-04-17 | Modify InitLUT to make use of ColorMasks, making it easier to add support for... | Max Horn |
2006-04-17 | Fixed (A)RGBToColor templates | Max Horn |
2006-04-17 | Since we define alpha value 255 to mean 'opaque', or T::kAlphaMask into the r... | Max Horn |
2006-04-17 | Add color conversion functions based on ColorMasks, to demonstrate how this w... | Max Horn |
2006-04-17 | Moved ColorMasks to their own new header graphics/colormasks.h, so that both ... | Max Horn |
2006-04-17 | Actually, 3-4 alpha bits are fine, too :) | Max Horn |
2006-04-17 | cleanup | Max Horn |
2006-04-17 | Clarify that kFeatureOverlaySupportsAlpha should only be set if at least a fe... | Max Horn |
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 |