]> git.lizzy.rs Git - dragonfireclient.git/history - builtin
Update jsoncpp to 1.9.4 (#10477)
[dragonfireclient.git] / builtin /
2020-10-17 LarsRemove all bump mapping and parallax occlusion related...
2020-10-12 ParamatGive unnamed world names incrementing numbers. Format...
2020-10-09 DSAdd a short_description to be used by mods (#8980)
2020-10-06 Hugo LocurcioImprove the `fsaa` setting description (#10279)
2020-10-06 HybridDogAdd minetest.get_artificial_light and minetest.get_natu...
2020-10-03 rubenwardyDeprecate get_player_velocity and add_player_velocity...
2020-10-03 Elijah DuffyLua API: Add register_on_chatcommand to SSM and CSM...
2020-10-03 HybridDogReduce the FPS when the window is unfocused (#8837)
2020-10-03 HybridDogChatcommand: Show help message if func returns false...
2020-09-29 ParamatImprove layout of main menu 'local' tab (#10366)
2020-09-23 tenplus1Ability to remove minetest.after once set (#10103)
2020-09-14 hecksRemove "generate normal maps" feature (#10313)
2020-09-03 ParamatAdd 'ores' global mapgen flag (#10276)
2020-08-30 Pierre-Yves RolloFix #10349 game crashing if dropped an item with undefi...
2020-08-29 LoneWolfHTFix dropped craftitems/tools not using light_source...
2020-08-29 DSAdd vector.offset (#10321)
2020-08-27 MaksimAndroid: drop simple MainMenu (#10227)
2020-08-23 Vincent RobinsonAuto focus on OK button in main menu error messages...
2020-08-18 LarsAllow the ABM time budget to be configurable.
2020-08-17 rubenwardyContentDB: Add Update All and download queuing (#9995)
2020-08-15 ANANDAllow binding dig, place actions to keys; remove LMB...
2020-08-06 EmojigitChange `last-login` command to show player name in...
2020-08-05 ParamatMapgen Flat: Add caverns, disabled by default (#9913)
2020-07-30 SmallJokerFalling: Fix error caused by missing param2
2020-07-28 rubenwardyFix incorrect view URL for games
2020-07-14 LoneWolfHTAdd object crosshair, disable entity selectionboxes...
2020-07-08 sfan5Fix ContentDB menu icons not appearing on Windows
2020-06-09 NetherEranSome vector functions useful for working with rotations...
2020-06-09 Paul OuelletteLuaItemStack: Add __tostring metamethod (#8785)
2020-06-06 rubenwardyFix incorrect extension used for ContentDB thumbnails
2020-06-06 rubenwardyAdd HTTP API to main menu (#9998)
2020-06-04 rubenwardyAdd buttons to ContentDB in game bar and configure...
2020-05-29 WuzzyAdd minetest.is_creative_enabled
2020-05-28 rubenwardyUpdate ContentDB dialog (#9949)
2020-05-27 sfan5Change item entity collisionbox so that they don't...
2020-05-27 sfan5Fix falling entity not falling through players
2020-05-27 rubenwardyMake ContentDB downloads not block the UI (#9948)
2020-05-25 WuzzyRename “Minimal development test” to “Development Test...
2020-05-24 rubenwardyAdd engine version string to ContentDB API request...
2020-05-24 SmallJokerAdd chat_font_size setting (#9736)
2020-05-24 sfan5Fix documentation of emergequeue_limit settings
2020-05-23 sorcerykidAdd on_authplayer callback and 'last_login' to on_joinp...
2020-05-22 ParamatVarious documentation fixes in settingtypes.txt (#9910)
2020-05-19 WuzzyRework functionality of leveled nodes (#9852)
2020-05-17 sfan5builtin: Move common/async_event.lua to mainmenu/async_...
2020-05-17 rubenwardyAdd core.open_url() to main menu API (#8592)
2020-05-16 WuzzyError msg if trying to teleport attached player (#9824)
2020-05-14 ParamatAdd new Mapgen V7 floatland implementation (#9296)
2020-05-14 SmallJokerAdd chat_log_level setting (#9223)
2020-05-14 rubenwardyItem Entity: Add message to moveresult assertion (...
2020-05-13 Yaman QaliehAllow placing auto-rotating nodes on other nodes in...
2020-05-13 ZughyDocument inf value in rollback commands (#9789)
2020-05-12 WuzzyAdd mapgen settings to world creation dialog (#9254)
2020-05-11 WuzzyAdd support for statbar “off state” icons (#9462)
2020-05-06 sfan5Enable collide_with_objects for falling entities
2020-05-06 sfan5Rewrite falling entity to make use of collision info
2020-05-05 sfan5Update num_emerge_threads description
2020-05-04 WuzzyChange default keys for cam/minimap to C/V (#9779)
2020-04-29 Loic BlotAdd MetricsBackend with prometheus counter support
2020-04-28 ANANDFix breath_bar scaling; delay breath_bar hiding by...
2020-04-27 sfan5Rewrite builtin item entity to use collision info
2020-04-27 sfan5Expose collision information to LuaEntity on_step
2020-04-27 sfan5builtin: Correctly indicate failure in /spawnentity
2020-04-26 David LealAdd new command /revokeme <priv> (#9584)
2020-04-22 HybridDogminetest.serialize: Reversible number serialization...
2020-04-13 SmallJokerAdd default stack size setting (#8873)
2020-04-11 rubenwardyFix delayed error message in start game tab
2020-04-08 DSAllow to select en as language in settings menu (#9604)
2020-04-06 Hugo LocurcioAllow relative directories for `screenshot_path`, tweak...
2020-04-06 Wren TurkalAdd allowed_mapgens option in game.conf. (#9263)
2020-04-05 rubenwardyUpdate credits for 5.2.0 (#9593)
2020-04-04 sfan5Builtin: Make item entities glow less (#9594)
2020-03-28 ANANDIgnore near_plane setting on non-Android platforms...
2020-03-20 WuzzyAdd comments for translators (#9510)
2020-03-14 WuzzyFix some chatcommands not returning a value (#9503)
2020-03-06 WuzzyCleanup global namespace pollution in builtin (#9451)
2020-03-05 sfan5Fix potential security issue(s), documentation on minet...
2020-03-05 WuzzyFix pathfinder bugs: returning nil frequently, broken...
2020-02-23 sfan5Profiler: Fix wrong function name for entities
2020-02-23 sfan5Move core.get_connected_players() implementation to C++
2020-02-22 WuzzyFalling nodes: Add support for facedir, colorfacedir...
2020-02-16 SmallJokerBuiltin: Fix error by digging unknown nodes
2020-02-01 sfan5Convert sound_play uses in builtin to ephemeral
2020-02-01 sfan5Let node 'place' and 'dug' sounds be heard by other...
2020-02-01 HybridDogAdd table.shuffle (#8299)
2020-01-24 rubenwardyUpdate settingtypes.txt for new languages
2020-01-18 rubenwardyAdd Lua unit tests to builtin using busted (#9184)
2020-01-04 HybridDogAdd table.key_value_swap (#9248)
2020-01-04 ParamatRemove Mapgen V7 floatlands in preparation for new...
2019-12-24 WuzzyFix item eat sound not played if last item (#9239)
2019-12-21 Lars HofhanslAllow wave_heights up to two nodes. #9220
2019-12-20 ANAND/privs: Delimit output list of privs with commas (...
2019-12-19 WuzzyBuiltin: Make dropped light_source nodes glow (#9200)
2019-12-18 BluebirdMake core.item_place_node return position of placed...
2019-12-16 sfan5Correct documentation around minetest.item_place
2019-12-07 rubenwardyFix luacheck errors
2019-11-25 ANANDUse a safer implementation of gsub in core.chat_format_...
2019-11-18 ParamatRandomwalk cave liquids: Remove deprecated 'lava depth...
2019-11-09 ParamatTunnels: Completely disable generation when 'cave width...
2019-11-08 ParamatRandomwalk caves: Add parameters for number, proportion...
next