aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/BSurfaceSDL.cpp
AgeCommit message (Expand)Author
2012-06-22WINTERMUTE: Run astyle on the source-files.Einar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Clean out a few debug-prints.Einar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Clear out a bunch of warning (mostly shadowed variables)Einar Johan Trøan Sømåen
2012-06-14WINTERMUTE: Use offsets correctly in BSurfaceSDL.Einar Johan Trøan Sømåen
2012-06-14WINTERMUTE: Fix quite a lot of memory leaks.Einar Johan Trøan Sømåen
2012-06-14WINTERMUTE: Fix theora-playback with the new Rendering-changes.Einar Johan Trøan Sømåen
2012-06-13WINTERMUTE: Move image-loading to BImage, and cleanup some relevant code.Einar Johan Trøan Sømåen
2012-06-13WINTERMUTE: Implement various functions in BRenderSDL.Einar Johan Trøan Sømåen
2012-06-12WINTERMUTE: Optimize the blitting in BSurfaceSDL by adding scale-caching, and...Einar Johan Trøan Sømåen
2012-06-12WINTERMUTE: Clear out the debug-printing, so that it's actually readable.Einar Johan Trøan Sømåen
2012-06-08WINTERMUTE: Minor cleanup in includes in BSurfaceSDLEinar Johan Trøan Sømåen
2012-06-08WINTERMUTE: VarName -> varName in BSurface/BSurfaceSDLEinar Johan Trøan Sømåen
2012-06-08WINTERMUTE: Remember to free the image decoders after use.Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Make sprite-mirroring work correctly.Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Make BFontTT draw almost the right color.Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Add JPEG-support to BSurfaceSDLEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add hacky, but working video playbackEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Implement IsTransparentAtLite, to fix the BitmapFont-drawing.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add color-keying for BSurfaceSDL BMPsEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Convert 8bpp images to 32 bppEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Revamp the file-system to deliver Common::-streams directlyEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Move the file-related classes into Base/fileEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Move the B and Part files into Base/Einar Johan Trøan Sømåen