Skip to content

Releases: eesast/THUAI6

Release 1.0.0

30 May 12:31
ddf0bf4
Compare
Choose a tag to compare

What's Changed

Read more

v0.1.0

04 May 16:39
ddf0bf4
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update actions/checkout action to v3 by @renovate in #3
  • fix: change c standard to c 17 by @Timothy-Liuxf in #5
  • fix: change c standard of clang-format to c 17 by @Timothy-Liuxf in #4
  • doc: fix translation error of 'mirror repository' by @Timothy-Liuxf in #7
  • chore: add proto files by @DragonAura in #6
  • chore : add land to message type, add player view range to player message, add auto clang-format to proto cpp_output.sh by @DragonAura in #8
  • chore: add logic/Preparation by @shangfengh in #10
  • chore: add receive message interface by @DragonAura in #11
  • chore: add temp CMakeLists by @DragonAura in #12
  • chore: add structures.h and API.h by @DragonAura in #13
  • feat: ✨ build basic code structure by @DragonAura in #14
  • fix: 🐛 fix some bugs by @DragonAura in #15
  • chore: 📱 add CAPI UML design by @Timothy-Liuxf in #18
  • refactor: 🎨 change api structure by @DragonAura in #16
  • feat: ⚡ add test connection service by @DragonAura in #19
  • refactor: 🎨 move services to Services.proto by @DragonAura in #21
  • feat: add status bar by @Shawqeem in #22
  • build: add character by @shangfengh in #20
  • feat: ✨ refactor API and add main by @DragonAura in #23
  • refactor(CAPI): 🎨 protos generated using newer gRPC by @DragonAura in #27
  • chore: choose some cuter emojis by @Shawqeem in #25
  • chore: Add Downloader namespace by @sendssf in #28
  • fix(proto): 🐛 fix the loss of "radius" by @DragonAura in #30
  • style(proto): 🎨 fix wrong name style of proto by @DragonAura in #32
  • feat(CAPI): ✨ add reading message2clients by @DragonAura in #33
  • feat(CAPI): ✨ finish some of the 1-1 rpc service by @DragonAura in #34
  • refactor(CAPI): 🎨 unbind logic and communication by @DragonAura in #35
  • chore: merged downloader with UI (function and button not binded yet) by @OctaAcid in #36
  • chore: add const modification by @wihn2021 in #37
  • feat: make defination of some functions in API by @wihn2021 in #40
  • fix(CAPI): 🐛 fix multi definition by @DragonAura in #41
  • feat(CAPI): ✨ complete most communication functions, test required by @DragonAura in #42
  • feat: add human status enum by @wihn2021 in #43
  • fix(proto): 🐛 fix wrong service name by @DragonAura in #44
  • chore: start server by @gsy1519 in #31
  • chore(deps): update actions/setup-dotnet action to v3 by @renovate in #48
  • chore: Add login function and save token by @sendssf in #49
  • feat: ✨ try to MOVE by @shangfengh in #45
  • fix: fix some compile bugs by @sendssf in #51
  • refactor(CAPI): ⚡ change save human/fix machine logic by @DragonAura in #50
  • chore: add move function by @gsy1519 in #52
  • refactor(proto): ✨ change proto message service by @DragonAura in #53
  • feat(CAPI): ✨ complete temp debug api by @DragonAura in #54
  • refactor(CAPI): ✨ remake reading message by @DragonAura in #55
  • chore: designed new gui for editing configuration by @OctaAcid in #57
  • feat(proto): ✨ add game state enum by @DragonAura in #62
  • feat(CAPI): ✨ complete basic logic by @DragonAura in #63
  • chore(deps): update dependency grpc.tools to v2.51.0 by @renovate in #61
  • chore(deps): update dependency frameratetask to v1.2.0 by @renovate in #60
  • add map and character by @shangfengh in #56
  • chore(deps): update dependency google.protobuf.tools to v3.21.11 by @renovate in #59
  • chore(deps): update doozyx/clang-format-lint-action action to v0.15 by @renovate in #47
  • chore(deps): update dependency google.protobuf to v3.21.11 by @renovate in #58
  • fix: 🐞 fix range bugs, maybe bugs remaining by @wihn2021 in #66
  • chore: 📄 update license to 2023 by @Timothy-Liuxf in #70
  • feat(CAPI): ✨ use concurrent queue as message queue by @DragonAura in #69
  • chore(deps): update dependency google.protobuf.tools to v3.21.12 by @renovate in #68
  • feat(CAPI): ✨ add cmdline by @DragonAura in #71
  • chore(deps): update dependency google.protobuf to v3.21.12 by @renovate in #67
  • fix(CAPI): 🐛 fix "const auto&", and some format fix by @DragonAura in #73
  • feat: Add Gaming managers by @shangfengh in #78
  • feat(CAPI): 🔊 use spdlog as logger and finish logic logger by @DragonAura in #75
  • feat: Add a serial of functions to draw and succeed to connect with Server by @Shawqeem in #80
  • feat(CAPI): 🔊 add debug api logger by @DragonAura in #81
  • chore: add upload files function and change file structure by @sendssf in #82
  • feat(CAPI): ✨ add debug api timer by @DragonAura in #83
  • fix: 🐛 incorrect dotnet format command by @Timothy-Liuxf in #84
  • feat(CAPI): ✨ add api warn logger by @DragonAura in #85
  • feat(CAPI): ✨ add print info, and fix some bug by @DragonAura in #86
  • style(CAPI): 🎨 change some different naming styles by @DragonAura in #87
  • feat(PyAPI): 🚧 complete the structure of PyAPI, finish communication module by @DragonAura in #88
  • perf(CAPI): 🔒 fix busy waiting by @DragonAura in #89
  • refactor(CAPI): 🐛 fix mutex using by @DragonAura in #90
  • feat(PyAPI): ✨ complete most parts of PyAPI except logger by @DragonAura in #91
  • chore(deps): update dependency tencent.qcloud.cos.sdk to v5.4.34 by @renovate in #74
  • chore(deps): update dependency grpc to v2.46.6 by @renovate in #76
  • chore(deps): update dependency grpc.core to v2.46.6 by @renovate in #77
  • feat(PyAPI): ✨ complete debug api by @DragonAura in #94
  • feat: achieve functions of fixing and escaping by @shangfengh in #96
  • chore(deps): update dependency grpcio to v1.51.1 by @renovate in #93
  • feat: promote AddPlayer function and add to the framework of server by @gsy1519 in #97
  • feat: rebuild the skill system by @shangfengh in #98
  • chore(deps): update dependency google.protobuf to v3.22.0 by @renovate in #99
  • chore(deps): update dependency google.protobuf.tools to v3.22.0 by @renovate in #100
  • feat: ✨ rebuild the fix,rescue,treat functions and make a pl… by @shangfengh in #101
  • refactor(API): 🎨 add HaveView function by @DragonAura in #102
  • chore(deps): update dependency grpc.tools to v2.52.0 by @renovate in #104
  • chore(deps): update dependency grpcio-tools to v1.51.3 by @renovate in #105
  • chore(deps): update dependency grpcio to v1.51.3 by @renovate in #103
  • refactor(proto): 🎨 rename proto messages by @DragonAura in #106
  • refactor(CAPI): 🎨 affect proto rename to capi by @DragonAura in #107
  • refactor(PyAPI): 🎨 apply proto rename to pyapi by @DragonAura in #108
  • feat(CAPI): :sp...
Read more