Age | Commit message (Expand) | Author |
2006-04-19 | Fix ASM HQ routines, because RGBtoYUV and LUT16to32 are on heap now. | Eugene Sandulenko |
2006-04-17 | Make use of triple-interpolation function in SuperEagel (should save a few cy... | Max Horn |
2006-04-17 | Replace interpolate32 calls by interpolate16 calls (as we only work on single... | Max Horn |
2006-04-17 | Simple optimization | Max Horn |
2006-04-17 | Renamed and merge some of the pixel interpolation functions (the names still ... | 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 | cleanup | Max Horn |
2006-04-17 | Removed my Altivec version of the hqx blitters, since it (a) didn't work with... | Max Horn |
2006-04-16 | - Moves Graphics::loadFont to Graphics::NewFont::loadFont | Johannes Schickel |
2006-04-15 | cleanup | Max Horn |
2006-04-14 | - implements .bdf font loader based on convbdf (sure could have some clean up) | Johannes Schickel |
2006-04-14 | Changed File::open to take a Common::String as file name parameter | Max Horn |
2006-04-14 | Use const keyword to help compiler optimize code | Max Horn |
2006-04-04 | Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead | Max Horn |
2006-04-02 | With this change, backends are now responsible for instantiating their OSyste... | Max Horn |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-15 | * 'make bundle' now copies the default theme files into the bundle. | Oystein Eftevaag |
2006-03-14 | Adds support for building on Intel Macs, using a modified | Oystein Eftevaag |
2006-03-06 | Fixed compilation, this could be used with all systems (?) | Chris Apers |
2006-03-04 | define int types for msvc to allow compile mpeg2 library. msvc does not fully... | Paweł Kołodziejski |
2006-02-25 | Fix bug #1436178 (ALL: int8_t in graphics/animation in conflict with ISO99 C) | Max Horn |
2006-02-20 | Moved fonts to a new dir graphics/fonts | Max Horn |
2006-02-20 | Fixing up my previous commit: finished moving common/scaler* to graphics | Max Horn |
2006-02-20 | Moved common/scaler* to graphics/ | Max Horn |
2006-02-12 | Reduced data duplication in module.mk files; added module.mk files for null a... | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-02-07 | Removed .cvsignore files | Max Horn |
2006-02-03 | fixes allow compile with emsvc4 again | Paweł Kołodziejski |
2006-01-31 | Oops again. Don't beat me hard for plugging in 8800+ glyphs font instead | Eugene Sandulenko |
2006-01-31 | oops. Forgot about our small backends. | Eugene Sandulenko |
2006-01-31 | Plug in better font. Unfortunately we can't use Arial12 which Krest put on | Eugene Sandulenko |
2006-01-27 | - adds the new gui renderer also a new implementation for the classic gui | Johannes Schickel |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-11-27 | Patch #1341626: "New GP32 port" | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-08 | PalmOS : very bad hack to fix global constructor problem with ARM | Chris Apers |
2005-09-03 | Change PalmOS ident | Chris Apers |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-07-29 | fix chunk size | Andrew Kurushin |
2005-07-29 | Simple ILBM images reader. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson |
2005-06-20 | Added virtual destructor, to silence a few more GCC 4 warnings | Max Horn |
2005-06-04 | Remove special case for char 0x20 (=space). No idea why it was there in the f... | Max Horn |
2005-05-17 | Fix word wrapping: do not generate spaces at the start/end of the wrapped lines | Max Horn |