Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-16 | Merge pull request #278 from bluegr/pcxdecoder | Filippos Karapetis | |
GRAPHICS: Add a PCX decoder | |||
2012-09-15 | GRAPHICS: Reinsert attributeBits as a comment to the TGA-decoder | Einar Johan Trøan Sømåen | |
2012-09-15 | GRAPHICS: Force alphaBits to 8 for 32bpp TGAs for now | Einar Johan Trøan Sømåen | |
2012-09-12 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS | |||
2012-09-13 | GRAPHICS: Add a common PCX image decoder | Filippos Karapetis | |
2012-09-09 | GRAPHICS: Fix ImageDecoder inconsistency with getPalette() | Matthew Hoops | |
Per LordHoto's suggestion | |||
2012-09-06 | PNG: call png_set_interlace_handling() before calling png_read_update_info() | Filippos Karapetis | |
This matches the documentation, information from the PNG bug tracker and the behavior of example decoders off the net. It fixes warnings thrown from the PNG decoder | |||
2012-09-05 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-09-03 | SCALER: No need to inline interpolate5Line, it just bloats stretch200To240 ↵ | Bertrand Augereau | |
for nothing | |||
2012-08-31 | ALL: Mark off some things as used by Pegasus | Matthew Hoops | |
2012-08-31 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-08-30 | GRAPHICS: Scope reduction of the sometimes unused alpha component in ↵ | Bertrand Augereau | |
TGADecoder::readHeader | |||
2012-08-30 | GRAPHICS: Undefined behaviour/warnings removal in the TGA decoder | Bertrand Augereau | |
2012-08-29 | GRAPHICS: Slight formatting change for consistency. | Johannes Schickel | |
2012-08-29 | GRAPHICS: Remove extra semicolon. | Johannes Schickel | |
2012-08-29 | Merge pull request #263 from somaen/tgaloader | Johannes Schickel | |
GRAPHICS: Add in a TGA-decoder | |||
2012-08-29 | GRAPHICS: Add in a TGA-decoder | Einar Johan Trøan Sømåen | |
2012-08-28 | GRAPHICS: Add an in-place Surface PixelFormat conversion. | Johannes Schickel | |
2012-08-28 | GRAPHICS: Slight cleanup in crossBlit code. | Johannes Schickel | |
2012-08-28 | GRAPHICS: Allow in-place conversion with any color formats in crossBlit. | Johannes Schickel | |
2012-08-28 | GRAPHICS: Remove crossBlit's dstBpp >= srcBpp limitation. | Johannes Schickel | |
2012-08-28 | GRAPHICS: Fix a bug in crossBlit with 3Bpp source. | Johannes Schickel | |
Formerly it added 2 to the source pixel pointer instead of 3. | |||
2012-08-28 | GRAPHICS: Remove 3Bpp destination support in crossBlit. | Johannes Schickel | |
2012-08-28 | GRAPHICS: Refactor crossBlit logic into a template. | Johannes Schickel | |
2012-08-28 | GRAPHICS: Clean up crossBlit a bit. | Johannes Schickel | |
2012-08-26 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS devtools/credits.pl gui/credits.h | |||
2012-08-21 | GPRAHICS: Slight cleanup in png.cpp. | Johannes Schickel | |
This adds an explanation why we use FORBIDDEN_SYMBOL_ALLOW_ALL and removes some trailing whitespaces. | |||
2012-08-20 | Merge pull request #262 from somaen/pngwithlibpng | Johannes Schickel | |
GRAPHICS: Reimplement the PNG-decoder using libpng | |||
2012-08-20 | GRAPHICS: Reimplement the PNG-decoder using libpng | Einar Johan Trøan Sømåen | |
2012-08-13 | GRAPHICS: Add support for 32bpp BMPs | Einar Johan Trøan Sømåen | |
2012-08-12 | GRAPHICS: Clarify format of the palette in ImageDecoder | Matthew Hoops | |
2012-08-09 | GRAPHICS: Add a DPI parameter to loadTTFFont. | Johannes Schickel | |
Will be used by WME. | |||
2012-07-25 | GRAPHICS: Small formatting fixes in iff.cpp. | Johannes Schickel | |
2012-07-14 | GRAPHICS: Serialize PixelFormat for thumbnails and allow 4Bpp surfaces. | Johannes Schickel | |
This allows any 2Bpp/4Bpp Surfaces to be written via saveThumbnail and loadThumbnail now. It furthermore will preserve the loaded Surface in loadThumbnail. | |||
2012-06-24 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-06-20 | Merge pull request #247 from clone2727/pixelformat-argb-fix | Johannes Schickel | |
GRAPHICS: Fix colorToARGB's alpha value when no alpha channel is present | |||
2012-06-16 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-06-15 | GRAPHICS: Fix colorToARGB's alpha value when no alpha channel is present | Matthew Hoops | |
2012-06-16 | ALL: Let overlay related methods in OSystem take a void * and use a proper ↵ | Johannes Schickel | |
pitch values. This is a first step to get rid of OverlayColor, which is a requirement for proper 4Bpp overlay support. | |||
2012-06-16 | GRAPHICS: Let CursorMan's cursor functions take "const void *" buffers. | Johannes Schickel | |
2012-06-12 | GRAPHICS: Replace OverlayColor with uint16 in scaler code. | Johannes Schickel | |
Scalers are actually fixed at 2Bpp right now and not at the depth of OverlayColor. | |||
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" ↵ | Johannes Schickel | |
logic. All uses of the old target scale API actually wanted to disallow scaling of the mouse cursor. This commit adapts our API to this and thus simplifies backend implementations. Some backends, most notable the Wii and Android, did some implementation of the cursor target scale, which I didn't adapt yet. I added a TODO for the porters there. | |||
2012-05-25 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-05-14 | GRAPHICS: Hide the WinCursor implementation | Matthew Hoops | |
2012-05-14 | GRAPHICS: Add palette start index and color count functions to ImageDecoder | Matthew Hoops | |
2012-05-04 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-05-04 | GRAPHICS: Fix 32-bit DirectBits images | Matthew Hoops | |
2012-05-03 | GRAPHICS: Remove unused function ftFloor26_6 in ttf.cpp. | Johannes Schickel | |
2012-05-03 | Merge pull request #213 from fuzzie/leak-fixes | Johannes Schickel | |
The pull request in question is "Memory leak fixes". | |||
2012-04-22 | GRAPHICS: Fix BMP getPalette function definition. | D G Turner | |
The BMP decoder getPalette function definition is now identical to the other image format decoders subclassed from ImageDecoder. This also fixes a overloaded virtual warning reported by salty-horse. |