]> git.lizzy.rs Git - minetest.git/history - src/script/common/c_content.cpp
Add particle animation, glow
[minetest.git] / src / script / common / c_content.cpp
2017-01-18 sfan5Add particle animation, glow
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-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 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-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-25 BlockMenAdd option to disable backface culling for models
2015-10-15 ShadowNinjaUse warningstream for deprecated field messages and...
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: Accept either ARGB8 table or ColorString to speci...
2015-04-20 kwolekrAdd 'persistence' alias for Lua noiseparams and validat...
2015-03-08 ShadowNinjaDon't use luaL_checkstring to read node names, it's...
2015-01-04 kwolekrRemove freezemelt (the remainder of proller nonsense)
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-19 RealBadAngelCustom collision boxes node property.
2014-10-18 RealBadAngelAdd meshnode drawtype.
2014-05-08 ShadowNinjaUse "core" namespace internally
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
2014-01-11 ShadowNinjaRename get_json_value to read_json_value
2013-12-30 ShadowNinjaFix InventoryList reading order
2013-12-18 ShadowNinjaDon't throw a error when writing JSON fails
2013-12-18 ShadowNinjaAdd 'minetest.write_json'
2013-12-18 ShadowNinjaHandle LuaErrors in Lua -> C++ calls on LuaJIT
2013-12-03 RealBadAngelShaders rework.
2013-11-30 ShadowNinjaOptimize table creation
2013-11-16 MetaDuckyfixed array limit check when reading Lua specialtiles...
2013-11-15 ShadowNinjaPass a errfunc to lua_pcall to get a traceback
2013-09-10 PilzAdamAdd offset to automatic_face_movement_dir
2013-09-02 KahrlAdd minetest.parse_json, engine.parse_json
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-13 sapierAdd support for entities to automatic face movement...
2013-08-11 kwolekrDecoration: Fix schematic probability mess with new...
2013-08-06 BlockMenAdd support for different drowning damage and allow...
2013-07-30 sapierAdd support for setting stepheight for entities
2013-07-27 prollerWeather support
2013-07-20 PilzAdamAdd an option to disable object <-> object collision...
2013-07-20 PilzAdamAdd liquid_range to nodedef
2013-07-20 PilzAdamMake range of tools configureable
2013-07-13 prollerLeveled nodebox
2013-06-22 kwolekrDecoration: Add Schematic decoration type
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-19 PilzAdamAdd drowning
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)