aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/dialogs.cpp
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17M4: Prefer Surface::create taking a PixelFormat over the one taking a byte de...Johannes Schickel
2011-04-14ALL: colour -> colorMax Horn
2011-02-20M4: Updated for OSystem Palette RGBA->RGB Change.D G Turner
2010-10-15M4: Fixed code analysis warnings - bug #3087845Filippos Karapetis
2010-05-25Changed the font system to allow for multiple fonts to be loaded simultaneouslyPaul Gilbert
2010-01-30Worked on separating scene logic into separate classes for M4 and MADSPaul Gilbert
2010-01-30Beginnings of a separation of the MADS and M4 engines into separate classes. ...Paul Gilbert
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-20Started implementation of the original game's cheat modePaul Gilbert
2009-12-19Further implementation of dialog/message script languagePaul Gilbert
2009-12-17Implemented basic message parsingPaul Gilbert
2009-12-12Implemented the rendering section of dialog displayPaul Gilbert
2009-12-11Beginnings of a dialog display classPaul Gilbert