]> git.lizzy.rs Git - minetest.git/history - src/tool.cpp
Add keybind to swap items between hands
[minetest.git] / src / tool.cpp
2022-11-09 Abdou-31Fix typos and en_US/en_GB inconsistency in various...
2022-09-06 Herman SemenovCode optimizations / refactor (#12704)
2022-06-03 WuzzyAdd helper functions to make tool usable n times (...
2022-01-06 WuzzyFix damage wraparound if very high damage (#11872)
2021-10-31 WuzzyFix number of tool uses being off by 1..32767 (#11110)
2021-03-20 sfan5Serialize tool capabilities JSON without whitespace
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2020-05-27 sfan5Value copy / allocation optimizations mostly in server...
2019-09-22 sfan5Punchwear (improved) (#8959)
2019-08-07 SmallJokerUnify wield item handling (#8677)
2019-07-31 sfan5Allow toolcaps to override the built-in times for dig_i...
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
2018-01-03 Hybrid DogTool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remov...
2018-01-03 Hybrid DogTool getDigParams: Fix selecting the best fitting time
2017-10-29 raymooAllow overriding tool capabilities through itemstack...
2017-08-29 SmallJokerBump minimal protocol version to 36 (#6319)
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-04-28 youFix click-digging torches (#5652)
2017-04-19 Hybrid DogTools: Fix tool digging speed limit
2017-03-19 Loïc BlotUpdate server min protocol version to v24 (#5411)
2016-10-05 Loic BlotMake some maps unordered to improve performance
2015-08-25 David JonesChange i++ to ++i
2014-07-02 NovatuxFix inversion of full_punch_interval
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
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-16 Perttu AholaProperly and efficiently use split utility 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-10 Perttu Aholadig_immediate=2 -> 0.5 seconds digging time
2012-03-10 Perttu Aholadig_immediate=3 instead of 1 means 0 seconds
2012-03-10 Perttu AholaDamage groups WIP
2012-03-10 Perttu AholaSmall fix in getHitParams
2012-03-10 Perttu Aholaitemgroup.h and ItemGroupList typedef
2012-03-10 Perttu AholaTune group digging time stuff a bit
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}