commit 208173bc4f7ca8fe5fd49644389b822de4d15fbe Author: aozhiwei Date: Fri Feb 15 15:47:12 2019 +0800 add a8engine framework diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13f7d83 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +webapp/php-common +*.*\~ +*.*~ +*.*\# +*.*# +\#* +\.\#* +~*.* +\#*.* +*.pb.* +CMakeCache.txt +cmake_install.cmake +CMakeFiles +Makefile +server/bin +__pycache__ +*pb2.py +*.pyc +*.out +.vs +.user +game.py +*.cxx +compile_commands.json \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5698c74 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/framework"] + path = third_party/framework + url = git@git.kingsome.cn:server_common/framework.git +[submodule "third_party/a8engine"] + path = third_party/a8engine + url = git@git.kingsome.cn:server_common/a8engine.git diff --git a/third_party/a8engine b/third_party/a8engine new file mode 160000 index 0000000..e2f4d2c --- /dev/null +++ b/third_party/a8engine @@ -0,0 +1 @@ +Subproject commit e2f4d2c9a4bb653ad6b37413d3dc3d9ca217a8de diff --git a/third_party/framework b/third_party/framework new file mode 160000 index 0000000..fad58e9 --- /dev/null +++ b/third_party/framework @@ -0,0 +1 @@ +Subproject commit fad58e97072e988e9e0209a1adbaf1e3810c0b7f