Age | Commit message (Collapse) | Author |
|
Surface::convertTo() creates a new surface, so we have to free it
once we're done with it.
|
|
|
|
|
|
|
|
Ideally this shouldn't use a hardcoded constant at all...
Thanks to WindlePoons for debugging.
|
|
Requires Russian to be selected in GUI font.
Fails on unknown codec at game beginning.
|
|
|
|
All callers requiring SeekableAudioStream have been adapted by using dynamic_cast
|
|
Coverity
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
audiostream directly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Use AD_ENTRY1 macro
- Use the correct game name in bbvsGames
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|