aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/font.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
2009-12-17Implemented basic message parsingPaul Gilbert
svn-id: r46402
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-06-09Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an arrayTorbjörn Andersson
index. Probably because it's undefined whether or not it's signed.) svn-id: r32637
2008-04-20Initial import of the work in progress M4 engineFilippos Karapetis
svn-id: r31600