9159 Commits

Author SHA1 Message Date
Elias Fleckenstein
244713971a Added script that automaticall corrects lint style 2020-11-04 16:57:24 +01:00
Elias Fleckenstein
07e61e1155 Fix github build problems #3 2020-11-04 16:48:20 +01:00
Elias Fleckenstein
5d9ae5a91c
Merge branch 'master' into master 2020-11-04 16:44:42 +01:00
Elias Fleckenstein
3af10766fd Fix github build problems #2 2020-11-04 16:41:49 +01:00
Elias Fleckenstein
16d302c9a1 Fix github build problems 2020-11-04 16:27:14 +01:00
Elias Fleckenstein
ad148587dc Make Lint Happy 2020-11-04 16:19:54 +01:00
Elias Fleckenstein
1145b05ea0 Updated Credits 2020-11-04 15:52:37 +01:00
Elias Fleckenstein
c9221730dd Updated Cheat Menu Color Design 2020-11-04 15:48:00 +01:00
Elias Fleckenstein
1799d5aa9a Cheat Menu Improvements Change 2020-11-04 15:33:48 +01:00
Elias Fleckenstein
fba7dc2168
Merge pull request #8 from realOneplustwo/master
Improved Cheat Menu
2020-11-04 14:40:09 +01:00
Elias Fleckenstein
fc8c8f01ca
Merge branch 'master' into master 2020-11-04 14:40:00 +01:00
Elias Fleckenstein
61e2b3a331
Re-add empty lines 2020-11-04 14:34:03 +01:00
Elias Fleckenstein
3c57074150
Re-add empty lines 2020-11-04 14:33:27 +01:00
Elias Fleckenstein
a7dc1135e9 Added CheatHUD 2020-11-04 14:19:15 +01:00
Elias Fleckenstein
f1d9ac014e Moved Killaura to Lua; Added ForceField; Added Friendlist; Added ClientObjectRef:is_local_player(); Documented LocalPlayer:get_object() 2020-11-04 12:28:00 +01:00
Lars
39213bd00a Slight simplification and optimization of RemoteClient. 2020-11-03 16:23:47 -08:00
Lars
aa4d3cb148 Increase defaults for viewing_range, active_object_range and related settings #10597 2020-11-03 15:55:53 -08:00
red-001
0abb3e89fa
Block attempts to connect to the client (#10589)
A Minetest peer initiates a connection by sending a packet with an invalid peer_id, for whatever reason the code for doing this ran on both the client and the server meaning you could connect to a client if you knew what the address:port tuple it was listening on.
2020-11-02 22:21:03 +01:00
Elias Fleckenstein
06b72069d8 Fixed ColorChat 2020-11-02 17:20:16 +01:00
Elias Fleckenstein
62958bd603 Reverted accidental commit in wrong repo
This reverts commit 00d51fbd56743a4ee091d2956a70d6d5e6e1fda3.
2020-11-02 17:18:04 +01:00
Elias Fleckenstein
00d51fbd56 Armor textures support 2020-11-02 17:15:46 +01:00
Elias Fleckenstein
7cbe42b1dd Re-Added Chat Effects 2020-11-02 11:57:16 +01:00
SmallJoker
9c9344ceb3 Fix incorrect deprecation hints
"good" and "bad" were swapped in the process, resulting in wrong deprecation messages
2020-11-01 12:52:14 +01:00
rubenwardy
89dd05fdf3
Fix segfault in deprecation logging due to tail call, log by default (#10174) 2020-10-31 18:19:23 +00:00
Lars Müller
2dff3dd03f
Player physics: Ensure larger dtime simulation steps (#10563) 2020-10-29 20:15:46 +01:00
Oblomov
a701d24a00
Show RTT in ms with 2 digits of precision (#10573)
If your ping is in seconds, you probably have other problems.
2020-10-29 20:09:59 +01:00
Lars
68cd93b865 Avoid resending near blocks unnecessarily. 2020-10-27 12:08:44 -07:00
corarona
28f6a79706 lua api: add set/get_pitch 2020-10-27 15:36:07 +01:00
cora
4f9797b6e8 lua api: add core.take_screenshot() 2020-10-27 15:20:32 +01:00
luk3yx
61a196378f
Fix CSMs on arm64 (#10553) 2020-10-25 18:01:39 +01:00
Vitaliy
707c8c1e95
Shaders for Android (GLES 2) (#10506)
Shader support for OpenGL ES 2 devices (Android)

Co-authored-by: sfan5 <sfan5@live.de>
2020-10-25 18:01:03 +01:00
realOneplustwo
8e9e76a507 Revert "Add Block Formspec Hack"
This reverts commit 6652d7ac2a463581aa53c1599b7b93762422ff0f.
2020-10-23 08:34:58 -07:00
realOneplustwo
6652d7ac2a Add Block Formspec Hack 2020-10-22 17:36:31 -07:00
Elias Fleckenstein
8bc7d49b32 Added Nuke 2020-10-22 20:05:18 +02:00
Zughy
33b2c5f5b1
Clean up l_object.cpp (#10512)
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
2020-10-22 16:18:01 +01:00
realOneplustwo
62cf9b4660 Fix compile error 2020-10-21 19:33:31 -07:00
realOneplustwo
3bdb843f2c Make cheat menu color and font configurable via settings 2020-10-21 18:00:43 -07:00
realOneplustwo
19143bedf4 Make cheat menu color and font configurable via settings 2020-10-21 17:58:16 -07:00
realOneplustwo
b29d6bc196 Make cheat menu color and font configurable via settings 2020-10-21 17:49:17 -07:00
realOneplustwo
519f98c65f
Merge pull request #3 from JosiahWI/ui_revamp
Fix errors in cheatMenu.
2020-10-21 16:58:26 -07:00
Josiah VanderZee
f236476af9 Fix errors in cheatMenu. 2020-10-21 18:53:38 -05:00
realOneplustwo
7af3dee31c
Merge pull request #2 from JosiahWI/ui_revamp
Prepare CheatMenu::draw function for easier UI changes.
2020-10-21 13:23:44 -07:00
DS
9d370b78da
Add documentation to builtin core.run_callbacks (#10494) 2020-10-21 21:05:32 +01:00
Maksim
5c0a57f606
Fix Media... 0% on loading screen (#9478) 2020-10-21 20:42:40 +01:00
Zughy
f53396b152
Update jsoncpp to 1.9.4 (#10477)
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
2020-10-21 20:42:23 +01:00
Elias Fleckenstein
ea88dde4be Added Strip, AutoRefill, indexing for InventoryActions and Wield Index starts at 1 now 2020-10-21 18:51:57 +02:00
Josiah
7aff09ab23 Fix overindent! 2020-10-21 11:47:38 -05:00
realOneplustwo
aea9b36ef7 Improved Colours 2020-10-21 09:43:26 -07:00
Josiah
1ef72ad9cc Fix indentation style. 2020-10-21 09:57:08 -05:00
Josiah
5862410083 Add missing return. 2020-10-21 09:27:39 -05:00