Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In Deja Vu, Pete's All Nite Gun Palace is closed if you play the
game on a Sunday. I'm guessing that's the only place where this
opcode is used
|
|
This was a regression from adding background patterns.
|
|
This is used by some games to determine the appropriate greeting,
e.g. "Good evening" if you play the game in the evening.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since _points is allocated with realloc(), it should be freed with
free(), not delete.
|
|
In the original, the background is actually a clickable object.
I don't know if we want to implement this as a dark gray
background pattern, or as a real object. For now, though, it's
a useful test case for setBackgroundPattern().
|
|
correctly.
|
|
|
|
are restored
|
|
|
|
|
|
|
|
|
|
|
|
|