index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
lua_api
/
l_object.h
Commit message (
Expand
)
Author
Age
*
Set sky API: Add bool for clouds in front of custom skybox
paramat
2017-05-02
*
Add clouds API
Ben Deutsch
2017-04-30
*
Sneak: Add option for old move code
paramat
2017-04-17
*
Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...
Loïc Blot
2017-04-08
*
Implement player attribute backend (#4155)
Loïc Blot
2017-01-27
*
Add Entity get_texture_mod() to Lua API
sapier
2017-01-21
*
Rename ObjectRef methods to be consistent and predictable
rubenwardy
2017-01-16
*
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-10-08
*
Player: New get_look, set_look API
raymoo
2016-06-24
*
Added get_player_velocity() method. Fixes #1176
Elia Argentieri
2015-07-20
*
Fix some issues with animations, and allow non-looped animations to be defined
MirceaKitsune
2015-06-22
*
Add some missing getter functions to the lua API
TeTpaAka
2015-05-28
*
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-15
*
is_player() is no player-only function
est31
2015-05-12
*
Revert "Add a Lua call to do damages / heals" ok @ShadowNinja
Loic Blot
2015-03-22
*
Add a Lua call to do damages / heals
Loic Blot
2015-03-18
*
Fix heart + bubble bar size on different texture packs
sapier
2014-05-07
*
Add player:set_eye_offset() by @MirceaKitsune and clean up
BlockMen
2014-04-12
*
Add third person view
BlockMen
2014-04-12
*
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
2014-02-01
*
Add sneak and sneak_glitch to set_physics_override()
PilzAdam
2013-12-03
*
Fix issue #1009 (minetest.get_connected_players() returns non-existing players)
kwolekr
2013-11-17
*
Use player:set_hotbar_image() instead of hardcoded hotbar.png
PilzAdam
2013-09-05
*
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-08-14
*
Add set_breath and get_breath to lua API.
RealBadAngel
2013-07-20
*
Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAM
Kahrl
2013-05-26
*
Move scriptapi to separate folder (by sapier)
sapier
2013-05-25