]> git.lizzy.rs Git - dragonfireclient.git/history - src/script
Fix missing ignore textures (#7326)
[dragonfireclient.git] / src / script /
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...
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-12-04 paramatZoom: Set zoom FOV per-player using a player object...
2017-11-27 sfan5Hint at problematic code when logging deprecated calls
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-11-06 paramatPlayer eye height: Make this a settable player object...
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-15 VitaliyReal global textures (#6105)
2017-10-10 paramatSimple decorations: Make 'place_offset_y' usable with...
2017-10-09 paramatSimple decorations: Add 'param2_max' parameter for...
2017-10-07 SmallJokerUnkown nodes: Provide position on interact (#6505)
2017-10-02 Vincent Glize[CSM] Add callback on open inventory (#5793)
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-28 orwell96Add static_save property to luaentites to not save...
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-21 SmallJokeron_death: Fix callback number of pushed arguments ...
2017-09-15 sfan5ServerEnv: Clean up object lifecycle handling (#6414)
2017-09-15 SmallJokerCustomizeable max breath for players (#6411)
2017-09-14 Rob BlanckaertObject properties: Add 'glow', disables light's effect...
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-11 Auke KokImplement client node dig prediction
2017-09-10 SmallJokerObject properties: Fix loss of custom selectionbox
2017-09-10 paramatSchematic decorations: Add 'place_offset_y' placement...
2017-09-04 Loïc BlotImplement minetest.register_can_bypass_userlimit (...
2017-09-03 ParamatOres: Add stratum ore (#6352)
2017-09-01 RuiRemove nodeupdate completely (#6358)
2017-09-01 sapierFix animation frame_speed and blend loosing precision...
2017-08-30 paramatZoom: Move enabling zoom to a new player object property
2017-08-28 Loïc BlotClientevent refactor (#6320)
2017-08-27 youcore.get_objects_inside_radius: Omit removed objects...
2017-08-25 Dániel JuhászOverlays for wield and inventory images (#6107)
2017-08-24 stujones11Make entity selection and collision boxes independently...
next