-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Engine sync
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Engine
updated
11 files
+2 −0 | BuildTools/codegen.py | |
+1 −1 | Source/Client/Client.cpp | |
+1 −1 | Source/Common/DataSource.cpp | |
+2 −0 | Source/Common/EntityProperties.h | |
+12 −12 | Source/Common/Properties.cpp | |
+1 −0 | Source/Common/Properties.h | |
+74 −7 | Source/Scripting/AngelScriptScripting-Template.cpp | |
+1 −1 | Source/Scripting/ClientCritterScriptMethods.cpp | |
+13 −13 | Source/Server/Map.cpp | |
+1 −1 | Source/Server/Map.h | |
+67 −5 | Source/Server/Server.cpp |