Releases: griffinteller/AutonoWar
Releases · griffinteller/AutonoWar
v0.3.0p3
Quick fix: peoples designs will now show up in multiplayer. Before, everyone looked like the local client.
v0.3.0p2
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
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
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
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
Piping! Woohoo! Resetting also now works on unix.
v0.2.4p2
Resetting now resets tire meshes and gets rid of residual torque.
Minimum awconnection version.: 0.2.12
v0.2.4p1
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
Changelog:
-Multiplayer info now working
-Coordinate flipping is now client side
REQUIRED awconnection version: v0.2.9
v0.2.3p1
Fixed side-slipping (and lidar performance enhancement).