aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api
AgeCommit message (Expand)Author
2019-11-11[CSM] Fix and improve minetest.get_language()sfan5
2019-11-11[CSM] Implement minetest.get_csm_restrictions()sfan5
2019-11-11Fix camera:get_offset() in CSMsfan5
2019-11-11[CSM] Expose more env functionssfan5
2019-11-11Refactor CSM restriction code a bitsfan5
2019-11-09[CSM] Remove non-functional minetest.get_day_count()sfan5
2019-11-09Introduce get_modpath() for CSMsfan5
2019-10-29Change some usages of "deprecated" to "obsolete" (#9062)random-geek
2019-10-23Allow calling ItemStack with no arguments (#8783)Paul Ouellette
2019-09-24Fix some reference counters (memleak) (#8981)SmallJoker
2019-09-22Punchwear (improved) (#8959)sfan5
2019-09-21Fix AreaStore's IDs persistence (#8888)SmallJoker
2019-09-21Wieldhand: Specify which ItemStack to use (#8961)SmallJoker
2019-09-19Add support for per-player FOV overrides and multipliersAnand S
2019-09-14Formspecs: Introduce formspec_version to modsSmallJoker
2019-09-14Load CSM environment after the restrictions are knownSmallJoker
2019-08-24Inventory: Send dirty lists where appropriate (#8742)SmallJoker
2019-08-24Add ItemStack:get_description() to get tooltip (#8847)Paul Ouellette
2019-08-14Add function `minetest.read_schematic`upsilon
2019-08-12Add support for set_formspec_prepend in main menu (#8611)rubenwardy
2019-08-10Fix some issues with minetest.clear_craft (#8712)Paul Ouellette
2019-08-10Merge pull request #8776 from osjc/FixGetNodeJozef Behran
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-06-06HTTP API: Allow binary downloads and headers (#8573)SmallJoker
2019-05-21Fix forgotten PlayerSAO cast in a90f2efSmallJoker
2019-05-21Check for out-of-bounds breath when setting breath_max (#8493)ANAND ツ
2019-05-21l_mapgen.cpp: Fix LINT broken since b1b40feSmallJoker
2019-05-18Allow multiple cave liquids in a biome definition (#8481)Paramat
2019-05-12Move HTTP request logging to infostream (#8526)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-03-05Hide uninstall package button on unmodifiable paths (#8255)rubenwardy
2019-03-01Fix particle spawners not visible since CSM spawner implementation (#8289)Loïc Blot
2019-02-26Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8...Loïc Blot
2019-02-26Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)Paramat
2019-02-14Fix extract zip writing lowercase files (#8221)rubenwardy
2019-02-10Consistent HP and damage types (#8167)SmallJoker
2019-01-31Content store: Fix storage leak by storing screenshots in cache (#8137)rubenwardy
2019-01-26Fix pkgmgr game install with RUN_IN_PLACE=0 (#8113)Paul Ouellette
2019-01-06Fix various bugs (Anticheat, Lua helpers) (#8013)SmallJoker
2018-12-31Add minetest.load_area (#8023)HybridDog
2018-12-24CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)Loïc Blot
2018-12-21reportMetadataChange; Silence clang warningsSmallJoker
2018-12-11Fix ContentDB packages timing out by using download_file instead (#7891)rubenwardy
2018-12-04Send only changed node metadata to clients instead of whole mapblock (#5268)SmallJoker
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin