Xwii ChangeLog

2.9.3 - 2.9.4

>Greatly improved IR code for stability and accuracy.
>Updated the IR_mouse profile for improved infra red control.
>Reduced number of default profiles.
>Updated Help.txt to improve the documentation.

2.9.2 - 2.9.3

+ Added directional flicks to the wiimote. [flick_up], [flick_down], [flick_left], [flick_right], [flick_forward], [flick_back].
+ Added a function to read the system clock with a long unsigned integer.
> Changed the code dealing with frame duration. The end user can no longer change the variable FRAME_DURATION.
> Changed the code that allowed the user to modify the nunchuck G-force sensitivity, it was breaking the nunchuck flick.
> Changed the code that allowed the user to modify the guitar whammy bar sensitivity. It may have been breaking that functionality, but it's not certain.

2.9 - 2.9.2

Added the ability for the Nunchuck direction stick to control the mouse. [nc_mouse]

2.9 - 2.9.1

+ Added the ability for the wiimote Direction Pad to control the mouse. [dpad_mouse]
+ Added the ability for the end user to modify the sensitivity of the D-Pad mouse. [dpad_sensitivity]

2.8 - 2.9

+ Added the ability for the wiimote to control the mouse pointer like a wheel. [acc_wheel]
+ Added the ability for the wiimote to control the mouse pointer like a wheel and have it return to the center of the screen. [acc_analog_wheel]
+ Added the ability for the wiimote to control the mouse pointer with the accelerometer and have it return to the center of the screen. [acc_analog]
+ Added the ability for the wiimote to control the mouse pointer with IR and have it return to the center of the screen within a certain tolerance of being close to the middle. [ir_game]
+ Added a feature to reduce the shakiness of the IR pointer at the cost of accuracy. [ir_shake]
+ Added the ability for the end user to easily change the accelerometer sensitivity. [acc_sensitivity]
+ Added the ability for the end user to easily change the sensitivity of the nunchuck stick. [stick_sensitivity]
+ Added the ability for the end user to easily change the roll threshold of the wiimote. [roll_threshold]
+ Added the ability for the end user to easily change the pitch threshold of the wiimote. [pitch_threshold]
+ Added the ability for the end user to easily change the flick threshold of the wiimote. [flick_threshold]
+ Added the ability for the end user to change how often Xwii scans for a Wiimote. [scan_time]
+ Added the ability for the end user to change how often the Xwii code executes per second (With a consideration to eliminate this in the next version). [frame_duration]
+ Added fix for memory leak - allows Xwii to be used on Linux Mint.