Exposing the zoom key to Lua API (#9903)
[oweals/minetest.git] / src / script / lua_api / l_object.cpp
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
2017-04-09 Dániel JuhászHardware coloring for itemstacks
2017-04-08 Loïc BlotReplace luaL_reg with luaL_Reg as recent LuaJIT dropped...
2017-03-13 red-001Add `get_wielded_item`
2017-03-13 Loic Blot[CSM] Client side modding
2017-01-27 Loïc BlotImplement player attribute backend (#4155)
2017-01-21 Loïc BlotRevert "Detach the player from entities on death."...
2017-01-21 sapierAdd Entity get_texture_mod() to Lua API
2017-01-21 red-001Detach the player from entities on death. (#5077)
2017-01-17 sapierFix typo in alias for deprecated settexturemod
2017-01-16 rubenwardyRename ObjectRef methods to be consistent and predictable 5052/head
2017-01-11 RuiMake nametag removable with set_nametag_attributes...
2017-01-11 RogierPerformance fix + SAO factorization
2017-01-01 Loic BlotBreath cheat fix: server side 4978/head
2016-11-13 RogierFix crash when attached object no longer exists
2016-10-30 Loic BlotFix overloading problems mentioned by clang
2016-10-30 Ner'zhulPlayerSAO/LocalPlayer refactor: (#4612)
2016-10-25 Foghrye4Adding LuaError on attempt to assign vectors with value...
2016-10-08 Loic BlotMove RemotePlayer code to its own cpp/header
2016-10-08 Loic BlotRemotePlayer/LocalPlayer Player base class proper separ...
2016-10-08 Loic BlotMore code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-08 Foghrye4Prevent attached models from disappearing during parent...
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-06-24 raymooPlayer: New get_look, set_look API
2015-12-15 BlockMenAdd option to give every object a nametag 3393/head
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2015-10-04 kwolekrDefine and use limit constants for Irrlicht fixed-width... master
2015-08-13 kwolekrminimap: Add ability to disable from server
2015-07-20 Elia ArgentieriAdded get_player_velocity() method. Fixes #1176
2015-07-18 TeTpaAkaFix invisible player when the attached entity is removed
2015-07-10 kwolekrFix damage flash when damage disabled
2015-06-21 MirceaKitsuneFix some issues with animations, and allow non-looped...
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
2015-05-17 kwolekrSAPI: Accept either ARGB8 table or ColorString to speci...
2015-05-15 TeTpaAkaAdd push_ARGB8 to script/common/c_converter
2015-05-15 TeTpaAkaGeneralize core.get/set_nametag_color into core.get...
next