This repository has been archived by the owner on May 26, 2024. It is now read-only.
Releases: thuasta/thuai-7
Releases · thuasta/thuai-7
v0.4.1
v0.4.0
Added
- Ability to keep old records when running a new game.
- Generation of bullets with weapons.
Changed
- Refactored to use switch to handle commands.
- Adjusted some log messages for clarity.
- Added padding to obstacle shapes.
Fixed
- Stopped the server after running for too long seconds.
- Recorded the last tick.
- Closed socket on socket error.
v0.3.0
Added
- Allow users to choose a target file to log.
- Option to disable whitelist if it is empty.
- Support for saving results when the game is finished.
- Ability for multiple clients to use the same token.
- Whitelist feature to restrict access.
- Dockerfile for judger.
- Video control fix in documentation.
Changed
- Updated UI in Unity.
- Adjusted some log messages for clarity.
- Refactored exception capturing mechanism.
- Task creation for each connection when sending.
- Improvement in counting supply.
- Updated documentation.
- Improved CI/CD pipeline for building and documentation.
Deprecated
- No longer using the
IGameRunner
interface.
Removed
- Unused
IFormat
code.
Fixed
- Fixed storing all pages of records.
- Adjusted position of exception handling.
- Closed socket on error to prevent leakage.
- Fixed not waiting for the task to complete.
- Avoided waiting forever when agent crashes.
v0.2.0
Changed
- The player can only pick up items within one square of their feet
!!!Note: If you cannot find Windows version of server, please click 'show all xxx assets'
v0.1.0
v0.0.3
Fixed
- Sometimes player may stuck in wall in server
- Transformation of camera in client
Added
- Help button in menu of the client