aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-27Make ContentDB downloads not block the UI (#9948)rubenwardy
2020-05-26Fix liquids refusing to flow in X+ or Z+ in some cases (#9874)sfan5
2020-05-26Devtest game: Update biome registrations (#9936)Paramat
2020-05-26Fix devtest being ignored by .gitignorerubenwardy
2020-05-26Devtest: Fix crash in player unittest (#9937)Wuzzy
2020-05-26Rename “Minimal development test” to “Development Test” (#9928)Wuzzy
2020-05-25L-System trees: Remove hardcoded use of 'mapgen_dirt' alias (#9931)Paramat
2020-05-25Silence GCC warning in mapblock_meshSmallJoker
2020-05-24Fix build on FreeBSD, broken since open_urlrubenwardy
2020-05-24Add engine version string to ContentDB API request (#9890)rubenwardy
2020-05-24Replacement for Minimal Development Test (PR) (#9450)Wuzzy
2020-05-24Add chat_font_size setting (#9736)SmallJoker
2020-05-24Fix two bugs in content_caosfan5
2020-05-24Fix constant re-queueing of emerges that will always be unsuccessfulsfan5
2020-05-24Fix documentation of emergequeue_limit settingssfan5
2020-05-24lua_api.txt: Fix minor typo (#9917)ANAND
2020-05-23Optimize particlespawner sending by not sending to distant playerssfan5
2020-05-23Implement spawning particles with node texture appearancesfan5
2020-05-23Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)sorcerykid
2020-05-23Modernize include guards and add missing ones (#9898)Awkor
2020-05-22Check for valid base64 before decoding (#9904)Lejo1
2020-05-22MacOS: Fix environ not being foundSmallJoker
2020-05-22Cleanup of particle & particlespawner structures and code (#9893)sfan5
2020-05-22Various documentation fixes in settingtypes.txt (#9910)Paramat
2020-05-20Cache liquid alternative IDs (#8053)Vitaliy
2020-05-20Allow more than 255 biomes, document new maximum (#9855)Paramat
2020-05-20Stop wasting memory on identical textures when texture filtering is disabledsfan5
2020-05-20CSM: Fix crashing minetest.get_item_def()sfan5
2020-05-19Rework functionality of leveled nodes (#9852)Wuzzy
2020-05-19Add ability to scale HUD text (#9814)LoneWolfHT
2020-05-18Add missing sao->isGone() checkssfan5
2020-05-17builtin: Move common/async_event.lua to mainmenu/async_event.luasfan5
2020-05-17content_mapblock: Move static initialization out of functionssfan5
2020-05-17Client: Add sum and average to packetcountersfan5
2020-05-17Add core.open_url() to main menu API (#8592)rubenwardy
2020-05-16Make automatic_rotate relative, allow setting rotation (#8468)ANAND
2020-05-16Error msg if trying to teleport attached player (#9824)Wuzzy
2020-05-16Log protocol ver on mismatched client connect toosfan5
2020-05-14Add new Mapgen V7 floatland implementation (#9296)Paramat
2020-05-14network: Replace a fatal_error with just error loggingsfan5
2020-05-14CSM: Bugfixes to camera:get_pos() and camera:get_fov()sfan5
2020-05-14Collision detection - #9343 follow-up (#9764)TheTermos
2020-05-14Add chat_log_level setting (#9223)SmallJoker
2020-05-14Item Entity: Add message to moveresult assertion (#9797)rubenwardy
2020-05-13Allow placing auto-rotating nodes on other nodes in on_rightclick (#9859)Yaman Qalieh
2020-05-13Document inf value in rollback commands (#9789)Zughy
2020-05-12Add mapgen settings to world creation dialog (#9254)Wuzzy
2020-05-11Damage texture modifier (#9833)Lars Müller
2020-05-11Add support for statbar “off state” icons (#9462)Wuzzy
2020-05-10Request the dedicated GPU when starting Minetest from the `.desktop` file (#9...Hugo Locurcio