aboutsummaryrefslogtreecommitdiff
path: root/doc/client_lua_api.txt
AgeCommit message (Collapse)Author
2021-03-26Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-03-26Complete documentationElias Fleckenstein
2021-03-26Add ClientObjectRef:removeElias Fleckenstein
2021-02-23Continue with 5.5.0-devsfan5
2021-02-10Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-01-18Fix double word "true" in minetest.is_nan explanation (#10820)M.K
2021-01-07Add minetest.get_nearby_objectsElias Fleckenstein
2021-01-07Add minetest.interactElias Fleckenstein
2020-12-12Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2020-12-10Various 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-30Lua API: Particle callbacks; Add NoWeatherElias Fleckenstein
2020-11-28Added minetest.close_formspecElias Fleckenstein
2020-11-28Merged MinetestElias Fleckenstein
2020-11-24Added minetest.register_on_play_soundElias Fleckenstein
2020-11-23LocalPlayer:set_physics_override; minetest.register_on_recieve_physics_overrideElias Fleckenstein
2020-11-05add g/s pitch and make_screenshot in lua apicorarona
2020-11-04Moved Killaura to Lua; Added ForceField; Added Friendlist; Added ↵Elias Fleckenstein
ClientObjectRef:is_local_player(); Documented LocalPlayer:get_object()
2020-10-21Added Strip, AutoRefill, indexing for InventoryActions and Wield Index ↵Elias Fleckenstein
starts at 1 now
2020-10-19Added ThroughWalls, InventoryActions API and AutoTotemElias Fleckenstein
2020-10-18Extended ClientObjectRef; Improved CrystalPvPElias Fleckenstein
2020-10-18Lint is bitchElias Fleckenstein
2020-10-17New Mod SystemElias Fleckenstein
2020-10-05Added minetest.drop_selected_item(), Improved AutoEjectElias Fleckenstein
2020-10-04The Robot UpdateElias Fleckenstein
2020-10-03Lua 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-22Unrestricted HTTP API for Client, Server and Main MenuElias Fleckenstein
2020-08-22Added minetest.get_inventory(location)Elias Fleckenstein
2020-08-22Added Documentation for Additional APIElias Fleckenstein
2020-08-15Allow binding dig, place actions to keys; remove LMB/RMB hardcodingANAND
Co-authored-by: Sam Caulfield <sam@samcaulfield.com>
2020-07-14Implement grouped mode for find_nodes_in_area (#9888)sfan5
plus general improvements to find_node_* functions
2020-07-09Continue with 5.4.0-devsfan5
2020-05-14CSM: Bugfixes to camera:get_pos() and camera:get_fov()sfan5
closes #9857
2020-05-05Fix small typo (#9813)oilboi
2020-04-11Improve waypoints and add image variant (#9480)Lars Müller
2020-04-11Various features and fixessfan5
2020-04-11Implement minetest.sound_fade()sfan5
2020-04-05Continue with 5.3.0-devsfan5
2019-11-11[CSM] Fix and improve minetest.get_language()sfan5
Previously this method would accidentally reset the locale and break everything.
2019-11-11[CSM] Implement minetest.get_csm_restrictions()sfan5
fixes #8068
2019-11-11[CSM] Expose more env functionssfan5
2019-11-09[CSM] Remove non-functional minetest.get_day_count()sfan5
2019-11-09Corrections to client_lua_api.txtsfan5
2019-11-09Introduce get_modpath() for CSMsfan5
2019-10-12Continue with 5.2.0-devsfan5
2019-09-08Lua API documentation: Various fixes (#8914)SmallJoker
Remove unusable 'minetest.setting_*' from client_lua_api.txt lua_api.txt: - Define the 'mod.conf' format - More precise 'settingtypes.txt' format reference - Document special sound files 'player_*damage' - Group, sort and add 'not_in_creative_inventory' special group - Define the 'Settings' format - Warning about incorrect byte saving in 'StorageRef' - Note about non-persistent player definitions fields - Better 'leveldiff' and 'level' group description
2019-09-05doc/client_lua_api: Clarify how client side api and mods start (#8822)Paul m. p. P
2019-03-04Continue with 5.1.0-devsfan5
2019-02-26Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 ↵Loïc Blot
(#8288)" This reverts commit 01cd63bd3bca0192dab2834faf414b022706a77e.
2019-02-26Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)Paramat
Reverts 5dab7426451842793b183fbd961ad2ae83c8acbd "[CSM] Add functions to create particles and particlespawners."
2019-01-06Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy
* Deprecate modpack.txt and use modpack.conf instead