Age | Commit message (Collapse) | Author |
|
|
|
Animations now work correctly.
|
|
This makes it easier to read the code where sprite surfaces are blitted
to the screen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This bug occurs because in the cases specified in the bug report, the main
loop hasn't run fully yet, and there is a mini loop running instead (e.g.
inside Print())
Hopefully, this catches most cases where the crash occurs, but it needs more
testing to find if there is any other such case.
|
|
This is a script bug, and is present in the original game as well. Thanks to
lskovlun for assisting with this one
|
|
|
|
|
|
This is redundant, given we're relying on core ScummVM to draw the cursor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
engines/teenagent/callbacks.cpp
|
|
|
|
I've already previously fixed two initialisatoin errors for data reading that expected int's to be 16 bits and signed, so adding the explicit cast everywhere will likely fix other similiar issues.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|