aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/gfx/osystem/base_render_osystem.h
AgeCommit message (Expand)Author
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2014-06-15WINTERMUTE: Switch to use of moved to OSystem TransparentSurfaceEugene Sandulenko
2014-02-18WINTERMUTE: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-03WINTERMUTE: Update full screen on ScreenChangedWillem Jan Palenstijn
2013-10-02WINTERMUTE: Remove unused _drawNumWillem Jan Palenstijn
2013-10-02WINTERMUTE: Fix regression with _skipThisFrameWillem Jan Palenstijn
2013-10-01WINTERMUTE: Fix up doxygen commentWillem Jan Palenstijn
2013-09-30Merge branch 'master' into wme_renderingWillem Jan Palenstijn
2013-09-30WINTERMUTE: Add displayTiled function to replace repeatLastDrawWillem Jan Palenstijn
2013-09-30WINTERMUTE: Remove almost unused _colorMod fieldWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove unnecessary re-iterationWillem Jan Palenstijn
2013-09-26WINTERMUTE: Mirror _drawNum with an iteratorWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove _tempDisableDirtyRectsWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove ticket batchingWillem Jan Palenstijn
2013-08-29WINTERMUTE: Remove useless Rect extra argument from fadeToColor.Tobia Tesan
2013-08-13WINTERMUTE: Add atleast some comments to the renderTicket-system.Einar Johan Trøan Sømåen
2013-08-04WINTERMUTE: Fix end of namespace comments.Johannes Schickel
2013-08-01WINTERMUTE: TransformStruct by reference in engines/wintermute/base/gfx/osyst...Tobia Tesan
2013-08-01WINTERMUTE: Remove set[Color|Alpha]Mod altogetherTobia Tesan
2013-08-01WINTERMUTE: Add rotationTobia Tesan
2013-04-23WINTERMUTE: Cap the renderqueue to 800.Einar Johan Trøan Sømåen
2013-01-26WINTERMUTE: Replace all NULLs with nullptr.Einar Johan Trøan Sømåen
2013-01-26WINTERMUTE: Add override-tags to most of the overriden functions in base/gfx.Einar Johan Trøan Sømåen
2013-01-24WINTERMUTE: Further improve UITiledImage-drawing.Einar Johan Trøan Sømåen
2013-01-22WINTERMUTE: Add a hack to skip a single frame after saving/loading. (Fix Bug:...Einar Johan Trøan Sømåen
2012-12-16WINTERMUTE: Don't check the entire ticket-queue for every ticket.Einar Johan Trøan Sømåen
2012-12-16WINTERMUTE: Move draw-code to render_ticket.cppEinar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Split renderTicket into a separate file.Einar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Avoid unneccessary alpha-blits when using dirty-rects.Einar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Implement simple sprite-batching to speed up tileImage-drawing.Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Make dirty rect-rendering available in config-file.Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Reset renderTicket-system on SaveGame-loadEinar Johan Trøan Sømåen
2012-09-04WINTERMUTE: Convert CRLF to LFWillem Jan Palenstijn
2012-08-31WINTERMUTE: Cleanup the header-guards.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix some of the clang++ warnings listed by LordHotoEinar Johan Trøan Sømåen
2012-08-13WINTERMUTE: WinterMute -> WintermuteEinar Johan Trøan Sømåen
2012-08-07WINTERMUTE: Optimize blitting (Do opaque blits for opaque images, and do fill...Einar Johan Trøan Sømåen
2012-07-30WINTERMUTE: Redraw ONLY the indicator when saving/loading.Einar Johan Trøan Sømåen
2012-07-29WINTERMUTE: Remove statics and silence spam in debug console.Einar Johan Trøan Sømåen
2012-07-27WINTERMUTE: Remove all unneccessary #if 0 blocksEinar Johan Trøan Sømåen
2012-07-26WINTERMUTE: AStyle-formatting.Einar Johan Trøan Sømåen
2012-07-25WINTERMUTE: Cleanup and comment BaseRenderer a bitEinar Johan Trøan Sømåen
2012-07-25WINTERMUTE: Remove in-engine fullscreen-switching, let ScummVM handle that.Einar Johan Trøan Sømåen
2012-07-21WINTERMUTE: Get rid of the C-prefix for class-definitions.Einar Johan Trøan Sømåen
2012-07-20WINTERMUTE: Decrement tickets when reinserting a ticket that has swapped places.Einar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Change all folder-names to lowercase.Einar Johan Trøan Sømåen