Display pitch angle in debug menu (#8321)
[oweals/minetest.git] / src / script /
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...
2018-04-05 ParamatBiome API / cavegen: Add definable cave liquid for...
2018-04-03 Loic BlotFix last clang-tidy reported problems for performance...
2018-04-02 Loïc BlotFix many issues reported by clang-tidy (#7189)
2018-04-02 SmallJokerRun callback in IDropAction, refactor function arguments
2018-04-02 SmallJokerAdd player inventory callbacks
2018-04-01 Loïc BlotLINT: add clang-tidy step (#6295)
2018-03-31 youObjectRef: Add add_velocity() (#3208)
2018-03-29 stujones11Optional alpha channel support for entities
2018-03-29 Loic BlotFix a warning reported by clang
2018-03-28 Andrew WardLoad dependencies and description from mod.conf
2018-03-28 Andrew WardAdd reasons to on_dieplayer and on_hpchange
2018-03-28 Andrew WardAdd formspec theming using prepended strings
2018-03-26 ParamatMapgen: Remove unused mgv7 code and some unused biometypes
2018-03-24 Loïc BlotCleanup sound manager class (#7158)
2018-03-11 paramatBiome API: Add 'get_biome_name(biome_id)' API
2018-03-10 paramatSpawn level: Add 'get_spawn_level(x, z)' API
2018-03-09 paramatGetv3intfield: Fix logic of return bool
2018-03-09 paramatBiomes: Add 'min_pos'/'max_pos' xyz biome limits
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-03-03 paramatGennotify: Add 'minetest.get_decoration_id' API
2018-03-03 SmallJokerc_converter: Function template for numeric fields,...
2018-02-27 paramatPlace schematic (on vmanip): Enable use of 'place cente...
2018-02-21 paramatFind nodes in area (under air): Raise volume limit...
2018-02-18 sfan5Check argument types inside MetaDataRef Lua API (#7045)
2018-02-15 red-001Add `on_auth_fail` callback (#7039)
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2018-02-08 red-001Move `setlocale` from Lua to C++.
2018-02-04 lisacvukMake hud_get return aligment, offset and size. (#7006)
2018-01-29 Loïc BlotAdd minetest.bulk_set_node call + optimize Environment...
2018-01-23 red-001CSM: Remove screenshot API
2018-01-22 red-001[CSM] Don't Load the package library (#6944)
2018-01-21 Wayward OneChange include from "cmake_config.h" to "config.h"
2018-01-21 red-001[CSM] Remove `on_connect` callback (#6941)
2018-01-20 red-001[CSM] Add functions to create particles and particlespa...
2018-01-20 red-001[CSM] Add basic HUD manipulation. (#6067)
2018-01-16 paramatBiomes: Add 'get heat', 'get humidity', 'get biome...
2018-01-08 Pedro GimenoFix buffer parameter not working in LuaPerlinNoiseMap...
2018-01-07 rubenwardyFix naming conventions of noise userdata
2018-01-04 ParamatBiomes: Add vertical biome blend (#6853)
2018-01-04 red-001[CSM] Don't load the IO library. (#6087)
2018-01-03 rubenwardyFix crash on can_bypass_userlimit returning non-boolean
2018-01-03 Thomas--SConnected Nodeboxes: Add `disconnected` boxes
2018-01-03 Hybrid DogTool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remov...
2017-12-26 rubenwardyFix rounding error in g/set_node caused by truncation...
next