Age | Commit message (Collapse) | Author |
|
|
|
Call _bmv->FinishBMV() before setting g_pCurBgnd to NULL. Otherwise,
there will be an assertion if quitting during a cutscene while a
subtitle is being shown. (At least I think that's the condition.)
(Also, it seems to be a good idea to call it before EndScene(),
because even though there was no assertion, I got a lot of warnings
when I did it after.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
them more easily
|
|
|
|
|
|
Otherwise the cursor will not be updated
|
|
|
|
|
|
|
|
NEVERHOOD: Remove NRect constructor
|
|
Rename ConfigFile to INIFile and remove outdated comments
|
|
|
|
This clears up that 'ConfigFile' is actually a class handling only INI-files.
|
|
The first page wasn't animated, and it's likely that some of the
other right-page animations were slightly off as well.
|
|
|
|
|
|
Make Graphics::Surface::pixels protected.
|
|
This is a regression from 19fa89b8f58df702c5cb16d03a9cb51c1acce7ab. Thanks to
fuzzie for noticing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ensure proper 0 clamping
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is used to end the AD table
|
|
|
|
|
|
|
|
|
|
instead of accumulation of time
|
|
Otherwise, every global variable of type NRect requires a constructor to be
run, which can cause portability issue.
|
|
|