Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruptein committed Jan 13, 2019
1 parent 82dcae6 commit 2a18d48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ All notable changes to this project will be documented in this file.

## Unreleased

### Added

- A new vision system has been added based on triangulation.
- You can select this new system as a client option
- It is more precise (i.e. exact) than the previous vision system which was a good approximation.
- It can handle any polygon under any angle, so expect some new draw tools in the future!
- It is slightly more expensive to preprocess, but this should be relatively unnoticeable.

### Fixed

- Draw tool mouseUp behaviour had some strange quirks that are now ironed uit.
Expand Down

0 comments on commit 2a18d48

Please sign in to comment.