Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
- Conversion from double to float
- Unary minus operator applied to unsigned type
- ARRAYSIZE redefinition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Should fix compilation on Mac PPC, and MinGW32 on buildbot
|
|
|
|
DREAMWEB: More porting into C++
|
|
|
|
|
|
Access is now restricted to using the getSineTable()/getCosineTable() helper functions.
|
|
This avoids naming collisions with system libraries on some platforms
i.e. DS, DC where the log2 is realised by macro.
|
|
|
|
|
|
|
|
Add support for Bink video to SCUMM HE
|
|
SSCI used a sprintf to handle %c, appending the result to the output,
which is effectively a nop for a zero argument.
This is bug #3368821. Thanks to digitall for tracing it to KFormat
and testing this patch.
|
|
|
|
|
|
|
|
studio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|