Skip to content

Releases: EyeTribe/tet-csharp-client

v.0.9.77.6

23 Nov 16:04
Compare
Choose a tag to compare
  • Fixed default network state
  • Merged request/response value classes
  • Improved initialization process

v.0.9.77.5

26 Sep 11:46
Compare
Choose a tag to compare
  • Added support for listening to any calibration state change (ICalibrationStateListener)
  • Runtime 'debug mode' now controlled through GazeManager.DebugMode
  • Default states for all GazeManager enum types
  • Unittests now using NUnit
  • Updated Json.NET to 9.0.1

v.0.9.77.2

07 Jun 09:27
Compare
Choose a tag to compare
  • Fix listener bug

v.0.9.77

17 May 18:15
Compare
Choose a tag to compare
  • Extensive rewrite of core classes
  • New support for .Net 3.5, 4.0 & 4.5 frameworks
  • Added support for methods of async nature in GazeManager
  • Added support for debug mode via GazeManagerCore.IS_DEBUG_MODE
  • Point2D & Point3D are now 'struct' types
  • Moving all data types from 64-bit to 32-bit floating point precision
  • Added calibration evaluation class CalibUtils
  • Added support for listening to active screen index changes (IScreenStateListener)
  • Adapting to EyeTribe API changes, deprecating obsolete GazeManager method calls
  • Added Unit Tests
  • Updated Json.NET to 8.0.3

Release v.0.9.56

18 Mar 15:03
Compare
Choose a tag to compare

Added GetHashCode() implementation for all public data types
Refactored internal Collection types, fixing several race condition bugs
Improved ThreadPool implementation
Fixing bugs associated to CalibrationPoint resampling
Fixing network initialization bugs
Clearing Listener types now requires explicit call to GazeManager.deactivate()
Minor syntax changes

Release v.0.9.49

09 Dec 13:29
Compare
Choose a tag to compare

Ensured callback order of listener types during activation
Ensured thread safety in singletons
Refactored internal blocking queues
More consistent console output on errors
Unified constructors and operators for all data types
Added utility methods to GazeData class
Updated Json.NET to 6.0.6

Release v.0.9.35

22 May 08:43
Compare
Choose a tag to compare
Release v.0.9.35

Release v.0.9.34

09 May 13:24
Compare
Choose a tag to compare

Updated project setting to MS Visual Studio 2013
Improved multithreading and stability in network layer
Fixed bug related to initialization lock
Fixed bug related to multi-screen setups
Fixed bug related to broadcasting calibration updates

Release v.0.9.33

15 Apr 12:55
Compare
Choose a tag to compare
Thread safe GazeManager activation/deactivation.
Added support for listening to EyeTribe Server conneciton state
(IConnectionStateListener).
Minor API timestamp change.
Updated Json.NET to 6.0.2.
Minor refactoring
Generel bug fixing and optimization