Skip to content

Commit

Permalink
chore: missing changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Sep 2, 2024
1 parent e429f03 commit 774803c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,14 @@ features of v4000, while v4000 will have the most features and breaking changes.

- added effector components: `areaEffector()`, `buoyancyEffector()`,
`pointEffector()`, `surfaceEffector()`. (**v3001/4000**)
- added `constantForce()` component (**v3001/4000**)
- (**v3001/4000**) added `patrol()` component to move along a list of waypoints
- (**v3001/4000**) added `sentry()` component to notify when certain objects are
in sight
- (**v3001/4000**) added `NavMesh` class for pathfinding on a mesh
- (**v3001/4000**) added `navigation()` component to calculate a list of
waypoints on a graph
- added `constantForce()` component. (**v3001/4000**)
- added `patrol()` component to move along a list of waypoints. (**v3001/4000**)
- added `sentry()` component to notify when certain objects are in sight.
(**v3001/4000**)
- added `NavMesh` class for pathfinding on a mesh. (**v3001/4000**)
- added `navigation()` component to calculate a list of waypoints on a graph.
(**v3001/4000**)
- now collision checks are only done if there's area objects. (**v3001/4000**)
## Game Object
Expand Down

0 comments on commit 774803c

Please sign in to comment.