Commit Graph

10 Commits

Author SHA1 Message Date
Bruno Dilly ea31a552ef EPhysics: add linear slop setter / getter for world
Constraint solver can be configured using some advanced settings, like
the solver slop factor.

Linear slop on sequencial impulse constraint solver is used as a factor
for penetration. The penetration will the manifold distance + linear slop.



SVN revision: 73066
2012-06-29 22:24:33 +00:00
Bruno Dilly 05988c9feb EPhysics: remove annoying tick dbg msg
SVN revision: 73065
2012-06-29 22:22:43 +00:00
Bruno Dilly d9df210c2a EPhysics: modify copyright notice
SVN revision: 73064
2012-06-29 22:22:35 +00:00
Bruno Dilly d9ab86d252 EPhysics: unregister test log domain
SVN revision: 73063
2012-06-29 22:22:28 +00:00
Bruno Dilly 10a369a95d EPhysics: fix function references on docs
discomfitor spotted some issues, so now all the functions are
marked with @ref, so it will warn if they couldn't be found
on project. Except functions on @see section, since we
are already warned about them.



SVN revision: 73013
2012-06-28 14:02:02 +00:00
Bruno Dilly 08e0f29355 EPhysics: fix make distcheck issues
SVN revision: 73012
2012-06-28 14:01:19 +00:00
Mike Blumenkrantz a396b00045 ephysics may or may not require current svn to build, probably no harm in setting version requirements to that since we're releasing again in a couple weeks
SVN revision: 72963
2012-06-27 19:09:03 +00:00
Bruno Dilly 5a47783517 EPhysics: remove dependency
We've stopped using ecore_evas directly.


SVN revision: 72957
2012-06-27 17:58:45 +00:00
Bruno Dilly bb39959aab EPhysics: reduce bullet requirement to 2.79
Tested by glima.
2.79 is the version packaged on fedora.


SVN revision: 72953
2012-06-27 17:50:52 +00:00
Bruno Dilly 28d9f92ef2 EPhysics: a new library comes to E world
It’s a wrapper between Bullet Physics and EFL to add physics effects
in a simple way.

More details on README, TODO, and edevelop mail list =)



SVN revision: 72896
2012-06-26 22:36:12 +00:00