]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api
Fix bug that was leading to oversized tooltips containing multiline text when it...
[dragonfireclient.git] / src / script / lua_api /
2016-03-15 est31Add option to not send pre v25 init packet
2016-03-15 est31Much better API for auth.{cpp, h}
2016-03-09 Auke KokAdd consistent monotonic day counter - get_day_count()
2016-03-07 ShadowNinjaAdd AreaStore custom ID API
2016-03-07 ShadowNinjaImplement AreaStore serialization
2016-03-07 ShadowNinjaMove AreaStore container selection logic into getOptima...
2016-03-07 ShadowNinjaMove AreaStore to util
2016-03-07 ShadowNinjaSimplify AreaStore ID management
2016-03-07 est31Add minetest.register_lbm() to run code on block load...
2016-03-07 ShadowNinjaUse LuaErrors in security check macros
2016-03-03 JeijaRequire minetest.request_http_api to be called from...
2016-03-03 ShadowNinjaFix main menu being unable to set secure settings
2016-02-26 JeijaFix minetest.request_insecure_environment() always...
2016-02-22 JeijaAdd Lua interface to HTTPFetchRequest
2016-02-19 JeijaIgnore spaces in secure.trusted_mods setting
2016-02-19 ShadowNinjaRequire request_insecure_environment to be called from...
2016-02-11 nerzhulv2d & aabbox3d<f32> & sky cleanups
2016-02-11 KahrlAdd '/clearobjects quick'
2016-01-28 est31Don't print whole json data buffer to errorstream on...
2016-01-15 sfan5Make ItemStack:set_count(0) clear the item stack
2015-12-15 BlockMenAdd option to give every object a nametag
2015-12-07 est31Fix threshold type
2015-12-07 paramatMapgen: Add propagate_shadow bool to calcLighting
2015-12-06 Jun ZhangFix spelling of noise_threshold
2015-11-08 est31Add LuaSecureRandom
2015-11-06 est31Add server side ncurses terminal
2015-11-05 kwolekrSchematics: Add core.place_schematic_on_vmanip API
2015-11-02 kwolekrAdd callback parameter for core.emerge_area()
2015-10-26 kwolekrSAPI: Fix seed parameter truncation for LuaPseudoRandom...
2015-10-26 kwolekrSAPI: Move core.get_us_time() to Util module
2015-10-26 kwolekrSAPI: Throw runtime error instead of if l_get_mapgen_ob...
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2015-10-25 est31Correct comment in l_util.cpp
2015-10-18 paramatABMs: Make catch-up behaviour optional
2015-10-18 est31Remove wstrgettext
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaRefactor logging
2015-10-04 kwolekrAllow setting chunksize in core.set_mapgen_params
2015-10-04 kwolekrHide mapgens from main menu not intended for end users
2015-10-04 kwolekrAdd emerge completion callback mechanism
2015-10-04 kwolekrDefine and use limit constants for Irrlicht fixed-width...
2015-10-02 Duane RobertsonAdd get_biome_id(biome_name) callback
2015-09-23 kwolekrAdd /emergeblocks command and core.emerge_area() Lua API
2015-09-19 est31Various style cleanups + unused code removal
2015-09-17 kwolekrOre: Add puff ore type
2015-09-13 kwolekrOre: Add ore sheet column height range selection
2015-09-03 est31Areastore: fix "attempt to index a number value"
2015-08-29 est31l_mainmenu.h: remove unused l_get_dirlist function
2015-08-26 KahrlPush error handler afresh each time lua_pcall is used
2015-08-26 KahrlUse numeric indices and raw table access with LUA_REGIS...
2015-08-18 kwolekrSAPI: Disable unlockable time profiling
2015-08-16 kwolekrSEnv: Remove static_exists from ActiveObjects in delete...
2015-08-13 kwolekrminimap: Add ability to disable from server
2015-08-13 kwolekrSAPI: Track last executed mod and include in error...
2015-08-06 kwolekrImprove Script CPP API diagnostics
2015-08-03 paramatBiome API: Make fallback biome stone and water, disable...
2015-07-27 est31Add AreaStore data structure
2015-07-25 SmallJokerFix MSVC number conversion warning
2015-07-25 est31Fix minetest.get_(all)_craft_recipe(s) regression
2015-07-25 Loic BlotCleanup server addparticle(spawner) by merge two identi...
2015-07-23 est31Optional reconnect functionality
2015-07-20 Elia ArgentieriAdded get_player_velocity() method. Fixes #1176
2015-07-18 TeTpaAkaRefactor particle code to remove the while loops
2015-07-18 TeTpaAkaMake acc and vel deprecated in add_particle and search...
2015-07-18 TeTpaAkaFix invisible player when the attached entity is removed
2015-07-10 kwolekrFix damage flash when damage disabled
2015-07-08 est31Use UTF-8 instead of narrow
2015-06-22 TeTpaAkaFix bug when craft input isn't replaced
2015-06-21 MirceaKitsuneFix some issues with animations, and allow non-looped...
2015-06-20 paramatMapgen objects: Enable heatmap and humidmap for all...
2015-06-13 Ilya ZhuravlevUse utf-8 in formspecs
2015-06-13 TeTpaAkaAdd return list of individual counts to find_node_in_area
2015-05-29 kwolekrMake get_biome_list() error message more helpful
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
2015-05-19 kwolekrReplace instances of std::map<std::string, std::string...
2015-05-18 kwolekrFix null dereference when loading schematic from defini...
2015-05-18 kwolekrRecord MapBlock modification reasons as flags instead...
2015-05-17 kwolekrSAPI/Noise: Add PerlinNoiseMap:getMapSlice() function
2015-05-17 kwolekrAdd optional buffer param for bulk data array writes...
2015-05-17 ShadowNinjaFix current mod name change missed during rebase
2015-05-17 kwolekrSAPI: Accept either ARGB8 table or ColorString to speci...
2015-05-16 ShadowNinjaAdd core.get_dir_list
2015-05-16 ShadowNinjaAdd core.request_insecure_environment()
2015-05-16 ShadowNinjaAdd core.mkdir
2015-05-16 ShadowNinjaAdd mod security
2015-05-15 TeTpaAkaAdd push_ARGB8 to script/common/c_converter
2015-05-15 TeTpaAkaGeneralize core.get/set_nametag_color into core.get...
2015-05-15 TeTpaAkaAdd get and set functions for the nametag color
2015-05-12 est31Fix compiler warning about sign comparison
2015-05-12 est31is_player() is no player-only function
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-05-09 kwolekrSchematics: Add per-node force placement option
2015-05-08 kwolekrTests: Add schematic unittests
2015-05-07 kwolekrSchematics: Add indent-with-space option for schematic...
2015-05-07 kwolekrNodeResolver: Remove NodeResolveMethod
2015-05-05 kwolekrAdd core.find_nodes_with_meta() script API
2015-04-21 kwolekrOre: Add biomes parameter
2015-04-20 kwolekrAdd 'persistence' alias for Lua noiseparams and validat...
2015-04-19 paramatBiome API: Add biome-specific river water
2015-04-17 kwolekrSchematics: Fix core.schematic_create()
next