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
/
BRenderSDL.cpp
Age
Commit message (
Expand
)
Author
2012-07-18
WINTERMUTE: Rename ERRORCODE (formerly HRESULT) to bool
Einar Johan Trøan Sømåen
2012-07-18
WINTERMUTE: Rename the Game-variable to _gameRef/gameRef
Einar Johan Trøan Sømåen
2012-07-18
WINTERMUTE: Disable dirty rects for now.
Einar Johan Trøan Sømåen
2012-07-18
WINTERMUTE: Decrement the following tickets when removing an unused ticket.
Einar Johan Trøan Sømåen
2012-07-17
WINTERMUTE: Remove/comment out all ifdef __IPHONE occurences
Einar Johan Trøan Sømåen
2012-07-16
WINTERMUTE: Fix a few issues with the renderTicket-solution, and enable it by...
Einar Johan Trøan Sømåen
2012-07-16
WINTERMUTE: Make dirty-rect code do partial screen-updates instead of a singl...
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Change usage of Common::Rect to our own 32-bit variant.
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Reduce the includes and visibility in BGame a bit.
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Use correct logic in drawFromTicket
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Rename FuncName->funcName in coll_templ.h
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Change RECT -> Common::Rect and POINT-> Common::Point, completing...
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Remove most of the wintype-definitions.
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Silence most warnings
Einar Johan Trøan Sømåen
2012-07-08
WINTERMUTE: Rename VarName->varName in BRenderSDL
Einar Johan Trøan Sømåen
2012-07-08
WINTERMUTE: Fix the "was drawn last time, in different order now"-case for di...
Einar Johan Trøan Sømåen
2012-07-08
WINTERMUTE: Rename FuncName->funcName in BRegistry
Einar Johan Trøan Sømåen
2012-07-04
WINTERMUTE: Rename FuncName->funcName and VarName->varName mainly in AdGame. ...
Einar Johan Trøan Sømåen
2012-07-03
WINTERMUTE: Rename most functions in BGame FuncName->funcName
Einar Johan Trøan Sømåen
2012-07-02
WINTERMUTE: A first attempt at implementing dirty rects in WME
Einar Johan Trøan Sømåen
2012-06-28
WINTERMUTE: Avoid making a new Rect for the fill every screen.
Einar Johan Trøan Sømåen
2012-06-26
WINTERMUTE: Rename FuncName->funcName in Brenderer/BrendererSDL
Einar Johan Trøan Sømåen
2012-06-25
WINTERMUTE: Fix even more warnings
Einar Johan Trøan Sømåen
2012-06-22
WINTERMUTE: Get rid of a few warnings
Einar Johan Trøan Sømåen
2012-06-22
WINTERMUTE: Run astyle on the source-files.
Einar Johan Trøan Sømåen
2012-06-18
WINTERMUTE: Add savegame-thumbnail-support.
Einar Johan Trøan Sømåen
2012-06-13
WINTERMUTE: Move image-loading to BImage, and cleanup some relevant code.
Einar Johan Trøan Sømåen
2012-06-13
WINTERMUTE: Implement various functions in BRenderSDL.
Einar Johan Trøan Sømåen
2012-06-12
WINTERMUTE: Optimize the blitting in BSurfaceSDL by adding scale-caching, and...
Einar Johan Trøan Sømåen
2012-06-11
WINTERMUTE: Stub out BRenderSDL::DumpData, to get rid of the FORBIDDEN_SYMBOL...
Einar Johan Trøan Sømåen
2012-06-11
WINTERMUTE: Formatting in BRenderSDL
Einar Johan Trøan Sømåen
2012-06-08
WINTERMUTE: Move FORBIDDEN_SYMBOL_EXCEPTION out of the headers and into the C...
Einar Johan Trøan Sømåen
2012-06-08
WINTERMUTE: VarName -> varName in BSurface/BSurfaceSDL
Einar Johan Trøan Sømåen
2012-06-07
WINTERMUTE: Fix BRenderSDL::Fill
Einar Johan T. Sømåen
2012-06-04
WINTERMUTE: Reenable CBRenderSDL::Fill to let the screen be blanked for every...
Einar Johan Trøan Sømåen
2012-06-03
WINTERMUTE: Make sprite-mirroring work correctly.
Einar Johan Trøan Sømåen
2012-06-03
WINTERMUTE: Correct RGBA->ARGB in BSurfaceSDL
Einar Johan Trøan Sømåen
2012-06-03
WINTERMUTE: Get a fallback font to at least draw something for BFontTT
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Add subfolders for math, UI, tinyxml and Sys
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Move the B and Part files into Base/
Einar Johan Trøan Sømåen