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
Age
Commit message (
Expand
)
Author
2013-08-13
WINTERMUTE: Add atleast some comments to the renderTicket-system.
Einar Johan Trøan Sømåen
2013-08-07
Merge pull request #365 from lordhoto/protected-pixels
Johannes Schickel
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-08-03
WINTERMUTE: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
WINTERMUTE: Prefer getBasePtr over direct Surface::pixels access.
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: s/255,255,255,255/kDefaultMod/
Tobia Tesan
2013-08-01
WINTERMUTE: FActor out TransformStruc initialization in repeatLastDraw loop
Tobia Tesan
2013-08-01
WINTERMUTE: zoom parameter in display*** is now integer
Tobia Tesan
2013-08-01
WINTERMUTE: Fix type-related warnings in base_surface_osystem.cpp
Tobia Tesan
2013-08-01
WINTERMUTE: #define to const for TransformStruct defaults
Tobia Tesan
2013-08-01
WINTERMUTE: Remove single-argument zoom, rename mirrorX => getMirrorX() in tr...
Tobia Tesan
2013-08-01
WINTERMUTE: Remove redeclaration in render_ticket.cpp
Tobia Tesan
2013-08-01
WINTERMUTE: Use Rect::width() and height() in base_surface_osystem.cpp
Tobia Tesan
2013-08-01
WINTERMUTE: TransformStruct by reference in engines/wintermute/base/gfx/osyst...
Tobia Tesan
2013-08-01
WINTERMUTE: Fix alpha bug in BaseRenderOSystem::fadeToColor
Tobia Tesan
2013-08-01
WINTERMUTE: Remove set[Color|Alpha]Mod altogether
Tobia Tesan
2013-08-01
WINTERMUTE: Pass structs by const reference
Tobia Tesan
2013-08-01
WINTERMUTE: Constants
Tobia Tesan
2013-08-01
WINTERMUTE: s/*transform/const &transform/
Tobia Tesan
2013-08-01
WINTERMUTE: Use constants from transform_tools for consistency
Tobia Tesan
2013-08-01
WINTERMUTE: Reinstate rgbaMod comparisons for compare-tickets
Tobia Tesan
2013-08-01
WINTERMUTE: Deprecate setAlphaMod, setColorMod
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: Fix alpha bug in engines/wintermute/base/gfx/osystem/base_surface...
Tobia Tesan
2013-08-01
WINTERMUTE: Removed useless argument from rotate()
Tobia Tesan
2013-08-01
WINTERMUTE: Add rotation
Tobia Tesan
2013-07-31
WINTERMUTE: Refactor some bits to use TransformStruct
Tobia Tesan
2013-07-29
WINTERMUTE: Handle setting Save/Load-screen to NULL.
Einar Johan Trøan Sømåen
2013-07-14
JANITORIAL: Remove trailing whitespace
Sven Hesse
2013-04-23
WINTERMUTE: Cap the renderqueue to 800.
Einar Johan Trøan Sømåen
2013-04-23
WINTERMUTE: Fix non-dirty-rect render-path.
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Use int32 instead of int in classes.
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Split the timers from BaseGame into a separate class.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Protect more members in BaseRenderer.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Constify _width and _height in BaseRenderer.
Einar Johan Trøan Sømåen
2013-04-15
WINTERMUTE: Fix side effect of assert
Willem Jan Palenstijn
2013-04-15
WINTERMUTE: Fix leak on incomplete image load.
Einar Johan Trøan Sømåen
2013-04-15
WINTERMUTE: Fix comparison in renderTicket.
Einar Johan Trøan Sømåen
2013-03-24
WINTERMUTE: Fix random crash after save/load.
Einar Johan Trøan Sømåen
2013-02-06
WINTERMUTE: Get rid of BaseImage.h inclusion in BaseGame.
Einar Johan Trøan Sømåen
2013-02-01
WINTERMUTE: Avoid applying color-keys to ALL images with bpp >= 3.
Einar Johan Trøan Sømåen
2013-02-01
WINTERMUTE: Apply color-key if no alpha-channel is present
Einar Johan Trøan Sømåen
2013-02-01
WINTERMUTE: Force the screen to black after loading/saving.
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: Replace a few 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
JANITORIAL: Fix ){ -> ) {
Einar Johan Trøan Sømåen
2013-01-24
WINTERMUTE: Return something from repeatLastDisplayOp
Einar Johan Trøan Sømåen
[next]