aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/globals.cpp
AgeCommit message (Collapse)Author
2010-03-19Beginnings of hooking up the new logic for current action displayPaul Gilbert
svn-id: r48298
2010-02-27Beginnings of code for scene info loadingPaul Gilbert
svn-id: r48143
2010-02-13Added the beginnings of scene set-up logicPaul Gilbert
svn-id: r48039
2010-01-31Further work on separating the scene logic for MADS and M4Paul Gilbert
svn-id: r47732
2010-01-30Worked on separating scene logic into separate classes for M4 and MADSPaul Gilbert
svn-id: r47728
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-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
before freeing it, which isn't necessary. svn-id: r46941
2009-12-11Beginnings of a dialog display classPaul Gilbert
svn-id: r46330
2009-11-12Added a staticres file with the MADS articles list, and added an article ↵Paul Gilbert
field to the MADSObject class svn-id: r45856
2009-11-04Added support for loading the game's object listPaul Gilbert
svn-id: r45651
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops ↵Max Horn
like 'while(cond);' by inserting newlines svn-id: r36127
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549
2008-07-07Some fixes for warnings under GCC 2.95Filippos Karapetis
svn-id: r32948
2008-04-20Initial import of the work in progress M4 engineFilippos Karapetis
svn-id: r31600