ANAND
e788ee283f
Client::Interact: Use InteractAction enum instead of numeric constants
...
This replaces the magic numbers used as interaction modes both client-side and server-side, primarily for the sake of ease-of-readability.
2019-08-07 19:21:14 +02:00
SmallJoker
e462a9a5ef
Unify wield item handling ( #8677 )
...
This moves the wield item functions to Player and the tool utils for range calculation
Also 'local_inventory' was removed due to redundancy in Client
2019-08-07 19:16:31 +02:00
ANAND
fa6bc699bc
Hide chat when console is open ( #8656 )
2019-08-07 19:15:33 +02:00
SmallJoker
3ceef8e6a0
Mainmenu: Use textarea in error formspecs
2019-08-01 15:56:28 +02:00
DS-Minetest
140aeabd87
Do predict when sneak-place to node with on_rightclick
2019-07-08 14:21:27 +02:00
SmallJoker
e2f8f4da83
Formspecs: Close on metadata removal ( #8348 )
...
Formspecs will now close as soon the formspec string in the node metadata turns invalid.
2019-06-10 13:01:07 +02:00
DS
9d09c87f13
Make autoforward simulate the 'up' key ( #8249 )
2019-05-21 19:50:00 +01:00
Muhammad Rifqi Priyo Susanto
695d9edcd4
Use player as starting point instead of camera when pointing node ( #8261 )
...
Same pointing area on both camera modes.
This fix is inapplicable for non-crosshair input.
2019-04-27 12:44:56 +02:00
stujones11
cff1e9ca27
Android: Clear chat open flag on cancel or completion ( #8478 )
2019-04-19 12:06:47 +02:00
Loïc Blot
e22a69d61a
Drop GUIConfirmRegistration::m_address unused field
2019-03-12 16:53:21 +01:00
ANAND
242c9bc36e
Remove 's' from 'automatic forwards' ( #8272 )
2019-02-23 01:12:33 +00:00
Paramat
ceacff13a6
CSM restrictions: Make 'LOAD_CLIENT_MODS' disable loading of 'builtin' ( #8000 )
...
Previously, when the CSM restriction 'LOAD_CLIENT_MODS' was used a
client was still able to add CSM code to 'builtin' to bypass that
restriction, because 'builtin' is not yet verified.
Until server-sent CSM and verifying of 'builtin' are complete, make
'LOAD_CLIENT_MODS' disable the loading of builtin.
Clarify code comments and messages to distinguish between client-side
modding and client-side scripting. 'Scripting' includes 'builtin',
'modding' does not.
2019-01-03 12:10:07 +01:00
random-geek
aa5ec2ec02
Extend pitch fly mode to swimming ( #7943 )
2018-12-31 00:07:30 +00:00
Wuzzy
8471d027b9
Make showOverlayMessage strings translatable ( #7964 )
2018-12-13 11:05:38 +01:00
Vanessa Dannenberg
1b0fd195c6
Raise hotbar limit to 32 slots, add associated keybinding options ( #7916 )
...
add associated keybinding options
update docs and settingtypes
2018-12-02 23:34:29 +01:00
Gaël C
327bad2eaf
Added pitch fly mode ( #7817 )
...
In pitch fly mode, you fly to the exact direction you are pointing at, using the forward key. Other move directions are also pitched accordingly.
It allows smoother and more complex movements.
Can be enabled/disabled by L key by default (set keymap_pitchfly in minetest.conf)
2018-12-01 10:01:32 +01:00
Quentin Bazin
5f1cd555cd
Move client-specific files to 'src/client' ( #7902 )
...
Update Android.mk
Remove 'src/client' from include_directories
2018-11-28 20:01:49 +01:00