]> Devoid-pointer.net GitWeb - KLGD_FF_plugin.git/shortlog
KLGD_FF_plugin.git
2015-10-12 Michal MalýHIGHLY EXPERIMENTAL: Update effect timing only when... master
2015-10-11 Michal MalýHIGHLY EXPERIMENTAL: Update trip times when the effect...
2015-10-09 Michal MalýReplace BUG()s with WARN()s so that we do not crash...
2015-10-03 Michal MalýDo not reschedule if the queue is empty
2015-10-03 Michal MalýDefer processing of all userspace requests to a workqueue.
2015-10-03 Michal MalýSlightly improved debugging output
2015-10-02 Michal MalýEmulate FF_PERIODIC through FF_RUMBLE
2015-09-28 Michal Malý- Emulate FF_RUMBLE with FF_CONSTANT
2015-09-28 Michal MalýRemove DIR_TO_DEGREES macro
2015-09-28 Michal MalýSimplify conversion from direction units to degrees
2015-09-27 Michal MalýFix an overflow in constant force scaling in the testin...
2015-09-27 Michal MalýAPI Change!:
2015-09-27 Michal MalýEmulate periodic effects through rumble if the device...
2015-09-27 Michal MalýHandle direction and magnitude of rumble effects in...
2015-09-26 Michal Malý- Defer playback requests to a workqueue to avoid sleep...
2015-09-23 Michal Malý- More work on rumble effects combining
2015-09-23 Michal MalýSplit KLGD-FF plugin and the testing module
2015-09-22 Michal MalýAdd support for rumble effect combining (EXPERIMENTAL)
2015-09-20 Michal MalýMerge branch 'master' of https://github.com/MadCatX...
2015-09-20 Michal MalýInitial implementation of rumble effects combining
2015-08-19 Michal MalýRead autocentering support from ffbits
2015-08-19 Michal MalýIgnore uncombinable effects in overall combined force...
2015-08-16 Michal MalýFirst steps towards full modularization of KLGD-FF
2015-08-16 Michal MalýSkip effect that are to be processed later in the proce...
2015-08-16 Michal Malý- Add an option to have KLGD-FF control timing of condi...
2015-08-16 Michal MalýDo not force processing of CONSTANT effects when the...
2015-08-12 Michal MalýAdapt to updated user data format in klgd_command struct
2015-08-11 Michal MalýAllow to pin arbitrary data to the plugin context
2015-08-11 Michal MalýAdapt for changed KLGD API
2015-08-09 Michal MalýAllow KLGD-FF to operate in a dumbed down mode where...
2015-08-02 Michal MalýAdd support for autocentering
2015-08-02 Michal MalýHandle gain adjustment correctly for ticking effects...
2015-08-01 Michal Malý- Adapt to KLGD's updated API
2015-07-28 Michal MalýAdd debugging output specific to FF_CONSTANT to the...
2015-07-28 Michal MalýExport ffpl_lvl_dir_to_x_y().
2015-07-27 MadCatXCreate LICENSE.md
2015-07-27 Michal MalýEnable FF_RAMP in dummy device.
2015-07-27 Michal Malý- Implement FF_RAMP
2015-07-26 Michal MalýDo not start a stopped combinable effect when it gets...
2015-07-26 Michal MalýGet envelopes recalculations working.
2015-07-26 Michal MalýMASSIVE UPDATE, this could not have been broken down...
2015-07-25 Michal MalýBegin implementation of other types of combinable effects.
2015-07-23 Michal MalýAdd support for effect repeating.
2015-07-22 Michal MalýDownscale from fixed-point calculations correctly.
2015-07-22 Michal MalýUpdate to kernel-4.2 modified fixed-point arithmetics...
2015-07-21 Michal MalýCheck effect sanity before upload.
2015-07-21 Michal MalýTrigger an update when a playing effect is updated.
2015-07-21 Michal MalýAdd preliminary support for envelopes.
2015-07-20 Michal MalýFix behavior when effects are being erased or replaced.
2015-07-20 Michal MalýFirst step towards effect timing implementation.
2015-07-11 Michal MalýHandle transition from STARTED to EMPTY uncombinable...
2015-07-11 Michal MalýHopefully fix state tranisions when combinable and...
2015-07-08 Michal MalýHandle transition from STARTED to STOPPED correctly...
2015-07-08 Michal MalýUse polynomial of 3rd order to approximate atan.
2015-07-08 Michal MalýStop and erase combinable effect only when it is playing.
2015-07-06 Michal MalýHandle uploaded but not started combinable effect corre...
2015-06-21 Michal MalýFirst take at implementation of combinable effects.
2014-10-01 Michal MalýDo not set "eff->state" where "eff->change" should...
2014-10-01 Michal MalýAdd state tracking debugging info
2014-10-01 Michal MalýDo not send an unnecessary START commmand after EMP_TO_...
2014-10-01 Michal MalýPass repeat info to HW-spec driver
2014-10-01 Michal MalýSet state change to TO_UPLOAD when effect is to be...
2014-10-01 Michal MalýFix behavior of "HAS_EMP_TO_SRT"
2014-09-30 Michal Malý- Rework the effect replacing logic
2014-09-20 Michal Malý- Use correct command for uploading
2014-09-20 Michal Malý- Do not let "active" and "latest" effect point to...
2014-09-19 Michal MalýAPI change!
2014-08-28 Michal MalýUpdate to new klgd_register_plugin() API
2014-08-26 Michal MalýDon't leak memory in effect manipulation functions.
2014-08-25 Michal MalýUse the KLGD command struct as intended.
2014-08-25 Michal Malý- Preliminary gain adjustment support
2014-08-15 Michal MalýFix double variable assignment
2014-08-15 Michal MalýFix comparison sign
2014-08-15 Michal MalýAdd some comments
2014-08-13 Michal MalýUpdate for the new KLGD command sending logic
2014-08-13 Michal MalýRemove obsolete test_me.sh script
2014-08-13 Michal MalýMAJOR CHANGES!
2014-07-27 Michal MalýMake the callback function asynchronous
2014-07-27 Michal MalýInitial commit