aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2006-07-08Added support for DXA cutscenes, while still retaining support for the old MPEGTorbjörn Andersson
2006-06-28Correct docs for copyFrameToBuffer()Travis Howell
2006-06-28Add patch #1504492 - DXA: New compression schemeTravis Howell
2006-06-28Add eriktorbjorn's patch for DXA unification, with more changesTravis Howell
2006-06-25Fixes a warning with VC++ 2005 Express.Oystein Eftevaag
2006-06-24fix character clipping as mentioned by Marcus on the mailing list on 22 juneWillem Jan Palenstijn
2006-06-24* Renamed config.mak to config.mkMax Horn
2006-06-21Move moveScreen to common surface functions for graphicsTravis Howell
2006-06-20Applied patches from bug report #1276480, "GUI: Accented characters". ThisTorbjörn Andersson
2006-06-13Let the [cursor] palette manager handle disableCursorPalette() too, to avoidTorbjörn Andersson
2006-06-04Format the guifont[] data for better readabilityTorbjörn Andersson
2006-06-03MPEG player fixes:Torbjörn Andersson
2006-05-27Should use delete[] instead of delete here, too. (I knew where the cursorTorbjörn Andersson
2006-05-27delete[] instead of deleteWillem Jan Palenstijn
2006-05-25The GUI never asked for the cursor to be visible. I'm not sure why that used toTorbjörn Andersson
2006-05-25Set and show/hide mouse cursors through a "cursor manager" (analogous to theTorbjörn Andersson
2006-05-25Cleanup.Torbjörn Andersson
2006-05-25Fixed stupid error in replaceCursorPalette().Torbjörn Andersson
2006-05-25Fixed comment to make it less obvious where I copied the general structure ofTorbjörn Andersson
2006-05-21Make it so that if the new cursor palette to be set has zero colours, theTorbjörn Andersson
2006-05-21Oops, I guess I never got around to fully implement replaceCursorPalette().Torbjörn Andersson
2006-05-20Forgot to set g_initialized to true.Torbjörn Andersson
2006-05-20After the GUI has finished, restore the old cursor palette (if any). For thisTorbjörn Andersson
2006-05-18Renamed screenChanged() to handleScreenChanged().Torbjörn Andersson
2006-05-18Allow changing scaler while playing MPEG cutscenes.Torbjörn Andersson
2006-05-17- Heavily modified patch #1214784: "Disable overlay scaling"Eugene Sandulenko
2006-05-09- Updated MSVC8 project filesEugene Sandulenko
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-04-21Implementation and declartion in intern.h differed. Changed so both is using ...Lars Persson
2006-04-19Fix ASM HQ routines, because RGBtoYUV and LUT16to32 are on heap now.Eugene Sandulenko
2006-04-17Make use of triple-interpolation function in SuperEagel (should save a few cy...Max Horn
2006-04-17Replace interpolate32 calls by interpolate16 calls (as we only work on single...Max Horn
2006-04-17Simple optimizationMax Horn
2006-04-17Renamed and merge some of the pixel interpolation functions (the names still ...Max Horn
2006-04-17Allocate LUT/YUV tables on the heapMax Horn
2006-04-17Modify InitLUT to make use of ColorMasks, making it easier to add support for...Max Horn
2006-04-17Fixed (A)RGBToColor templatesMax Horn
2006-04-17Since we define alpha value 255 to mean 'opaque', or T::kAlphaMask into the r...Max Horn
2006-04-17Add color conversion functions based on ColorMasks, to demonstrate how this w...Max Horn
2006-04-17Moved ColorMasks to their own new header graphics/colormasks.h, so that both ...Max Horn
2006-04-17cleanupMax Horn
2006-04-17Removed 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::loadFontJohannes Schickel
2006-04-15cleanupMax Horn
2006-04-14- implements .bdf font loader based on convbdf (sure could have some clean up)Johannes Schickel
2006-04-14Changed File::open to take a Common::String as file name parameterMax Horn
2006-04-14Use const keyword to help compiler optimize codeMax Horn
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn