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
/
sword25
/
gfx
/
image
/
renderedimage.cpp
Age
Commit message (
Expand
)
Author
2011-01-30
SWORD25: Added alternative code for video frame blitting (currently disabled)
Filippos Karapetis
2011-01-23
SWORD25: Replaced BS_ASSERT() with assert()
Filippos Karapetis
2011-01-23
SWORD25: Removed the custom log class and replaced it with warning/error/debu...
Filippos Karapetis
2011-01-16
SWORD25: Fix main menu button text colour
Torbjörn Andersson
2010-11-03
SWORD25: cleanup
Max Horn
2010-10-24
SWORD25: Get rid of colorFormat parameter in PNGLoader API
Max Horn
2010-10-24
SWORD25: Merge classes PNGLoader, ImageLoader and ImageLoaderManager
Max Horn
2010-10-24
SWORD25: Add ImageLoaderManager, get rid of last globally constructed object
Max Horn
2010-10-19
SWORD25: Enforced code formatting rules in rest of the engine
Eugene Sandulenko
2010-10-19
SWORD25: Enforce code naming conventions in gfx/image/imageloader*
Eugene Sandulenko
2010-10-15
SWORD25: Do not use Kernel::GetService directly anymore
Max Horn
2010-10-13
SWORD25: Enforse code naming conventions in PackageManager and Sword25Engine
Eugene Sandulenko
2010-10-13
SWORD25: Fix transparency effects
Eugene Sandulenko
2010-10-12
SWORD25: Rename GLImage to RenderedImage
Eugene Sandulenko
2010-10-12
SWORD25: Rename glimage.* to renderedimage.*
Eugene Sandulenko