]> git.lizzy.rs Git - minetest.git/history - src/script/lua_api
Add support for statbar “off state” icons (#9462)
[minetest.git] / src / script / lua_api /
2020-05-07 Loïc BlotServer class code cleanups (#9769)
2020-05-05 sfan5Fix remaining issues with mapgen scriptapi
2020-05-05 sfan5Give the Mapgen on each EmergeThread its own Biome...
2020-05-05 SmallJokerSky API: Rename *_tint to fog_*_tint for consistency
2020-05-02 LejoAuto delete MetaData when = 0 (#8770)
2020-05-02 ANANDset_fov: Add support for time-based transitions (#9705)
2020-05-01 sfan5Allow connection info to be missing from minetest.get_p...
2020-05-01 LejoGive the online lua mainmenu also the client_list and...
2020-04-27 Loïc BlotForbid object:attach(obj, ...) (#9762)
2020-04-27 SmallJokerScript: Enforce type checks if not nil (#9748)
2020-04-27 sfan5script: Put getGuiEngine() inside a client-only #ifdef
2020-04-27 sfan5script: Fix add_entity returning unusable ref if object...
2020-04-25 EvidenceB KidscodeAdd server side translations capability (#9733)
2020-04-21 HybridDogFix configuration caching in log_deprecated (#9697)
2020-04-19 sfan5Fix alias handling of get_content_id (#9712)
2020-04-18 sfan5script: Move SAO usability check so that it covers...
2020-04-16 Loïc BlotOptimize get_objects_inside_radius calls (#9671)
2020-04-14 sfan5scriptapi: Some small optimizations to value pushing...
2020-04-11 Hugues RossFormspecs: Add state-selection to style elements (...
2020-04-11 Loïc BlotReduce ServerEnvironment propagation (#9642)
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 sfan5Various features and fixes
2020-04-11 sfan5Implement minetest.sound_fade()
2020-04-11 sfan5scriptapi: Sort out ServerEnvironment / Environment...
2020-04-08 sfan5Work around LuaJIT issues on aarch64 (#9614)
2020-04-08 sfan5Overall improvements to log messages (#9598)
2020-03-11 HybridDogminetest.get_content_id: error if the node does not...
2020-03-10 sfan5minetest,get_connected_players: Return empty table...
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-03-05 WuzzyFix pathfinder bugs: returning nil frequently, broken...
2020-03-03 sfan5Fix core.get_player_by_name() returning unusable ObjectRef
2020-03-03 sfan5Fix core.get_connected_players() returning unusable...
2020-02-25 sfan5Fix potential problem with core.get_connected_players()
2020-02-23 sfan5Move core.get_connected_players() implementation to C++
2020-02-23 sfan5Refactor Script API's log_deprecated
2020-02-11 sfan5Script API: Check that SAOs are still usable before...
2020-02-01 sfan5Improve core.sound_play with ephemeral sounds and playe...
2020-01-25 SmallJokerSettings: Add get_flags API for mapgen flags (mg_flags...
2019-12-24 MontandalarUse appropriate LC_ locale macro for Windows (#9230)
2019-12-07 SmallJokerAttachments: Fix interpolation from (0,0,0) after detach
2019-11-11 sfan5[CSM] Fix and improve minetest.get_language()
2019-11-11 sfan5[CSM] Implement minetest.get_csm_restrictions()
2019-11-11 sfan5Fix camera:get_offset() in CSM
2019-11-11 sfan5[CSM] Expose more env functions
2019-11-11 sfan5Refactor CSM restriction code a bit
2019-11-09 sfan5[CSM] Remove non-functional minetest.get_day_count()
2019-11-09 sfan5Introduce get_modpath() for CSM
2019-10-29 random-geekChange some usages of "deprecated" to "obsolete" (...
2019-10-23 Paul OuelletteAllow calling ItemStack with no arguments (#8783)
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2019-09-22 sfan5Punchwear (improved) (#8959)
2019-09-21 SmallJokerFix AreaStore's IDs persistence (#8888)
2019-09-21 SmallJokerWieldhand: Specify which ItemStack to use (#8961)
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-09-14 SmallJokerFormspecs: Introduce formspec_version to mods
2019-09-14 SmallJokerLoad CSM environment after the restrictions are known
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-24 Paul OuelletteAdd ItemStack:get_description() to get tooltip (#8847)
2019-08-14 upsilonAdd function `minetest.read_schematic`
2019-08-12 rubenwardyAdd support for set_formspec_prepend in main menu ...
2019-08-10 Paul OuelletteFix some issues with minetest.clear_craft (#8712)
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
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-06-06 SmallJokerHTTP API: Allow binary downloads and headers (#8573)
2019-05-21 SmallJokerFix forgotten PlayerSAO cast in a90f2ef
2019-05-21 ANAND ツCheck for out-of-bounds breath when setting breath_max...
2019-05-21 SmallJokerl_mapgen.cpp: Fix LINT broken since b1b40fe
2019-05-18 ParamatAllow multiple cave liquids in a biome definition ...
2019-05-12 ANAND ︻气デ═一Move HTTP request logging to infostream (#8526)
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-03-05 rubenwardyHide uninstall package button on unmodifiable paths...
2019-03-01 Loïc BlotFix particle spawners not visible since CSM spawner...
2019-02-26 Loïc BlotRevert "Revert CSM particles commit to fix particle...
2019-02-26 ParamatRevert CSM particles commit to fix particle spawner...
2019-02-14 rubenwardyFix extract zip writing lowercase files (#8221)
2019-02-10 SmallJokerConsistent HP and damage types (#8167)
2019-01-31 rubenwardyContent store: Fix storage leak by storing screenshots...
2019-01-26 Paul OuelletteFix pkgmgr game install with RUN_IN_PLACE=0 (#8113)
2019-01-06 SmallJokerFix various bugs (Anticheat, Lua helpers) (#8013)
2018-12-31 HybridDogAdd minetest.load_area (#8023)
2018-12-24 Loïc BlotCSM: add requested CSM_RF_READ_PLAYERINFO (#8007)
2018-12-21 SmallJokerreportMetadataChange; Silence clang warnings
2018-12-11 rubenwardyFix ContentDB packages timing out by using download_fil...
2018-12-04 SmallJokerSend only changed node metadata to clients instead...
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-11-28 CoderForTheBetterAdd Lua methods 'set_rotation()' and 'get_rotation...
2018-11-08 rubenwardyContent store: Add setting to filter non-free packages...
2018-10-24 Paramatclear_craft: Return false if recipe not found, don...
2018-10-10 SmallJoker Add core.remove_detached_inventory (#7684)
2018-09-11 SmallJokermarkAliasDeprecated: Fix MSVC build
2018-09-07 ParamatParticles: Make collision with objects optional (#7682)
2018-08-16 Dániel JuhászRaycast: export exact pointing location (#6304)
next