aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs/scene.cpp
AgeCommit message (Collapse)Author
2017-11-10BBVS: Remove all bit shifts of potentially negative integersColin Snover
Previous patches that removed shifts of constant negative values to eliminate UB were valid, but did not correct all places where this engine was potentially bit shifting negative values. There is no reason to not just use multiplication and division and let the compiler make the right choice for optimisation for an architecture, so that is what this patch does.
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2014-10-28BBVS: Remove trailing whitespaceFilippos Karapetis
2014-02-22BBVS: Move some code out of bbvs.cppFilippos Karapetis