1
0
mirror of https://github.com/minetest/minetest.git synced 2025-06-29 14:40:25 +02:00
Commit Graph

11443 Commits

Author SHA1 Message Date
32f68f35cf Avoid packets getting sent to disconnected players (#14444)
Many functions expect RemotePlayer to have a valid peer ID,
this however is not the case immediately after disconnecting
where the object is still alive and pending for removal.

ServerEnvironment::getPlayer(const char *, bool) now only
returns players that are connected unless forced to.
2024-03-10 13:24:35 +01:00
02a893d613 Client: fix failing assert on empty texture name 2024-03-10 10:50:04 +01:00
f596c36f4f Update NDK 2024-03-09 11:28:12 +01:00
8ff0e1da15 Amend Android dev documentation 2024-03-09 11:28:12 +01:00
4660310db6 Update Gradle 2024-03-09 11:28:12 +01:00
58bf4f04b1 Skip Android deps download if they already exist
It's close to impossible to test locally built changes otherwise.
2024-03-09 11:28:12 +01:00
d88f0866b7 Reduce translations log spam 2024-03-06 22:33:32 +01:00
bf52d1e624 Fix attached sounds stopping if objects are removed serverside (#14436)
Restores backwards compatibility for death sounds or other sounds that are not supposed to be "cut off" abruptly.

---------

Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: grorp <gregor.parzefall@posteo.de>
2024-03-06 20:36:02 +01:00
fc80f65a6d Try to preserve metatable when exchanging data with the async env (#14369)
Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: Lars Mueller <appgurulars@gmx.de>
2024-03-06 18:04:49 +01:00
badd42789a Move PlayerSettings class to client code 2024-03-06 18:03:57 +01:00
c524c52baa Fix some common SAO methods to not generate useless update packets 2024-03-06 18:03:57 +01:00
585ca90ae0 Reorder ObjectProperties struct 2024-03-06 18:03:57 +01:00
e734b3f0d8 Fix core.get_node_or_nil in emerge env
"ignore" does not mean unloaded, we have to properly check it.
2024-03-03 20:16:32 +01:00
91ea47fddf Fix node callbacks unit test 2024-03-03 20:16:32 +01:00
9b97147637 Fix assertion failure in clientlauncher.cpp 2024-03-03 19:11:37 +01:00
DS
d4d4712361 Implement get_node with a get_node_raw (#14384)
Add /bench_bulk_get_node
Considerably improves the execution speed of core.get_node
2024-03-03 15:53:23 +01:00
879f7e9f03 Refactor tile.cpp/h parts except texturesource.cpp 2024-03-03 15:52:05 +01:00
aaf77025b6 Split up tile.cpp/h 2024-03-03 15:52:05 +01:00
cdce33dd05 Fix some narrowing warnings 2024-03-02 01:56:25 +01:00
b10797b3d5 Add missing include in container.h
BUILD_BENCHMAKRS builds were broken.
2024-03-02 01:47:03 +01:00
e73e562a63 Allow curl to use all content encodings 2024-03-01 18:22:59 +01:00
e40417f687 Allow giving "pointabilities" to Lua raycasts (#14390) 2024-03-01 17:12:13 +01:00
aac616fcc5 Avoid visible camera jumps because of touchscreen_threshold 2024-03-01 17:11:46 +01:00
fa0745f7da Adjust touchscreen_sensitivity to display density 2024-03-01 17:11:46 +01:00
00a3e6bbd7 Touchscreen: Allow camera movement while digging without touch_use_crosshair 2024-03-01 17:11:46 +01:00
bb7f57b095 VBO-related optimizations and improvements (#14395) 2024-02-29 17:20:57 +01:00
d85c842ce9 Refactor fog shader to reuse Irrlicht values 2024-02-29 17:20:50 +01:00
dce166dc93 Support deleting shader materials 2024-02-29 17:20:50 +01:00
13a0e5fb4a Share FpsControl code between game and menu 2024-02-29 17:20:50 +01:00
0c3a4cc7b9 Improve ergonomics of CachedShaderSetting 2024-02-29 17:20:49 +01:00
e9ab5bc223 Factor shadow constants out of MainShaderConstantSetter 2024-02-29 17:20:49 +01:00
5da18d34ba Properly warn that shader queue is unimplemented 2024-02-29 17:20:49 +01:00
09d542dfe0 Drop enable_vbo setting
Consistently applying this setting requires some code work,
because Irrlicht does not provide a global toggle.
At the same time I don't see any reason for someone to disable this.
2024-02-29 17:20:49 +01:00
5280863300 Set VBO hints in more places 2024-02-29 17:20:49 +01:00
fbec378869 Fix more type promotion mistakes
Someone of these are probably actual bugs and gcc totally doesn't care to warn about them, wtf?
This issue seems to be new with the IrrlichtMt update.
2024-02-26 22:07:40 +01:00
9fcd7f2dc0 Fix clang-tidy type promotion errors 2024-02-26 20:47:47 +01:00
229389b7f6 Use newer IrrlichtMt 2024-02-26 20:47:47 +01:00
5d8a22066c Change how max_lag is calculated and reported (#14378)
-Change how max_lag is calculated and reported

- Cap singleplayer step at 60Hz

- Clarify dedicated_server_step
2024-02-26 20:46:57 +01:00
63a9853811 Remove attached sounds when the active object is removed (#14341) 2024-02-25 22:10:39 +00:00
39b1311a1b Add padding to settings tab buttons (#14408) 2024-02-25 22:10:07 +00:00
f4eba3bfba Add support for ContentDB package translation (#14410) 2024-02-25 22:09:52 +00:00
4caf0e4cb9 Update LTO exclusion list (#14407) 2024-02-25 20:58:42 +01:00
762fca538c Expose SHA256 algorithm to Lua (#14403)
Co-authored-by: chmodsayshello <chmodsayshello@hotmail.com>
2024-02-25 18:12:23 +01:00
fa1d80b53b MetaData: restore undocumented set_string behaviour (#14396) 2024-02-25 16:03:05 +01:00
b4be483d3e Add support for translating content titles and descriptions (#12208) 2024-02-24 19:13:07 +00:00
57de599a29 Restore pre-5.9.0-dev behavior of touch_use_crosshair=false shootline (#14389)
* Fix incorrect shootline after releasing pointer if touch_use_crosshair=false

This happened because Android reuses pointer IDs.
Also includes a refactor to merge "m_known_ids" and "m_pointer_pos".

* Restore pre-5.9.0-dev behavior of shootline when !m_has_move_id
2024-02-24 13:12:53 +01:00
492aab20fe Fix compiler warnings 2024-02-24 12:39:12 +01:00
6952bab519 Mark jpeg-turbo as the default library for compiling in macOS 2024-02-23 21:31:24 +01:00
87fa4de59c Use forward-slash (/) for path separator in translation files
The lstrip (left trim) call is to make sure that there are no slashes at the beginning of file paths.
2024-02-23 21:30:34 +01:00
0d4b489545 Detect air-only blocks instead of day/night differences (#14264)
* Detect air-only blocks instead day/night differences

* Write !is_air into the former day-night-diff bit on disk, so that old server can still read maps written by new servers

* Only set is_air bit when reading from disk
2024-02-22 21:47:42 -08:00