Scripting WIP
authorPerttu Ahola <celeron55@gmail.com>
Fri, 11 Nov 2011 17:33:17 +0000 (19:33 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Tue, 29 Nov 2011 17:13:38 +0000 (19:13 +0200)
commitbfc68d31510bbd40732c19ada51d4683cb050de2
tree21ca37b09d78761ae59d84af096a8ff391838a89
parentee8b6d34447acab3ffb318dc8c070df890c1b810
Scripting WIP
22 files changed:
src/CMakeLists.txt
src/common_irrlicht.h
src/content_cao.cpp
src/content_cao.h
src/content_inventory.cpp
src/content_inventory.h
src/content_object.h
src/content_sao.cpp
src/content_sao.h
src/environment.cpp
src/environment.h
src/inventory.cpp
src/irrlichttypes.h [new file with mode: 0644]
src/porting.cpp
src/script.cpp [new file with mode: 0644]
src/script.h [new file with mode: 0644]
src/scriptapi.cpp [new file with mode: 0644]
src/scriptapi.h [new file with mode: 0644]
src/server.cpp
src/server.h
src/serverobject.cpp
src/serverobject.h