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
Maksim Gamarnik
c68470bb41
build2
2016-02-24 04:27:46 +02:00
Maksim Gamarnik
f411a48aac
Optimization, scaling and game control improve
2016-02-16 16:31:14 +02:00
Maksim Gamarnik
7cae27819c
TouchScreenGui improvent.
...
Stable
2016-02-13 01:13:21 +02:00
Maksim Gamarnik
e950895a31
RC1
2016-02-12 06:35:36 +02:00
Maksim Gamarnik
2386589773
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
4c92192351
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
b521d87631
Pre-release
2016-02-01 18:11:26 +02:00
Maksim Gamarnik
2b8d0905fe
Revert sapier touchscreengui :)
2016-01-31 21:15:20 +02:00
Maksim Gamarnik
23614e9479
Merge
...
I have not tested this
2015-12-28 11:26:50 +02:00
Maksim Gamarnik
1fcb1f2fcc
MultiCraft 1.0.2
2015-12-27 22:55:32 +02:00
Sapier
8636852882
Android: Implement Autohiding button bars to cleanup screen
2015-12-18 20:35:54 +01:00
Sapier
07a78dc3d8
Android: Fix pressed buttons not beeing cleared on opening menu
2015-12-17 20:43:25 +01:00
Maksim Gamarnik
8a23d39647
Fix
2015-12-15 14:05:18 +02:00
Maksim Gamarnik
a31fbaa334
Merge and Fix
2015-12-11 11:18:54 +02:00
Maksim Gamarnik
96325da676
Update 1
2015-11-27 12:03:23 +02:00
Maksim Gamarnik
87046b3d3f
Fix makefile
2015-11-10 19:18:32 +02:00
Maksim Gamarnik
919be490f9
Update
...
Sync all Minetest commits
2015-11-10 13:49:24 +02:00
David Jones
9d1284b324
Change i++ to ++i
2015-08-25 18:33:52 -04:00
Maksim Gamarnik
f2278317b5
Update libs, performance improve, update gui
2015-08-16 17:07:40 +03:00
Maksim Gamarnik
9247f32e0e
LGPL 2.1 to 3.0 on all files
2015-08-14 01:26:28 +03:00
4aiman
8e743e8fcf
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
0f48362a95
Change inventory button size
2015-05-16 23:25:16 +10:00
OttoLidenbrock
9df4b973be
Make inventory button 3 times larger
2015-05-05 17:30:30 +10:00
OttoLidenbrock
290545c34d
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
ff3d30df0f
Move android GUI buttons around
2015-05-02 20:28:09 +10:00
OttoLidenbrock
d0c6354f3a
Move android GUI buttons around, remove version name/number at top of screen, remove show debug info for release builds
2015-05-02 17:31:36 +10:00
OttoLidenbrock
67c0407eae
Tweak control pad size
2015-05-01 20:50:30 +10:00
OttoLidenbrock
5bad53aa6c
Added left click to place block on android
2015-04-26 16:46:08 +10:00
OttoLidenbrock
1ebd39f153
Move android movement controls to left hand side and make space for 4 more
2015-04-26 16:46:08 +10:00
OttoLidenbrock
99850c4347
Fix noclip button (touchscreen) removal patch
2015-04-26 16:46:08 +10:00
Craig Robbins
21baa6e058
Disable noclip button for Android
2015-04-26 16:46:08 +10:00
Aaron Suen
e8d51554ae
Clean scaling pre-filter for formspec/HUD.
2015-04-01 00:01:05 -04:00
Craig Robbins
0d5696e73d
Slow down the "key repeat" touch speed for some Android controls
...
Increases the key/buttons repeat delay for fly, noclip, fast, debug and camera buttons
2015-03-24 22:19:32 +10:00