Joystick should now work.
This commit is contained in:
parent
21081427e3
commit
7041da207d
6 changed files with 890 additions and 599 deletions
|
|
@ -8,7 +8,8 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2011.May.25 (0.9.22)
|
||||
2011.May.27 (0.9.22)
|
||||
|
||||
* New Tools:
|
||||
----------
|
||||
* Label - A tool to add text to a drawing, which can be modified or
|
||||
|
|
@ -112,7 +113,23 @@ $Id$
|
|||
via config.
|
||||
* ASDW is QWERTY-centric; drop it, or add ways to support other
|
||||
keyboard layouts.
|
||||
* Who wrote this, so we can credit!?!?
|
||||
|
||||
* Joystick can be used to drive Tuxpaint
|
||||
by Ankit Choudary <ankit.goaldecided@gmail.com> (GSOC 2010)
|
||||
with integration and fixes by Pere Pujal i Carabantes
|
||||
|
||||
* Uses the first joystick found on the system, so should work out of the box
|
||||
* Uses any of the buttons found in the joystick, no need for configuration.
|
||||
* The hat of the joystick moves one pixel at a time, usefull to carefully place the pointer.
|
||||
* The ball of the joystick should also trigger pointer motion. FIXME: This should work but is not tested.
|
||||
* The responsivity of the joystick can be configured via command line or config files:
|
||||
* --joystick-slownes sets a delay at each axis motion event.
|
||||
Allowed values from 0 to 500, defaults to 15.
|
||||
* --joystick-threshold sets the minimum value of axis motion to begin move the pointer.
|
||||
Allowed values from 0 to 32766, defaults to 3200.
|
||||
* --joystick_maxsteps sets the maximum number of pixels that the pointer will move at a time.
|
||||
Allowed values from 1 to 7, defaults to 7.
|
||||
|
||||
|
||||
* Magic Tool Improvememnts:
|
||||
--------------------------
|
||||
|
|
@ -228,6 +245,12 @@ $Id$
|
|||
Albert Cahalan <albert@users.sourceforge.net>,
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* Packaging all the metadata in the PNG file. Before a draw based on a starter
|
||||
would have need 3 files: the draw, the starter and the .dat file, whith
|
||||
the addition of the Labels tool this increased to 5 files. Now all this stuff
|
||||
is packed in customs chunks inside the PNG file.
|
||||
|
||||
|
||||
* New Starters:
|
||||
-------------
|
||||
* Elephant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue