Age | Commit message (Collapse) | Author |
|
|
|
Now the scaling etc. will be precalculated instead of being done on every
frame.
|
|
|
|
|
|
|
|
|
|
This gets rid of another intermediate buffer.
|
|
intermediate buffer.
|
|
|
|
|
|
|
|
This allows for better sharing between the current video state in the view and
the OSystem implementation.
This also gets rid of most C interface functions for calling ObjC code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Formerly the overlay and game screen offset was swapped.
|
|
|
|
|
|
|
|
|
|
|
|
This should fix bug #3374656 "IPHONE: setShakePos not implemented".
|
|
Now it should be a little bit more sane. Formerly the width and height
was swapped in rotation mode, which resulted in the x coordinate falling
into the range 0..height in landscape mode for example.
This also fixes the cursor offset in the modern theme.
|
|
|
|
|
|
determined.
|
|
|
|
|
|
size calculations.
These match as far as I can tell, but in case they don't match, the render
buffer size should be the correct thing to use.
|
|
|
|
|
|
|
|
Now mouse x/y coordinates are passed as int.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|