Age | Commit message (Collapse) | Author |
|
|
|
Now that we have the code completely implemented inside the Sherlock
engine, we don't need the TsAGE engine detecting the Logo anymore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
debugger
|
|
|
|
british english, ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in last commit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was caused by commit 81a2892229a053bb9c76dea4dbfb63ca13164946.
|
|
Rename the R2R character indexes to the corresponding character enum
(i.e. R2_NONE, R2_QUINN, R2_SEEKER, R2_MIRANDA)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We want the address right after the last element of _fadePaletteMap.
There was probably no actual damage done since _paletteMap[] would
likely be right after in memory, and that's zeroed as well. But it
was still wrong.
|
|
|
|
|