Elias Fleckenstein
78b7d1019d
Add dragonfire logo
2021-01-08 16:07:50 +01:00
Elias Fleckenstein
19e0528e33
Add minetest.get_nearby_objects
2021-01-07 16:04:06 +01:00
Elias Fleckenstein
47d0882cce
Fix line containing only whitespace
2021-01-07 15:13:17 +01:00
Elias Fleckenstein
cca4254f7c
Merge branch 'master' of https://github.com/minetest/minetest
2021-01-07 12:35:04 +01:00
Elias Fleckenstein
4fedc3a31e
Add minetest.interact
2021-01-07 12:09:09 +01:00
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
Loïc Blot
58a709096e
refacto: factorize multiple code parts from guiEditbox childs ( #10782 )
2021-01-04 20:19:20 +01:00
sfan5
e663aecbae
Update Gitlab-CI pipeline
2021-01-04 16:29:25 +01:00
rubenwardy
edd0836011
ContentDB: Add overwrite dialog when content is already installed ( #10768 )
2021-01-04 15:18:31 +00:00
hecks
dd5a732fa9
Add on_deactivate callback for luaentities ( #10723 )
2021-01-02 15:14:29 +01:00
OgelGames
ad58fb2206
Clarify documentation of minetest.get_modpath and minetest.get_modnames ( #10771 )
2021-01-02 15:13:53 +01:00
Zughy
92aac69b36
"Browse online content" formspec improvement ( #10756 )
2021-01-02 15:13:02 +01:00
Jean-Patrick Guerrero
ff921f6989
Formspecs: Fix broken texture escaping with model[]
2021-01-01 17:03:34 +01:00
Elias Fleckenstein
9250b5205a
Add minetest.get_objects_in_area ( #10668 )
2020-12-29 16:50:09 +01:00
Lars Mueller
09d7fbd645
Fix item tooltip background color not working
2020-12-28 13:57:45 +01:00
Zughy
55dba1bc6d
Display Minetest header when menu_last_game value isn't available anymore ( #10751 )
2020-12-28 13:56:58 +01:00
Lars Mueller
8f72d4b294
Fix minetest.is_nan
2020-12-24 22:07:04 +01:00
sfan5
74762470b2
Fix some minor code issues all over the place
2020-12-24 13:44:54 +01:00
Lars
289425f6bd
Minor profiler fixes.
2020-12-23 14:48:08 -08:00
rubenwardy
2c3593b51e
Fix unsafe cast in l_object
2020-12-23 22:24:58 +00:00
sfan5
2bdf4955c8
CI: fix build
2020-12-23 22:27:35 +01:00
rubenwardy
d2bbf13dfe
Add dependency resolution to ContentDB ( #9997 )
2020-12-23 14:42:18 +00:00
Wuzzy
535557cc2e
Fix fallnode rotation of wallmounted nodebox/mesh ( #10643 )
2020-12-22 14:54:27 +01:00
Vitaliy
03540e7140
Fix GLES shader support after #9247 ( #10727 )
2020-12-22 14:53:52 +01:00
Markus
af22dd86e3
Fix some more joystick issues ( #10624 )
2020-12-19 22:01:05 +01:00
Andrey
5066fe7583
MainMenu: Add clear button and icon for search input ( #10363 )
2020-12-19 22:00:20 +01:00
Vitaliy
ccbf8029ea
Cleanup shader generation code ( #10663 )
...
Shader generation is a mess. This commit cleans some parts up, including dropping remains of HLSL support which was never actually implemented.
2020-12-19 20:57:10 +01:00
rubenwardy
664f5ce960
Add open user data button to main menu ( #10579 )
2020-12-19 13:27:15 +00:00
Wuzzy
025035db5c
DevTest: Add food item to test food replacement ( #10642 )
2020-12-18 19:38:39 +01:00
LoneWolfHT
d5a481b4e6
Make installer create its own Minetest folder ( #10445 )
...
This changes the installer to create its own Minetest folder instead of having the user create it themselves. This prevents spewing the contents of Minetest everywhere when users change the install directory and expect the installer to create a folder to put it in
2020-12-18 19:38:27 +01:00
DS
6f8a1c99d5
Documentation for highest formspec_version[] and changelog ( #10592 )
2020-12-18 19:38:07 +01:00
Lars
e638056523
Allow configuring block disk and net compression. Change default disk level.
2020-12-15 10:15:25 -08:00
Thomas--S
d0a38f694d
Formspec: Allow to specify frame loop for model[] ( #10679 )
...
Add the ability to specify an animation frame loop range for the model[] formspec element.
2020-12-15 19:06:36 +01:00
wsor4035
3ed940ff13
lua_api.txt: Add mod_orgin to node def ( #10697 )
2020-12-15 19:05:55 +01:00
Zughy
4d41ed0975
Semi-transparent background for nametags ( #10152 )
2020-12-14 23:49:30 +01:00
SmallJoker
f2c8c6bf51
Revert "GUIFormSpecMenu: Shift+Click listring workaround for MacOS"
...
The commit caused Shift-Clicking issues on Linux due to another Irrlicht bug where
KeyInput.Shift released keys do not trigger OnEvent()
MacOS users should build using a recent Irrlicht 1.8 development version.
See also: https://sourceforge.net/p/irrlicht/patches/321/
2020-12-14 11:05:24 -08: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
SmallJoker
e18b6c5a21
GUIFormSpecMenu: Shift+Click listring workaround for MacOS
...
event.MouseInput.Shift is not implemented for MacOS
2020-12-12 20:55:06 +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