aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/assets.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-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
I figure it the changes are harmless at worst, and making them will make it easier to find real errors in the (still quite long) list of warnings. svn-id: r47443
2009-12-07M4: Rename M4Surface::getData() to getBasePtr() for consistencyMax Horn
svn-id: r46279
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-07-01Fixed unitialized variablesMax Horn
svn-id: r32865
2008-04-20Cleanup.Johannes Schickel
svn-id: r31626
2008-04-20Implicit casts are causing problems for CodeWarrior compilers, added C casts.Lars Persson
svn-id: r31623
2008-04-20Initial import of the work in progress M4 engineFilippos Karapetis
svn-id: r31600