Clean up stack after script_get_backtrace (#7854)
[oweals/minetest.git] / src / script / lua_api /
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-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-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-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-03-31 youObjectRef: Add add_velocity() (#3208)
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 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-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-10 Dániel JuhászNode definition manager refactor (#7016)
2018-01-29 Loïc BlotAdd minetest.bulk_set_node call + optimize Environment...
2018-01-23 red-001CSM: Remove screenshot API
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-03 Hybrid DogTool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remov...
2017-12-26 Dániel JuhászLine_of_sight: Improve using VoxelLineIterator
2017-12-17 Jordan IrwinAllow 'default' parameter in 'settings:get_bool' function
2017-11-24 paramatClearobjects: Send progress messages to terminal using...
2017-11-19 paramatStratum ore: Add option for a constant thickness stratum
2017-11-17 number ZeroLoad files from subfolders in texturepacks
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-11-08 sfan5Add minetest.safe_write_file() to script API
2017-10-30 Rob BlanckaertAdd sha1 to lua utils. (#6563)
2017-10-29 lisacvukCSM: Add a way to get current locale from CSM
2017-10-29 raymooAllow overriding tool capabilities through itemstack...
2017-10-23 Muhammad Rifqi Pri... Improvements/fixes for noise parameter input in advance...
2017-10-10 paramatSimple decorations: Make 'place_offset_y' usable with...
2017-10-09 paramatSimple decorations: Add 'param2_max' parameter for...
2017-10-01 paramatStratum ore: Allow use with no noise for simple horizon...
2017-09-30 Loïc BlotMake Player::peer_id server-side only and add getters...
2017-09-26 Loïc BlotUpdate JsonCPP to 1.8.3 (#6466)
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-21 DTA7Set placer to nil instead of a non-functional one in...
2017-09-15 sfan5ServerEnv: Clean up object lifecycle handling (#6414)
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-09-12 KahrlMake INodeDefManager::getIds return a vector, not a set
2017-09-10 paramatSchematic decorations: Add 'place_offset_y' placement...
2017-09-03 ParamatOres: Add stratum ore (#6352)
2017-09-01 sapierFix animation frame_speed and blend loosing precision...
2017-08-28 Loïc BlotClientevent refactor (#6320)
2017-08-27 youcore.get_objects_inside_radius: Omit removed objects...
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 code: very last fixes (#6290)
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-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-08-17 Loic Blotl_server, clientenvironment, clientiface: code moderniz...
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-07-24 Ben DeutschClouds API: change speed from 'y' to 'z', ColorSpecs...
2017-07-18 Loïc Blot[CSM] Add flavour limits controlled by server (#5930)
2017-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-07-15 Loic BlotRevert "CSM: Revert "[CSM] Add send_chat_message and...
2017-07-15 rubenwardyCSM: Revert "[CSM] Add send_chat_message and run_server...
next