Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allows a full build to run on old generation devices
|
|
|
|
|
|
|
|
Since commit 04c57ba, this should no longer be necessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This sets Android as a non-standard port in configure in order to override the definition for vsn_printf
The vsn_printf implementation is taken from https://github.com/weiss/c99-snprintf
|
|
Just to be on the safe side.
Right now the binary consumes roughly 700 000 bytes.
Double that and add a a panic amount of roughly 50%, which leaves us at 2 MB.
|
|
|
|
|
|
For translated message text. Android expected UTF-8 format for the message
Also makeToast for OSD needed to be run from the main UI thread
|
|
Trac #10368
|
|
- Fix clipping the cursor position
- Ensure the mouse has the same vertical and horizontal speed
|
|
|
|
|
|
|
|
|
|
So the game remains interactive while OSD message are displayed.
|
|
|
|
|
|
|
|
|
|
|
|
|