SmallJoker
1942660955
Minimap: Fix radar restriction broken by 9649e47
...
Server-side radar restriction is now possible again
Thanks to @pgimeno for this nice catch.
2019-02-23 15:54:53 +01:00
Paramat
9311d8a8aa
Settingtypes.txt: Remove 2 lines missed in a recent commit ( #8277 )
2019-02-23 03:15:56 +00:00
Paramat
20fb04d9fb
Attend to LINT sillyness ( #8276 )
2019-02-23 02:41:36 +00:00
ANAND
242c9bc36e
Remove 's' from 'automatic forwards' ( #8272 )
2019-02-23 01:12:33 +00:00
rubenwardy
85389ad994
Content store: Ignore '_game' in game names in ID generation ( #8270 )
...
Fixes 'install' button continuing to be displayed after installing a game whose
name ends with '_game'.
2019-02-22 03:19:52 +00:00
Paul Ouellette
0ad96cc73f
Update gamebar on tab enter ( #8192 )
2019-02-18 21:04:43 +00:00
rubenwardy
57517628f0
Fix games not updating on deletion
...
As reported by @random-geek
2019-02-18 16:39:28 +00:00
Paul Ouellette
cc9bed9321
Fix content store crash ( #8244 )
2019-02-18 12:46:55 +01:00
Paramat
6e7ba366fc
lua_api.txt, settingtypes.txt: Various improvements ( #8252 )
2019-02-18 02:53:33 +00:00
Wuzzy
187519407b
Update many things in Lua API docs ( #8236 )
...
- minetest.get_hit_params
- minetest.get_dig_params
- table.indexof
- Scope of minetest.register_alias
- Vector function parameters
- More explanation of when `minetest.on_player_receive_fields` is called
- Syntax/semantics of the fields in `minetest.on_player_receive_fields`
2019-02-17 20:49:51 +00:00
Paramat
00a22ec76d
lua_api.txt: Various additions and improvements ( #8245 )
2019-02-17 02:52:53 +00:00
Paul Ouellette
291b2446f1
Fix profiler crash by builtin since eea1fda ( #8239 )
...
Default to '??' (common Minetest notation) for unknown mods.
2019-02-16 21:06:04 +01:00
rubenwardy
568540f8e9
Update credits ( #8162 )
2019-02-16 00:41:30 +00:00
ANAND
7a0e52acd6
Revert RTT fixes ( #8187 )
...
The reverted commit 968ce9af598024ec71e9ffb2d15c3997a13ad754
is suspected (through the use of bisection) of causing network slowdowns.
Revert for now as we are close to release.
2019-02-15 23:39:22 +00:00
random-geek
2153163cbd
Fix coloured fog in main menu ( #8181 )
...
Fixes #4727 . The issue was due to the video driver fog colour never getting reset after closing the game.
2019-02-15 20:44:21 +01:00
Loïc Blot
3dafc007a9
LINT fix
2019-02-15 12:27:29 +01:00
Wuzzy
88c68ce8ec
Don't regain breath while in ignore node ( #8218 )
...
* Don't regain breath while in ignore node
Fixes #8217
2019-02-15 12:22:30 +01:00
Wuzzy
f290d01abe
Update minetest.conf.example, settings strings and locale files ( #8230 )
2019-02-14 22:38:24 +00:00
rubenwardy
a8311ad57f
Fix extract zip writing lowercase files ( #8221 )
2019-02-14 20:03:45 +00:00
Translation
eb5ac723ee
Run updatepo.sh
2019-02-14 07:47:08 +01:00
Translations
e0ebe7929c
Update translations
2019-02-14 07:45:35 +01:00
SmallJoker
eea1fdaf25
Statbars: Reduce initial update interval
...
Centralize HUD updating in update_builtin_statbars.
Fixes race condition in 'on joinplayer' that causes stat bar bugs.
Correctly scales stat bars to custom max values set by mods.
2019-02-12 20:45:38 +00:00
SmallJoker
ffb17f1c9a
Consistent HP and damage types ( #8167 )
...
Remove deprecated HUDs and chat message handling.
Remove unused m_damage variable (compat break).
HP: s32 for setter/calculations, u16 for getter.
2019-02-10 23:03:26 +00:00
SmallJoker
ba5a9f2b36
Slippery: Do not apply when swimming ( #8198 )
2019-02-10 17:04:04 +01:00
SmallJoker
a809f7361e
Builtin: Fix grayed-out but enabled modpacks
2019-02-09 21:54:39 +01:00
SmallJoker
6d6a813614
Autojump: Disable in fly mode, support continuous forward ( #8200 )
...
Correctly disable in fly mode (issue #8199 )
Also autojump in continuous forward mode (issue #8201 )
2019-02-09 21:44:04 +01:00
Wuzzy
705b454026
Remove fgettext("") in builtin
...
This call is useless and wrong, the empty string has a special meaning in Gettext.
2019-02-09 20:12:56 +01:00
Loic Blot
ff5d4ffe1c
Fix Address::isLocalhost algorithm
2019-02-09 19:52:56 +01:00
rubenwardy
7796a3118d
Disable confirmation dialog on localhost
2019-02-09 19:52:56 +01:00
SmallJoker
b7e1bca28c
numeric: Fix clang, broken since d5456da
2019-02-09 18:33:31 +01:00
Wuzzy
f5bdc04ab5
Don't append itemname to itemname in tooltip ( #8176 )
2019-02-09 15:46:02 +01:00
Paul Ouellette
d5456da69d
Use true pitch/yaw/roll rotations without loss of precision by pgimeno ( #8019 )
...
Store the rotation in the node as a 4x4 transformation matrix internally (through IDummyTransformationSceneNode), which allows more manipulations without losing precision or having gimbal lock issues.
Network rotation is still transmitted as Eulers, though, not as matrix. But it will stay this way in 5.0.
2019-02-07 21:26:06 +00:00
random-geek
fc566e2e10
Fix cloud color in loading screen and main menu ( #8174 )
2019-02-04 19:11:02 +00:00
random-geek
2ae794ac45
Update color of main menu clouds ( #8172 )
2019-02-04 00:12:15 +01:00
Paul Ouellette
3c2fe3229e
Update manpage ( #8169 )
2019-02-04 00:11:32 +01:00
rubenwardy
5b965e08bd
Content store: Fix assertion failed on unsuccessful package list fetch
...
Fixes #8168
2019-02-03 19:54:50 +00:00
rubenwardy
0d0875fc00
Rename 'Content Store' to 'Online Content Repository' in Advanced Settings
2019-02-03 18:07:14 +00:00
rubenwardy
626b0b7e6a
Add setting to hide mature content from ContentDB
2019-02-03 17:54:56 +00:00
rubenwardy
9a071d66a5
Fix core.download_file() creating empty files on HTTP error
2019-02-03 17:31:28 +00:00
rubenwardy
809cb9fc0b
Fix rename modpack dialog not appearing to take affect
2019-02-03 13:43:00 +00:00
number Zero
7c239767ff
Fix modpack rename dialog selecting the wrong mod
2019-02-03 12:40:39 +00:00
Leonid Bobrov
339341ba4e
DragonFly BSD is somewhat identical to FreeBSD ( #8159 )
2019-02-03 09:53:54 +01:00
Loïc Blot
70672e1cb7
Force player save before kicking on player shutdown ( #8157 )
2019-02-03 09:11:45 +01:00
Julien Palard
23ea02c79c
Protocol Docs: Python check bump to Python 3
2019-02-03 01:32:37 +00:00
rubenwardy
3c7e92049d
Content store: Fix overlapping labels
2019-02-03 01:14:15 +00:00
Translations
cf8b0ed8a8
Update translations
2019-02-02 19:21:56 +01:00
Nathanaël Courant
91e5a33cfa
Move missing translations warnings to verbosestream ( #8156 )
...
They should not spam the console and logs.
2019-02-02 12:00:06 +01:00
Paramat
d521e61ba7
Settings: Slightly increase block generate, block send, object send distances ( #8147 )
2019-01-31 19:28:14 +00:00
rubenwardy
572ba83b30
Content store: Fix storage leak by storing screenshots in cache ( #8137 )
2019-01-31 16:35:55 +00:00
rubenwardy
944e9f5acb
Content store: Use composite key to track installations ( #8054 )
...
Fixes #7967 'Package manager doesn't track content reliably'.
2019-01-30 16:43:28 +00:00