The huge item definition and item namespace unification patch (itemdef), see http...
authorKahrl <kahrl@gmx.net>
Thu, 12 Jan 2012 05:10:39 +0000 (06:10 +0100)
committerKahrl <kahrl@gmx.net>
Thu, 12 Jan 2012 05:10:39 +0000 (06:10 +0100)
commit6a76c226e10e92c3e3339096f07f8ab065e2098b
tree396d9083f5f76ebb5ba96df113ba68046c2487df
parent569156b01302ea4ba45d11ff5524b62dbc6a9aa0
The huge item definition and item namespace unification patch (itemdef), see c55.me/minetest/wiki/doku.php?id=changes:itemdef
65 files changed:
data/builtin.lua
data/clienttextures/unknown_item.png [new file with mode: 0644]
data/mods/bucket/init.lua
data/mods/default/init.lua
data/mods/experimental/init.lua
data/mods/legacy/init.lua
src/CMakeLists.txt
src/camera.cpp
src/camera.h
src/client.cpp
src/client.h
src/clientserver.h
src/connection.cpp
src/content_cao.cpp
src/content_mapblock.cpp
src/content_mapnode.cpp
src/content_mapnode.h
src/content_nodemeta.cpp
src/content_sao.cpp
src/content_sao.h
src/craftdef.cpp
src/craftdef.h
src/craftitemdef.cpp [deleted file]
src/craftitemdef.h [deleted file]
src/environment.h
src/game.cpp
src/gamedef.h
src/guiInventoryMenu.cpp
src/guiInventoryMenu.h
src/inventory.cpp
src/inventory.h
src/inventorymanager.cpp
src/inventorymanager.h
src/irrlichttypes.h
src/itemdef.cpp [new file with mode: 0644]
src/itemdef.h [new file with mode: 0644]
src/mapblock.cpp
src/mapblock.h
src/mapblock_mesh.cpp
src/mapblock_mesh.h
src/materials.cpp
src/materials.h
src/mesh.cpp
src/mesh.h
src/mineral.cpp
src/mineral.h
src/nodedef.cpp
src/nodedef.h
src/player.cpp
src/player.h
src/scriptapi.cpp
src/scriptapi.h
src/server.cpp
src/server.h
src/serverobject.cpp
src/serverobject.h
src/serverremoteplayer.cpp
src/serverremoteplayer.h
src/test.cpp
src/tile.cpp
src/tile.h
src/tooldef.cpp [deleted file]
src/tooldef.h [deleted file]
src/utility.cpp
src/utility.h