aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow get_sky to return a table (#11963)Zughy2022-03-051-0/+1
|
* Fix broken dependency enabling due to missing `enabled` field (#12093)rubenwardy2022-02-241-5/+7
|
* Apply texture pack main menu textures immediately (#12018)ROllerozxa2022-02-121-9/+12
|
* Add support for 'seed' in disallow_mapgen_settings (#12023)Wuzzy2022-02-121-6/+11
|
* Increase max objects per block defaults (#12055)Lars Müller2022-02-081-1/+1
|
* Noise params serialization fixupGaël C2022-02-081-14/+14
|
* Fix types of get_mapgen_setting_noiseparams (#12025)Lars Müller2022-02-041-17/+13
|
* Revert "Disable dynamic shadows for the 5.5.0 release" (#12032)rubenwardy2022-01-312-7/+59
|
* Fix builtin statbar backgroundsLars Mueller2022-01-311-34/+34
| | | | see #12000
* Use virtual paths to specify exact mod to enable (#11784)rubenwardy2022-01-303-26/+73
|
* Update credits for 5.5.0 release (#12001)sfan52022-01-301-23/+27
|
* Get rid of `basic_debug` last minutesfan52022-01-301-4/+0
| | | This isn't a revert but rather just disables the codepaths. also see #12011
* Update German builtin translationWuzzy2022-01-301-6/+1
|
* Update builtin translation templatesWuzzy2022-01-303-3/+9
|
* Fix Minetest logo when installed system-wideROllerozxa2022-01-301-1/+1
|
* Raise max mapgen limit constant to align with mapblock sizesfan52022-01-302-2/+2
|
* Disable dynamic shadows for the 5.5.0 releaseSmallJoker2022-01-292-59/+7
| | | | | | | | | The dynamic shadows are yet not in the desired state to justify the inclusion into version 5.5.0. A stable release is long overdue, hence this allows fixes to continue in 5.6.0-dev to finally release an acceptable version of the dynamic shadows feature. Reverting this commit is highly recommended to proceed in development.
* Builtin: Sanity-check /time inputs (#11993)SmallJoker2022-01-271-5/+4
| | | This enforces the documented bounds for the /time command.
* Free arguments of cancelled minetest.after() jobssfan52022-01-191-1/+8
|
* Main menu: Fix automatic dependency enables on doubleclickSmallJoker2022-01-191-0/+1
| | | | | When mods were toggled by double-click, the hard dependencies were no longer enabled automatically. However, the 'Enabled' checkbox did still work. This commit restores the behaviour as seen before commit c401a06
* Mainmenu game-related changes (#11887)sfan52022-01-093-169/+197
| | | | | | | fixes: * Switching between games does not immediately hide creative mode / damage buttons if so specified * World creation menu has a game selection list even though the menu already provides a gamebar * Showing gameid in world list is unnecessary * Choice of mapgen parameters in menu persists between games (and was half-broken)
* Fully remove bitmap font support (#11863)sfan52022-01-081-13/+3
| | | Freetype is now a build requirement.
* Fix vector.from_string returning a table without vector metatableDesour2022-01-022-1/+2
|
* Improve TTF support for pixel-style fonts (#11848)Vincent Robinson2021-12-301-3/+15
|
* Add more neighbors on mesh update (#6765)Vitaliy2021-12-291-0/+4
|
* Use defined evaluation order in profilerJude Melton-Houghton2021-12-191-2/+3
| | | | See https://github.com/LuaJIT/LuaJIT/issues/238
* Don't let HTTP API pass through untrusted functionsfan52021-12-181-2/+3
| | | | This has been a problem since the first day, oops.
* Fix eat sound not playing if eating last of stacksfan52021-12-151-1/+2
|
* Fix URL escaping in content storesfan52021-12-131-11/+24
|
* Update German locale translationWuzzy2021-12-101-10/+4
|
* Update builtin localeWuzzy2021-12-103-9/+23
|
* Improve error message if using "/help --" (#11796)Wuzzy2021-12-011-4/+6
|
* Implemented disconnect_player (#10492)Corey Powell2021-11-261-0/+10
| | | Co-authored-by: rubenwardy <rw@rubenwardy.com>
* Remove unused Direct3D shader error/warning (#11793)ROllerozxa2021-11-261-7/+1
|
* Allow for Game-Specific Menu Music (#11241)ExeVirus2021-11-225-53/+69
|
* Localize error messages in mainmenu (#11495)Riceball LEE2021-11-011-1/+1
| | | | Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: rubenwardy <rw@rubenwardy.com>
* Fix number of tool uses being off by 1..32767 (#11110)Wuzzy2021-10-311-1/+1
|
* Add joystick layout for DragonRise GameCube controller (#11467)Isabelle COWAN-BERGMAN2021-10-311-1/+1
|
* Fix item duplication if player dies during interact callback (alternative) ↵sfan52021-10-251-22/+28
| | | | (#11662)
* Fix incorrect error message in core.encode_pngsfan52021-10-221-1/+1
|
* Move instead of copy during content install if possiblesfan52021-10-071-6/+2
|
* Move archive extraction in content store to async jobsfan52021-10-074-97/+33
|
* Add "MINETEST_MOD_PATH" environment variable (#11515)emixa-d2021-10-071-5/+3
| | | | This adds an environment variable MINETEST_MOD_PATH. When it exists, Minetest will look there for mods in addition to ~/.minetest/mods/.
* List only jpg and png as screenshot format options (#11675)HybridDog2021-10-051-2/+2
| | | The other formats are no longer supported in Minetest Irrlicht.
* Add an option `-t` to force text output in /helpPedro Gimeno2021-10-012-44/+75
| | | | This also improves detection of whether formspecs are available.
* Update builtin locale files (#11650)Wuzzy2021-09-263-6/+10
|
* Fix several typos in settingtypes.txt (#11623)Wuzzy2021-09-261-17/+17
|
* Touch UI support for desktop builds (#10729)TheBrokenRail2021-09-261-0/+3
|
* Add feature table entry for new dynamic media APIsfan52021-09-191-0/+1
|
* Split vector.new into 3 constructorsDS2021-09-102-23/+50
|