summaryrefslogtreecommitdiff
path: root/src/touchscreengui.cpp
Commit message (Collapse)AuthorAge
* Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-26
| | | | MacOSX build fix + cleanups
* Fix Android build (#5706)Wayward One2017-05-05
| | | | * Fix Android build
* Clean up getTime helpersShadowNinja2017-04-28
| | | | | | This increases size of the getTime return values to 64 bits. It also removes the TimeGetter classes since the getTime functions are now very precise.
* Fix segfault on startup error on Androidrubenwardy2016-12-12
|
* Fix camera jumping on Android when panning past 0/360 markrubenwardy2016-12-12
|
* Android: Implement Autohiding button bars to cleanup screenSapier2015-12-18
|
* Android: Fix pressed buttons not beeing cleared on opening menuSapier2015-12-17
|
* Change i++ to ++iDavid Jones2015-08-25
|
* Clean scaling pre-filter for formspec/HUD.Aaron Suen2015-04-01
|
* Slow down the "key repeat" touch speed for some Android controlsCraig Robbins2015-03-24
| | | | Increases the key/buttons repeat delay for fly, noclip, fast, debug and camera buttons
* Split gui_scaling to gui_scaling + hud_scaling as those elements need ↵sapier2015-01-09
| | | | different handling on some devices
* Fixes for androidsapier2015-01-06
| | | | | | | | | Copy only minetest_game to apk by default Don't copy .git and .svn folders to apk Fix bouncing asset copy scrollbar due to long filepaths Reenable font scaling to fix broken menu on high dpi screens Implement minetest loglevel to android loglevel mapping Disable touch digging while moving around
* Add extra buttons to Android GUI. All icons are licensed by freepik.com ↵Kodexky2014-12-30
| | | | under CC BY 3.0
* Add support for Android 2.3+sapier2014-06-29
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!