67049eba3c
Fix entity rotation in existing worlds ( #7989 )
2018-12-23 23:22:27 +00:00
b8b33a6423
Android: Fix start-up crashes on version 4.x ( #8003 )
...
* Android: Load shared STL library
* Android: Fix exception with window background image
2018-12-22 19:02:00 +01:00
309e158fc8
mapnode: add const/noexcept ( #8009 )
2018-12-22 17:36:24 +01:00
0990ddb3bb
Android: Fix memory leak when displaying images in the mainmenu ( #8011 )
2018-12-22 08:46:41 +01:00
a318bceb63
Lua_api.txt: Add documentation of missing field to 'on_punch' ( #8008 )
2018-12-22 00:32:27 +00:00
2a69f874da
reportMetadataChange; Silence clang warnings
2018-12-21 19:05:29 +01:00
d994f7ca5f
Fix more transparency issues with ogles2 driver ( #8005 )
2018-12-20 23:40:17 +01:00
ba07a8b872
Android: Move touchscreen rare controls inline with settings icon ( #8006 )
2018-12-20 21:11:57 +00:00
b7eb81fed9
Add command line option to load password from file ( #7832 )
2018-12-18 20:15:14 +01:00
80eb762af1
ieee_float: Silence compiler warning
...
Trivial issue reported by @pgimeno
2018-12-18 19:50:07 +01:00
8e4095f068
Fix the part of the float test that requires IEC559/IEEE754 compliance
...
GCC and CLang compilers fail to support full IEC559 compliance required for the test, when certain compiler flags are active. This patch implements a heuristic that checks for the most common flag in GCC and CLang, plues an extra check which GCC disables when it's not compliant, to hopefully catch most cases where it can't run.
2018-12-18 12:27:23 +01:00
7a4d4bc9e6
Lua_api.txt: Document inventory sending behaviour ( #7720 )
2018-12-18 00:38:39 +00:00
e7367f0fa5
Fix C++11 violation that broke clang on Debian Stretch
2018-12-16 20:08:25 +01:00
24cdbe9bf5
Add a basic kubernetes deployment file ( #7979 )
...
* Add a basic kubernetes deployment file
2018-12-15 15:12:40 +01:00
7efb407872
Fix ignored mod.conf mod name for world.mt (broken by e8eaab6
)
...
Patch supplied by @pgimeno. Thank you.
2018-12-15 09:01:00 +01:00
05f3dbfa68
Android: Add activeobjectmgr.cpp and ieee_float.cpp, sort list
2018-12-14 20:35:43 +01:00
9e36a880fe
Add docker image documentation ( #7969 )
...
* Add docker image documentation
* Update README.md
2018-12-13 20:19:19 +01:00
eda35100b6
Add an activeobject manager to hold active objects ( #7939 )
...
* Add an activeobject manager to hold active objects
* Add unittests
2018-12-13 20:18:54 +01:00
839e935ba0
Network: Send IEEE floats ( #7768 )
2018-12-13 11:20:57 +01:00
8471d027b9
Make showOverlayMessage strings translatable ( #7964 )
2018-12-13 11:05:38 +01:00
08610aad7e
(client_)lua_api.txt: Rename func -> function ( #7960 )
2018-12-12 08:50:40 +00:00
1a51455b9e
Gitlab CI: docker image rename + add commit id tag
2018-12-12 09:47:32 +01:00
3bfb8284b8
Make MapNode handle paramtype2≠leveled properly ( #7958 )
2018-12-12 00:02:09 +01:00
ca141ed491
Add a Dockerfile + gitlab CI build ( #7968 )
...
* Add a minetest docker file
* Clone minetest_game from git directly
2018-12-12 00:00:08 +01:00
ce32a327ff
lua_api.txt: Various fixes and improvements ( #7945 )
...
* Add missing tables of registered things
* Eliminate some duplication
Registration functions in 'Registered definitions' section merged into
'Registration functions' section.
* Misc. fixes
* Add privilege definition table
* Remove not-special soil group from special groups
* Merge two registration functions sections
* Move 'added to' information to tables section
Also fix some capitalization and missing periods
* Minor fixes
* Split Registration functions into two subsections
And update Registered definition tables to match order
* Fixes
2018-12-11 17:37:06 +01:00
a8575295d5
porting.cpp: better minetest support on BSD
...
BSD folder detection is pretty raw, just use the same detection as Linux
2018-12-11 17:35:39 +01:00
f318366c20
Fix ContentDB packages timing out by using download_file instead ( #7891 )
2018-12-11 04:43:14 +00:00
a833bee9ed
Add object visual type 'item' ( #7870 )
2018-12-11 02:57:04 +00:00
98fa8a154d
Content store: Fix missing screenshot in package view dialog
2018-12-10 20:25:56 +00:00
afaf7b901b
Fix wrong parameter order for inventory callbacks ( #7952 )
2018-12-10 19:18:03 +01:00
f7cccd4df3
Fix dissector script to work with newer versions of Wireshark ( #7957 )
2018-12-10 14:47:35 +01:00
5560ec8178
Add eat sound ( #7956 )
2018-12-10 09:25:47 +01:00
98a72b9d45
Update minetest.conf.example and run updatepo.sh ( #7947 )
2018-12-09 14:16:58 +01:00
b02effdab9
Fix crash if display resolution is not set ( #7950 )
...
On my wayland / gnome3 setup DisplayHeightMM() returns 0. This resulted in a
misleading startup error suggesting to fix my font paths.
2018-12-08 16:26:04 +01:00
f0dca284b3
Main menu style: Set to 'full' for Android, remove 'auto' option ( #7936 )
2018-12-06 23:52:11 +00:00
0c6933bdf7
Disable game bar and header on Android ( #7940 )
2018-12-06 23:32:15 +00:00
08884d258b
Draw all horizons and sky base, in front of stars ( #7932 )
...
Move star draw to before sun glow texture draw and before sun draw,
not currently essential but the logical order. Will be necessary if
a 'no far ground' option is added, to draw stars behind the sun.
2018-12-06 03:56:35 +00:00
56f22bfa5c
Gradle now copy most of assets
...
It depends on cleanAssets, ensuring they are always fresh
2018-12-05 20:08:46 +01:00
8cc75c053f
Fix player rotations ( #7941 )
2018-12-05 09:28:09 +01:00
4000735156
Declare mapgens v5 and flat stable. Add missing carpathian ( #7942 )
2018-12-05 08:18:44 +00:00
3d66622772
Send only changed node metadata to clients instead of whole mapblock ( #5268 )
...
Includes newer style changes and fixes by est31
Improve the block position de-serialization
Add type NodeMetadataMap
2018-12-04 20:37:48 +01:00
ae8d14b009
Update android version code (rebuild)
2018-12-04 19:13:06 +01:00
b362e04ebf
Revert "Fix another GCC warning"
...
This reverts commit e6811184d5
.
2018-12-04 16:45:07 +01:00
75a26b10ab
Add testWrapDegrees_0_360_v3f unittests
2018-12-04 16:18:17 +01:00
e6811184d5
Fix another GCC warning
...
```
[ 10%] Building CXX object src/CMakeFiles/minetest.dir/client/render/interlaced.cpp.o
cc1plus: warning: -Wabi won't warn about anything [-Wabi]
cc1plus: note: -Wabi warns about differences from the most up-to-date ABI, which is also used by default
cc1plus: note: use e.g. -Wabi=11 to warn about changes from GCC 7
```
2018-12-04 15:57:50 +01:00
7f545db977
Fix a stringop-truncation GCC warning
...
```
minetest/src/filesys.cpp:312:10: warning: ‘char* strncpy(char*, const char*, size_t)’ specified bound 10000 equals destination size [-Wstringop-truncation]
strncpy(argv_data[2], path.c_str(), 10000);
```
2018-12-04 12:39:19 +01:00
39ea1cd428
Fix uninitialized variable peer_id
...
Reported by GCC
```
minetest/src/server.cpp:996:42: warning: ‘peer_id’ may be used uninitialized in this function [-Wmaybe-uninitialized]
errorstream << "ProcessData: peer=" << peer_id << e.what() << std::endl;
```
2018-12-04 12:39:10 +01:00
6f426056f1
Mirror 'sunrisebg' texture to fix chopped right edge ( #7935 )
2018-12-04 00:39:30 +00:00
48208c1cd2
Re-master and improve touchscreen gui icons ( #7931 )
...
Increase the resolution of the smaller icons to look better on modern HD screens.
All master SVGs included in the the Android build directory.
2018-12-03 21:35:31 +00:00
94f2d99142
Fix Android build errors (caused by 5f1cd55
)
...
After commit 5f1cd55
touchscreengui.* files were pointing to old file locations
2018-12-03 19:31:20 +01:00