scummvm/engines/bbvs/minigames
Colin Snover 972c453986 BBVS: Remove all bit shifts of potentially negative integers
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.
2017-11-10 09:57:03 -06:00
..
bbairguitar_anims.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
bbairguitar.cpp BBVS: Remove guitar minigame strings from translation. 2016-11-24 11:34:14 +01:00
bbairguitar.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
bbant_anims.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
bbant.cpp BBVS: Remove all bit shifts of potentially negative integers 2017-11-10 09:57:03 -06:00
bbant.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
bbloogie_anims.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
bbloogie.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
bbloogie.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
bbtennis_anims.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
bbtennis.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
bbtennis.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
minigame.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
minigame.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00