Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Releases: thuasta/thuai-7

v0.4.1

04 May 18:08
Compare
Choose a tag to compare

Fixed

  • Dockerfile soft link problem.

v0.4.0

04 May 17:21
96e66c9
Compare
Choose a tag to compare

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

03 May 10:41
9f4dac0
Compare
Choose a tag to compare

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

27 Apr 13:06
1cb577e
Compare
Choose a tag to compare

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

24 Apr 08:50
Compare
Choose a tag to compare

Added

  • Docker image support

Fixed

  • Several problems

v0.0.3

23 Apr 15:50
b6a985d
Compare
Choose a tag to compare

Fixed

  • Sometimes player may stuck in wall in server
  • Transformation of camera in client

Added

  • Help button in menu of the client

Changed

v0.0.2

20 Apr 01:54
13ebe65
Compare
Choose a tag to compare

Fixed

  • Sometimes player may stuck in wall

Added

  • First version of client
  • A config.json file for user to change some settings

Changed

  • Now new record will not cover old record