aboutsummaryrefslogtreecommitdiff
path: root/src/tool.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add helper functions to make tool usable n times (#12047)Wuzzy2022-06-031-0/+1
* Fix damage wraparound if very high damage (#11872)Wuzzy2022-01-061-2/+2
* Fix number of tool uses being off by 1..32767 (#11110)Wuzzy2021-10-311-7/+11
* Punchwear (improved) (#8959)sfan52019-09-221-6/+9
* Unify wield item handling (#8677)SmallJoker2019-08-071-0/+4
* Tool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remove dead codeHybrid Dog2018-01-031-3/+0
* Allow overriding tool capabilities through itemstack metadataraymoo2017-10-291-0/+6
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-2/+2
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-5/+1
* Cpp11 initializers: last src root changeset (#6022)Loïc Blot2017-06-211-15/+8
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-5/+4
* Fix various copy instead of const ref reported by cppcheck (#5615)Loïc Blot2017-04-191-4/+4
* Make some maps unordered to improve performanceLoic Blot2016-10-051-9/+6
* New damage system, add damageGroups to ToolCapabilities, bump protocol versionPilzAdam2013-03-291-10/+11
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Optimize headersPerttu Ahola2012-06-171-1/+1
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Rework tool_capabilities a bit (maxwear->uses, scale dig time according to le...Perttu Ahola2012-03-291-3/+3
* Digging and placing soundsPerttu Ahola2012-03-241-4/+10
* Seriously WTF, LLVM/clang?Perttu Ahola2012-03-231-3/+8
* Fix and tune things, add tool "recharge" animation, add dummyballPerttu Ahola2012-03-101-1/+1
* Damage groups WIPPerttu Ahola2012-03-101-0/+22
* itemgroup.h and ItemGroupList typedefPerttu Ahola2012-03-101-4/+5
* Digging time groups WIPPerttu Ahola2012-03-101-0/+111
* GameDef compilesPerttu Ahola2011-11-291-82/+0
* Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola2011-11-291-2/+25
* Move tool stuff to tool.{h,cpp}Perttu Ahola2011-11-291-0/+59