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
2014-03-15
WINTERMUTE: Run astyle on transparent_surface.{h,cpp} mainly adding braces.
Einar Johan Trøan Sømåen
2014-02-18
WINTERMUTE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-02-16
WINTERMUTE: Janitorial - Remove trailing spaces
Strangerke
2014-01-21
WINTERMUTE: Fix bug that prevented the opaque and binary blit speedups from w...
Einar Johan Trøan Sømåen
2013-10-29
WINTERMUTE: Correct some doxygen-comments in TransparentSurface.
Einar Johan Trøan Sømåen
2013-10-06
WINTERMUTE: Integrate SDL_rotozoom code for scale/rotoscale
Willem Jan Palenstijn
2013-10-06
WINTERMUTE: Partially fix rotoscale coordinate confusion
Willem Jan Palenstijn
2013-10-05
WINTERMUTE: Let pixel blending functions be inlined
Willem Jan Palenstijn
2013-10-05
WINTERMUTE: Speed up scale()
Willem Jan Palenstijn
2013-09-30
Merge branch 'master' into wme_rendering
Willem Jan Palenstijn
2013-09-30
WINTERMUTE: Add displayTiled function to replace repeatLastDraw
Willem Jan Palenstijn
2013-09-30
Merge branch 'refac'
Einar Johan Trøan Sømåen
2013-09-30
WINTERMUTE: Formatting with Astyle (UIButton, UIEdit, UIObject, UIWindow, Tra...
Einar Johan Trøan Sømåen
2013-09-30
WINTERMUTE: Constify some getters in TransparentSurface, UIObject and UIWindow
Einar Johan Trøan Sømåen
2013-09-26
WINTERMUTE: Fix warning
Willem Jan Palenstijn
2013-09-23
WINTERMUTE: Remove asserts in Blend-functions in TransparentSurface.
Einar Johan Trøan Sømåen
2013-09-23
WINTERMUTE: Add support for additive/subtractive blending in TransparentSurface
Tobia Tesan
2013-09-23
WINTERMUTE: Match type of angle constant to struct in TransformStruct, silenc...
Tobia Tesan
2013-09-21
WINTERMUTE: Keep _alphaMode private in TransparentSurface
Tobia Tesan
2013-09-18
WINTERMUTE: Explicitly cast zoom for float version of TransformStruct
Tobia Tesan
2013-09-18
WINTERMUTE: Fix types in transform_struct for coherence; this silences warnings
Tobia Tesan
2013-08-25
WINTERMUTE: Fix colormod with alpha blending
Willem Jan Palenstijn
2013-08-25
WINTERMUTE: Fix alpha blending with colormod
Willem Jan Palenstijn
2013-08-20
WINTERMUTE: Add binary alpha-blitting.
Einar Johan Trøan Sømåen
2013-08-20
WINTERMUTE: Change pixel-format to RGBA.
Einar Johan Trøan Sømåen
2013-08-20
WINTERMUTE: Avoid doing alpha-blits when image doesn't have alpha.
Einar Johan Trøan Sømåen
2013-08-19
WINTERMUTE: Don't use a lookup table for alpha
Willem Jan Palenstijn
2013-08-16
WINTERMUTE: Fix offset calculation with partial rects when sprites are mirrored.
Tobia Tesan
2013-08-07
Merge pull request #365 from lordhoto/protected-pixels
Johannes Schickel
2013-08-06
WINTERMUTE: Fix incorrect parameter order for getBasePtr.
Johannes Schickel
2013-08-05
WINTERMUTE: Fix formatting.
Einar Johan Trøan Sømåen
2013-08-04
WINTERMUTE: Small formatting fixes.
Johannes Schickel
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-08-03
WINTERMUTE: Do not set Surface::pixels directly anymore.
Johannes Schickel
2013-08-03
WINTERMUTE: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
WINTERMUTE: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2013-08-01
WINTERMUTE; Indentation in transform_*
Tobia Tesan
2013-08-01
WINTERMUTE: #ifdef ENABLE_BILINEAR -> #if ENBABLE_BILINEAR
Tobia Tesan
2013-08-01
WINTERMUTE: Formatting
Tobia Tesan
2013-08-01
WINTERMUTE: s/WINTERMUTE_TRANSFORMTOOLS_H/WINTERMUTE_TRANSFORM_TOOLS_H/
Tobia Tesan
2013-08-01
WINTERMUTE: Bring consts inside namespace in transform_struct.h
Tobia Tesan
2013-08-01
WINTERMUTE: Fix #ifdef in transparent_surface.[h|cpp]
Tobia Tesan
2013-08-01
WINTERMUTE: Compile bilinear copy only if needed
Tobia Tesan
2013-08-01
WINTERMUTE: Various explicit casts
Tobia Tesan
2013-08-01
WINTERMUTE: Remove unused variable in transparent_surface.cpp
Tobia Tesan
2013-08-01
WINTERMUTE: #define to const for TransformStruct defaults
Tobia Tesan
2013-08-01
WINTERMUTE: Doxygen comments in TransformStruct
Tobia Tesan
2013-08-01
WINTERMUTE: Express 180.0f as float in TransformTools
Tobia Tesan
2013-08-01
WINTERMUTE: #define to const for TransformStruct defaults
Tobia Tesan
2013-08-01
WINTERMUTE: Remove single-argument zoom, rename mirrorX => getMirrorX() in tr...
Tobia Tesan
[next]