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
/
gfx
/
osystem
/
render_ticket.cpp
Age
Commit message (
Expand
)
Author
2014-06-15
WINTERMUTE: Switch to use of moved to OSystem TransparentSurface
Eugene Sandulenko
2014-02-18
WINTERMUTE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-02-16
WINTERMUTE: Janitorial - Remove trailing spaces
Strangerke
2013-10-06
WINTERMUTE: Fix typo causing tiled image corruption
Willem Jan Palenstijn
2013-10-06
WINTERMUTE: Partially fix rotoscale coordinate confusion
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-26
WINTERMUTE: Remove ticket->_drawNum
Willem Jan Palenstijn
2013-09-26
WINTERMUTE: Remove ticket batching
Willem Jan Palenstijn
2013-09-23
WINTERMUTE: Pass blendMode to blit() in RenderTicket.
Tobia Tesan
2013-09-21
WINTERMUTE: Keep _alphaMode private in TransparentSurface
Tobia Tesan
2013-08-20
WINTERMUTE: Add binary alpha-blitting.
Einar Johan Trøan Sømåen
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-08-01
Merge pull request #354 from tobiatesan/wintermute_rotozoom_3
Einar Johan Trøan Sømåen
2013-08-01
WINTERMUTE: #define to const for TransformStruct defaults
Tobia Tesan
2013-08-01
WINTERMUTE: Remove redeclaration in render_ticket.cpp
Tobia Tesan
2013-08-01
WINTERMUTE: Pass structs by const reference
Tobia Tesan
2013-08-01
WINTERMUTE: s/*transform/const &transform/
Tobia Tesan
2013-08-01
WINTERMUTE: Rename rotate() -> rotoscale() for consistency
Tobia Tesan
2013-08-01
WINTERMUTE: *transform as pointer in transform_tools
Tobia Tesan
2013-08-01
WINTERMUTE: Removed useless argument from rotate()
Tobia Tesan
2013-08-01
WINTERMUTE: Add rotation
Tobia Tesan
2013-07-14
JANITORIAL: Remove trailing whitespace
Sven Hesse
2013-04-15
WINTERMUTE: Fix comparison in renderTicket.
Einar Johan Trøan Sømåen
2013-01-26
WINTERMUTE: Replace all NULLs with nullptr.
Einar Johan Trøan Sømåen
2012-12-16
WINTERMUTE: Move draw-code to render_ticket.cpp
Einar Johan Trøan Sømåen
2012-12-13
WINTERMUTE: Split renderTicket into a separate file.
Einar Johan Trøan Sømåen