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
/
graphics
Age
Commit message (
Expand
)
Author
2013-01-26
WINTERMUTE: Replace all NULLs with nullptr.
Einar Johan Trøan Sømåen
2013-01-24
WINTERMUTE: Don't scale 2Bpp images with code aimed at 4Bpp
Einar Johan Trøan Sømåen
2013-01-22
WINTERMUTE: Correct a delete/delete[]-mismatch pointed out by valgrind
Einar Johan Trøan Sømåen
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-08-31
WINTERMUTE: Fix g++ warnings listed by LordHoto
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Update to use new TGA-decoder and new Video-system
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: Cleanup in TransparentSurface.
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: Use 64k-tables for alpha-blitting.
Einar Johan Trøan Sømåen
2012-08-07
WINTERMUTE: Use only one scaler for blitting, the faster one.
Einar Johan Trøan Sømåen
2012-08-07
WINTERMUTE: Optimize blitting (Do opaque blits for opaque images, and do fill...
Einar Johan Trøan Sømåen
2012-08-07
WINTERMUTE: Change PixelFormat to ARGB (same as Sword25)
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Use an arbitrary size nearest neighbour scaler for save thumbnail...
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: var_name -> varName
Einar Johan Trøan Sømåen
2012-07-21
WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames
Einar Johan Trøan Sømåen
2012-07-20
WINTERMUTE: Readd the endian-independence for blitting.
Einar Johan Trøan Sømåen
2012-07-20
WINTERMUTE: Silence a few signed/unsigned warnings.
Einar Johan Trøan Sømåen
2012-07-16
WINTERMUTE: Fix a regression with sprite-mirroring.
Einar Johan Trøan Sømåen
2012-07-16
WINTERMUTE: Readd const to transparentSurface-shifts, and remove branches for...
Einar Johan Trøan Sømåen
2012-07-06
WINTERMUTE: Rename FuncName/VarName -> funcName/varName in BFont and BFontBit...
Einar Johan Trøan Sømåen
2012-06-22
WINTERMUTE: Run astyle on the source-files.
Einar Johan Trøan Sømåen
2012-06-19
WINTERMUTE: Make sure the TGA-decoder returns false on error
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: Let blitting of non 32bpp surfaces fail with a warning instead of...
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Fix a few warnings.
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Add TGA-support to BSurfaceSDL
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Add transparentSurface internally for now, to allow alpha-blended...
Einar Johan Trøan Sømåen