Commit Graph

87 Commits (41b3b70e2343a0493b4100ff29c2ec0fc2d1e269)

Author SHA1 Message Date
MoNTE48 41b3b70e23 Mobile: improve simple Settings Menu 2022-01-15 19:52:42 +01:00
MoNTE48 de1b513fd7 Mobile: enable minimap for all 2022-01-14 09:50:52 +01:00
MoNTE48 96f80d2c30 Mobile: minor update 2021-11-03 23:30:36 +01:00
MoNTE48 2793e9c655 Minor changes and fixes 2021-07-26 12:45:14 +02:00
Vitaliy df8b190ceb
TouchScreenGUI: Joystick Fixes (#192)
* Handle first touch as joystick move in fixed joystick mode
* Make proper “release all buttons” method
2020-12-02 11:49:06 +01:00
Maksim 1c39bb3fcf iOS: improve device model detection, enable minimap for new devices 2020-10-22 22:47:12 +02:00
Maksim 3c4556da00 TouchScreenGUI: allow digging when any key pressed 2020-10-10 00:29:12 +02:00
MoNTE48 7b617c0a39 TouchScreenGUI: move "drop" button above 2020-10-04 22:46:29 +02:00
Maksim 7d0f3170e4 TouchScreenGUI: fix crash on shutdown before initialization 2020-09-26 16:14:57 +02:00
MoNTE48 2d585c6b59 Backport Minetest 5 TouchScreenGUI Joystick 2020-09-25 22:24:28 +02:00
Maksim c3dd4c934a TouchScreenGUI: update and cleanup 2020-06-04 11:36:58 +02:00
MoNTE48 dfb5101344 Mobile: TouchScreenGUI button position fix 2020-02-06 16:32:56 +01:00
MoNTE48 c4e71a602a TouchScreenGUI: update, add camera button 2020-01-22 19:05:43 +01:00
MoNTE48 a24f1c0f99 Android: open Pause when losing focus 2019-11-13 21:45:43 +01:00
MoNTE48 f3a11f90b9 Touchscreengui: minor cleanup 2019-11-02 22:53:55 +01:00
MoNTE48 ed99c0b5bd Add visual feedback to touchscreen buttons 2019-09-11 18:28:44 +02:00
MoNTE48 862ed96826 Fix prev commit "Touchscreengui. Some improvements" 2019-09-06 17:23:45 +02:00
MoNTE48 e03a442103 Touchscreengui. Some improvements 2019-08-10 22:56:36 +02:00
MoNTE48 634a11a2a0 Update touchscreengui 2019-06-20 00:17:58 +02:00
MoNTE48 8a5d78ddfc Mobile: Integrate libintl-lite (locale) 2019-06-05 19:32:48 +02:00
MoNTE48 357647a119 iOS: v. 1.2.0-release 2019-05-31 21:37:08 +02:00
Maksim Gamarnik cc3045473e merge diff branch 2019-05-03 21:32:29 +02:00
MoNTE48 e93262bd29 Revert "Add visual feedback to touchscreen D-pad buttons"
This reverts commit e71e99eba1d500a7de79563fdc17eba4ceb946ec.
2018-08-23 01:43:33 +02:00
MoNTE48 7dada59910 Small fix 2018-08-23 00:39:24 +02:00
stujones11 3cbb4223b3 Add visual feedback to touchscreen D-pad buttons 2018-08-21 16:07:03 +02:00
sfan5 42e505c964 Implement text input on iOS 2017-08-16 17:54:50 +03:00
Maksim Gamarnik 35770f4abb Merge Minetest 0.4.16 2017-06-06 23:03:34 +03:00
SmallJoker 4f1a88aaaf Time: Change old `u32` timestamps to 64-bit (#5818)
MacOSX build fix + cleanups
2017-05-26 14:03:36 +02:00
Wayward One bcce294d1e Fix Android build (#5706)
* Fix Android build
2017-05-05 17:27:50 +02:00
ShadowNinja dc73e2cec8 Clean up getTime helpers
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.
2017-04-28 14:43:18 -04:00
Maksim Gamarnik ddea2d1894 fix iOS build 2017-04-19 22:47:56 +03:00
Maksim Gamarnik d79d372db5 Android: Preparation for release 2017-03-30 05:15:04 +03:00
Maksim Gamarnik add7abf6dc Fix merge 2017-02-01 20:12:11 +02:00
Maksim Gamarnik e05f7db82f Updated to Minetest ver. 0.4.15 2017-01-30 00:44:07 +02:00
Maksim Gamarnik da5568539e Revert "Only send middle click event on release when not double-tapping (Android) (#32)"
This reverts commit 3f7549abeb143a5801b66dd30765753ba936de0c.
2016-12-21 00:49:28 +02:00
sfan5 fdbd5c7a56 iOS: pause game/status text from external code (#50)
* external game pausing

* external status text

* fix compilation on other platforms
2016-12-19 23:23:16 +02:00
rubenwardy 5ab5b2c397 Fix segfault on startup error on Android 2016-12-12 13:22:26 +00:00
rubenwardy b487c28601 Fix camera jumping on Android when panning past 0/360 mark 2016-12-12 13:20:18 +00:00
Maksim Gamarnik c438038ed3 iOS: remove redis, minimap and add pause texture. Fix build script 2016-11-23 20:21:32 +02:00
sfan5 d525673848 iOS changed files (#41) 2016-11-06 00:14:16 +02:00
sfan5 e2265c8e5f touch gui fix (#40) 2016-11-06 00:14:07 +02:00
sfan5 7ec5c178ea Only send middle click event on release when not double-tapping (Android) (#32)
This prevents accidentally punching entities or picking up items when moving.
2016-10-19 02:18:10 +03:00
sfan5 41e5c12351 Allow picking up items with a single touch (#29)
* Allow handling middle click events

* Send middle click events when touch starts (Android)

* Punch objects when middle clicking (Touch only, combination with previous change)
2016-10-17 23:32:52 +03:00
sfan5 d80febd9ec Allow looking around while digging (Android with touchtarget=false)
Due to the check for m_move_sent_as_mouse_event, which is used
to distinguish between input for camera movement and input for
node selection, the shootline code was being executed despite
the result not being used with touchtarget=false.
2016-10-16 23:56:59 +02:00
Maksim Gamarnik df40c58333 Fix merge prev commits and fix bugs
Android: mpir, x86 flags, range view, fix favorite server icon, other
2016-05-03 04:21:56 +03:00
Maksim Gamarnik 7cc360f66f Fix build 2016-05-01 22:39:43 +03:00
Maksim Gamarnik da97d550e7 ver. 1.1.2.3 2016-04-08 20:43:15 +03:00
Maksim Gamarnik edb4cab692 Merge release 2016-03-28 20:08:34 +03:00
Maksim Gamarnik 311cc45987 Small fix 2016-03-04 16:27:44 +02:00
Maksim Gamarnik 02c14c549b Merge 2016-03-04 15:14:34 +02:00