Age | Commit message (Expand) | Author |
2009-09-08 | Fixed some (pedantic) warnings | Max Horn |
2009-09-01 | Add some more drawing constraints, so prevent overflowing the video memory | Sven Hesse |
2009-09-01 | Coding best practice: Whenever possible, pass objects by reference instead of... | Max Horn |
2009-08-30 | Rename the WAVE_* constants to AVI_WAVE_* to fix compile on WinCE. | Matthew Hoops |
2009-08-30 | Named some unnamed enums. Hopefully, this will fix compilation under WinCE. | Filippos Karapetis |
2009-08-30 | Add an AVI player and MSVideo1 codec for use with some SCI Windows game (such... | Matthew Hoops |
2009-08-30 | Added the ColorMask ARGB3444 for Gamecube/Wii | Andre Heider |
2009-08-29 | Patch #2836424: "Optional compilation of CoktelVideo and Indeo3" | Eugene Sandulenko |
2009-08-29 | Fix bug for non 8bpp indexed game screens in grabScreen565. | Johannes Schickel |
2009-08-29 | changes to graphics/scaler/thumbnail_intern.cpp that escaped earlier 16-bit m... | Jody Northup |
2009-08-26 | Fix to correctly store a cursor's key colour, fixing key colour being lost wh... | Paul Gilbert |
2009-08-22 | Fixing some problems when calling the player with muted output | Sven Hesse |
2009-08-22 | Fixed crossBlit prototype | Andre Heider |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-08-21 | Add JPEG decoder from 16bpp branch | Scott Thomas |
2009-08-21 | Fixed warning. | Torbjörn Andersson |
2009-08-21 | add conversion.h and conversion.cpp into trunk (were present in working copy,... | Jody Northup |
2009-08-21 | Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/ | Jody Northup |
2009-08-19 | Add another range check in our SJIS font code to avoid out of bounds access. | Johannes Schickel |
2009-08-16 | Merged revisions 43338-43340,43342,43344-43347,43349-43350,43352-43354,43357-... | Travis Howell |
2009-08-14 | MIPSpro compilation fixes / workarounds (from a patch by Rainer Canavan) | Joost Peters |
2009-08-13 | Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-... | Travis Howell |
2009-08-12 | Change SJIS code guard to also check whether dynamic plugins are enabled. | Johannes Schickel |
2009-08-05 | Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,... | Travis Howell |
2009-08-02 | When ESCing videos, seek to the last frame that was meant to be played. Fixes... | Sven Hesse |
2009-07-30 | Fixed missing clearing of the low bit of the alpha mask in the "dim" screen s... | Johannes Schickel |
2009-07-30 | Fix bug #2829737: "GUI: Wrong background colours on dialog screens (IRIX)". | Johannes Schickel |
2009-07-30 | Patch #2818501: enable scale2x mmx on x86_64 | Max Horn |
2009-07-29 | Adding a SoundType parameter to SmackerDecoder, defaulting to kSFXSoundType | Sven Hesse |
2009-07-28 | Changing stuff around a bit so alignment requirements won't increase | Sven Hesse |
2009-07-27 | Abstracting off the block types from Imd::renderFrame() and Vmd::renderFrame() | Sven Hesse |
2009-07-27 | Formatting. | Johannes Schickel |
2009-07-27 | Add ARM code version of Normal2x scaler. | Robin Watts |
2009-07-26 | Add a todo to FontSJIS::drawChar taking an Graphics::Surface. | Johannes Schickel |
2009-07-26 | Instead of only printing a warning, when no SJIS char data is present, just r... | Johannes Schickel |
2009-07-26 | Reflect code to test the magic bytes in the sjis.fnt header. | Johannes Schickel |
2009-07-26 | Add way to overwrite default SJIS font. | Johannes Schickel |
2009-07-26 | Specify that the chars passed to FontSJIS::drawChar should be little endian. | Johannes Schickel |
2009-07-26 | Print warning, when client code does try to draw an unsupported SJIS char. | Johannes Schickel |
2009-07-26 | Add a factory method, which tries to open different SJIS fonts/ROMs and retur... | Johannes Schickel |
2009-07-26 | Change the way the font data for SJIS fonts is load. | Johannes Schickel |
2009-07-26 | Add support for our custom SJIS font. | Johannes Schickel |
2009-07-26 | Create base class FontSJIS16x16 for our own SJIS font. | Johannes Schickel |
2009-07-26 | Reverting my fix for bug #2037158 ("In-Game animation shifted(?)"), because i... | Sven Hesse |
2009-07-25 | Adding more sanity checks to Vmd::renderFrame() | Sven Hesse |
2009-07-25 | Adding support for (new-style) stereo in DPCM audio | Sven Hesse |
2009-07-25 | Fixing Woodruff videos again after enabling block type 2 transparency | Sven Hesse |
2009-07-24 | CoktelVideo cleanup: Splitting up some IMD methods and removing the obsolete ... | Sven Hesse |
2009-07-24 | Moving all implementations into the cpp | Sven Hesse |
2009-07-24 | Renaming getAnchor() to getFrameCoords() | Sven Hesse |