]> git.lizzy.rs Git - minetest.git/history - src/script
Translated using Weblate (Russian)
[minetest.git] / src / script /
2020-01-22 WuzzyRemove unused weight property from objects (#9320)
2019-12-24 MontandalarUse appropriate LC_ locale macro for Windows (#9230)
2019-12-07 SmallJokerAttachments: Fix interpolation from (0,0,0) after detach
2019-12-06 Pierre-Yves RolloAdd z-index management to HUD
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-10 sfan5Call on_secondary_use when object is right-clicked
2019-11-09 sfan5[CSM] Remove non-functional minetest.get_day_count()
2019-11-09 sfan5Introduce get_modpath() for CSM
2019-11-09 sfan5Load client mods into memory before execution.
2019-11-09 sfan5Refactor loading of Lua code with mod security
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 SmallJokerCSM: Fix itemstack:get_meta() 'metadata' indexing error
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-08 ANANDAllow customizing chat message format (#8529)
2019-08-07 SmallJokerUnify wield item handling (#8677)
2019-08-07 BehaDo not add group values of zero to group lists. (#8751)
2019-07-30 BehaMove the clamping of hp/breath when their maximums...
2019-07-27 SmallJokerCheck for 'action' field in ABMs & LBMs
2019-07-24 yRemoved debug.upvaluejoin to prevent leak of insecure...
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-07 HybridDogAbort when trying to set a not registered node (#7011)
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 DSFix wrong code comment (#8061)
2019-01-06 SmallJokerFix various bugs (Anticheat, Lua helpers) (#8013)
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
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 Michael MullerClean up stack after script_get_backtrace (#7854)
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)
2018-08-05 Ben DeutschReplace auth.txt with SQLite auth database (#7279)
2018-08-02 HybridDogLuaVoxelManip: Throw warning or error instead of silent...
2018-07-28 rubenwardyAdd protocol_version and supported package types to...
2018-07-22 nOOb3167Add a MSVC / Windows compatible snprintf function ...
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-30 red-001Fix memory leaks in mod storage (#7500)
2018-06-30 VitaliyFix world deletion (#7494)
2018-06-30 Loic BlotFix a memleak before assertion in l_get_mod_storage
2018-06-27 red-001Fix mod channels crash (#7481)
2018-06-26 SmallJokerRename CSM flavours to restrictions
2018-06-18 rubenwardyUpdate to new ContentDB API
2018-06-10 number ZeroFix narrow/utf8 difference in incoming/outcoming messages
2018-06-06 Loïc BlotCSM/SSM: Add on_mods_loaded callback (#7411)
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-05-20 youFix missing ignore textures (#7326)
2018-05-19 rubenwardyAdd screenshots to online content browser
2018-05-16 rubenwardyAdd updating to online content browser
2018-05-14 SmallJokerFix segfault in player migration and crash in log_depre...
2018-05-05 SmallJokerFix builtin inventory list crash when size = 0 (#7297)
2018-04-30 SmallJokerAllow damage for attached objects, add attach/detach...
2018-04-30 rubenwardyMetaDataRef: Add contains() and get() (#7214)
2018-04-19 rubenwardyAdd online content repository
2018-04-07 ParamatBiome API / dungeons: Add biome-defined dungeon nodes
2018-04-06 rubenwardyAdd player:get_meta(), deprecate player attributes...
next