Filippos Karapetis
88e5998ee5
BBVS: Remove trailing whitespace
2014-10-28 16:24:45 +02:00
Johannes Schickel
f2685a8876
BBVS: Use floating point constants of type float.
2014-06-02 01:00:15 +02:00
Johannes Schickel
3630c588c6
BBVS: Silence double->float conversion warning.
...
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-02 01:00:14 +02:00
Matthew Hoops
d5b5d4b545
BBVS: Silence gcc conversion warnings
2014-06-01 17:28:34 -04:00
Strangerke
8481ff0e61
BVBS: Use a constant instead of a variable for the snapshot size
2014-03-20 19:31:40 +01:00
Strangerke
e324f3e6be
BVBS: Fix some uninitialized variables
2014-03-20 19:28:05 +01:00
Kirben
e6236293f9
BBVS: Fix compilation.
2014-02-28 20:13:49 +11:00
Strangerke
cf3bf73cde
BBVS: Use a boolean for _gameResult. Adapt function declarations accordingly
2014-02-28 07:45:16 +01:00
Strangerke
79bad44750
BBVS: Initialize a pointer to nullptr instead of 0
2014-02-28 07:40:46 +01:00
Strangerke
7cd6b8b898
BBVS: Fix uninitialized variables in Minigame
2014-02-28 07:39:24 +01:00
Strangerke
120bd4c10e
BBVS: Add a sanity check in playVideo()
2014-02-28 07:32:01 +01:00
Strangerke
42c159d017
BBVS: Fix out of bounds access in air guitar mini game
2014-02-28 07:21:46 +01:00
Strangerke
6cd0d012b1
BBVS: remove useless check in updateIndicator()
2014-02-23 07:45:30 +01:00
Filippos Karapetis
b56f8f2212
BBVS: Move some code out of bbvs.cpp
2014-02-22 20:34:52 +02:00
Strangerke
0958ac9b7f
BBVS: Silent some CppCheck warnings
2014-02-22 18:26:35 +01:00
johndoe123
608485729b
BBVS: Make kAnimationsTbl and kObjKindAnimTables const in BBAnt minigame
2014-02-16 00:37:14 +01:00
johndoe123
3aba8da16b
BBVS: Remove Point type and use BBPoint instead in BBAnt minigame
2014-02-16 00:28:43 +01:00
johndoe123
882cf2f5ba
BBVS: Fix const char string arrays
2014-02-16 00:27:00 +01:00
johndoe123
f0acfd4645
BBVS: Use int16 instead of int in Rect struct
2014-02-16 00:21:32 +01:00
johndoe123
2f22673945
BBVS: Remove unneccessary makeLoopingAudioStream in playSpeech and use the audiostream directly
2014-02-16 00:19:11 +01:00
johndoe123
6078bf7eba
BBVS: Remove rectIntersection and use Rect::findIntersectingRect instead
2014-02-16 00:12:26 +01:00
johndoe123
82bb55aa89
BBVS: Remove obsolete debug comments
2014-02-15 23:53:09 +01:00
johndoe123
3847654bcd
BBVS: Fix include guard and include guard name comments for endifs
2014-02-15 23:48:08 +01:00
johndoe123
9263bb9eb3
BBVS: Fix formatting (use tab instead of spaces)
2014-02-15 23:43:22 +01:00
johndoe123
86b5192d1b
BBVS: Use spaces instead of tabs for formatting
2014-02-15 23:39:05 +01:00
johndoe123
62e7b4bbba
BBVS: Fix GCC warning (signed/unsigned comparison)
2014-02-07 17:11:42 +01:00
johndoe123
3471c0c24d
BBVS: Fix compilation in MSVC10 as suggested by dreammaster
2014-02-07 09:37:14 +01:00
johndoe123
5c93ecb130
BBVS: Set the best video mode when playing a video instead of a hardcoded one
2014-02-02 12:14:38 +01:00
johndoe123
d0690dfbb1
BBVS: Remove debug output code from GameModule methods
2014-02-02 12:14:05 +01:00
johndoe123
46593461d2
BBVS: Fix detection
...
- Use AD_ENTRY1 macro
- Use the correct game name in bbvsGames
2014-02-02 12:11:14 +01:00
johndoe123
542197a891
BBVS: Very small cleanup
2014-01-30 20:16:40 +01:00
johndoe123
ea519818e2
BBVS: Wrap some long lines
2014-01-30 20:16:40 +01:00
johndoe123
4d2a42eec7
BBVS: Disable gamemodule debug output
2014-01-30 20:16:39 +01:00
johndoe123
7c8b7467c2
BBVS: Fix mainmenu after intro videos
2014-01-30 20:16:39 +01:00
johndoe123
c31762d0c4
BBVS: Add easter egg videos handling
2014-01-30 20:16:38 +01:00
johndoe123
8fcfe61003
BBVS: Add delayMillis to update loops to save some cpu time
2014-01-30 20:16:33 +01:00
johndoe123
bb1dc9136b
BBVS: Remove some debug output
2014-01-29 13:27:50 +01:00
johndoe123
24fd658795
BBVS: Add loading/saving of minigame hiscores
2014-01-29 13:27:49 +01:00
johndoe123
ef55f5b774
BBVS: Replace minigame flags parameter
2014-01-29 13:27:48 +01:00
johndoe123
11a5807110
BBVS: Remove obsolete code in BbAnt minigame
2014-01-29 13:27:48 +01:00
johndoe123
5f4fc9a1dd
BBVS: Initial commit
2014-01-29 13:27:47 +01:00