aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletDotNETPlugin (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-09-17Remove old bullet DotNET and X libraries in preparation for BulletSJustin Clark-Casey (justincc)6-4917/+0
These weren't working properly anyway. You will need to rerun prebuild.sh/.bat after this commit, and maybe "nant clean" as well.
2011-07-15Fix some local id issues in physics glueroot1-6/+1
2011-04-12force mesh proxy for simple box prims with path cutdahlia1-0/+3
2010-03-12* Added a better check to the SimianGrid connectors to test if they are ↵John Hurliman3-45/+189
enabled or not. This method should work equally well with standalone or robust mode * Applying #4602 from Misterblu to add collision detection to BulletDotNET
2010-02-14Revolution is on the roll again! :)Revolution2-0/+10
Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events). Direct flames and kudos to Revolution, please Signed-off-by: Melanie <melanie@t-data.com>
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-4/+4
2009-12-22Glue code for a couple of new LSL function implementationsMelanie2-1/+26
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman3-187/+178
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-09-24modify BulletDotNETPrim.cs in preparation for Mantis #4181dahlia1-112/+122
2009-08-07This is the second part of the 'not crash on regionsize changes'. This ↵Teravus Ovares (Dan Olivares)1-1/+1
lets you configure region sizes to be smaller without crashing the region. I remind you that regions are still square, must be a multiple of 4, and the Linden client doesn't like anything other then 256. If you set it bigger or smaller, the terrain doesn't load in the client, the map has issues, and god forbid you connect it to a grid that expects 256m regions.
2009-08-07* Remove hard coded 256 limitations from various places. There's no more ↵Teravus Ovares (Dan Olivares)1-2/+8
256m limitation within the OpenSimulator framework, however, the LLClient ClientView does not support regions larger then 256 meters so, if you try and make your region larger by setting Constants.RegionSize = 512; in OpenSim.Framework.Constants.cs, the terrain will not display on clients using the LLUDP protocol
2009-07-19* Created a way that the OpenSimulator scene can ask the physics scene to do ↵Teravus Ovares1-0/+2
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)
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2-2/+2
LICENSE.txt.
2009-05-22cleaning out warnings.Dr Scofield3-32/+32
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
2009-04-16* Remove some super experimental stuff in BulletDotNETPlugin since it was ↵Teravus Ovares2-3/+3
causing issues. * Tweak the ODEPrim PID a bit more.
2009-04-16* Committing more BulletDotNETPlugin workTeravus Ovares2-1/+29
* Tweak the LLSetStatus results in the ODEPlugin. Hopefully it's a little less unstable. * ODEPlugin is using experimental math for LLSetStatus, use with caution! :)
2009-04-11* BulletDotNETPlugin supports Axis lock (LLSetStatus) from the script engine ↵Teravus Ovares1-2/+93
now.
2009-04-11* Instead of referencing mesh stuff in the physics plugin.. change the IMesh ↵Teravus Ovares1-14/+14
Interface. (blame prebuild)
2009-04-10* Adds Physical/Active Linkset support to BulletDotNETPluginTeravus Ovares1-108/+268
2009-04-10* Tweak the character controller some moreTeravus Ovares2-191/+348
* Add cursory integration with script engine. * LLMoveToTarget, LLSetBouyancy, LLSetStatus (Physical only), LLApplyImpulse, LLApplyTorque, LLPushObject.. etc. * Still missing linked physical active and LLSetStatus with an axis lock.
2009-04-09* Whoops, never saved the BulletDotNETScene.. Last commit continued.....Teravus Ovares1-1/+1
2009-04-09* Changes the timstep of the bullet world Teravus Ovares2-11/+12
* Enables border crossings when using the BulletDotNETPlugin * Enabled variable time steps in BulletDotNETPlugin * Still no 'linked physical objects' yet * Still no script engine integration
2009-04-07* Tweak the BulletDotNETPlugin character controller so it feels more finished.Teravus Ovares2-3/+20
2009-04-07* This fixes BulletDotNET so it can now be used on linux.Teravus Ovares1-0/+2
2009-04-07* BulletDotNET Updates. Teravus Ovares2-59/+219
* Should react somewhat normally to editing, and setting physics now.
2009-04-06Add copyright headers, formatting cleanup.Jeff Ames4-4/+86
2009-04-05* Fixing SVN propertiesTeravus Ovares6-4031/+4031
2009-04-05* Committing what I have on the BulletDotNETPlugin that I have so far. Teravus Ovares6-0/+4033
* It's not ready to try. It doesn't do what you expect in many ways. * It throws errors and prints jibberish on the console * Test it out only if you're brave and you've backed up first. * The opensim.ini line is physics = BulletDotNETPlugin