Add InvRef and InvStack (currently untested and unusable)
authorPerttu Ahola <celeron55@gmail.com>
Tue, 6 Dec 2011 13:21:56 +0000 (15:21 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 1 Jan 2012 23:49:38 +0000 (01:49 +0200)
commit103173fc9b4fcb4c0fded2a93d5cbb8f0bea896e
tree416a253ff37aeb5944781dd1288c5afa7483d799
parent70ed371d0cd532da8efc5acbd41a20e9a373b811
Add InvRef and InvStack (currently untested and unusable)
13 files changed:
src/CMakeLists.txt
src/client.cpp
src/client.h
src/craftdef.cpp
src/guiInventoryMenu.cpp
src/guiInventoryMenu.h
src/inventory.cpp
src/inventory.h
src/inventorymanager.cpp [new file with mode: 0644]
src/inventorymanager.h [new file with mode: 0644]
src/scriptapi.cpp
src/server.cpp
src/server.h