aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/gfx/osystem/base_render_osystem.cpp
AgeCommit message (Expand)Author
2019-05-18WINTERMUTE: Fix fill rect area on endSaveLoad()lolbot-iichan
2018-04-15JANITORIAL: Indent GFXTransaction code blocksAdrian Frühwirth
2014-06-15WINTERMUTE: Switch to use of moved to OSystem TransparentSurfaceEugene Sandulenko
2014-02-19WINTERMUTE: Some British to American EnglishStrangerke
2014-02-18WINTERMUTE: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-16WINTERMUTE: Janitorial - Remove trailing spacesStrangerke
2014-01-21WINTERMUTE: Special-case FMV-handling to not fill the screen with background ...Einar Johan Trøan Sømåen
2013-10-07WINTERMUTE: Call updateScreen() every frame, even without updates.Willem Jan Palenstijn
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-02WINTERMUTE: Fix regression in ticketingWillem 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: CleanupWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove left-over assertsWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove unnecessary loopWillem Jan Palenstijn
2013-09-26WINTERMUTE: No longer update ticket->_drawNumWillem Jan Palenstijn
2013-09-26WINTERMUTE: No longer use ticket->_drawNumWillem 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-09-12Merge pull request #387 from tobiatesan/trim_argumentsEugene Sandulenko
2013-08-29WINTERMUTE: Remove useless Rect extra argument from fadeToColor.Tobia Tesan
2013-08-20WINTERMUTE: Change pixel-format to RGBA.Einar Johan Trøan Sømåen
2013-08-19WINTERMUTE: Don't use a lookup table for alphaWillem Jan Palenstijn
2013-08-16WINTERMUTE: Fix computation of _renderRect.Tobia Tesan
2013-08-16WINTERMUTE: Fix (still disabled) modTargetRect logicWillem Jan Palenstijn
2013-08-07Merge pull request #365 from lordhoto/protected-pixelsJohannes Schickel
2013-08-04WINTERMUTE: Fix end of namespace comments.Johannes Schickel
2013-08-03WINTERMUTE: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03WINTERMUTE: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-08-01Merge pull request #354 from tobiatesan/wintermute_rotozoom_3Einar Johan Trøan Sømåen
2013-08-01WINTERMUTE: s/255,255,255,255/kDefaultMod/Tobia Tesan
2013-08-01WINTERMUTE: FActor out TransformStruc initialization in repeatLastDraw loopTobia 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: Reinstate rgbaMod comparisons for compare-ticketsTobia Tesan
2013-08-01WINTERMUTE: Deprecate setAlphaMod, setColorModTobia Tesan
2013-08-01WINTERMUTE: Add rotationTobia Tesan
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
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-03-24WINTERMUTE: Fix random crash after save/load.Einar 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