]> git.lizzy.rs Git - minetest.git/history - src/script/lua_api
Support packing arbitrary graphs (#12289)
[minetest.git] / src / script / lua_api /
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-05-02 sfan5Refactor some Lua API functions in preparation for...
2022-05-02 sfan5Remove some unused variable from Lua class wrappers
2022-04-28 sfan5Clean up some auth packet handling related code
2022-04-10 Lars MüllerRemove unneeded ObjectRef setter return values (#12179)
2022-04-08 ShadowNinjaSpacing fixes
2022-04-07 Jude Melton-HoughtonDisentangle map implementations (#12148)
2022-03-29 DSFix the documentation of InvRef:get_lists() and clean...
2022-03-26 x2048Add API to control shadow intensity from the game/mod...
2022-03-05 Lars MüllerReadd basic_debug as a HUD flag (#12020)
2022-03-05 ZughyAllow get_sky to return a table (#11963)
2022-02-23 SmallJokerLua API documentation: Various fixes (#12059)
2022-02-04 sfan5Fix broken server startup if curl is disabled (#12046)
2022-01-30 rubenwardyUse virtual paths to specify exact mod to enable (...
2022-01-27 Lars MüllerDefine control(bits) as "unset" for entities (#11995)
2022-01-22 ZughyAllow resetting celestial vault elements by leaving...
2022-01-09 sfan5Mainmenu game-related changes (#11887)
2022-01-09 sfan5Restore pass-through of direction keys (#11924)
2022-01-07 Jude Melton-HoughtonUse a database for mod storage (#11763)
2021-12-18 sfan5Refactor trusted mod checking code
2021-12-18 sfan5Don't let HTTP API pass through untrusted function
2021-12-18 sfan5Restructure devtest's unittests and run them in CI...
2021-11-26 Corey PowellImplemented disconnect_player (#10492)
2021-11-26 sfan5Fix find_nodes_in_area misbehaving with out-of-map...
2021-11-10 Elijah DuffyLua API: Add `rmdir`, `cpdir` and `mvdir` (#9638)
2021-10-31 WuzzyFix number of tool uses being off by 1..32767 (#11110)
2021-10-25 sfan5Fix item duplication if player dies during interact...
2021-10-12 SmallJokerRemove a few unused functions reported by callcatcher...
2021-10-06 sfan5Move instead of copy during content install if possible
2021-10-06 sfan5Move archive extraction in content store to async job
2021-10-06 sfan5Make fs::extractZipFile thread-safe
2021-10-06 emixa-dAdd "MINETEST_MOD_PATH" environment variable (#11515)
2021-10-05 WuzzyFix crash when calling remove/kick/ban_player on start...
2021-10-05 Jude Melton-HoughtonMake MetaDataRef:get return nil instead of nothing...
2021-10-05 WuzzyAdd get_server_max_lag() (#11671)
2021-10-01 WuzzySplit liquid_viscosity to liquid_viscosity and move_res...
2021-09-11 sfan5Make sure relevant std::stringstreams are set to binary
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-08-28 sfan5Async-related script cleanups
2021-08-28 savilliRemove redundant on_dieplayer calls
2021-08-27 NeroBurnerJoystick sensitivity for player movement (#11262)
2021-08-21 SmallJokerHUD: Reject and warn on invalid stat types (#11548)
2021-08-19 sfan5Validate staticdata and object property length limits...
2021-07-29 hecksAdd a simple PNG image encoder with Lua API (#11485)
2021-07-11 hecksRefactor video driver name retrieval (#11413)
2021-06-30 SmallJokerAuth API: Error when accessed prior to ServerEnv init...
2021-06-20 sfenceAdd min_y and max_y checks for Active Block Modifiers...
2021-06-16 sfan5Drop --videomodes, fullscreen_bpp and high_precision_fp...
2021-05-30 SmallJokerAdd core.compare_block_status function (#11247)
2021-05-30 sfan5script: Replace calls to depreated luaL_openlib
2021-05-17 sfan5Fix curl_timeout being ignored for Lua HTTP fetches
2021-05-06 Loic Blotfix: extractZipFile is not part of Client but more...
2021-05-03 Loic Blotrefacto: remove get_gui_env & draw_load_screen from...
2021-05-03 Loic Blotrefacto: RenderingEngine is now better hidden
2021-05-03 Loic Blotrefacto: rendering engine singleton removal step 1...
2021-04-23 Vincent RobinsonAdd `minetest.colorspec_to_colorstring` (#10425)
2021-04-09 sfan5Fix server favorites not saving when client/serverlist...
2021-03-30 SmallJokerConsistent title bar + render information in mainmenu...
2021-03-23 sfan5Fix broken `BiomeGen` abstraction (#11107)
2021-03-20 SmallJokerSchematic: Properly deal with before/after node resolvi...
2021-03-04 sfan5Protect mg_name and mg_flags from being set by Lua...
2021-03-01 SmallJokerSettings: Push groups in to_table as well
2021-02-17 rubenwardyAdd nametag background setting and object property...
2021-02-07 rubenwardyUse consistent temp folder path (#10892)
2021-02-06 rubenwardyReduce ore noise_parms error to deprecation warning...
2021-02-02 sfan5Drop wide/narrow conversion functions
2021-02-01 sfan5Revise dynamic_add_media API to better accomodate futur...
2021-01-31 sfan5Preserve immortal group for players when damage is...
2021-01-31 sfan5Cache client IP in RemoteClient so it can always be...
2021-01-29 SmallJokerSettings: Proper priority hierarchy
2021-01-22 rubenwardyUse JSON for favorites, move server list code to Lua...
2021-01-21 rubenwardyMgOre: Fix invalid field polymorphism (#10846)
2021-01-21 ZughyRemoved some obsolete code (#10562)
2021-01-21 ZughyObjectRef: fix some v3f checks (#10602)
2021-01-04 rubenwardyContentDB: Add overwrite dialog when content is already...
2021-01-02 hecksAdd on_deactivate callback for luaentities (#10723)
2020-12-29 Elias FleckensteinAdd minetest.get_objects_in_area (#10668)
2020-12-24 Lars MuellerFix minetest.is_nan
2020-12-23 rubenwardyFix unsafe cast in l_object
2020-12-19 rubenwardyAdd open user data button to main menu (#10579)
2020-11-10 SmallJokerObjectRef: Re-add legacy code for set_physics_override...
2020-11-04 ZughyFix ObjectRef errors due to lua_isnil() (#10564)
2020-11-01 SmallJokerFix incorrect deprecation hints
2020-10-31 rubenwardyFix segfault in deprecation logging due to tail call...
2020-10-22 ZughyClean up l_object.cpp (#10512) fork/dual_wielding
2020-10-13 ZughyFix float argument check in minetest.set_timeofday...
2020-10-13 ZughyAdd ObjectRef:get_children() (#10480)
2020-10-13 JosiahWIPass ContentFeatures as reference to read_content_featu...
2020-10-11 ZughyAdd missing type check to InvRef:set_lists() (#10476)
2020-10-09 DSAdd a short_description to be used by mods (#8980)
2020-10-06 HybridDogAdd minetest.get_artificial_light and minetest.get_natu...
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-10-04 Pierre-Yves RolloMinimap as HUD element with API control
2020-10-04 Jordan SnellingAdd First Person Attachments (#10360)
2020-10-03 rubenwardyDeprecate get_player_velocity and add_player_velocity...
2020-09-16 rubenwardyClean up server-side translations, remove global variab...
2020-08-27 karamel59Lua API: Register missing get_texture_mod function...
2020-08-15 ANANDAllow binding dig, place actions to keys; remove LMB...
2020-07-29 LejoAdd PUT and DELETE request + specific method value...
2020-07-28 Hugues RossSanitize world directory names on create. Keep original...
next