aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/gfx/osystem
AgeCommit message (Expand)Author
2013-08-01WINTERMUTE: #define to const for TransformStruct defaultsTobia Tesan
2013-08-01WINTERMUTE: Remove single-argument zoom, rename mirrorX => getMirrorX() in tr...Tobia Tesan
2013-08-01WINTERMUTE: Remove redeclaration in render_ticket.cppTobia Tesan
2013-08-01WINTERMUTE: Use Rect::width() and height() in base_surface_osystem.cppTobia Tesan
2013-08-01WINTERMUTE: TransformStruct by reference in engines/wintermute/base/gfx/osyst...Tobia Tesan
2013-08-01WINTERMUTE: Fix alpha bug in BaseRenderOSystem::fadeToColorTobia Tesan
2013-08-01WINTERMUTE: Remove set[Color|Alpha]Mod altogetherTobia Tesan
2013-08-01WINTERMUTE: Pass structs by const referenceTobia Tesan
2013-08-01WINTERMUTE: ConstantsTobia Tesan
2013-08-01WINTERMUTE: s/*transform/const &transform/Tobia Tesan
2013-08-01WINTERMUTE: Use constants from transform_tools for consistencyTobia Tesan
2013-08-01WINTERMUTE: Reinstate rgbaMod comparisons for compare-ticketsTobia Tesan
2013-08-01WINTERMUTE: Deprecate setAlphaMod, setColorModTobia Tesan
2013-08-01WINTERMUTE: Rename rotate() -> rotoscale() for consistencyTobia Tesan
2013-08-01WINTERMUTE: *transform as pointer in transform_toolsTobia Tesan
2013-08-01WINTERMUTE: Fix alpha bug in engines/wintermute/base/gfx/osystem/base_surface...Tobia Tesan
2013-08-01WINTERMUTE: Removed useless argument from rotate()Tobia Tesan
2013-08-01WINTERMUTE: Add rotationTobia Tesan
2013-07-31WINTERMUTE: Refactor some bits to use TransformStructTobia Tesan
2013-04-23WINTERMUTE: Cap the renderqueue to 800.Einar Johan Trøan Sømåen
2013-04-23WINTERMUTE: Fix non-dirty-rect render-path.Einar Johan Trøan Sømåen
2013-04-15WINTERMUTE: Fix side effect of assertWillem Jan Palenstijn
2013-04-15WINTERMUTE: Fix leak on incomplete image load.Einar Johan Trøan Sømåen
2013-04-15WINTERMUTE: Fix comparison in renderTicket.Einar Johan Trøan Sømåen
2013-03-24WINTERMUTE: Fix random crash after save/load.Einar Johan Trøan Sømåen
2013-02-01WINTERMUTE: Avoid applying color-keys to ALL images with bpp >= 3.Einar Johan Trøan Sømåen
2013-02-01WINTERMUTE: Apply color-key if no alpha-channel is presentEinar Johan Trøan Sømåen
2013-02-01WINTERMUTE: Force the screen to black after loading/saving.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: Replace a few 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: Return something from repeatLastDisplayOpEinar Johan Trøan Sømåen
2013-01-24WINTERMUTE: Delete the _dirtyRect-field of BaseRenderOSystem in the destructor.Einar Johan Trøan Sømåen
2013-01-24WINTERMUTE: Delete the renderTickets when deleting BaseRenderOSystemEinar Johan Trøan Sømåen
2013-01-24WINTERMUTE: Don't draw tickets instantly.Einar Johan Trøan Sømåen
2013-01-24WINTERMUTE: Further improve UITiledImage-drawing.Einar Johan Trøan Sømåen
2013-01-23WINTERMUTE: Fix incorrect reversion of code in BaseRenderOSystem::drawLine()Filippos Karapetis
2013-01-23WINTERMUTE: Fix invalid reads and crashes in BaseRenderOSystem::drawSurface()Filippos Karapetis
2013-01-22WINTERMUTE: Use prefix-operators on iterators.Einar Johan Trøan Sømåen
2013-01-22WINTERMUTE: Mark drawLine as unused with dirty-rects.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-13WINTERMUTE: Further optimize drawTicket-checking.Einar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Check renderTicket-owner before anything else.Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Only warn about drawLine once.Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Use uint32 to fix warning in drawTickets()Einar Johan Trøan Sømåen