Age | Commit message (Collapse) | Author |
|
|
|
branch in libSDL, because in master branch of pelya(s) libSDL broken built-in virtual keyboard. I hope it will be fixed soon.
|
|
by pelya(s) libSDL, supported ndk version is r15c
|
|
scripts from ant to gradle so ant not needed anymore
|
|
master branch of pelya(s) libSDL
|
|
|
|
AndroidManifest.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GitHub´s utf-8 converter adds a char and changes the file when using characters like "°".
Slightly rewritten the rexx script to use "<>" as marker and adjust the rest to take the new two-char marker into account (instead of the one-char marker that was used before).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently translated at 100.0% (962 of 962 strings)
|
|
|
|
|
|
Currently translated at 100.0% (962 of 962 strings)
|
|
|
|
|
|
This also refactors out the use of _mainList, which separately draws
the icons. Since the data needed is already added to the _buttons
array, I could dispense with _mainList and draw the buttons directly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Prevents collision with stdint.h INT32_MAX
|
|
|
|
|
|
|
|
|
|
When taking off your helmet or life support in a room without oxygen, it
showed the death screen before the 'taking off helmet/life support'
message.
|
|
Object() is redundant anyway as it instantiates an Object object and
copies it to nullObject, which was already default constructed.
|