aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old bullet DotNET and X libraries in preparation for BulletSJustin Clark-Casey (justincc)2011-09-171-2767/+0
| | | | | These weren't working properly anyway. You will need to rerun prebuild.sh/.bat after this commit, and maybe "nant clean" as well.
* * Added a better check to the SimianGrid connectors to test if they are ↵John Hurliman2010-03-121-27/+75
| | | | | | enabled or not. This method should work equally well with standalone or robust mode * Applying #4602 from Misterblu to add collision detection to BulletDotNET
* Revolution is on the roll again! :)Revolution2010-02-141-0/+5
| | | | | | | | 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>
* Glue code for a couple of new LSL function implementationsMelanie2009-12-221-1/+5
|
* Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman2009-10-261-129/+128
|
* modify BulletDotNETPrim.cs in preparation for Mantis #4181dahlia2009-09-241-112/+122
|
* This is the second part of the 'not crash on regionsize changes'. This ↵Teravus Ovares (Dan Olivares)2009-08-071-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.
* * Remove hard coded 256 limitations from various places. There's no more ↵Teravus Ovares (Dan Olivares)2009-08-071-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
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* cleaning out warnings.Dr Scofield2009-05-221-16/+16
| | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
* * Remove some super experimental stuff in BulletDotNETPlugin since it was ↵Teravus Ovares2009-04-161-2/+2
| | | | | | | causing issues. * Tweak the ODEPrim PID a bit more.
* * Committing more BulletDotNETPlugin workTeravus Ovares2009-04-161-1/+3
| | | | | | * Tweak the LLSetStatus results in the ODEPlugin. Hopefully it's a little less unstable. * ODEPlugin is using experimental math for LLSetStatus, use with caution! :)
* * BulletDotNETPlugin supports Axis lock (LLSetStatus) from the script engine ↵Teravus Ovares2009-04-111-2/+93
| | | | now.
* * Instead of referencing mesh stuff in the physics plugin.. change the IMesh ↵Teravus Ovares2009-04-111-14/+14
| | | | Interface. (blame prebuild)
* * Adds Physical/Active Linkset support to BulletDotNETPluginTeravus Ovares2009-04-101-108/+268
|
* * Tweak the character controller some moreTeravus Ovares2009-04-101-190/+347
| | | | | | | * 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.
* * BulletDotNET Updates. Teravus Ovares2009-04-071-57/+210
| | | | | * Should react somewhat normally to editing, and setting physics now.
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-061-1/+2
|
* * Fixing SVN propertiesTeravus Ovares2009-04-051-2131/+2131
|
* * Committing what I have on the BulletDotNETPlugin that I have so far. Teravus Ovares2009-04-051-0/+2131
* 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