Skip to content

Commit

Permalink
bump MaVehicle version to 0.7.0 and update release-log.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 7, 2021
1 parent ef1aaa9 commit f8a5046
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions MavLibrary/release-log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Release log for the MaVehicles library

## Version 0.7.0 released on TBD

+ API change: renamed `calcLongtitudeTireForce()` method in `PacejkaTireModel`.
+ Added support for articulated vehicles: those which include multiple bodies.
+ Added `Bike` subclass of `Vehicle`, for 2-wheeled articulated vehicles,
with example asset derived from "Classic Motorcycle" by Hector Mora.
+ Added a subsystem for "props" (non-vehicle rigid bodies) with example assets
derived from "Barrier & Traffic Cone Pack" by Sabri Ayeş.
+ Added "passengers" (animated humanoids) to vehicles,
with an example asset created using MakeHuman v1.2.0.
+ Added many methods to the `Vehicle` class, including:
+ `addPassenger()`
+ `addToPhysicsSpace()`
+ an `addToWorld()` that specifies position
+ `contactTest()`
+ `getMass()`
+ `isLoaded()`
+ `removeFromPhysicsSpace()`
+ `setMass()`
+ a `setChassis()` that specifies the controlled spatial
+ `setSteeringRatio()`
+ `toString()`
+ a `warp()` that specifies position
+ `warpAllBodies()`
+ Upgrade Garrett to v0.2.0, Heart to v7.1.0, and Minie to v4.4.0.

## Version 0.6.2 released on 9 June 2021

Upgrade JME to v3.4.0-stable, Garrett to v0.1.3, Heart to v6.4.4,
Expand Down
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ext {
heartVersion = '7.1.0'
jmeTtfVersion = '2.2.4'
jmonkeyengineVersion = '3.4.0-stable'
maVehiclesVersion = '0.6.3-SNAPSHOT'
maVehiclesVersion = '0.7.0'
minieVersion = '4.4.0+big3'
}

Expand Down

0 comments on commit f8a5046

Please sign in to comment.