Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-23 | Add list setting -> chatcmd def for external access (#62)HEADmaster | Cora de la Mouche | |
* Add list setting -> chatcmd def for external access * Document the _list_setting field ... in both the chatcmd def and minetest.register_list_command * doc: add missing 'by' * remove underscore (_list_setting -> list_setting) --------- Co-authored-by: Lizzy Fleckenstein <eliasfleckenstein@web.de> | |||
2023-06-15 | Add server info seed field to documentation | cora | |
2022-05-17 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2022-05-04 | Add vector.combine (#11920) | Lars Müller | |
2022-01-30 | Continue with 5.6.0-dev | sfan5 | |
2021-10-01 | Split liquid_viscosity to liquid_viscosity and move_resistance (#10810) | Wuzzy | |
2021-09-19 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-07-27 | Add bold, italic and monospace font styling for HUD text elements (#11478) | sfan5 | |
Co-authored-by: Elias Fleckenstein <eliasfleckenstein@web.de> | |||
2021-05-30 | Fix base64 validation and add unittests (#10515) | Lars Müller | |
Implement proper padding character checks | |||
2021-05-13 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-05-13 | Add minetest.get_send_speed | Elias Fleckenstein | |
2021-05-11 | Add on_object_add callback2021.05 | Elias Fleckenstein | |
2021-05-11 | Include tile definitions in get_node_def; Client-side minetest.object_refs table | Elias Fleckenstein | |
2021-05-10 | Add on_object_hp_change callback and nametag images | Elias Fleckenstein | |
2021-05-10 | Add on_object_properties_change callback | Elias Fleckenstein | |
2021-05-10 | Add ClientObjectRef:set_properties | Elias Fleckenstein | |
2021-05-10 | Add ClientObjectRef.get_properties | Elias Fleckenstein | |
2021-04-23 | Add `minetest.colorspec_to_colorstring` (#10425) | Vincent Robinson | |
2021-03-26 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-03-26 | Complete documentation | Elias Fleckenstein | |
2021-03-26 | Add ClientObjectRef:remove | Elias Fleckenstein | |
2021-02-23 | Continue with 5.5.0-dev | sfan5 | |
2021-02-10 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-01-18 | Fix double word "true" in minetest.is_nan explanation (#10820) | M.K | |
2021-01-07 | Add minetest.get_nearby_objects | Elias Fleckenstein | |
2021-01-07 | Add minetest.interact | Elias Fleckenstein | |
2020-12-12 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2020-12-10 | Various documentation fixes (#10692) | SmallJoker | |
set_sky: New feature, keep note about the old syntax get_us_time: Document overflow localplayer: Document "nil" behaviour before initialization collision_box: Safe limit of "1.45" | |||
2020-11-30 | Lua API: Particle callbacks; Add NoWeather | Elias Fleckenstein | |
2020-11-28 | Added minetest.close_formspec | Elias Fleckenstein | |
2020-11-28 | Merged Minetest | Elias Fleckenstein | |
2020-11-24 | Added minetest.register_on_play_sound | Elias Fleckenstein | |
2020-11-23 | LocalPlayer:set_physics_override; minetest.register_on_recieve_physics_override | Elias Fleckenstein | |
2020-11-05 | add g/s pitch and make_screenshot in lua api | corarona | |
2020-11-04 | Moved Killaura to Lua; Added ForceField; Added Friendlist; Added ↵ | Elias Fleckenstein | |
ClientObjectRef:is_local_player(); Documented LocalPlayer:get_object() | |||
2020-10-21 | Added Strip, AutoRefill, indexing for InventoryActions and Wield Index ↵ | Elias Fleckenstein | |
starts at 1 now | |||
2020-10-19 | Added ThroughWalls, InventoryActions API and AutoTotem | Elias Fleckenstein | |
2020-10-18 | Extended ClientObjectRef; Improved CrystalPvP | Elias Fleckenstein | |
2020-10-18 | Lint is bitch | Elias Fleckenstein | |
2020-10-17 | New Mod System | Elias Fleckenstein | |
2020-10-05 | Added minetest.drop_selected_item(), Improved AutoEject | Elias Fleckenstein | |
2020-10-04 | The Robot Update | Elias Fleckenstein | |
2020-10-03 | Lua API: Add register_on_chatcommand to SSM and CSM (#7862) | Elijah Duffy | |
Allows catching a chatcommand call just after the command and the parameters are parsed but before its existence is checked and before the corresponding function is run. Returning `true` from a callback function will prevent default handling of the command leaving mods to handle the command manually. | |||
2020-08-22 | Unrestricted HTTP API for Client, Server and Main Menu | Elias Fleckenstein | |
2020-08-22 | Added minetest.get_inventory(location) | Elias Fleckenstein | |
2020-08-22 | Added Documentation for Additional API | Elias Fleckenstein | |
2020-08-15 | Allow binding dig, place actions to keys; remove LMB/RMB hardcoding | ANAND | |
Co-authored-by: Sam Caulfield <sam@samcaulfield.com> | |||
2020-07-14 | Implement grouped mode for find_nodes_in_area (#9888) | sfan5 | |
plus general improvements to find_node_* functions | |||
2020-07-09 | Continue with 5.4.0-dev | sfan5 | |
2020-05-14 | CSM: Bugfixes to camera:get_pos() and camera:get_fov() | sfan5 | |
closes #9857 |