Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
These fields were written and never read in SSCI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was leading to an out of bounds assert.
|
|
|
|
LSL6 hires sends rectangles to kernel calls that have negative
dimensions. SSCI did not care about this and would simply accept
these invalid rects, so we do the same, at least for now.
|
|
|
|
The control panel initialisation script makes an invalid two-argument
call to get the width of the settings dial; this only happens to work
because the third argument on the stack was set to zero by an earlier
call.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UFOs / Gnap: Der Schurke aus dem All
|
|
We're shadowing the class variables with local ones.
|
|
We have to cast it back to void *, which loses const qualifier
|
|
|
|
|
|
|
|
|
|
|