Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conditions are evaluated left to right. If you want short-
circuiting to protect from invalid read, you have to do the
range checks before the pointer dereferencing.
|
|
delete[] -> delete. It's a single pointer, not an array.
|
|
|
|
|
|
|
|
_vptr is a reserved keyword!
|
|
MSVC allows it, but it's against the standard.
|
|
|
|
|
|
|
|
VideoDecoder doesn't handle audio underflow very well,
and Blade Runner's VQA files don't have any audio prebuffer.
VQAPlayer doesn't handle it perfectly either, but underflow
happens a lot less. To be improved.
|
|
|
|
|
|
|
|
|
|
Just shows the splash for now. VQA decoder partially ported but without
audio and some minor special features.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The new GCC and Newlib are required for correct atexit handling
in plugins. The new Ronin is required to support the Newlib upgrade,
and also for custom filename handling on VM saves.
|
|
|
|
|
|
|
|
|
|
Fixes #9571, fixes #9572.
|
|
|