This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
Releases: eesast/THUAI5
Releases · eesast/THUAI5
1.1.0
What's Changed
- chore: Add MIT LICENSE by @Timothy-LiuXuefeng in #1
- docs(interface): Add Web app by @Timothy-LiuXuefeng in #3
- chore: Add .proto files in dependency; Add interfaces and some utility files in logic/Preparation by @TCL606 in #4
- chore: Add abstract class GameObj and MoveableObj by @TCL606 in #5
- refactor!: change Preparation to Class Library, move ALL enum types from their Interface/GameObj files to a new file EnumType.cs, add Constant.cs. by @birdx-007 in #6
- chore: Add MoveEngine and FrameRateTask by @TCL606 in #10
- chore: partially add character and prop. by @birdx-007 in #12
- subject: A Client with basic features by @AllergoP in #14
- chore: add a simple server-client model ( without agent ) by @wyj-source in #13
- fix: change .bat to .cmd, and command line parameter settings. by @wyj-source in #15
- chore: add bullet.cs, complete prop.cs by @birdx-007 in #16
- chore: add items to ignore list by @Timothy-LiuXuefeng in #17
- chore: add character.buffmanager, move constant.cs to new namespace Preparation.GameData by @birdx-007 in #18
- chore: Add some skills and map by @TCL606 in #19
- Fixed: logic.sln by @AllergoP in #21
- chore: Move gamobj to GameClass folder and add Skills by @TCL606 in #22
- changed: new proto , Client logic and UI by @AllergoP in #23
- Refactor: Refactor the logic of CommonSkill by @TCL606 in #24
- fixed: fixed renamed bug of proto by @AllergoP in #26
- chore: Add attack manager by @TCL606 in #27
- refactor: refactor the server according to the new proto files by @wyj-source in #28
- feat: add DebuffMine (Mine in THUAI4). by @birdx-007 in #29
- chore: Add server incompletely by @TCL606 in #30
- feat: add frame of PropManager and GemManager by @TCL606 in #31
- chore: modify proto files by @TCL606 in #32
- refactor: refactor the server by @wyj-source in #34
- refactor: modify proto files by @TCL606 in #35
- chore: Update issue templates by @Timothy-LiuXuefeng in #36
- chore: Add code of conduct by @Timothy-LiuXuefeng in #37
- chore: Add contributing guide. by @Timothy-LiuXuefeng in #38
- chore: Add pull request template by @Timothy-LiuXuefeng in #39
- chore: change pull-request template to honorifics by @Timothy-LiuXuefeng in #41
- refactor: change the server communication and its test. by @wyj-source in #40
- chore: add codeql-analysis.yml by @fuyh20 in #42
- fix: fix some problems of proto files by @wyj-source in #43
- chore: add server by @TCL606 in #44
- chore: add start program of server by @TCL606 in #46
- chore: add a .cmd to work automatically. by @wyj-source in #47
- test: add test client by @TCL606 in #48
- Configure Renovate by @renovate in #45
- chore(deps): update dependency google.protobuf to v3.19.0 by @renovate in #49
- chore(bot): config renovate bot by @Timothy-LiuXuefeng in #51
- chore(template): move pull request template file by @Timothy-LiuXuefeng in #52
- chore(template): add description for this pr by @Timothy-LiuXuefeng in #53
- docs(README): add readme for community contributors by @Timothy-LiuXuefeng in #54
- fix(README): fix the link-error in readme by @Timothy-LiuXuefeng in #56
- Update: Added some features. Fundamental errors remain. by @AllergoP in #57
- fix!(logic): set Nullable as "enable", solve the bug of throwing exception when adding buff. by @birdx-007 in #58
- fix: fixed bug of moving and attacking by @TCL606 in #59
- Fix: Refractured logic; Improved ErrorDisplayer; Enabled screen refreshing. by @AllergoP in #60
- chore: add gem and gemmanager by @TCL606 in #61
- chore(deps): update dependency google.protobuf to v3.19.1 by @renovate in #63
- refactor: divide proplist into gemlist and proplist by @TCL606 in #64
- chore: add more message handling work of gameserver by @TCL606 in #65
- chore: add submodule(protobuf) by @wyj-source in #67
- refactor: refactored part of bullet logic by @TCL606 in #68
- docs: add a game-rule file by @TCL606 in #69
- docs(repo): update README, add game rules by @Timothy-LiuXuefeng in #70
- docs(target): add a new target for installer by @Timothy-LiuXuefeng in #71
- fix: fixed bugs of UI by @TCL606 in #72
- fix: fixed bugs of walking in the wall by @TCL606 in #73
- docs: add instructions of message by @TCL606 in #74
- Added: Keyboard control by @AllergoP in #76
- chore(repo): Setup security policy by @Timothy-LiuXuefeng in #80
- Add mapCreater by @AllergoP in #77
- chore(deps): update dependency hpsocket.net to v5.8.5.1 by @renovate in #81
- Added:some new features by @AllergoP in #82
- chore(bot): Config labels for renovate bot by @Timothy-LiuXuefeng in #87
- fix: fixed bugs of vision by @TCL606 in #83
- Updated: small changes on random map by @AllergoP in #89
- chore(logo): replace the logo with a clear one by @Timothy-LiuXuefeng in #88
- chore: add frameworks of CAPI, and fix warnings of Communication by @wyj-source in #90
- refactor(lib): redesign concurrent_queue.hpp's interface. by @Timothy-LiuXuefeng in #91
- chore(deps): update dependency hpsocket.net to v5.8.5.2 by @renovate in #92
- chore: add teamID and playerID in character by @TCL606 in #93
- chore(init): add frameworks of API and AI by @wyj-source in #94
- fix: fix some bugs by @TCL606 in #96
- refactor: modify logic of invisible by @TCL606 in #97
- chore: add inspector by @TCL606 in #101
- chore: add playback functions and fix bugs of walking in walls by @TCL606 in #103
- chore: finish basic frame work of CAPI by @wyj-source in #98
- chore(deps): update dependency hpsocket.net to v5.8.5.5 by @renovate in #104
- chore(deps): update dependency google.protobuf to v3.19.2 by @renovate in #105
- feat(capi): Commandline parsing by @pengqinher in #95
- chore(deps): update dependency google.protobuf to v3.19.3 by @renovate in #109
- chore: consummate CAPI framework by @wyj-source in #106
- fix: fixed bugs of walking in walls by searching comparing distance to all walls by @TCL606 in #108
- add installer by @fuyh20 in #113
- chore: spectator can join the game at any time by @TCL606 in #112
- chore: add installer icon by @fuyh20 in #114
- Features: Add Statusbar by @AllergoP in #110
- chore: add line bullet by @TCL606 in #115
- chore(deps): update dependency google.protobuf to v3.19.4 by @renovate in #117
- chore(bot): disable automatical update of hpsocket.net by renovate by @Timothy-LiuXuefeng in #118
- fix(bot): the bug that cannot disable automatical update of hpsocket.net by @Timothy-LiuXuefeng in https://github.com/eesast/THUAI5/...
v1.0.1
What's Changed
- chore: Add MIT LICENSE by @Timothy-LiuXuefeng in #1
- chore: Add MIT LICENSE by @Timothy-LiuXuefeng in #2
- docs(interface): Add Web app by @Timothy-LiuXuefeng in #3
- chore: Add .proto files in dependency; Add interfaces and some utility files in logic/Preparation by @TCL606 in #4
- chore: Add abstract class GameObj and MoveableObj by @TCL606 in #5
- refactor!: change Preparation to Class Library, move ALL enum types from their Interface/GameObj files to a new file EnumType.cs, add Constant.cs. by @birdx-007 in #6
- chore: Add MoveEngine and FrameRateTask by @TCL606 in #10
- chore: partially add character and prop. by @birdx-007 in #12
- subject: A Client with basic features by @AllergoP in #14
- chore: add a simple server-client model ( without agent ) by @wyj-source in #13
- fix: change .bat to .cmd, and command line parameter settings. by @wyj-source in #15
- chore: add bullet.cs, complete prop.cs by @birdx-007 in #16
- chore: add items to ignore list by @Timothy-LiuXuefeng in #17
- chore: add character.buffmanager, move constant.cs to new namespace Preparation.GameData by @birdx-007 in #18
- chore: Add some skills and map by @TCL606 in #19
- Fixed: logic.sln by @AllergoP in #21
- chore: Move gamobj to GameClass folder and add Skills by @TCL606 in #22
- changed: new proto , Client logic and UI by @AllergoP in #23
- Refactor: Refactor the logic of CommonSkill by @TCL606 in #24
- fixed: fixed renamed bug of proto by @AllergoP in #26
- chore: Add attack manager by @TCL606 in #27
- refactor: refactor the server according to the new proto files by @wyj-source in #28
- feat: add DebuffMine (Mine in THUAI4). by @birdx-007 in #29
- chore: Add server incompletely by @TCL606 in #30
- feat: add frame of PropManager and GemManager by @TCL606 in #31
- chore: modify proto files by @TCL606 in #32
- refactor: refactor the server by @wyj-source in #34
- refactor: modify proto files by @TCL606 in #35
- chore: Update issue templates by @Timothy-LiuXuefeng in #36
- chore: Add code of conduct by @Timothy-LiuXuefeng in #37
- chore: Add contributing guide. by @Timothy-LiuXuefeng in #38
- chore: Add pull request template by @Timothy-LiuXuefeng in #39
- chore: change pull-request template to honorifics by @Timothy-LiuXuefeng in #41
- refactor: change the server communication and its test. by @wyj-source in #40
- chore: add codeql-analysis.yml by @fuyh20 in #42
- fix: fix some problems of proto files by @wyj-source in #43
- chore: add server by @TCL606 in #44
- chore: add start program of server by @TCL606 in #46
- chore: add a .cmd to work automatically. by @wyj-source in #47
- test: add test client by @TCL606 in #48
- Configure Renovate by @renovate in #45
- chore(deps): update dependency google.protobuf to v3.19.0 by @renovate in #49
- chore(bot): config renovate bot by @Timothy-LiuXuefeng in #51
- chore(template): move pull request template file by @Timothy-LiuXuefeng in #52
- chore(template): add description for this pr by @Timothy-LiuXuefeng in #53
- docs(README): add readme for community contributors by @Timothy-LiuXuefeng in #54
- fix(README): fix the link-error in readme by @Timothy-LiuXuefeng in #56
- Update: Added some features. Fundamental errors remain. by @AllergoP in #57
- fix!(logic): set Nullable as "enable", solve the bug of throwing exception when adding buff. by @birdx-007 in #58
- fix: fixed bug of moving and attacking by @TCL606 in #59
- Fix: Refractured logic; Improved ErrorDisplayer; Enabled screen refreshing. by @AllergoP in #60
- chore: add gem and gemmanager by @TCL606 in #61
- chore(deps): update dependency google.protobuf to v3.19.1 by @renovate in #63
- refactor: divide proplist into gemlist and proplist by @TCL606 in #64
- chore: add more message handling work of gameserver by @TCL606 in #65
- chore: add submodule(protobuf) by @wyj-source in #67
- refactor: refactored part of bullet logic by @TCL606 in #68
- docs: add a game-rule file by @TCL606 in #69
- docs(repo): update README, add game rules by @Timothy-LiuXuefeng in #70
- docs(target): add a new target for installer by @Timothy-LiuXuefeng in #71
- fix: fixed bugs of UI by @TCL606 in #72
- fix: fixed bugs of walking in the wall by @TCL606 in #73
- docs: add instructions of message by @TCL606 in #74
- Added: Keyboard control by @AllergoP in #76
- chore(repo): Setup security policy by @Timothy-LiuXuefeng in #80
- Add mapCreater by @AllergoP in #77
- chore(deps): update dependency hpsocket.net to v5.8.5.1 by @renovate in #81
- Added:some new features by @AllergoP in #82
- chore(bot): Config labels for renovate bot by @Timothy-LiuXuefeng in #87
- fix: fixed bugs of vision by @TCL606 in #83
- Updated: small changes on random map by @AllergoP in #89
- chore(logo): replace the logo with a clear one by @Timothy-LiuXuefeng in #88
- chore: add frameworks of CAPI, and fix warnings of Communication by @wyj-source in #90
- refactor(lib): redesign concurrent_queue.hpp's interface. by @Timothy-LiuXuefeng in #91
- chore(deps): update dependency hpsocket.net to v5.8.5.2 by @renovate in #92
- chore: add teamID and playerID in character by @TCL606 in #93
- chore(init): add frameworks of API and AI by @wyj-source in #94
- fix: fix some bugs by @TCL606 in #96
- refactor: modify logic of invisible by @TCL606 in #97
- chore: add inspector by @TCL606 in #101
- chore: add playback functions and fix bugs of walking in walls by @TCL606 in #103
- chore: finish basic frame work of CAPI by @wyj-source in #98
- chore(deps): update dependency hpsocket.net to v5.8.5.5 by @renovate in #104
- chore(deps): update dependency google.protobuf to v3.19.2 by @renovate in #105
- feat(capi): Commandline parsing by @pengqinher in #95
- chore(deps): update dependency google.protobuf to v3.19.3 by @renovate in #109
- chore: consummate CAPI framework by @wyj-source in #106
- fix: fixed bugs of walking in walls by searching comparing distance to all walls by @TCL606 in #108
- add installer by @fuyh20 in #113
- chore: spectator can join the game at any time by @TCL606 in #112
- chore: add installer icon by @fuyh20 in #114
- Features: Add Statusbar by @AllergoP in #110
- chore: add line bullet by @TCL606 in #115
- chore(deps): update dependency google.protobuf to v3.19.4 by @renovate in #117
- chore(bot): disable automatical update of hpsocket.net by renovate by @Timothy-LiuXuefeng in #118
- fix(bot): the bug that cannot disable au...