Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -77/+20 | |
2018-01-14 | make old Ode PInvoke follow ms coding rules | UbitUmarov | 1 | -13/+13 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -7/+7 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -2/+9 | |
2015-08-30 | Major renaming of Physics dlls / folders. No functional changes, just renames. | Diva Canto | 1 | -434/+0 | |
2015-08-20 | make basic ode work with var regions for contribution back to CORE. ( avn | UbitUmarov | 1 | -2/+12 | |
partial compatibility code needs to be reverted). Cant fully test. | |||||
2012-10-07 | i update core ode plugin and make it load is meshs (i hope) | UbitUmarov | 1 | -9/+2 | |
2011-11-16 | Stop OdePrim and OdeCharacter insanely overriding set LocalID to set their ↵ | Justin Clark-Casey (justincc) | 1 | -3/+4 | |
own private m_localID property but leaving get to return the then unset PhysicsActor.LocalId! Instead, just have both subclasses use the PhysicsActor.LocalID property. This restores collision functionality that fell away in 45c7789 yesterday | |||||
2011-07-15 | Fix a raycast issue | Tom | 1 | -2/+9 | |
2011-07-12 | Port implementation of llCastRay() from Aurora. | Justin Clark-Casey (justincc) | 1 | -17/+75 | |
I haven't been able to test this since the viewer won't parse the llCastRay() function. Maybe some activation cap is missing. Could wait until it is activated by default in the viewer. | |||||
2010-01-04 | Formatting cleanup. Add copyright headers. | Jeff Ames | 1 | -1/+1 | |
2009-12-08 | * Commit some sit code that's commented out for now. | Teravus Ovares (Dan Olivares) | 1 | -1/+8 | |
2009-12-05 | * Adds Normal to the fields returned by the Physics Raycaster | Teravus Ovares (Dan Olivares) | 1 | -2/+8 | |
* Fixes recognizing when a sit target is and isn't set. * * 1. Vector3.Zero. * * 2. Orientation: x:0, y:0, z:0, w:1 - ZERO_ROTATION * * (or) Orientation: x:0, y:0, z:0, w:0 - Invalid Quaternion * * (or) Orientation: x:0, y:0, z:1, w:0 - Invalid mapping, some older objects still exist with it | |||||
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-08-20 | * Fixes Terrain issues with combined regions. | Teravus Ovares (Dan Olivares) | 1 | -9/+4 | |
2009-07-23 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2009-07-22 | * Whoops, forgot the water heightfield. | Teravus Ovares | 1 | -1/+4 | |
2009-07-22 | * Exclude heightfield geom from the raycast test. | Teravus Ovares | 1 | -0/+69 | |
* Fixes mantis #3922 | |||||
2009-07-19 | * Created a way that the OpenSimulator scene can ask the physics scene to do ↵ | Teravus Ovares | 1 | -0/+295 | |
a raycast test safely. * Test for prim obstructions between the avatar and camera. If there are obstructions, inform the client to move the camera closer. This makes it so that walls and objects don't obstruct your view while you're moving around. Try walking inside a hollowed tori. You'll see how much easier it is now because your camera automatically moves closer so you can still see. * Created a way to know if the user's camera is alt + cammed or just following the avatar. * Changes IClientAPI interface by adding SendCameraConstraint(Vector4 CameraConstraint) |