Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fox some local id issues in physics glue | Melanie | 2011-07-15 | 1 | -6/+1 |
| | |||||
* | Revert "Add localid support to ch0de properly" | Melanie | 2011-07-15 | 1 | -1/+6 |
| | | | | This reverts commit bb402d0d95c934fbcd8b1c03e228ec1d0a14f14d. | ||||
* | Add localid support to ch0de properly | Tom | 2011-07-15 | 1 | -6/+1 |
| | |||||
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-17 | 1 | -0/+3 |
|\ | |||||
| * | force mesh proxy for simple box prims with path cut | dahlia | 2011-04-12 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-15 | 3 | -45/+189 |
|\ \ | |/ | |||||
| * | * Added a better check to the SimianGrid connectors to test if they are ↵ | John Hurliman | 2010-03-12 | 3 | -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 | ||||
* | | Resolved merge | Kitto Flora | 2010-03-12 | 2 | -14/+4 |
|\ \ | |||||
| * \ | Merge branch '0.6.9-post-fixes' into careminster | Melanie | 2010-03-06 | 2 | -0/+10 |
| |\ \ |/ / / | | _ | |||||
| * | Revolution is on the roll again! :) | Revolution | 2010-02-14 | 2 | -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> | ||||
* | | Add glue for llSetVehicleFlags(), llRemoveVehicleFlags(). ChODE: Add ↵ | Kitto Flora | 2010-01-21 | 2 | -0/+20 |
| | | | | | | | | associated methods. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2010-01-03 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-22 | 2 | -5/+18 |
|\ \ | |/ | |||||
| * | Glue code for a couple of new LSL function implementations | Melanie | 2009-12-22 | 2 | -1/+26 |
| | | |||||
* | | Merge branch 'vehicles' into tests | KittoFlora | 2009-10-27 | 3 | -187/+178 |
|\ \ | |/ | | | | | | | | | | | Conflicts: OpenSim/Region/Physics/Manager/PhysicsActor.cs OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | ||||
| * | Experimental change of PhysicsVector to Vector3. Untested | John Hurliman | 2009-10-26 | 3 | -187/+178 |
| | | |||||
* | | Add llRotLookat pt1. | KittoFlora | 2009-10-26 | 2 | -0/+11 |
|/ | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -2/+2 |
| | |||||
* | modify BulletDotNETPrim.cs in preparation for Mantis #4181 | dahlia | 2009-09-24 | 1 | -112/+122 |
| | |||||
* | This is the second part of the 'not crash on regionsize changes'. This ↵ | Teravus Ovares (Dan Olivares) | 2009-08-07 | 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. | ||||
* | * Remove hard coded 256 limitations from various places. There's no more ↵ | Teravus Ovares (Dan Olivares) | 2009-08-07 | 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 | ||||
* | * Created a way that the OpenSimulator scene can ask the physics scene to do ↵ | Teravus Ovares | 2009-07-19 | 1 | -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) | ||||
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 2 | -2/+2 |
| | | | | LICENSE.txt. | ||||
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 3 | -32/+32 |
| | | | | | | 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 Ovares | 2009-04-16 | 2 | -3/+3 |
| | | | | | | | causing issues. * Tweak the ODEPrim PID a bit more. | ||||
* | * Committing more BulletDotNETPlugin work | Teravus Ovares | 2009-04-16 | 2 | -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! :) | ||||
* | * BulletDotNETPlugin supports Axis lock (LLSetStatus) from the script engine ↵ | Teravus Ovares | 2009-04-11 | 1 | -2/+93 |
| | | | | now. | ||||
* | * Instead of referencing mesh stuff in the physics plugin.. change the IMesh ↵ | Teravus Ovares | 2009-04-11 | 1 | -14/+14 |
| | | | | Interface. (blame prebuild) | ||||
* | * Adds Physical/Active Linkset support to BulletDotNETPlugin | Teravus Ovares | 2009-04-10 | 1 | -108/+268 |
| | |||||
* | * Tweak the character controller some more | Teravus Ovares | 2009-04-10 | 2 | -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. | ||||
* | * Whoops, never saved the BulletDotNETScene.. Last commit continued..... | Teravus Ovares | 2009-04-09 | 1 | -1/+1 |
| | |||||
* | * Changes the timstep of the bullet world | Teravus Ovares | 2009-04-09 | 2 | -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 | ||||
* | * Tweak the BulletDotNETPlugin character controller so it feels more finished. | Teravus Ovares | 2009-04-07 | 2 | -3/+20 |
| | |||||
* | * This fixes BulletDotNET so it can now be used on linux. | Teravus Ovares | 2009-04-07 | 1 | -0/+2 |
| | |||||
* | * BulletDotNET Updates. | Teravus Ovares | 2009-04-07 | 2 | -59/+219 |
| | | | | | * Should react somewhat normally to editing, and setting physics now. | ||||
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-04-06 | 4 | -4/+86 |
| | |||||
* | * Fixing SVN properties | Teravus Ovares | 2009-04-05 | 6 | -4031/+4031 |
| | |||||
* | * Committing what I have on the BulletDotNETPlugin that I have so far. | Teravus Ovares | 2009-04-05 | 6 | -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 |