Skip to content

Releases: griffinteller/AutonoWar

v0.3.0p3

10 May 00:36
Compare
Choose a tag to compare
v0.3.0p3 Pre-release
Pre-release

Quick fix: peoples designs will now show up in multiplayer. Before, everyone looked like the local client.

v0.3.0p2

09 May 00:38
Compare
Choose a tag to compare
v0.3.0p2 Pre-release
Pre-release

Changelog;

  • Robot doesn't lose contact with the ground when it tips over.
  • Resetting is more reliable.

Minimum awconnection version: 0.3.1.post1

v0.3.0p1

08 May 03:23
Compare
Choose a tag to compare
v0.3.0p1 Pre-release
Pre-release

Changelog:

  • Building! Click on build in the main menu to get started:
    • Left shift + click to place
    • Left shift + right click to delete
    • Item selection menu to choose block
    • Save to save
  • Tires will probably not work after flipping for right now
  • Don't try to put tires parallel to the ground for right now

Minimum awconnection version: 0.3.1.post1

v0.2.5e4

05 May 01:32
Compare
Choose a tag to compare
v0.2.5e4 Pre-release
Pre-release

Changelog:

  • Fixed bug where re-running user code could leave game in a state where python could not reconnection

Minimum awconnection version: 0.3.1.post1

v0.2.5e3

04 May 00:04
Compare
Choose a tag to compare
v0.2.5e3 Pre-release
Pre-release

Changelog:

  • Coherent locking: robot.(lock/unlock)_info()
  • Timestamps are in milliseconds since game start.
  • New vector3: robot.info.gps.velocity (m/s)
  • Info is updated server-side on a regular 16ms interval (although receptions on the API side are another story).

Minimum awconnection version: v0.3.1.post0

v0.2.5e2

02 May 19:14
Compare
Choose a tag to compare
v0.2.5e2 Pre-release
Pre-release

Piping! Woohoo! Resetting also now works on unix.

v0.2.4p2

26 Apr 14:42
Compare
Choose a tag to compare
v0.2.4p2 Pre-release
Pre-release

Resetting now resets tire meshes and gets rid of residual torque.

Minimum awconnection version.: 0.2.12

v0.2.4p1

26 Apr 01:34
Compare
Choose a tag to compare
v0.2.4p1 Pre-release
Pre-release

Changelog:

  • Resetting actually resets internal orientation.

Corresponding awconnection changes:

  • No race condition when robot.info is accessed
  • Lidar works when the robot is flipped over
  • flip_coordinates() is instantaneous

REQUIRED awconnection version: 0.2.9

v0.2.4

25 Apr 01:22
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

Changelog:
-Multiplayer info now working
-Coordinate flipping is now client side

REQUIRED awconnection version: v0.2.9

v0.2.3p1

23 Apr 00:25
fcd0cdc
Compare
Choose a tag to compare
v0.2.3p1 Pre-release
Pre-release

Fixed side-slipping (and lidar performance enhancement).