]> git.lizzy.rs Git - minetest.git/history - src/script/lua_api/l_object.cpp
Allow saturation to be controlled by the server. (#13075)
[minetest.git] / src / script / lua_api / l_object.cpp
2022-12-26 lhofhanslAllow saturation to be controlled by the server. (...
2022-11-15 Riceball LEEset_nametag_attributes: don't reset nametags if text...
2022-11-09 Abdou-31Fix typos and en_US/en_GB inconsistency in various...
2022-10-04 Jude Melton-HoughtonConsolidate API object code (#12728)
2022-08-12 SmallJokerPhysics overrides: Move values to a common struct ...
2022-08-10 ZughyFix crash when stars are reset
2022-07-02 WuzzyAllow to set maximum star opacity at daytime (#11663)
2022-05-29 sfan5Add API function to invoke player respawn
2022-04-10 Lars MüllerRemove unneeded ObjectRef setter return values (#12179)
2022-03-26 x2048Add API to control shadow intensity from the game/mod...
2022-03-05 Lars MüllerReadd basic_debug as a HUD flag (#12020)
2022-03-05 ZughyAllow get_sky to return a table (#11963)
2022-01-27 Lars MüllerDefine control(bits) as "unset" for entities (#11995)
2022-01-22 ZughyAllow resetting celestial vault elements by leaving...
2022-01-09 sfan5Restore pass-through of direction keys (#11924)
2021-10-31 WuzzyFix number of tool uses being off by 1..32767 (#11110)
2021-08-28 savilliRemove redundant on_dieplayer calls
2021-08-27 NeroBurnerJoystick sensitivity for player movement (#11262)
2021-08-21 SmallJokerHUD: Reject and warn on invalid stat types (#11548)
2021-08-19 sfan5Validate staticdata and object property length limits...
2021-05-30 sfan5script: Replace calls to depreated luaL_openlib
2021-02-17 rubenwardyAdd nametag background setting and object property...
2021-01-31 sfan5Preserve immortal group for players when damage is...
2021-01-21 ZughyObjectRef: fix some v3f checks (#10602)
2021-01-02 hecksAdd on_deactivate callback for luaentities (#10723)
2020-12-23 rubenwardyFix unsafe cast in l_object
2020-11-10 SmallJokerObjectRef: Re-add legacy code for set_physics_override...
2020-11-04 ZughyFix ObjectRef errors due to lua_isnil() (#10564)
2020-10-31 rubenwardyFix segfault in deprecation logging due to tail call...
2020-10-22 ZughyClean up l_object.cpp (#10512) fork/dual_wielding
2020-10-13 ZughyAdd ObjectRef:get_children() (#10480)
2020-10-04 Pierre-Yves RolloMinimap as HUD element with API control
2020-10-04 Jordan SnellingAdd First Person Attachments (#10360)
2020-10-03 rubenwardyDeprecate get_player_velocity and add_player_velocity...
2020-08-27 karamel59Lua API: Register missing get_texture_mod function...
2020-08-15 ANANDAllow binding dig, place actions to keys; remove LMB...
2020-06-13 Lars MüllerExposing the zoom key to Lua API (#9903)
2020-05-07 Loïc BlotServer class code cleanups (#9769)
2020-05-05 SmallJokerSky API: Rename *_tint to fog_*_tint for consistency
2020-05-02 ANANDset_fov: Add support for time-based transitions (#9705)
2020-04-27 Loïc BlotForbid object:attach(obj, ...) (#9762)
2020-04-18 sfan5script: Move SAO usability check so that it covers...
2020-04-14 sfan5scriptapi: Some small optimizations to value pushing...
2020-04-11 Loic BlotDrop content_sao.{cpp,h}
2020-04-11 Loic BlotMove PlayerSAO to dedicated files
2020-04-11 Loic BlotMove serveractiveobject & unitsao
2020-04-11 sfan5scriptapi: Sort out ServerEnvironment / Environment...
2020-03-08 Jordan SnellingFix star visilibity and documentation (since 946c03c6)
2020-03-05 Jordachset_sky improvements, set_sun, set_moon and set_stars
2020-02-23 sfan5Move core.get_connected_players() implementation to C++
2020-02-11 sfan5Script API: Check that SAOs are still usable before...
2019-09-22 sfan5Punchwear (improved) (#8959)
2019-09-21 SmallJokerWieldhand: Specify which ItemStack to use (#8961)
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-10 sfan5Implement adding velocity to player from Lua
2019-08-07 SmallJokerUnify wield item handling (#8677)
2019-07-30 BehaMove the clamping of hp/breath when their maximums...
2019-05-21 SmallJokerFix forgotten PlayerSAO cast in a90f2ef
2019-05-21 ANAND ツCheck for out-of-bounds breath when setting breath_max...
2019-04-27 sofarForce send a mapblock to a player (#8140)
2019-04-11 Paul OuelletteAdd node field to PlayerHPChangeReason table (#8368)
2019-04-07 ANANDAdd deprecation warnings for ObjectRef:get/set_attribut...
2019-03-12 rubenwardyHPChange Reason: Fix push after free, and type being...
2019-02-10 SmallJokerConsistent HP and damage types (#8167)
2019-01-06 SmallJokerFix various bugs (Anticheat, Lua helpers) (#8013)
2018-11-28 CoderForTheBetterAdd Lua methods 'set_rotation()' and 'get_rotation...
2018-07-08 Loïc BlotLua templating reading (part 4): s16, v2s16, v2f (...
2018-07-01 SmallJokerLog deprecated Lua function calls (#7491)
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-06-04 Loïc BlotModernize lua read (part 1): C++ templating insurance...
2018-05-31 Loïc BlotFix isNan on setYaw Lua call (#7380)
2018-04-30 SmallJokerAllow damage for attached objects, add attach/detach...
2018-04-06 rubenwardyAdd player:get_meta(), deprecate player attributes...
2018-04-02 Loïc BlotFix many issues reported by clang-tidy (#7189)
2018-03-31 youObjectRef: Add add_velocity() (#3208)
2018-03-28 Andrew WardAdd reasons to on_dieplayer and on_hpchange
2018-03-28 Andrew WardAdd formspec theming using prepended strings
2018-03-08 Loic BlotCleanup & bugfix
2018-03-08 Loic BlotCleanup: drop Server::hudGetHotbarSelectedImage()
2018-03-08 Loic BlotCleanup: drop Server::hudGetHotbarImage()
2018-03-08 Loic BlotCleanup: drop Server::hudGetHotbarItemcount()
2018-01-20 red-001[CSM] Add basic HUD manipulation. (#6067)
2017-09-30 Loïc BlotMake Player::peer_id server-side only and add getters...
2017-09-15 sfan5ServerEnv: Clean up object lifecycle handling (#6414)
2017-09-01 sapierFix animation frame_speed and blend loosing precision...
2017-08-23 SmallJokerRespect object property hp_max field for players (...
2017-08-20 paramatMinimap: Add new HUD flag for minimap radar mode
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-07-24 Ben DeutschClouds API: change speed from 'y' to 'z', ColorSpecs...
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-23 Loic BlotFix wrong return value in get_sky Lua call since ad9fcf...
2017-05-07 Loïc BlotPlayer attrs: permits to remove an attribute by setting...
2017-05-03 paramatSet sky API: Add bool for clouds in front of custom...
2017-04-29 Ben DeutschAdd clouds API
2017-04-29 shivajiva101Fix visual slide issue with set_detach, fixes #5620
2017-04-25 ShadowNinjaRename Scripting API files for consistency
2017-04-17 paramatSneak: Add option for old move code
next