Fix bone-attached entities (#10015)
[oweals/minetest.git] / src / tool.h
2019-09-22 sfan5Punchwear (improved) (#8959)
2019-08-07 SmallJokerUnify wield item handling (#8677)
2018-01-03 Hybrid DogTool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remov...
2017-10-29 raymooAllow overriding tool capabilities through itemstack...
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-21 Loïc BlotCpp11 initializers: last src root changeset (#6022)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2016-10-05 Loic BlotMake some maps unordered to improve performance
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-29 PilzAdamNew damage system, add damageGroups to ToolCapabilities...
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
2012-06-17 Perttu AholaOptimize headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-03-29 Perttu AholaRework tool_capabilities a bit (maxwear->uses, scale...
2012-03-24 Perttu AholaDigging and placing sounds
2012-03-22 Perttu AholaSeriously WTF, LLVM/clang?
2012-03-10 Perttu AholaFix and tune things, add tool "recharge" animation...
2012-03-10 Perttu AholaDamage groups WIP
2012-03-10 Perttu Aholaitemgroup.h and ItemGroupList typedef
2012-03-10 Perttu AholaDigging time groups WIP
2011-11-29 Perttu AholaGameDef compiles
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-11-29 Perttu AholaMove tool stuff to tool.{h,cpp}