index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
lua_api
/
l_object.h
Age
Commit message (
Expand
)
Author
2022-10-04
Consolidate API object code (#12728)
Jude Melton-Houghton
2022-05-29
Add API function to invoke player respawn
sfan5
2022-03-26
Add API to control shadow intensity from the game/mod (#11944)
x2048
2022-03-05
Allow get_sky to return a table (#11963)
Zughy
2020-10-22
Clean up l_object.cpp (#10512)
Zughy
2020-10-13
Add ObjectRef:get_children() (#10480)
Zughy
2020-10-04
Minimap as HUD element with API control
Pierre-Yves Rollo
2020-10-04
Deprecate get_player_velocity and add_player_velocity (#10173)
rubenwardy
2020-03-05
set_sky improvements, set_sun, set_moon and set_stars
Jordach
2019-09-19
Add support for per-player FOV overrides and multipliers
Anand S
2019-08-10
Implement adding velocity to player from Lua
sfan5
2019-04-28
Force send a mapblock to a player (#8140)
sofar
2018-11-28
Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395)
CoderForTheBetter
2018-07-01
Log deprecated Lua function calls (#7491)
SmallJoker
2018-04-06
Add player:get_meta(), deprecate player attributes (#7202)
rubenwardy
2018-03-31
ObjectRef: Add add_velocity() (#3208)
you
2018-03-28
Add formspec theming using prepended strings
Andrew Ward
2017-09-01
Fix animation frame_speed and blend loosing precision due to incorrec… (#6357)
sapier
2017-08-19
Code modernization: subfolders (#6283)
Loïc Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-06-19
C++11 cleanup on constructors (#6000)
Vincent Glize
2017-05-02
Set sky API: Add bool for clouds in front of custom skybox
paramat
2017-04-30
Add clouds API
Ben Deutsch
2017-04-17
Sneak: Add option for old move code
paramat
2017-04-08
Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...
Loïc Blot
2017-01-27
Implement player attribute backend (#4155)
Loïc Blot
2017-01-21
Add Entity get_texture_mod() to Lua API
sapier
2017-01-16
Rename ObjectRef methods to be consistent and predictable
rubenwardy
2016-10-08
Move RemotePlayer code to its own cpp/header
Loic Blot
2016-10-08
Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)
Loic Blot
2016-10-08
Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)
Loic Blot
2016-06-24
Player: New get_look, set_look API
raymoo
2015-07-20
Added get_player_velocity() method. Fixes #1176
Elia Argentieri
2015-06-22
Fix some issues with animations, and allow non-looped animations to be defined
MirceaKitsune
2015-05-28
Add some missing getter functions to the lua API
TeTpaAka
2015-05-15
Generalize core.get/set_nametag_color into core.get/set_nametag_attributes
TeTpaAka
2015-05-15
Add get and set functions for the nametag color
TeTpaAka
2015-05-12
is_player() is no player-only function
est31
2015-03-22
Revert "Add a Lua call to do damages / heals" ok @ShadowNinja
Loic Blot
2015-03-18
Add a Lua call to do damages / heals
Loic Blot
2014-05-07
Fix heart + bubble bar size on different texture packs
sapier
2014-04-12
Add player:set_eye_offset() by @MirceaKitsune and clean up
BlockMen
2014-04-12
Add third person view
BlockMen
2014-02-01
Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...
Perttu Ahola
2014-02-01
Add player:set_sky() with simple skybox support
Perttu Ahola
2013-12-03
Add sneak and sneak_glitch to set_physics_override()
PilzAdam
2013-11-17
Fix issue #1009 (minetest.get_connected_players() returns non-existing players)
kwolekr
2013-09-05
Use player:set_hotbar_image() instead of hardcoded hotbar.png
PilzAdam
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-07-20
Add set_breath and get_breath to lua API.
RealBadAngel
[next]