Skip to content

Commit

Permalink
updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwistrongis committed Jun 13, 2014
1 parent 0d0600b commit 98f7fa9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@ SMT v4.1 Release Notes
#### API Additions:
- You can now use SMT with non-fullscreen windows. This feature is enabled by default. For more info, have a look at the [Customizing Touch Source Bounds](http://vialab.science.uoit.ca/smt/tutorial/touchsourcebounds.php) tutorial.
- There is now a new zone - the ViewportZone. For details on how to use it, have a look at the [Working with Viewports](http://vialab.science.uoit.ca/smt/tutorial/viewports.php) tutorial.
- Added ```Zone.setResolution( Dimension)```, which allows you to adjust the resolution of the graphics context used by an indirect zone.
- Added ```Zone.refreshResolution()```, which automatically adjusts the resolution of the graphics context of an indirect zone to match the size of the zone on the screen.
- There are a number of new accessor functions in Touch.
- Added a number of useful functions to the ```SystemAdapter``` class.

#### API Changes: ####
- Touch no longer extends TuioCursor
- ```Touch``` no longer extends ```TuioCursor```
- Renamed ```Zone.(get|set)CaptureTouchesEnabled( boolean)``` to ```Zone.(get|set)CaptureTouches( boolean)```.

#### Bug Fixes:
- ```Zone.drag()``` broke during this release, then was fixed.
- Eliminated a z-fighting issue that was occurring during zone rotations/scales.
- Fixed a null pointer exception in ```SMT.setTouchSourceBoundsWhatever()```.
- ```DefaultSwipeResolver``` now loads its wordlist from the SMT jar, making it properly cross platform.
-

#### Other: ####
- Added a [contributing guide](https://github.com/vialab/SMT/blob/master/contributing.md)
Expand All @@ -19,3 +27,5 @@ SMT v4.1 Release Notes
- SMTProxyTuioListener was reworked and renamed to util.ProxyTuioListener
- A ton of javadoc comments were added, edited, and/or fixed.
- A lot of tutorial content has been added to [our website](https://vialab.science.uoit.ca/smt/tutorial.php).
- Added a display/touch source binding test
- Included my tests folder in the packaged examples folder.

0 comments on commit 98f7fa9

Please sign in to comment.