Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-28 | BBVS: Remove trailing whitespace | Filippos Karapetis | |
2014-06-02 | BBVS: Use floating point constants of type float. | Johannes Schickel | |
2014-06-02 | BBVS: 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-01 | BBVS: Silence gcc conversion warnings | Matthew Hoops | |
2014-03-20 | BVBS: Fix some uninitialized variables | Strangerke | |
2014-02-22 | BBVS: Move some code out of bbvs.cpp | Filippos Karapetis | |