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
/
base_render_osystem.h
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
2013-10-03
WINTERMUTE: Update full screen on ScreenChanged
Willem Jan Palenstijn
2013-10-02
WINTERMUTE: Remove unused _drawNum
Willem Jan Palenstijn
2013-10-02
WINTERMUTE: Fix regression with _skipThisFrame
Willem Jan Palenstijn
2013-10-01
WINTERMUTE: Fix up doxygen comment
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
WINTERMUTE: Remove almost unused _colorMod field
Willem Jan Palenstijn
2013-09-26
WINTERMUTE: Remove unnecessary re-iteration
Willem Jan Palenstijn
2013-09-26
WINTERMUTE: Mirror _drawNum with an iterator
Willem Jan Palenstijn
2013-09-26
WINTERMUTE: Remove _tempDisableDirtyRects
Willem Jan Palenstijn
2013-09-26
WINTERMUTE: Remove ticket batching
Willem Jan Palenstijn
2013-08-29
WINTERMUTE: Remove useless Rect extra argument from fadeToColor.
Tobia Tesan
2013-08-13
WINTERMUTE: Add atleast some comments to the renderTicket-system.
Einar Johan Trøan Sømåen
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-08-01
WINTERMUTE: TransformStruct by reference in engines/wintermute/base/gfx/osyst...
Tobia Tesan
2013-08-01
WINTERMUTE: Remove set[Color|Alpha]Mod altogether
Tobia Tesan
2013-08-01
WINTERMUTE: Add rotation
Tobia Tesan
2013-04-23
WINTERMUTE: Cap the renderqueue to 800.
Einar Johan Trøan Sømåen
2013-01-26
WINTERMUTE: Replace all NULLs with nullptr.
Einar Johan Trøan Sømåen
2013-01-26
WINTERMUTE: Add override-tags to most of the overriden functions in base/gfx.
Einar Johan Trøan Sømåen
2013-01-24
WINTERMUTE: Further improve UITiledImage-drawing.
Einar Johan Trøan Sømåen
2013-01-22
WINTERMUTE: Add a hack to skip a single frame after saving/loading. (Fix Bug:...
Einar Johan Trøan Sømåen
2012-12-16
WINTERMUTE: Don't check the entire ticket-queue for every ticket.
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
2012-12-13
WINTERMUTE: Avoid unneccessary alpha-blits when using dirty-rects.
Einar Johan Trøan Sømåen
2012-12-13
WINTERMUTE: Implement simple sprite-batching to speed up tileImage-drawing.
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Make dirty rect-rendering available in config-file.
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Reset renderTicket-system on SaveGame-load
Einar Johan Trøan Sømåen
2012-09-04
WINTERMUTE: Convert CRLF to LF
Willem Jan Palenstijn
2012-08-31
WINTERMUTE: Cleanup the header-guards.
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix some of the clang++ warnings listed by LordHoto
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
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-07-30
WINTERMUTE: Redraw ONLY the indicator when saving/loading.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Remove statics and silence spam in debug console.
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Remove all unneccessary #if 0 blocks
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: AStyle-formatting.
Einar Johan Trøan Sømåen
2012-07-25
WINTERMUTE: Cleanup and comment BaseRenderer a bit
Einar Johan Trøan Sømåen
2012-07-25
WINTERMUTE: Remove in-engine fullscreen-switching, let ScummVM handle that.
Einar Johan Trøan Sømåen
2012-07-21
WINTERMUTE: Get rid of the C-prefix for class-definitions.
Einar Johan Trøan Sømåen
2012-07-20
WINTERMUTE: Decrement tickets when reinserting a ticket that has swapped places.
Einar Johan Trøan Sømåen
2012-07-19
WINTERMUTE: Change all folder-names to lowercase.
Einar Johan Trøan Sømåen