Characters moving via scripts are pushed & popped from the rooms

The delete & create messages still need to be implemented.
This commit is contained in:
Kayne Ruse
2015-03-09 10:27:50 +11:00
parent 3d8ee25ae7
commit c3c6d42a80
5 changed files with 36 additions and 18 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#config
INCLUDES+=. ../entities ../server_utilities ../../common/gameplay ../../common/utilities
INCLUDES+=. ../entities ../monsters ../rooms ../server_utilities ../triggers ../../common/gameplay ../../common/map ../../common/utilities
LIBS+=
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))