62 Commits

Author SHA1 Message Date
sfan5
39bec37923 Implement text input on iOS 2017-08-16 17:54:50 +03:00
Maksim Gamarnik
4cd987b653 Merge Minetest 0.4.16 2017-06-06 23:03:34 +03:00
SmallJoker
d99b6fed55 Time: Change old u32 timestamps to 64-bit (#5818)
MacOSX build fix + cleanups
2017-05-26 14:03:36 +02:00
Wayward One
fe247f38f7 Fix Android build (#5706)
* Fix Android build
2017-05-05 17:27:50 +02:00
ShadowNinja
b662a4577d 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
80466662be fix iOS build 2017-04-19 22:47:56 +03:00
Maksim Gamarnik
a1066dc91a Android: Preparation for release 2017-03-30 05:15:04 +03:00
Maksim Gamarnik
0232ae4439 Fix merge 2017-02-01 20:12:11 +02:00
Maksim Gamarnik
8cc092b177 Updated to Minetest ver. 0.4.15 2017-01-30 00:44:07 +02:00
Maksim Gamarnik
79aa272620 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
ed85506dbe 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
540071002e Fix segfault on startup error on Android 2016-12-12 13:22:26 +00:00
rubenwardy
0fdf24d64a Fix camera jumping on Android when panning past 0/360 mark 2016-12-12 13:20:18 +00:00
Maksim Gamarnik
12b714424d iOS: remove redis, minimap and add pause texture. Fix build script 2016-11-23 20:21:32 +02:00
sfan5
60c5679a07 iOS changed files (#41) 2016-11-06 00:14:16 +02:00
sfan5
86a8336992 touch gui fix (#40) 2016-11-06 00:14:07 +02:00
sfan5
3f7549abeb 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
b33e6dbcad 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
3670de4c0c 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
75a555f90c 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
7a8d64c4fa Fix build 2016-05-01 22:39:43 +03:00
Maksim Gamarnik
44f98aa061 ver. 1.1.2.3 2016-04-08 20:43:15 +03:00
Maksim Gamarnik
758af96b60 Merge release 2016-03-28 20:08:34 +03:00
Maksim Gamarnik
8104974751 Small fix 2016-03-04 16:27:44 +02:00
Maksim Gamarnik
25d909bfdc Merge 2016-03-04 15:14:34 +02:00
Maksim Gamarnik
92dff0178a build2 2016-02-24 04:27:46 +02:00
Maksim Gamarnik
6a235702a3 Optimization, scaling and game control improve 2016-02-16 16:31:14 +02:00
Maksim Gamarnik
d168975208 TouchScreenGui improvent.
Stable
2016-02-13 01:13:21 +02:00
Maksim Gamarnik
69f679800d RC1 2016-02-12 06:35:36 +02:00
Maksim Gamarnik
7958b395ed Android performance
Thanks http://blog.alexrp.com/2014/02/18/android-hard-float-support/

1
2016-02-09 06:51:01 +02:00
Maksim Gamarnik
1ac7f0dbc5 Very big update! MultiCraft 1.1 | Part 1/3
Joystick.
environment.cpp improve (thanks @Bremaweb)
Improving the management interface.
The new font.
Settings to improve performance.
Improvements ellementov size on larger phones.
A lot of small fixes and improvements.
2016-02-07 03:11:12 +02:00
Maksim Gamarnik
af41a0321c Pre-release 2016-02-01 18:11:26 +02:00
Maksim Gamarnik
20c49b87df Revert sapier touchscreengui :) 2016-01-31 21:15:20 +02:00
Maksim Gamarnik
c55abbf670 Merge
I have not tested this
2015-12-28 11:26:50 +02:00
Maksim Gamarnik
a2251f0f79 MultiCraft 1.0.2 2015-12-27 22:55:32 +02:00
Sapier
06632205d8 Android: Implement Autohiding button bars to cleanup screen 2015-12-18 20:35:54 +01:00
Sapier
6a7e1667f6 Android: Fix pressed buttons not beeing cleared on opening menu 2015-12-17 20:43:25 +01:00
Maksim Gamarnik
b05a829924 Fix 2015-12-15 14:05:18 +02:00
Maksim Gamarnik
9251e980f8 Merge and Fix 2015-12-11 11:18:54 +02:00
Maksim Gamarnik
4edb331124 Update 1 2015-11-27 12:03:23 +02:00
Maksim Gamarnik
d3d35550f7 Fix makefile 2015-11-10 19:18:32 +02:00
Maksim Gamarnik
9012ac8f22 Update
Sync all Minetest commits
2015-11-10 13:49:24 +02:00
David Jones
34b7a147dc Change i++ to ++i 2015-08-25 18:33:52 -04:00
Maksim Gamarnik
2a3fb395be Update libs, performance improve, update gui 2015-08-16 17:07:40 +03:00
Maksim Gamarnik
d77ea9be46 LGPL 2.1 to 3.0 on all files 2015-08-14 01:26:28 +03:00
4aiman
ece80e3498 Moved gui elements:
- drop button - to the left bottom corner;
- crouch button - a little bit to the right (0.5 button size).
2015-06-09 09:57:10 +03:00
OttoLidenbrock
00adfc0430 Change inventory button size 2015-05-16 23:25:16 +10:00
OttoLidenbrock
293d28257c Make inventory button 3 times larger 2015-05-05 17:30:30 +10:00
OttoLidenbrock
46096017ae Fix place bug
There are spaces (not buttons) inside the control pad area now. Ignore any tap events if they are within the control pad rectangle so that blocks are not accidentally placed
2015-05-02 20:43:02 +10:00
OttoLidenbrock
0179bbcc0b Move android GUI buttons around 2015-05-02 20:28:09 +10:00