aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_object.cpp
AgeCommit message (Expand)Author
2021-01-31Preserve immortal group for players when damage is disabledsfan5
2021-01-21ObjectRef: fix some v3f checks (#10602)Zughy
2021-01-02Add on_deactivate callback for luaentities (#10723)hecks
2020-12-23Fix unsafe cast in l_objectrubenwardy
2020-11-10ObjectRef: Re-add legacy code for set_physics_override (#10585)SmallJoker
2020-11-04Fix ObjectRef errors due to lua_isnil() (#10564)Zughy
2020-10-31Fix segfault in deprecation logging due to tail call, log by default (#10174)rubenwardy
2020-10-22Clean up l_object.cpp (#10512)Zughy
2020-10-13Add ObjectRef:get_children() (#10480)Zughy
2020-10-04Minimap as HUD element with API controlPierre-Yves Rollo
2020-10-04Add First Person Attachments (#10360)Jordan Snelling
2020-10-04Deprecate get_player_velocity and add_player_velocity (#10173)rubenwardy
2020-08-27Lua API: Register missing get_texture_mod function (#10338)karamel59
2020-08-15Allow binding dig, place actions to keys; remove LMB/RMB hardcodingANAND
2020-06-13Exposing the zoom key to Lua API (#9903)Lars Müller
2020-05-07Server class code cleanups (#9769)Loïc Blot
2020-05-05Sky API: Rename *_tint to fog_*_tint for consistencySmallJoker
2020-05-02set_fov: Add support for time-based transitions (#9705)ANAND
2020-04-27Forbid object:attach(obj, ...) (#9762)Loïc Blot
2020-04-18script: Move SAO usability check so that it covers all functions (#9698)sfan5
2020-04-14scriptapi: Some small optimizations to value pushing (#9669)sfan5
2020-04-11Drop content_sao.{cpp,h}Loic Blot
2020-04-11Move PlayerSAO to dedicated filesLoic Blot
2020-04-11Move serveractiveobject & unitsaoLoic Blot
2020-04-11scriptapi: Sort out ServerEnvironment / Environment distinction properlysfan5
2020-03-08Fix star visilibity and documentation (since 946c03c6)Jordan Snelling
2020-03-05set_sky improvements, set_sun, set_moon and set_starsJordach
2020-02-23Move core.get_connected_players() implementation to C++sfan5
2020-02-11Script API: Check that SAOs are still usable before attempting to use themsfan5
2019-09-22Punchwear (improved) (#8959)sfan5
2019-09-21Wieldhand: Specify which ItemStack to use (#8961)SmallJoker
2019-09-19Add support for per-player FOV overrides and multipliersAnand S
2019-08-24Inventory: Send dirty lists where appropriate (#8742)SmallJoker
2019-08-10Implement adding velocity to player from Luasfan5
2019-08-07Unify wield item handling (#8677)SmallJoker
2019-07-30Move the clamping of hp/breath when their maximums change to read_object_prop...Beha
2019-05-21Fix forgotten PlayerSAO cast in a90f2efSmallJoker
2019-05-21Check for out-of-bounds breath when setting breath_max (#8493)ANAND ツ
2019-04-28Force send a mapblock to a player (#8140)sofar
2019-04-11Add node field to PlayerHPChangeReason table (#8368)Paul Ouellette
2019-04-07Add deprecation warnings for ObjectRef:get/set_attribute (#8443)ANAND
2019-03-12HPChange Reason: Fix push after free, and type being overwritten (#8359)rubenwardy
2019-02-10Consistent HP and damage types (#8167)SmallJoker
2019-01-06Fix various bugs (Anticheat, Lua helpers) (#8013)SmallJoker
2018-11-28Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395)CoderForTheBetter
2018-07-08Lua templating reading (part 4): s16, v2s16, v2f (#7512)Loïc Blot
2018-07-01Log deprecated Lua function calls (#7491)SmallJoker
2018-06-30Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot
2018-06-04Modernize lua read (part 1): C++ templating insurance (#7394)Loïc Blot
2018-05-31Fix isNan on setYaw Lua call (#7380)Loïc Blot