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-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
2013-01-24
WINTERMUTE: Delete the _dirtyRect-field of BaseRenderOSystem in the destructor.
Einar Johan Trøan Sømåen
2013-01-24
WINTERMUTE: Delete the renderTickets when deleting BaseRenderOSystem
Einar Johan Trøan Sømåen
2013-01-24
WINTERMUTE: Don't draw tickets instantly.
Einar Johan Trøan Sømåen
2013-01-24
WINTERMUTE: Further improve UITiledImage-drawing.
Einar Johan Trøan Sømåen
2013-01-23
WINTERMUTE: Fix incorrect reversion of code in BaseRenderOSystem::drawLine()
Filippos Karapetis
2013-01-23
WINTERMUTE: Fix invalid reads and crashes in BaseRenderOSystem::drawSurface()
Filippos Karapetis
2013-01-22
WINTERMUTE: Use prefix-operators on iterators.
Einar Johan Trøan Sømåen
2013-01-22
WINTERMUTE: Mark drawLine as unused with dirty-rects.
Einar Johan Trøan Sømåen
2013-01-22
WINTERMUTE: Add a hack to skip a single frame after saving/loading. (Fix Bug:...
Einar Johan Trøan Sømåen
2012-12-16
WINTERMUTE: Don't check the entire ticket-queue for every ticket.
Einar Johan Trøan Sømåen
2012-12-16
WINTERMUTE: Move draw-code to render_ticket.cpp
Einar Johan Trøan Sømåen
2012-12-13
WINTERMUTE: Split renderTicket into a separate file.
Einar Johan Trøan Sømåen
2012-12-13
WINTERMUTE: Avoid unneccessary alpha-blits when using dirty-rects.
Einar Johan Trøan Sømåen
2012-12-13
WINTERMUTE: Implement simple sprite-batching to speed up tileImage-drawing.
Einar Johan Trøan Sømåen
2012-12-13
WINTERMUTE: Further optimize drawTicket-checking.
Einar Johan Trøan Sømåen
2012-12-13
WINTERMUTE: Check renderTicket-owner before anything else.
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Only warn about drawLine once.
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Use uint32 to fix warning in drawTickets()
Einar Johan Trøan Sømåen
2012-12-03
WINTERMUTE: Enable dirty rects by default.
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Correct wrong logic in last commit.
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Make dirty rect-rendering available in config-file.
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Fix a warning.
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Draw invalid tickets too (as they must have become invalid AFTER ...
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Reset renderTicket-system on SaveGame-load
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Reset _wantsDraw when no part of the screen is dirty.
Einar Johan Trøan Sømåen
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-09-15
WINTERMUTE: Disable aspect-ratio correction for now.
Einar Johan Trøan Sømåen
2012-09-11
WINTERMUTE: Remove unneccessary includes of base_file.h
Einar Johan Trøan Sømåen
2012-09-04
WINTERMUTE: Convert CRLF to LF
Willem Jan Palenstijn
2012-09-01
WINTERMUTE: Fix various comments.
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Use ++it instead of it++
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: General cleanup
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Cleanup the header-guards.
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix some of the clang++ warnings listed by LordHoto
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix g++ warnings listed by LordHoto
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Update to use new TGA-decoder and new Video-system
Einar Johan Trøan Sømåen
2012-08-14
WINTERMUTE: Fill the screen with fillRect for now.
Einar Johan Trøan Sømåen
2012-08-14
WINTERMUTE: Adjust a few warnings.
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: Readd support for save/load-images.
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
[next]