]> git.lizzy.rs Git - dragonfireclient.git/history - src/script
Document zoom_fov in settingtypes.txt and minetest.conf.example
[dragonfireclient.git] / src / script /
2016-08-10 TomasLua->C getintfield() use lua_tointeger (#4408)
2016-08-10 Rogier-5Fixes for compiling with a newer (system) jsoncpp ...
2016-08-10 Ner'zhulPermit usage of std::unordered_map & std::unorderered_s...
2016-08-03 Dorian WoutersFix l_request_insecure_environment not ignoring all...
2016-07-05 Foghrye4Adding minetest.clear_craft
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-07-03 kwolekrMapgen: Refactor mapgen creation and management
2016-06-24 raymooPlayer: New get_look, set_look API
2016-06-11 EkdohibsMake node timers more efficient
2016-06-11 Diego MartinezServer: Add reason for leave to `on_leaveplayer` callbacks
2016-06-05 paramatBiome API: Add per-biome riverbed material and depth
2016-06-04 kwolekrChange internal type for seeds to s32
2016-05-30 est31Add minetest.check_password_entry callback
2016-05-30 Zeno-Remove unused code in s_security.cpp (#4172)
2016-05-28 Auke KokParticles: Add option to remove particles on collision
2016-05-28 red-001Add base64 encoding and decoding to the lua api. (...
2016-05-28 kwolekrFix MgStoneType and BiomeType enum names
2016-05-28 kwolekrMove biome calculation to BiomeGen
2016-05-01 est31Pathfinder: Fix style
2016-03-15 est31Add option to not send pre v25 init packet
2016-03-15 est31Much better API for auth.{cpp, h}
2016-03-12 Auke KokAllow nodes to specify which sides to connect to.
2016-03-12 Auke KokNodebox: Allow nodeboxes to "connect"
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 est31s_env.{cpp, h} cleanups
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-03-03 ShadowNinjaRemove debug.getupvalue from the Lua sandbox whitelist
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-23 est31Fix C++11 compilability
2016-01-20 Auke KokAllow per-tiles culling.
2016-01-18 RealBadAngelShow infotext with description for item entities
2016-01-15 sfan5Make ItemStack:set_count(0) clear the item stack
2016-01-07 paramatLiquids: Flow into and destroy 'floodable' nodes
2015-12-29 SapierRevert "Add support for using arbitrary meshes as items"
2015-12-29 SapierAdd support for using arbitrary meshes as items
2015-12-20 SapierFix lua object:get_properties() being broken
2015-12-20 est31Fix missing pop
2015-12-19 SapierAdd support for limiting rotation of automatic face...
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-12-02 Alex FordAdd on_secondary_use when right clicking an item in...
2015-11-08 est31Add LuaSecureRandom
2015-11-07 BlockMenAdd support for audio feedback if placing node failed
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-11-01 kwolekrFix Lua scripting synchronization
2015-10-31 ShadowNinjaFix server crashing on Lua errors
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 est31Remove some abort() calls
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-25 BlockMenAdd option to disable backface culling for models
2015-10-18 paramatABMs: Make catch-up behaviour optional
2015-10-18 est31Remove wstrgettext
2015-10-16 est31Fix crash regression when invsize formspec gets used
2015-10-15 ShadowNinjaUse warningstream for deprecated field messages and...
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaRefactor logging
2015-10-04 est31Add new ContentParamType2 "CPT2_DEGROTATE"
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-24 ShadowNinjaClean up threading
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-10 kwolekrDisplay Lua memory usage at the time of Out-of-Memory...
2015-08-06 kwolekrImprove Script CPP API diagnostics
2015-08-05 RealBadAngelFix tiling issues for PLANTLIKE and FIRELIKE with FSAA
2015-08-03 paramatBiome API: Make fallback biome stone and water, disable...
next