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
/
dialogs.cpp
Age
Commit message (
Expand
)
Author
2011-06-23
ANALYSIS: Add static casts to is* functions
Littleboy
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
2010-10-15
M4: Fixed code analysis warnings - bug #3087845
Filippos Karapetis
2010-05-25
Changed the font system to allow for multiple fonts to be loaded simultaneously
Paul Gilbert
2010-01-30
Worked on separating scene logic into separate classes for M4 and MADS
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
2009-12-20
Started implementation of the original game's cheat mode
Paul Gilbert
2009-12-19
Further implementation of dialog/message script language
Paul Gilbert
2009-12-17
Implemented basic message parsing
Paul Gilbert
2009-12-12
Implemented the rendering section of dialog display
Paul Gilbert
2009-12-11
Beginnings of a dialog display class
Paul Gilbert