aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/viewmgr.cpp
AgeCommit message (Collapse)Author
2010-01-30Beginnings of a separation of the MADS and M4 engines into separate classes. ↵Paul Gilbert
This will be cleaner then having checks everywhere for whether the game mode is MADS or M4. svn-id: r47705
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2009-12-19Added an extra assertPaul Gilbert
svn-id: r46417
2009-12-07M4: Make M4Surface member w, h, pixels protected; some cleanupMax Horn
svn-id: r46280
2009-12-05Silenced warning.Torbjörn Andersson
svn-id: r46265
2009-12-05Expanded the actions view into a full user interface view, and added support ↵Paul Gilbert
for highlighting of user interface elements svn-id: r46262
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-06-18Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and ↵Max Horn
in class String it is used for a bool property) svn-id: r32733
2008-04-20Initial import of the work in progress M4 engineFilippos Karapetis
svn-id: r31600