aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/rails.cpp
AgeCommit message (Collapse)Author
2011-05-25M4: Attempt to fix the broken Rails codeMax Horn
I am not sure how this code could have ever worked without lots of crashing, but maybe I am missing something... Still, casting an arbitrary integer value to an int *pointer* and then later dereferencing it does not seem like a good idea :). Changed the code to do what I *guess* it was meant to do. But somebody who actually knows M4 and its games should double check.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
Found by GCC 4.6's -Wunused-but-set-variable
2010-11-03M4: Changed debug calls to debugCN since they all have newlinesPaul Gilbert
svn-id: r54047
2010-11-02M4: Converted all printf's to debugPaul Gilbert
svn-id: r54035
2010-07-15Bugfix to the SqrtF16 function to work correctlyPaul Gilbert
svn-id: r50912
2010-05-16Bugfixes for animation depth logicPaul Gilbert
svn-id: r49045
2009-12-07M4: Make M4Surface member w, h, pixels protected; some cleanupMax Horn
svn-id: r46280
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-04-20More compilation fixes by lordhotoFilippos Karapetis
svn-id: r31621
2008-04-20Initial import of the work in progress M4 engineFilippos Karapetis
svn-id: r31600