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
/
m4
/
graphics.cpp
Age
Commit message (
Expand
)
Author
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-01
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
M4: Prefer Surface::create taking a PixelFormat over the one taking a byte de...
Johannes Schickel
2011-04-14
ALL: colour -> color
Max Horn
2011-02-20
M4: Updated for OSystem Palette RGBA->RGB Change.
D G Turner
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2011-01-03
M4: Removed redundant colour index recalculation in palette manager
Paul Gilbert
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-11-03
M4: Changed debug calls to debugCN since they all have newlines
Paul Gilbert
2010-11-02
M4: Remove redundant fflush calls
Max Horn
2010-11-02
M4: Converted all printf's to debug
Paul Gilbert
2010-07-24
M4: Bugfixes for depth ordering to fix the Z order of on-screen objects
Paul Gilbert
2010-07-04
Added support for horizontally flipped foreground sprites, which are indicate...
Paul Gilbert
2010-06-30
Removed deprecated destAdjust parameters from the frame drawing code
Paul Gilbert
2010-06-30
Replaced Y offset from various drawing routines in favour of a viewport sub-s...
Paul Gilbert
2010-06-26
Bugfix to correctly handle transparency when rendering scaled sprites
Paul Gilbert
2010-06-23
Made a warning more verbose
Filippos Karapetis
2010-06-23
Corrected newly added palette conversion warning
Paul Gilbert
2010-06-23
Changed some asserts to warnings
Filippos Karapetis
2010-06-20
Implemented explicit transparency index support - the previous hardcoded inde...
Paul Gilbert
2010-06-15
Bugfixes to depth processing that was causing the 'Microprose Design Group' m...
Paul Gilbert
2010-06-14
Fixes for memory leaks reported by Valgrind
Paul Gilbert
2010-06-12
Reimplemented the scaled sprite drawing logic. The first introduction sequenc...
Paul Gilbert
2010-06-11
Bugfixes to correctly scroll the background during animations
Paul Gilbert
2010-06-10
Added extra code and support methods for properly clearing up backgrounds and...
Paul Gilbert
2010-06-07
Initial conversion of the AnimviewView class to use the expanded MadsAnimatio...
Paul Gilbert
2010-06-03
Properly implemented the logic for loading the correct interface background a...
Paul Gilbert
2010-06-03
Moved the MADS interface view into mads_scene.cpp and did a major cleanup of ...
Paul Gilbert
2010-05-28
Implemented needed methods for scrolling surfaces horizontally or vertically
Paul Gilbert
2010-05-23
Major work done on the animation and support classes to match the original
Paul Gilbert
2010-04-08
Remove unused dereference
Ori Avtalion
2010-03-26
Bugfixes to the graphics display of dialogs
Paul Gilbert
2010-03-26
Further fixed the setEntry method to make it Endian safe
Paul Gilbert
2010-03-26
Bugfix for logic used to calculate single RGB palette entries
Paul Gilbert
2010-03-14
Further work on separating M4 specific scene code into the m4_scene.cpp file
Paul Gilbert
2010-02-13
Added the beginnings of scene set-up logic
Paul Gilbert
2010-01-30
Beginnings of a separation of the MADS and M4 engines into separate classes. ...
Paul Gilbert
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-19
Fixed some cppcheck warnings.
Torbjörn Andersson
2009-12-12
Implemented the rendering section of dialog display
Paul Gilbert
2009-12-11
Renamed line() to drawLine() to silence warning about function parameters in
Torbjörn Andersson
2009-12-07
M4: Rename M4Surface::getData() to getBasePtr() for consistency
Max Horn
2009-01-29
A ton of code formatting fixes; also fixed warnings about single line loops l...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-06-18
Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and i...
Max Horn
2008-04-20
Initial import of the work in progress M4 engine
Filippos Karapetis