aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Disable dynamic shadows for the 5.5.0 releaseSmallJoker2022-01-292-59/+7
* Builtin: Sanity-check /time inputs (#11993)SmallJoker2022-01-271-5/+4
* Free arguments of cancelled minetest.after() jobssfan52022-01-191-1/+8
* Main menu: Fix automatic dependency enables on doubleclickSmallJoker2022-01-191-0/+1
* Mainmenu game-related changes (#11887)sfan52022-01-093-169/+197
* Fully remove bitmap font support (#11863)sfan52022-01-081-13/+3
* 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
* Don't let HTTP API pass through untrusted functionsfan52021-12-181-2/+3
* 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
* 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
* 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
* 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
* List only jpg and png as screenshot format options (#11675)HybridDog2021-10-051-2/+2
* Add an option `-t` to force text output in /helpPedro Gimeno2021-10-012-44/+75
* 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
* Dynamic_Add_Media v2 (#11550)sfan52021-09-091-21/+2
* Fix falling mesh nodes being half size (#11389)Wuzzy2021-09-011-4/+11
* Switch MapBlock compression to zstd (#10788)lhofhansl2021-08-311-9/+7
* Async-related script cleanupssfan52021-08-281-8/+2
* Add group-based tool filtering for node drops (#10141)Treer2021-08-271-1/+34
* Optimize vector length calculations (#11549)Lean Rada2021-08-272-10/+3
* Add disable_settings to game.conf to get rid of "Enable Damage"/"Creative Mod...Hugues Ross2021-08-121-12/+80
* Remove statement semicolons from a lua scripthecks2021-08-091-3/+3
* ContentDB: Add support for package aliases / renaming (#11484)rubenwardy2021-08-021-3/+17
* Fix /emergeblocks crashing in debug builds (#11461)Wuzzy2021-07-311-3/+3
* Add a simple PNG image encoder with Lua API (#11485)hecks2021-07-291-0/+39
* ContentDB: Add reason to downloads (#10876)rubenwardy2021-07-271-15/+26
* Distribute shadow map update over multiple frames to reduce stutter (#11422)x20482021-07-251-5/+5
* Add wallmounted support for plantlike and plantlike_rooted nodes (#11379)Wuzzy2021-07-151-1/+2
* Remove hardcoded "You died." message in chat (#11443)Wuzzy2021-07-121-1/+0
* Add API for mods to hook liquid transformation events (#11405)Warr10242021-07-091-0/+1