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