Age | Commit message (Collapse) | Author |
|
|
|
updated vqa player udpate code
fixed some warnings
audio preloading still needs some work
|
|
|
|
The original accessed the raw pixels ptr of a video surface after
it had been unlocked
|
|
|
|
|
|
|
|
|
|
|
|
Game script are more readable now
Fixed name of Officer Leary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It was only ever used as a temporary matrix in the constructor.
Given that, it was cleaner to simply declare it as a local variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It won't let the function pointer parameters in the debug calls to
be cast to void *. Hopefully the alternate uint cast I've changed
it to won't be a problem with any other compiler
|
|
|
|
|
|
|
|
|
|
|
|
The fillRect method is implemented using an experimental, more ScummVM
style, rather than all the different blocks and loops for different
bit depths that the original did
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to wjp for the suggestion
|