14 Commits

Author SHA1 Message Date
UbitUmarov
cda1c7f1f2 and update pointer to macOS native Bulletsim lib 2024-10-09 22:33:33 +01:00
Robert Adams
ed734a5307 BulletSim: revert the default .so to the previous version.
The newer version was built on Ubuntu 22.04 which has downward
library incompatibilites with other Linux distributions/versions.
Note that this updates OpenSim.Region.PhysicsModule.BulletS.dll.config
and also copies prev version to libBulletSim.so for those who don't
update all the configuration files on upgrades.
2024-01-13 12:03:56 +00:00
Robert Adams
4a3cfd1004 BulletSim: Update Windows and Linux BulletSim binaries for x86_64 machines.
Encorporates latest Bullet physics engine and updated wrapper with version reporting.
Previous versions left in bin/lib64/BulletSim-2.64-20230903-x86_64.dll
and similar for .so if reversion is needed.
Update bin/OpenSim.Region.PhysicsModule.BulletS.dll.config to reference
versioned BulletSim binary file.
New versions copied to unversion named binary files.
2023-12-08 01:57:41 +00:00
UbitUmarov
6acba7a4bc update test 2023-08-26 02:19:29 +01:00
UbitUmarov
3ab2ba4f07 mantis 9068: replace unmanaged libs for mac by new universal ones, that eacf file does include libs for each cpu type 2023-03-21 18:46:26 +00:00
UbitUmarov
bfce91556b update native bullet dll for mac, Thx cuga 2022-12-23 20:26:50 +00:00
UbitUmarov
f7849ee72d another one; use arm64 instead of aarch 2022-12-06 01:09:02 +00:00
UbitUmarov
878ce39924 update native libs for apple silicon, see https://github.com/cuga-rajal/opensim_apple_arm64 for more info abotu opensim on that. Thx Cuga 2022-12-05 20:30:03 +00:00
UbitUmarov
d6e9d4f131 fix openjpeg dylib for intel osx 2022-12-01 00:45:17 +00:00
UbitUmarov
df68efa4bd add some native libs for apple silicon Thx Cuga Rajal mantis 9041 2022-11-24 18:37:04 +00:00
UbitUmarov
a133a0c7ac change bullet to use dllmap 2022-11-24 10:55:42 +00:00
UbitUmarov
0a83f8ba6e fix bullet config for mac osx, this does nothing on dotnet6. TODO, for now libs ofr each platform may need to be copied out of lib64 to bin by hand, with possible rename, so loader finds them 2022-10-15 18:18:53 +01:00
Michael Schlenker
9d9a6f0fe8 Add aarch64 openjpeg libs Add libBulletSim and openjpeg for aarch64 aarch64 is armv8 for monos cpu type
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2022-02-08 00:13:22 +00:00
Diva Canto
11194209df First commit where physics work as region module.
Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader.
Removed call to PhysicsPluginManager.
2015-08-31 14:09:15 -07:00