1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-08 19:15:28 +01:00
Commit Graph

11377 Commits

Author SHA1 Message Date
Bradley Pierce
9bb080b0a9 Fix indentation 2024-01-27 10:38:30 -05:00
Bradley Pierce
caee8eeff3 Fix some indentation 2024-01-27 10:17:55 -05:00
Bradley Pierce
e631b8f055 Merge branch 'master' into doc-refactor-2 2024-01-27 10:11:21 -05:00
grorp
fbec168e91 Only pause rendering if the Android activity is stopped (#14211) 2024-01-27 14:37:00 +01:00
sfan5
89f3502b56 Move Server ban check to different point 2024-01-27 10:33:32 +01:00
sfan5
5dbc1d4c08 Move some files to src/server/ 2024-01-27 10:33:32 +01:00
sfan5
c0f852e016 Change NetworkPacket to reserve instead of resize
also make the bool serialization clearer and move the constructor
to the header file
2024-01-27 10:33:32 +01:00
sfan5
397682a5b0 Clean up client and server command sending / tables 2024-01-27 10:33:32 +01:00
grorp
2b99dabdac Touchscreen: Abort ongoing short taps if touch interaction mode changes (#14305) 2024-01-26 23:19:06 +01:00
Bradley Pierce
df9975f35d Add markdown admonition extension (#14303) 2024-01-26 22:10:57 +01:00
sfan5
4158759265 Move mtevent.h to src/client/ 2024-01-26 22:10:36 +01:00
sfan5
8927e7caf6 Handle some edge cases in tile images 2024-01-26 22:10:36 +01:00
sfan5
a46fe79939 Reduce code duplication in tile.cpp 2024-01-26 22:10:36 +01:00
Bradley Pierce
c5f4485e02 Use periods instead of parenthesis 2024-01-26 14:48:13 -05:00
Bradley Pierce
3b79f0f14e Fix headings in README.md 2024-01-25 21:44:57 -05:00
Bradley Pierce
1fae65a22b Use asterisks instead of hyphens for lists 2024-01-25 21:43:36 -05:00
Bradley Pierce
82c8c19130 Fix headings in texture_packs.md 2024-01-25 21:40:03 -05:00
Bradley Pierce
0fa914a6d1 Enforce newline after headings 2024-01-25 21:36:41 -05:00
Bradley Pierce
f22efe7116 Add missing angle bracket 2024-01-25 21:30:42 -05:00
Bradley Pierce
5846afeceb Replace bad quotes 2024-01-25 21:30:17 -05:00
Bradley Pierce
5cb96fe27b More admonition boxes! 2024-01-25 21:27:56 -05:00
Bradley Pierce
4d18a89e5d Try to fix list indentation 2024-01-25 21:04:40 -05:00
Bradley Pierce
6b579d7413 Finalize primary header spacing 2024-01-25 20:56:50 -05:00
lhofhansl
2ef080a51b Slight simplification of RemoteClient::getNextBlocks(...) (#14302) 2024-01-25 11:32:18 -08:00
Bradley Pierce
0504c1c96c Merge branch 'master' into doc-refactor-2 2024-01-24 20:17:56 -05:00
Sokomine
4468813d47 Show more lines in chat scrollback buffer (#14290) 2024-01-24 19:41:29 +01:00
Bradley Pierce
1a8a734f05 Merge branch 'master' into doc-refactor-2 2024-01-23 19:50:23 -05:00
Lars Mueller
6a2eb4da07 Restore pointability backwards compatibility 2024-01-23 23:30:28 +01:00
sfan5
731b84d725 Reduce some instances of useless data shuffling 2024-01-23 22:34:36 +01:00
sfan5
362e4505e8 Minor improvements to media request / announce code
I had to throw away the code switching sendRequestedMedia to
a bin packing algorithm because it actually performed worse. :(
2024-01-23 22:34:36 +01:00
sfan5
13013d1b8b Fix client loading not aborting correctly in certain cases 2024-01-23 22:34:36 +01:00
sfan5
6df0de565f Check media requests on the server more carefully 2024-01-23 22:34:36 +01:00
sfan5
89eabb5803 Drop speed tests and some other unused code from clientlauncher.cpp 2024-01-23 22:34:36 +01:00
sfan5
6aa4f14a28 Drop some unneeded MOD_REASONs 2024-01-23 22:34:36 +01:00
sfan5
be7844192b Don't save blocks asap for only lighting updates 2024-01-23 22:34:36 +01:00
sfan5
9e3a11534f Allow fog color to be overriden properly (#14296) 2024-01-23 22:33:33 +01:00
grorp
a29d3cf074 Save the settings in more cases to avoid losing setting changes (especially on Android) (#14266) 2024-01-23 21:33:27 +01:00
Lars Mueller
f6ecd931dc Minor documentation formatting fixes 2024-01-22 22:41:33 +01:00
Lars Mueller
f0180ad488 Fix revoke callbacks being run for false values passed to set_privileges 2024-01-22 22:24:32 +01:00
Lars Müller
afc48cf224 Address set_player_privs footgun (#14297)
---------

Co-authored-by: grorp <gregor.parzefall@posteo.de>
2024-01-22 20:06:03 +01:00
cx384
5958714309 Tool specific pointing and blocking pointable type (#13992) 2024-01-22 18:27:08 +01:00
Lars Mueller
fb461d21a5 Fix waypoint precision wraparound, add bounds check 2024-01-21 21:00:09 +01:00
grorp
404a063fdf Touchscreen: Allow mods to swap the meaning of short and long taps (punch with single tap) (#14087)
This works through a new field "touch_interaction" in item definitions.
The two most important use cases are:
 - Punching players/entities with short tap instead of long tap (enabled by default)
 - Making items usable that require holding the place button (e.g. bows and shields in MC-like games)
2024-01-21 17:44:08 +01:00
Bradley Pierce
94883364d1 Fix Github alerts 2024-01-20 10:48:05 -05:00
sfan5
8cbd629010 Fix bugs in ModifySafeMap (#14276) 2024-01-20 15:37:30 +01:00
DS
e9233bc169 Fix typo in minimap bumpmapping shader (#14280) 2024-01-20 15:36:53 +01:00
Jaidyn Ann
bec080be8d Add Esperanto builtin translation (#14215) 2024-01-20 15:36:42 +01:00
Bradley Pierce
91e3b90d4e Merge branch 'master' into doc-refactor-2 2024-01-20 08:38:10 -05:00
Bradley Pierce
79d8e1bb71 Use Github syntax for more notes and warnings 2024-01-20 08:31:48 -05:00
Bradley Pierce
b5bbcc82dc Refactor worlds_here.txt 2024-01-20 08:29:41 -05:00