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
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