5 Commits

Author SHA256 Message Date
0f95383a06 Accepting request 690342 from home:seil0:branches:openSUSE:Factory
- Update to 0.16
  * The commentary from 11/05/2018 was wrong. The constraints were not
    reset to their natural order and remained randomized.
    The other thing that was missing was full contraint reorder without 
    separation into independent and dependent ones. The algorithm doesn't
    converge without it well.
  * An incorrect optimization to Jacobian Copy building code from #1938
    that resulted in corrupt data in multi-threaded execution mode was 
    fixed.
  * An unintended change from commit #1898 has been reverted.
    The QuickStep used to solve with randomized constraint order 
    each 8th iteration. The other iterations, the constraints 
    were reset to their natural order, as generated, with the dependent
    constraints gathered in reverse order at end (the reverse order is 
    somehow important). With the commit #1898 the constraints were
    randomly reordered each 8th iteration but then remained 
    in that randomized order and only were re-randomized on subsequent
    multiples of 8.
  * CMake support for project file generation has been added.
  * dxHashSpace::collide() has been changed to fault host program 
    if scene gets too large and causes integer overflow.
  * Memory and pointer size integer type use has been changed so that 
    internal typedefs are used instead of "_t" suffixed types.
  * Introduction of cooperative algorithms API. 
    L*D*LT cooperative factorization and linear equation system 
    cooperative solving have been implemented.
  * AtomicReadReorderBarrier, AtomicStore, AtomicStorePointer functions 
    have been added and some atomic function implementations have been 
    improved in OU.
- adjusted ode-iso-cpp.patch
- build with --enable-double-precision

OBS-URL: https://build.opensuse.org/request/show/690342
OBS-URL: https://build.opensuse.org/package/show/games/ode?expand=0&rev=8
2019-04-01 13:59:10 +00:00
Ferdinand Thiessen
9884c96788 Accepting request 540255 from home:avindra
- Update to 0.15.2:
  * Fixed: A bug with dWorldStep assigning both body feedbacks into
    the first body variables fixed 
- Includes changes from 0.15.1:
  * Changed: dSTATIC_ARRAY_SIZE() macro has been added
  * code refactoring, cleanup, optimizations
- Includes changes from 0.15, 0.14, 0.13.1:
  * Changed: dSTATIC_ARRAY_SIZE() macro has been added
  * Changed: Project generation options changed to enable built-in
    multithreaded threading by default
  * Changed: dWorldStep threaded execution extended to final steps
    on constraint force application and body position updates
  * New: dAddVectorScaledVector3() function has been added
  * New: CCD_ATAN2() macro added for libccd
  * New: dAddThreeScaledVectors3() function added in the odemath.h
  * Deprecations:
    + dGeomTriMeshDataGetBuff (use dGeomTriMeshDataGet)
    + dGeomTriMeshDataSetBuff (use dGeomTriMeshDataSet)
    + ddGeomTriMeshDataPreprocess (use GeomTriMeshDataPreprocess2)
  * Changed: Trimesh-Convex edge contact normals have been changed
    to retain their inclination along edges as generated by libCCD
  * Changed: A finer control over OU features implemented and OU
    basic features have been made available by default
  * Fixed: An access beyond the edges array has been fixed in the
    case if last edge was a boundary one
  * Fixed: A bug fixed with HashSpace calling big boxes collision
    twice (both straight and reverse geometries order)
- For the full list of changes, see:
  * https://bitbucket.org/odedevs/ode/compare/0.15.2%0D0.13
- cleanup with spec-cleaner
- move to new bitbucket url
- use %make_install macro

OBS-URL: https://build.opensuse.org/request/show/540255
OBS-URL: https://build.opensuse.org/package/show/games/ode?expand=0&rev=6
2017-11-12 16:35:29 +00:00
Dmitriy Perlow
4a874fdf0e Accepting request 504490 from home:susnux:branches:games
Fixed build with Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/504490
OBS-URL: https://build.opensuse.org/package/show/games/ode?expand=0&rev=4
2017-06-18 16:54:47 +00:00
Matthias Mailänder
defbea480b Accepting request 398197 from home:DarkSS
Project should have the same name as upstream & pkgconfig.

OBS-URL: https://build.opensuse.org/request/show/398197
OBS-URL: https://build.opensuse.org/package/show/games/ode?expand=0&rev=2
2016-05-26 18:21:50 +00:00
Dirk Stoecker
7eb963a8d0 Accepting request 149599 from home:adra
Request to add the ode library to games

OBS-URL: https://build.opensuse.org/request/show/149599
OBS-URL: https://build.opensuse.org/package/show/games/ode?expand=0&rev=1
2013-02-01 22:24:55 +00:00