]>
 
 
Devoid-pointer.net GitWeb - KLGD_FF_plugin.git/log 
 
 
 
 
 
 
summary  | 
shortlog  | log | 
commit  | 
commitdiff  | 
tree 
first ⋅ prev ⋅ next
 
Michal Malý  [Tue, 21 Jul 2015 16:30:42 +0000  (18:30 +0200)] 
 
Add preliminary support for envelopes. 
 
Michal Malý  [Mon, 20 Jul 2015 20:23:28 +0000  (22:23 +0200)] 
 
Fix behavior when effects are being erased or replaced. 
 
Michal Malý  [Mon, 20 Jul 2015 10:52:17 +0000  (12:52 +0200)] 
 
First step towards effect timing implementation. 
 
Michal Malý  [Sat, 11 Jul 2015 09:26:13 +0000  (11:26 +0200)] 
 
Handle transition from STARTED to EMPTY uncombinable effect correctly 
when it is being replaced by a combinable effect. 
 
Michal Malý  [Sat, 11 Jul 2015 01:47:33 +0000  (03:47  +0200)] 
 
Hopefully fix state tranisions when combinable and uncombinable effects 
replace each other. 
 
Michal Malý  [Wed, 8 Jul 2015 22:52:38 +0000  (00:52  +0200)] 
 
Handle transition from STARTED to STOPPED correctly for combinable 
effects. 
 
Michal Malý  [Wed, 8 Jul 2015 17:18:16 +0000  (19:18 +0200)] 
 
Use polynomial of 3rd order to approximate atan. 
 
Implementation provided by Elias Vanderstuyft. 
 
Michal Malý  [Wed, 8 Jul 2015 15:17:01 +0000  (17:17 +0200)] 
 
Stop and erase combinable effect only when it is playing. 
 
Michal Malý  [Mon, 6 Jul 2015 23:49:38 +0000  (01:49  +0200)] 
 
Handle uploaded but not started combinable effect correctly. 
 
Michal Malý  [Sun, 21 Jun 2015 00:41:48 +0000  (02:41  +0200)] 
 
First take at implementation of combinable effects. 
 
Lots of stuff changed and moved around. Debugging messages have been 
updated to a more standardized form. Only FF_CONSTANT can be combined at 
this point and the combining is not configurable. 
 
Michal Malý  [Wed, 1 Oct 2014 14:04:56 +0000  (16:04 +0200)] 
 
Do not set "eff->state" where "eff->change" should be set 
 
Michal Malý  [Wed, 1 Oct 2014 14:02:34 +0000  (16:02 +0200)] 
 
Add state tracking debugging info 
 
Michal Malý  [Wed, 1 Oct 2014 13:35:52 +0000  (15:35 +0200)] 
 
Do not send an unnecessary START commmand after EMP_TO_SRT command 
 
Michal Malý  [Wed, 1 Oct 2014 13:32:26 +0000  (15:32 +0200)] 
 
Pass repeat info to HW-spec driver 
 
Michal Malý  [Wed, 1 Oct 2014 13:14:23 +0000  (15:14 +0200)] 
 
Set state change to TO_UPLOAD when effect is to be replaced 
 
Michal Malý  [Wed, 1 Oct 2014 13:02:11 +0000  (15:02 +0200)] 
 
Fix behavior of "HAS_EMP_TO_SRT" 
 
Michal Malý  [Tue, 30 Sep 2014 23:03:06 +0000  (01:03  +0200)] 
 
- Rework the effect replacing logic 
- Preallocate memory for ff_effect structs 
 
Michal Malý  [Sat, 20 Sep 2014 10:44:42 +0000  (12:44 +0200)] 
 
- Use correct command for uploading 
- Remove unused variable 
 
Michal Malý  [Sat, 20 Sep 2014 10:33:19 +0000  (12:33 +0200)] 
 
- Do not let "active" and "latest" effect point to the same effect 
- Fix effect updating 
 
Michal Malý  [Fri, 19 Sep 2014 23:45:08 +0000  (01:45  +0200)] 
 
API change! 
 
- Revised logic of effect state transition handling 
- Simpler and more flexible plugin<->HW-spec driver interface 
 
Michal Malý  [Thu, 28 Aug 2014 10:44:02 +0000  (12:44 +0200)] 
 
Update to new klgd_register_plugin() API 
 
Michal Malý  [Tue, 26 Aug 2014 17:55:54 +0000  (19:55 +0200)] 
 
Don't leak memory in effect manipulation functions. 
 
Michal Malý  [Mon, 25 Aug 2014 23:31:49 +0000  (01:31  +0200)] 
 
Use the KLGD command struct as intended. 
 
Michal Malý  [Mon, 25 Aug 2014 14:15:33 +0000  (16:15 +0200)] 
 
- Preliminary gain adjustment support 
- Expose struct input_dev to command building callbacks 
 
Michal Malý  [Fri, 15 Aug 2014 21:55:20 +0000  (23:55 +0200)] 
 
Fix double variable assignment 
 
Michal Malý  [Fri, 15 Aug 2014 21:54:08 +0000  (23:54 +0200)] 
 
Fix comparison sign 
 
Michal Malý  [Fri, 15 Aug 2014 19:26:34 +0000  (21:26 +0200)] 
 
Add some comments 
 
Michal Malý  [Wed, 13 Aug 2014 15:21:07 +0000  (17:21 +0200)] 
 
Update for the new KLGD command sending logic 
 
Michal Malý  [Wed, 13 Aug 2014 10:25:22 +0000  (12:25 +0200)] 
 
Remove obsolete test_me.sh script 
 
Michal Malý  [Wed, 13 Aug 2014 08:48:33 +0000  (10:48 +0200)] 
 
MAJOR CHANGES! 
- Create a virtual Force Feedback device to test KLGD and FFB handling 
- Add klgd_ff_plugin 
 
Michal Malý  [Sun, 27 Jul 2014 15:52:33 +0000  (17:52 +0200)] 
 
Make the callback function asynchronous 
 
Michal Malý  [Sun, 27 Jul 2014 13:55:30 +0000  (15:55 +0200)] 
 
Initial commit