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
/
graphics
Age
Commit message (
Expand
)
Author
2013-08-07
Merge pull request #365 from lordhoto/protected-pixels
Johannes Schickel
2013-08-06
WINTERMUTE: Fix incorrect parameter order for getBasePtr.
Johannes Schickel
2013-08-05
WINTERMUTE: Fix formatting.
Einar Johan Trøan Sømåen
2013-08-04
WINTERMUTE: Small formatting fixes.
Johannes Schickel
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-08-03
WINTERMUTE: Do not set Surface::pixels directly anymore.
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
WINTERMUTE; Indentation in transform_*
Tobia Tesan
2013-08-01
WINTERMUTE: #ifdef ENABLE_BILINEAR -> #if ENBABLE_BILINEAR
Tobia Tesan
2013-08-01
WINTERMUTE: Formatting
Tobia Tesan
2013-08-01
WINTERMUTE: s/WINTERMUTE_TRANSFORMTOOLS_H/WINTERMUTE_TRANSFORM_TOOLS_H/
Tobia Tesan
2013-08-01
WINTERMUTE: Bring consts inside namespace in transform_struct.h
Tobia Tesan
2013-08-01
WINTERMUTE: Fix #ifdef in transparent_surface.[h|cpp]
Tobia Tesan
2013-08-01
WINTERMUTE: Compile bilinear copy only if needed
Tobia Tesan
2013-08-01
WINTERMUTE: Various explicit casts
Tobia Tesan
2013-08-01
WINTERMUTE: Remove unused variable in transparent_surface.cpp
Tobia Tesan
2013-08-01
WINTERMUTE: #define to const for TransformStruct defaults
Tobia Tesan
2013-08-01
WINTERMUTE: Doxygen comments in TransformStruct
Tobia Tesan
2013-08-01
WINTERMUTE: Express 180.0f as float in TransformTools
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: Formatting
Tobia Tesan
2013-08-01
WINTERMUTE: Fix operator precedence in scale()
Tobia Tesan
2013-08-01
WINTERMUTE: Pass structs by const reference
Tobia Tesan
2013-08-01
WINTERMUTE: // End of namespace Wintermute
Tobia Tesan
2013-08-01
WINTERMUTE: Fix calculation of inverse angles
Tobia Tesan
2013-08-01
WINTERMUTE: s/*transform/const &transform/
Tobia Tesan
2013-08-01
WINTERMUTE: Formatting
Tobia Tesan
2013-08-01
WINTERMUTE: Defaults -> float
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: Swap flip bits
Tobia Tesan
2013-08-01
WINTERMUTE: Partial fix for mirrored sprites
Tobia Tesan
2013-08-01
WINTERMUTE: Rename pixel copy functions
Tobia Tesan
2013-08-01
WINTERMUTE: Move if() outside transform loop
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: Bilinear scaling.
Tobia Tesan
2013-07-31
WINTERMUTE: Introduce TransformTools
Tobia Tesan
2013-07-31
WINTERMUTE: Introduce TransformStruct and FloatPoint; add operators to Point32
Tobia Tesan
2013-04-17
WINTERMUTE: Avoid dereferncing null-pointer in TransparentSurface
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-24
WINTERMUTE: Don't scale 2Bpp images with code aimed at 4Bpp
Einar Johan Trøan Sømåen
2013-01-22
WINTERMUTE: Correct a delete/delete[]-mismatch pointed out by valgrind
Einar Johan Trøan Sømåen
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
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-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: Cleanup in TransparentSurface.
Einar Johan Trøan Sømåen
[next]