Skip to content

Commit

Permalink
Merge branch 'release/0.13.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruptein committed Jan 13, 2019
2 parents 22bdfb4 + 7d6c560 commit da00546
Show file tree
Hide file tree
Showing 29 changed files with 2,689 additions and 698 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ All notable changes to this project will be documented in this file.

## Unreleased

## [0.13.0] - 2019-01-13

### 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.
- In particular this prevented some shapes of being synced correctly.

## 0.12.0

### Added
Expand Down
Loading

0 comments on commit da00546

Please sign in to comment.