9163 Commits

Author SHA1 Message Date
Elias Fleckenstein
dc67f669e9 Make the Cheat Menu size configureable 2021-01-07 10:52:42 +01:00
Elias Fleckenstein
906845a874 Add minetest.registered_items and minetest.registered_nodes (Doesn't do anything yet) 2021-01-07 10:45:59 +01:00
Elias Fleckenstein
3a43259021 Fixed crash by adding legacy stuff to defaultsettings (for now) 2020-12-13 13:43:02 +01:00
Elias Fleckenstein
53c991c5f2 Fixed crash due to missing entry in defaultsettings.cpp 2020-12-13 13:32:55 +01:00
Elias Fleckenstein
0c6e0c7177 Reorganize categories 2020-12-12 15:21:17 +01:00
Elias Fleckenstein
e8faa2afb7 Rework Range 2020-12-12 15:17:00 +01:00
Elias Fleckenstein
a4d914ba27 Make GitHub Actions Happy try 3 2020-12-12 14:08:38 +01:00
Elias Fleckenstein
a34c610938 Make GitHub Actions Happy try 2 2020-12-12 14:06:41 +01:00
Elias Fleckenstein
7250cf2c1c Merge branch 'master' of https://github.com/minetest/minetest 2020-12-12 14:00:10 +01:00
Elias Fleckenstein
f783f59392 Make GitHub Actions Happy try 1 2020-12-12 13:58:46 +01:00
Elias Fleckenstein
8b58465aa1 Remove obsolete code from clientenvironment 2020-12-11 18:14:49 +01:00
Elias Fleckenstein
35c15567af Update builtin/settingtypes.txt to the new philosophy 2020-12-11 17:47:52 +01:00
Elias Fleckenstein
0c9e7466e8 New Cheat Philosophy 2020-12-11 17:11:22 +01:00
Elias Fleckenstein
a1e61e561f World Cheats improvements; Add BlockLava; Readd minetest.request_http_api for Compatibility 2020-12-11 16:38:49 +01:00
SmallJoker
af073438fd
Various documentation fixes (#10692)
set_sky: New feature, keep note about the old syntax
get_us_time: Document overflow
localplayer: Document "nil" behaviour before initialization
collision_box: Safe limit of "1.45"
2020-12-10 20:59:24 +01:00
hecks
6d7067fd37
Implement mapblock camera offset correctly (#10702)
Implement mapblock camera offset correctly - reduce client jitter

Co-authored-by: hecktest <>
2020-12-05 15:03:40 -08:00
sfan5
07e0b527cf Revert "Increase limit for simultaneous blocks sent per client and the meshgen cache."
This reverts commit 2f6393f49d5ebf21abfaa7bff876b8c0cf4ca191.
2020-12-04 19:06:16 -08:00
Oblomov
08c9d1a669
Cross-reference the node level manipulation functions (#10633)
This can help developers find the correct functions to access and manipulate the fluid level.
2020-12-04 20:16:53 +01:00
HybridDog
e73c5d4585
Fix MSAA stripes (#9247)
This only works when shaders are enabled.
The centroid varying avoids that the textures (which repeat themselves out of bounds) are sampled out of bounds in MSAA.
If MSAA (called FSAA in minetest) is disabled, the centroid keyword does nothing.
2020-12-04 20:16:12 +01:00
sfan5
ecd4f45318 Fix certain connected nodeboxes crashing when falling
fixes #10695
2020-12-04 11:28:45 +01:00
Elias Fleckenstein
56d536ea5e Update CheatDB URL again 2020-12-01 18:22:24 +01:00
Elias Fleckenstein
ce47003cca Update defaults for ContentDB (->CheatDB) 2020-12-01 17:10:48 +01:00
Elias Fleckenstein
89995efee4 CheatDB Support & Enable/Disable CSMs in Main Menu 2020-12-01 14:32:54 +01:00
Elias Fleckenstein
3df23e23cd Small AutoTool Fix 2020-12-01 10:59:02 +01:00
Elias Fleckenstein
8b3eaf5b05 Lua API: Particle callbacks; Add NoWeather 2020-11-30 11:20:07 +01:00
SmallJoker
3176daee79 Input: Fix on_rightclick called when placing into air 2020-11-29 19:20:45 +01:00
Elias Fleckenstein
0a285dd338 Remove NextItem 2020-11-29 19:15:41 +01:00
Elias Fleckenstein
4695222bc3 Fix and Improve AutoTool 2020-11-29 19:08:39 +01:00
Elias Fleckenstein
5bead7daaf Added minetest.close_formspec 2020-11-28 20:13:20 +01:00
Elias Fleckenstein
f825cf0e35 Fixed Minimap position 2020-11-28 19:40:26 +01:00
Elias Fleckenstein
eaa8a51323 Fixed FastPlace and AutoPlace 2020-11-28 16:22:30 +01:00
Elias Fleckenstein
9633ad122b Improved Freecam 2020-11-28 15:58:19 +01:00
Elias Fleckenstein
b4e475726b Added configureable Colors for PlayerESP and EntityESP 2020-11-28 14:37:26 +01:00
Elias Fleckenstein
549025f6a1 EntityESP, EntityTracers, PlayerESP, PlayerTracers 2020-11-28 14:23:29 +01:00
Elias Fleckenstein
eb6aca8b4a Merged Minetest 2020-11-28 13:48:33 +01:00
Elias Fleckenstein
8de51dae97 Fixed crash when attempting to access nonexistant inventory from Lua API 2020-11-28 12:08:53 +01:00
Lars
f1d72d212a Avoid generating the same chunk more than once with multiple emerge threads. 2020-11-26 20:31:20 -08:00
sfan5
9bb381ebd3 Change typedef to normal definitions in GUI code 2020-11-26 22:42:19 +01:00
sfan5
868749b4f8 Return star color calculation to what it previously was 2020-11-26 22:17:11 +01:00
numzero
8689e00fca Fix style 2020-11-26 12:49:10 -08:00
numzero
c158e20e5b Provide fallback star color for GLES 2 with MT shaders disabled 2020-11-26 12:49:10 -08:00
numzero
cdcf7dca7c Sky: support GLES2
IrrLicht built-in shader is broken, have to write my own
2020-11-26 12:49:10 -08:00
numzero
be59668f47 Allow missing shaders 2020-11-26 12:49:10 -08:00
numzero
d7cf40a0ce Replace TriangleFan as poorly supported 2020-11-26 12:49:10 -08:00
numzero
560627eef8 Reuse seed when updating stars
The only currently relevant parameter is scale which can now be changed
without resetting stars position
2020-11-26 12:49:10 -08:00
numzero
3077afc0a2 Store stars in a single static mesh buffer 2020-11-26 12:49:10 -08:00
numzero
89cc5bf537 Don't evaluate things many times 2020-11-26 12:49:10 -08:00
numzero
095f82692d Batch cloud drawing 2020-11-26 12:49:10 -08:00
Lars
f1349be542 Avoid marking map blocks dirty upon deserialization. 2020-11-26 11:41:55 -08:00
Elias Fleckenstein
a65251a7a8 Fixed glowing GenericCAOs being rendered completely back when Fullbright is enabled 2020-11-26 18:46:34 +01:00