Age | Commit message (Collapse) | Author |
|
|
|
This was broken by a50ede203b0424d800d2a1d4460121f9f1de8e7a.
|
|
|
|
|
|
|
|
Kirben pointed out that there were more loyalty rating events tied
to this opcode than to off_loadVideo(). I didn't notice this
myself since the video loading was so much easier to spot in the
script dump. It's a pity there doesn't seem to be any one opcode
that covers all of the cases.
|
|
|
|
|
|
|
|
Somehow, I completely missed implementing this function!
|
|
|
|
|
|
This attempts to restore the missing loyalty rating setting to the
4CD version of The Feeble Files. So far only for the English
version, since that's all I have, but it would not surprised me if
the other versions are similar.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GraphicsManager
|
|
|
|
|
|
|
|
|
|
Now the right and bottom coordinates of the rectangles aren't included in them.
|
|
|
|
|
|
|
|
type
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This implements count badge, progress bar, and icon overlay.
It uses the NSDockTile API which is available since OS X 10.5.
The code compiles and run on older system but without doing
anything.
|
|
|
|
|
|
|
|
(bug #6504)
|
|
|
|
|
|
|
|
|
|
|
|
|