]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/common
Fix Android node selection distance (#6187)
[dragonfireclient.git] / src / script / common /
2017-08-23 SmallJokerRespect object property hp_max field for players (...
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-08-04 Thomas--SSort box corners correctly
2017-07-11 number ZeroAdd 'plantlike_rooted' drawtype
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2017-06-11 RuiSound: Add pitch option (#5960)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-21 bigfoot547[CSM] Add function to get the definition of items ...
2017-05-20 red-001Fix CSM crash (#5779)
2017-05-03 BrandonSound API: Add fading sounds
2017-04-29 Vincent Glize[CSM] Add event on_place_node API lua (#5548)
2017-04-21 Dániel JuhászSoft node overlay (#5186)
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-09 Dániel JuhászHardware coloring for itemstacks
2017-03-13 red-001Add `get_wielded_item`
2017-02-22 rubenwardyFix wrong meta key in item meta on ItemStack construction
2017-02-07 rubenwardyFix incompatibility of ItemStack.to_table() introduced...
2017-02-04 rubenwardyAdd ItemStack key-value meta storage
2017-01-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-18 sfan5Add particle animation, glow
2017-01-15 sapierAdded lua tracebacks to some errors where you have...
2017-01-02 sfan5Add 2D sheet animation for nodes
2017-01-02 sfan5Move TileAnimation code to seperate file
2016-11-28 juhdanadLimit light_source in the engine (#4814)
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-10-25 Foghrye4Adding LuaError on attempt to assign vectors with value...
2016-10-05 Loic BlotReplace various std::map with UNORDERED_MAP + various...
2016-10-05 Loic BlotMake some maps unordered to improve performance
2016-09-08 SmallJokerMake getStackMax return the correct maximal stack size
2016-08-10 TomasLua->C getintfield() use lua_tointeger (#4408)
2016-08-10 Rogier-5Fixes for compiling with a newer (system) jsoncpp ...
2016-03-12 Auke KokAllow nodes to specify which sides to connect to.
2016-03-12 Auke KokNodebox: Allow nodeboxes to "connect"
2016-02-22 JeijaAdd Lua interface to HTTPFetchRequest
2016-01-20 Auke KokAllow per-tiles culling.
2016-01-18 RealBadAngelShow infotext with description for item entities
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-11-07 BlockMenAdd support for audio feedback if placing node failed
2015-10-31 ShadowNinjaFix server crashing on Lua errors
2015-10-25 BlockMenAdd option to disable backface culling for models
2015-10-16 est31Fix crash regression when invsize formspec gets used
2015-10-15 ShadowNinjaUse warningstream for deprecated field messages and...
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-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-07-16 RealBadAngelFix relief mapping issues
2015-07-03 kwolekrFix code style from recent commits and add misc. optimi...
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
2015-05-17 kwolekrSAPI/Noise: Add PerlinNoiseMap:getMapSlice() function
2015-05-17 kwolekrSAPI: Accept either ARGB8 table or ColorString to speci...
2015-05-16 ShadowNinjaAdd mod security
2015-05-15 TeTpaAkaAdd push_ARGB8 to script/common/c_converter
2015-05-09 kwolekrSchematics: Add per-node force placement option
2015-05-08 kwolekrFix missing Y component assignment in check_v3f
2015-05-07 Kevin OttRemove duplicate lua_getfield() in c_converter.cpp
2015-05-06 ShadowNinjaFix error messages for type-checking Lua reading functions
2015-04-20 kwolekrAdd 'persistence' alias for Lua noiseparams and validat...
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-27 ShadowNinjaClean up and tweak build system
2015-03-08 ShadowNinjaDon't use luaL_checkstring to read node names, it's...
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-01-04 kwolekrRemove freezemelt (the remainder of proller nonsense)
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-12-10 kwolekrMove get_schematic and read_schematic to l_mapgen.cpp
2014-12-10 kwolekrRemove get_noiseparams function. read_noiseparams shoul...
2014-12-08 kwolekrAdd flags and lacunarity as new noise parameters
2014-12-06 kwolekrSchematics: Fix minetest.place_schematic() when defined...
2014-11-26 Ciaran GultnieksDon't corrupt stepheight when setting other properties
2014-11-13 SmallJokerAdd option 'eased' to NoiseParams
2014-11-13 kwolekrAdd Generator Element Management framework
2014-11-01 kwolekrSplit up mapgen.cpp
2014-10-27 kwolekrAdd NodeResolver and clean up node name -> content...
2014-10-19 RealBadAngelCustom collision boxes node property.
2014-10-18 RealBadAngelAdd meshnode drawtype.
2014-08-23 KahrlFix LuaJIT exception wrapper
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-04-29 sapierAdd proper lua api deprecated handling
2014-04-12 BlockMenUse integers instead of float values
2014-03-15 ShadowNinjaRemove lua_State parameter from LuaError::LuaError
2014-03-15 ShadowNinjaRevert "Make sure we get a stacktrace for as many lua...
2014-03-15 Sfan5Make sure we get a stacktrace for as many lua errors...
2014-03-08 kwolekrUpdate set_mapgen_params and set_gen_notify Lua API...
2014-02-16 kwolekrAdd minetest.set_noiseparam_defaults() Lua API
2014-02-09 kwolekrDefine strlcpy on platforms that do not have it
2014-02-09 kwolekrAdd capability to read table flag fields from Lua API
2014-02-08 kwolekrMake flag strings clear specified flag with 'no' prefix
2014-01-19 kwolekrSchematic: Read slice probability table from schematic...
2014-01-11 ShadowNinjaAdd maximum recursion depth to read_json_value
next