Releases: griffinteller/AutonoWar
Releases · griffinteller/AutonoWar
v0.3.3-alpha.3
Changelog:
- Tag scoring
- New desert world!
- Bugfixes
This requires an awconnection update: pip install --upgrade awconnection
v0.3.2-alpha.4
Changelog:
- Flip-over with 10 second timer when turtled
Known Issues:
- Timer for flip over shows on all clients
- Robots spawn inside of each other in multiplayer, causing weirdness
v0.3.2-alpha.3
Changelog:
- Nothing visible, but important bugfixes.
- Please go in and re-build your robot; the old builds will likely be corrupted, particularly if you're on mac.
v0.3.2-alpha.2
Changelog:
- Tire physics overhaul
- (Way) better suspension
- Better ground detection
- One sided: No more flipping! Sorry to anybody who was banking on the ability, but it's not realistic that suspension can just flip over out of nowhere, and this encourages careful, slow robots.
v0.3.2-alpha.1
Changelog:
- Multiple robot's are now available in single-player
- Robots are spawned randomly, and numbered 0 --> n -1
- You can connect one process per robot
RobotConnection.connect(n)
connects to the nth robot.space
to change focusRobotConnection.connect()
==RobotConnection.connect(0)
v0.3.1-alpha.7
Changelog:
- Press "v" to toggle between Free/Chase cam.
- Press "q" to toggle visual player beacons
v0.3.1-alpha.6
Changelog:
- LiDAR range is now 30 to -30, with shape 13 x 72.
v0.3.1-alpha.5
Changelog:
- Positive torque is now, no nonsense, always counter-clockwise (looking out-in).
- Fixed tagging issue.
v0.3.1-alpha.3
Fixed Tag bugs.
v0.3.1-alpha.2
Fixed bug where pipes wouldn't connect.