Release 0.13.0
This release has been dedicated to integrating a new vision system. The new vision system is based upon triangulation and replaces the old ray tracing based system. You can try the new system out by changing your vision mode in the client options of a session.
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.