DragonAura
|
3937ad00af
|
feat(CAPI): ✨ complete most communication functions, test required
|
3 years ago |
wihn2021
|
0c20f615e9
|
🌈 style(API.h): replace {} with ;
|
3 years ago |
DragonAura
|
4a435febb8
|
fix(CAPI): 🐛 fix multi definition
|
3 years ago |
DragonAura
|
9e57e657b8
|
Merge branch 'eesast:dev' into dev
|
3 years ago |
wihn2021
|
f433f26c19
|
🌈 style(API.cpp):
|
3 years ago |
wihn2021
|
4d765b4f8e
|
🦄 refactor(API): 在API.cpp实现了一些函数
|
3 years ago |
DragonAura
|
557f900edb
|
fix(CAPI): 🐛 fix wrong param num
|
3 years ago |
wihn2021
|
43bc95f570
|
🦄 refactor(logic.h & logic.cpp):
|
3 years ago |
wihn2021
|
7caba50069
|
Merge branch 'dev' of https://github.com/eesast/THUAI6 into dev
|
3 years ago |
DragonAura
|
e6d204e5f9
|
refactor(CAPI): 🎨 unbind logic and communication
|
3 years ago |
wihn2021
|
f5950fbe19
|
add 'const' to reduce possible type errors
|
3 years ago |
DragonAura
|
0e418a8886
|
feat(CAPI): ✨ finish some of the 1-1 rpc service
|
3 years ago |
DragonAura
|
4f4db6ac36
|
feat(proto): ✨ add act_success to move
|
3 years ago |
DragonAura
|
560771e3b2
|
fix(CAPI): 🐛 fix buffer thread to detach
|
3 years ago |
DragonAura
|
829af702d2
|
refactor(CAPI): 🔥 delete tMessage
|
3 years ago |
DragonAura
|
9fa0726a30
|
refactor(CAPI): 🎨 change map containers to vector
|
3 years ago |
DragonAura
|
8ddff39a90
|
feat(CAPI): ✨ add reading message2clients
|
3 years ago |
DragonAura
|
acf6017039
|
fix(proto): 🐛 fix wrong spelling
|
3 years ago |
DragonAura
|
f76c69e802
|
style(proto): 🎨 fix wrong name style of proto
|
3 years ago |
DragonAura
|
8b23b1bf10
|
fix(proto): 🐛 fix the loss of "radius"
|
3 years ago |
DragonAura
|
fe0e3dc0e6
|
refactor(CAPI): 🎨 change along with previous commit
|
3 years ago |
DragonAura
|
7c3025b773
|
Merge branch 'dev' of github.com:DragonAura/THUAI6 into dev
|
3 years ago |
DragonAura
|
b67dc23cd1
|
refactor(CAPI): 🎨 protos generated using newer gRPC
|
3 years ago |
TCL
|
50fa84962c
|
Create .gitattributes
|
3 years ago |
DragonAura
|
2665c8fa48
|
feat: ✨ refactor API and add main
|
3 years ago |
DragonAura
|
874207c110
|
refactor: 🎨 move services to Services.proto
将服务另开了一个proto文件进行定义
|
3 years ago |
DragonAura
|
2f1761f81a
|
feat: ⚡ add test connection service
增加了一个测试服务器是否在线的功能
|
3 years ago |
DragonAura
|
b0ca514799
|
fix: 🐛 fix wrong spelling
|
3 years ago |
DragonAura
|
91331c7589
|
refactor: 🎨 change api structure
为了保证代码的复用性、放弃了API部分人类和屠夫分开使用两种接口,转而所有函数都声明在IAPI类里,不希望被调用的函数直接定义为空。
|
3 years ago |
DragonAura
|
97ddbf89d1
|
fix: 🐛 fix some bugs
修了几个错误的构造函数及一些错误的拼写
|
3 years ago |
DragonAura
|
424d48a060
|
feat: ✨ build basic code structure
基本完成了logic.h、state.h
|
3 years ago |
DragonAura
|
e567d89f3e
|
feat: improve oop design
仿照THUAI5的API设计模式
|
3 years ago |
DragonAura
|
84fc6ec4c5
|
chore: add structures.h and API.h(unfinished)
|
3 years ago |
DragonAura
|
64892b6890
|
chore: add temp CMakeLists
|
3 years ago |
DragonAura
|
2b47e6091a
|
chore : add receive message interface
|
3 years ago |
DragonAura
|
4d27194b3e
|
chore : add escape rpc interface
|
3 years ago |
DragonAura
|
e67396b200
|
chore : add land to messagetype, add player view range to player message, add auto clang-format to proto cpp_output.sh
|
3 years ago |
DragonAura
|
45dc37b948
|
style: fix the style of proto generated code
|
3 years ago |
DragonAura
|
628a636b2a
|
chore: add cpp proto generate shell and generate cpp proto
|
3 years ago |
Timothy Liu
|
15043307eb
|
fix: change c++ standard to c++17
|
3 years ago |
TCL
|
d6d786a5a9
|
chore: add CAPI interface
|
3 years ago |