aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/converse.cpp
AgeCommit message (Expand)Author
2011-11-20M4: Removed the M4/MADS engine from trunkPaul Gilbert
2011-11-03M4: Fix warningsEugene Sandulenko
2011-08-04M4: Fix identified assert calls that had file reads inside themPaul Gilbert
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-14ALL: colour -> colorMax Horn
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-18M4: Do not use Common::SubReadStream where ReadStream sufficesMax Horn
2010-11-03M4: Changed debug calls to debugCN since they all have newlinesPaul Gilbert
2010-11-02M4: Convert last few printfs to debugMax Horn
2010-11-02M4: Converted all printf's to debugPaul Gilbert
2010-10-15M4: Fixed code analysis warnings - bug #3087845Filippos Karapetis
2010-07-14The new buffer has to be one byte longer than the length of the 'buffer'Torbjörn Andersson
2010-05-25Changed the font system to allow for multiple fonts to be loaded simultaneouslyPaul Gilbert
2010-03-07Split up the scene.cpp file into separate files for M4 and MADS specific scen...Paul Gilbert
2010-01-31Further work on separating the scene logic for MADS and M4Paul Gilbert
2010-01-30Beginnings of a separation of the MADS and M4 engines into separate classes. ...Paul Gilbert
2009-12-20Changed the M4 event handler to encode the keyboard flags into KEVENT_KEY eventsPaul Gilbert
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-07-08Shut couple of MSVC warningsEugene Sandulenko
2008-07-01Fixed unitialized variablesMax Horn
2008-06-18Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and i...Max Horn
2008-06-09Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an arrayTorbjörn Andersson
2008-04-20Removed unused variables.Torbjörn Andersson
2008-04-20Initial import of the work in progress M4 engineFilippos Karapetis