]> git.lizzy.rs Git - dragonfireclient.git/history - src/nodedef.h
Add function to get server info.
[dragonfireclient.git] / src / nodedef.h
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-03-30 paramatParamtype2: Add missing type CPT2_GLASSLIKE_LIQUID_LEVEL
2017-03-20 number ZeroContent_mapblock.cpp: Refactor
2017-01-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2017-01-02 sfan5Move TileAnimation code to seperate file
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-09-08 paly2Add minetest.unregister_item and minetest.register_alia...
2016-08-26 Auke KokMake plantlike drawtype more fun
2016-05-23 EkdohibsMove updateTextures and fillTileAttribs to ContentFeatures
2016-03-12 Auke KokAllow nodes to specify which sides to connect to.
2016-03-12 Auke KokNodebox: Allow nodeboxes to "connect"
2016-03-07 est31Add minetest.register_lbm() to run code on block load...
2016-02-09 Auke KokFix backface culling when connecting to new servers.
2016-01-23 Auke KokBackface culling: Ignore setting in tiledef from old...
2016-01-07 paramatLiquids: Flow into and destroy 'floodable' nodes
2015-10-04 est31Add new ContentParamType2 "CPT2_DEGROTATE"
2015-07-16 RealBadAngelFix relief mapping issues
2015-06-27 RealBadAngelAdd minimap feature
2015-05-19 rubenwardyAdd texture overriding
2015-05-08 kwolekrFix compilation for non-client builds, and fix signed...
2015-05-07 kwolekrNodeResolver: Remove NodeResolveMethod
2015-05-05 kwolekrNodeDefManager: Improve const-correctness of interfaces
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-03-20 kwolekrRevert "Fix issue #2441: crash on respawn, since a...
2015-03-15 est31Finer progress bar updates when initializing nodes
2015-03-05 Loic BlotFix issue #2441: crash on respawn, since a conversion...
2015-03-05 Loic BlotReplace std::list to std::vector into tile.cpp (m_textu...
2015-01-04 kwolekrNodeResolver: Perform callback immediately if node...
2015-01-04 kwolekrRemove freezemelt (the remainder of proller nonsense)
2015-01-03 kwolekrFix crash if NodeResolver destroyed before pending...
2014-12-28 kwolekrSet fallback content if resolving content vector requir...
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-12-12 kwolekrNodeResolver: Fix some comments and use const reference...
2014-12-11 kwolekrNodeResolver: Fix cancelNode and cancelNodeList
2014-10-29 kwolekrRefactor decoration-related code
2014-10-28 kwolekrAdd NodeResolver documentation
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-10-02 BlockMenAdd optional framed glasslike drawtype
2014-09-21 TriBlade9Add firelike drawtype
2014-08-25 RealBadAngelAllow use all 6 faces for special tiles.
2014-06-15 RealBadAngelUnite nodes shaders.
2013-12-03 RealBadAngelShaders rework.
2013-08-06 BlockMenAdd support for different drowning damage and allow...
2013-08-01 prollerLeveled nodebox backward compatibility
2013-07-27 prollerWeather support
2013-07-20 PilzAdamAdd liquid_range to nodedef
2013-07-14 KahrlChange ContentFeatures array to a vector
2013-07-13 prollerLeveled nodebox
2013-07-02 KahrlRemove texture atlas / AtlasPointer, rename getTextureR...
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-19 PilzAdamAdd drowning
2013-05-01 WeblateMerge remote-tracking branch 'origin/master'
2013-04-25 Perttu AholaFix compatibility of RBA's NDT_GLASSLIKE_FRAMED
2013-04-25 RealBadAngelAdd new drawtype GLASSLIKE_FRAMED
2013-03-31 WeblateMerge remote branch 'origin/master'
2013-03-30 kwolekrOptimize CNodeDefManager::getIds
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-23 Jürgen DoserInclude backface_culling flag in serialization format...
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-02-19 JeijaDisable placement prediction for nodes that use on_righ...
2012-12-01 PilzAdamMerge support for anaglyph stereo
2012-11-29 Perttu AholaSupport serialization of protocol 13 ContentFeatures
2012-11-22 xyzzMerge pull request #268 from khonkhortisan/image_button
2012-11-03 PilzAdamMerge pull request #274 from PilzAdam/falling
2012-11-03 PilzAdamMerge pull request #243 from xyzz/liquid_renewable
2012-09-07 Ilya ZhuravlevAdd liquid_renewable property.
2012-06-17 KahrlCustom boxy nodes (stairs, slabs) and collision changes
2012-06-17 Perttu AholaOptimize headers
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-16 Perttu AholaNode texture animation
2012-06-05 Perttu AholaAdd after_destruct and cache the existence of on_constr...
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-03 KahrlWIP node metadata, node timers
2012-03-31 Perttu AholaAllow group:groupname in ABM definition and implement...
2012-03-24 Perttu AholaAdd sound.dig
2012-03-24 Perttu AholaAdd sounds, tune things
2012-03-24 Perttu AholaAdd event manager and use it to trigger sounds
2012-03-15 KahrlMapBlockMesh, mesh animation system, urgent mesh update...
2012-03-10 Perttu Aholaitemgroup.h and ItemGroupList typedef
2012-03-10 Perttu AholaDigging time groups WIP
2012-01-22 KahrlNode placement / mineral / serialization / iron freq...
2012-01-12 KahrlThe huge item definition and item namespace unification...
2011-12-04 Perttu AholaMake ToolItem and MaterialItem to convert names by...
2011-12-03 Perttu AholaNode definition aliases
2011-11-29 KahrlAdd node definitions in Lua and do not use content_mapn...
2011-11-29 Perttu AholaMake liquid_alternative_* to be strings
2011-11-29 Perttu AholaStore metadata as metadata name in node definition
2011-11-29 Perttu AholaOptimize map generator for the dynamic content ids...
2011-11-29 Perttu AholaImproved MaterialItem (stores nodename)
2011-11-29 Perttu AholaNode definition names
next