index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
itemdef.h
Age
Commit message (
Expand
)
Author
2023-03-07
Dual wielding
Lizzy Fleckenstein
2022-09-30
Implement tool use sounds
sfan5
2022-06-20
Re-order sound-related code (#12382)
SmallJoker
2021-03-09
Use place_param2 client-side for item appearance & prediction (#11024)
sfan5
2020-10-09
Add a short_description to be used by mods (#8980)
DS
2020-04-14
Refactor texture overrides and add new features (#9600)
Hugues Ross
2017-08-25
Overlays for wield and inventory images (#6107)
Dániel Juhász
2017-08-20
Modernize source code: last part (#6285)
Loïc Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-04-08
Hardware coloring for itemstacks
Dániel Juhász
2017-03-22
Some performance optimizations (#5424)
Loïc Blot
2017-01-09
Environment & IGameDef code refactoring (#4985)
Ner'zhul
2016-09-08
Make getStackMax return the correct maximal stack size
SmallJoker
2016-09-08
Add minetest.unregister_item and minetest.register_alias_force
paly2
2015-12-29
Revert "Refactoring and code style fixes in preparation of adding mesh typed ...
Sapier
2015-12-29
Revert "Add support for using arbitrary meshes as items"
Sapier
2015-12-29
Add support for using arbitrary meshes as items
Sapier
2015-12-29
Refactoring and code style fixes in preparation of adding mesh typed items
Sapier
2015-11-07
Add support for audio feedback if placing node failed
BlockMen
2013-07-20
Make range of tools configureable
PilzAdam
2013-03-29
Add different place sound for nodes
PilzAdam
2013-03-29
New damage system, add damageGroups to ToolCapabilities, bump protocol version
PilzAdam
2013-02-27
Fix nodeplacement prediction
PilzAdam
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2013-02-19
Disable placement prediction for nodes that use on_rightclick
Jeija
2012-12-02
On-demand item meshes and textures
Perttu Ahola
2012-06-17
Optimize headers
Perttu Ahola
2012-06-10
Node placement client-side prediction
Perttu Ahola
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-03-10
itemgroup.h and ItemGroupList typedef
Perttu Ahola
2012-03-10
Digging time groups WIP
Perttu Ahola
2012-01-12
The huge item definition and item namespace unification patch (itemdef), see ...
Kahrl