DragonAura
|
403798ecfa
|
fix(CAPI): 🐛 fix "const auto&", and some format fix
|
3 years ago |
DragonAura
|
881edec18f
|
feat(CAPI): ✨ add cmdline
|
3 years ago |
DragonAura
|
18a8cbcf87
|
add final line
Co-authored-by: Timothy Liu <liuxf19@163.com>
|
3 years ago |
DragonAura
|
e051343f7b
|
feat(CAPI): ✨ use concurrent queue as message queue
|
3 years ago |
DragonAura
|
f114499b28
|
fix: read map first
|
3 years ago |
wihn2021
|
ed210cb776
|
🐞 fix(fix bugs):
|
3 years ago |
wihn2021
|
27f89f95c1
|
🐞 fix(fix range bugs, maybe bugs remaining):
|
3 years ago |
wihn2021
|
ed772cfd9e
|
Merge branch 'dev' of https://github.com/wihn2021/THUAI6 into dev
|
3 years ago |
wihn2021
|
3f5fc6d8fa
|
🐞 fix(fix sight bug):
|
3 years ago |
wihn
|
3a8b29ff7d
|
Merge branch 'eesast:dev' into dev
|
3 years ago |
wihn2021
|
e026154d3d
|
✨ feat(add 视野机制):
|
3 years ago |
DragonAura
|
cd6747e6f8
|
feat(CAPI): ✨ complete basic logic
|
3 years ago |
DragonAura
|
5cc2890f51
|
refactor(CAPI): ✨ remake reading message
|
3 years ago |
DragonAura
|
9bb2a712bc
|
feat(CAPI): ✨ complete temp debug api
|
3 years ago |
DragonAura
|
0ef25542f7
|
refactor(CAPI): ⚡ change save human/fix machine logic
|
3 years ago |
DragonAura
|
3937ad00af
|
feat(CAPI): ✨ complete most communication functions, test required
|
3 years ago |
wihn2021
|
f433f26c19
|
🌈 style(API.cpp):
|
3 years ago |
wihn2021
|
4d765b4f8e
|
🦄 refactor(API): 在API.cpp实现了一些函数
|
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
|
560771e3b2
|
fix(CAPI): 🐛 fix buffer thread to detach
|
3 years ago |
DragonAura
|
829af702d2
|
refactor(CAPI): 🔥 delete tMessage
|
3 years ago |
DragonAura
|
8ddff39a90
|
feat(CAPI): ✨ add reading message2clients
|
3 years ago |
DragonAura
|
2665c8fa48
|
feat: ✨ refactor API and add main
|
3 years ago |
DragonAura
|
91331c7589
|
refactor: 🎨 change api structure
为了保证代码的复用性、放弃了API部分人类和屠夫分开使用两种接口,转而所有函数都声明在IAPI类里,不希望被调用的函数直接定义为空。
|
3 years ago |
DragonAura
|
424d48a060
|
feat: ✨ build basic code structure
基本完成了logic.h、state.h
|
3 years ago |