9144 Commits

Author SHA1 Message Date
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
Josiah
b211e90ffc Prepare cheatMenu::draw function for easier UI changes. 2020-10-21 09:16:32 -05:00
realOneplustwo
e22e334e9c
Merge pull request #1 from JosiahWI/ui_revamp
Improve drawEntry.
2020-10-20 16:32:49 -07:00
Josiah VanderZee
f605308ee3 Improve drawEntry. 2020-10-20 18:28:25 -05:00
realOneplustwo
130d476f6a Changed Cheat Menu UI 2020-10-20 14:22:56 -07:00
Paramat
4d9c9186ce
Devtest: Automatically enable zoom capability (#10493)
Make minor improvements to the zoom testing chat command.
Delete incorrect line about creative mode from README.md.
2020-10-20 22:13:27 +01:00
sfan5
c7aa92aaed Fix show_on_minimap default value for local player
fixes #10526
2020-10-20 16:36:05 +02:00
sfan5
4f2303849e
Implement unloading of static_save=false objects according to existing docs (#10485) 2020-10-19 20:38:33 +02:00
sfan5
660115c1ab
Decouple entity minimap markers from nametags replacing with show_on_minimap property (#10443) 2020-10-19 20:38:15 +02:00
Lars
b826e39730 Minor clientmap improvements.
- Avoid calculating isBlockInSight for blocks without meshes.
- Add metric for how many blocks the client has currently loaded.
- Make some variables constant.
2020-10-19 09:31:09 -07:00
Elias Fleckenstein
f1ff05bf59 Added ThroughWalls, InventoryActions API and AutoTotem 2020-10-19 13:09:38 +02:00
Paramat
db9eee2d80
Contributing doc: Minor improvements and a clarification (#10520) 2020-10-18 22:50:31 +01:00
Elias Fleckenstein
35da7306dc Test GitHub Discord Integration 2020-10-18 16:30:04 +02:00
Elias Fleckenstein
58e6b29d4b Test GitHub Discord Integration 2020-10-18 16:27:15 +02:00
Elias Fleckenstein
1a7d3d8188 Extended ClientObjectRef; Improved CrystalPvP 2020-10-18 16:18:07 +02:00
Elias Fleckenstein
1e4f354929 This is the last try for lint... 2020-10-18 14:36:20 +02:00