aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs/walk.cpp
AgeCommit message (Collapse)Author
2014-10-28BBVS: Remove trailing whitespaceFilippos Karapetis
2014-06-02BBVS: Use floating point constants of type float.Johannes Schickel
2014-06-02BBVS: Silence double->float conversion warning.Johannes Schickel
This might not be obvious to a C++ developer, but we use C's sin which is *always* double. Thus, sin will return a double and therefore some compilers might warn about this conversion.
2014-06-01BBVS: Silence gcc conversion warningsMatthew Hoops
2014-03-20BVBS: Fix some uninitialized variablesStrangerke
2014-02-22BBVS: Move some code out of bbvs.cppFilippos Karapetis