Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster | Melanie | 2011-12-28 | 30 | -3777/+3931 |
|\ | |||||
| * | Introduce a LightShare kill packet ans send it when needed. Currently only | Melanie | 2011-12-28 | 2 | -5/+13 |
| | | | | | | | | understood by AVN v0.3 | ||||
| * | Add Copy task to Prebuild.exe (vsxxxx targets) | BlueWall | 2011-12-25 | 25 | -3769/+3873 |
| | | | | | | | | | | | | | | <Files> <Match pattern="*.cs" recurse="true"/> <Match pattern="../bin/MyConfig.xml" buildAction="Copy" recurse="false" destination="$(OutputPath)" /> </Files> | ||||
| * | HG: more / love for Xmas | Diva Canto | 2011-12-24 | 4 | -6/+50 |
| | | |||||
| * | HG: one more adjustment with trailing /s | Diva Canto | 2011-12-23 | 1 | -2/+8 |
| | | |||||
* | | Fix permissions being lost and correct slam behavior, removing icompatible | Melanie | 2011-12-27 | 1 | -86/+72 |
| | | | | | | | | code inherited from core and dead code. | ||||
* | | Remove a debug spam | Melanie | 2011-12-27 | 1 | -1/+0 |
| | | |||||
* | | Introduce a LightShare kill packet ans send it when needed. Currently only | Melanie | 2011-12-24 | 2 | -5/+13 |
| | | | | | | | | understood by AVN v0.3 | ||||
* | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster | Melanie | 2011-12-24 | 4 | -11/+6 |
|\ \ | |||||
| * \ | Merge branch 'master' into careminster | Melanie | 2011-12-24 | 4 | -11/+6 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2011-12-23 | 8 | -37/+97 |
| | |\ | |||||
| | | * | remove the old region crossing handler | Mic Bowman | 2011-12-23 | 1 | -10/+0 |
| | | | | |||||
| | * | | HG: AAdded a few missing /'s at the end of URLs | Diva Canto | 2011-12-23 | 3 | -1/+6 |
| | | | | |||||
* | | | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster | Melanie | 2011-12-24 | 4 | -28/+83 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'master' into careminster | Melanie | 2011-12-23 | 4 | -28/+83 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fixes some problems with objects that attempt to cross a region boundary | Mic Bowman | 2011-12-22 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into a region that does not exist. This is particularly problematic for physical objects where the velocity continues to move them out of the region causing an infinite number of failed region crossings. The patch forces an object that fails a crossing to be non-physical and moves it back into the starting region. | ||||
| | * | | fix the UsesPhysics flag to reference the physics flag rather than the ↵ | Mic Bowman | 2011-12-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | temponrez flag | ||||
| | * | | Enables processing of hypergrid links through simiangrid services. Thanks | Mic Bowman | 2011-12-22 | 1 | -25/+56 |
| | | | | | | | | | | | | | | | | otakup0pe | ||||
| | * | | Align default ODE_STEPSIZE with that already used through OpenSimDefaults.ini | Justin Clark-Casey (justincc) | 2011-12-22 | 1 | -2/+2 |
| | | | | |||||
* | | | | Add setter for Acceleration on physics objects. | Melanie | 2011-12-24 | 2 | -0/+2 |
| | | | | |||||
* | | | | Fix camera orientation for sit targets to use the prim actually sat on. | Melanie | 2011-12-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Now SL compatible. | ||||
* | | | | Add PRIM_POS_LOCAL as an alias to PRIM_POSITION for setting the position. | Melanie | 2011-12-24 | 1 | -0/+9 |
|/ / / | | | | | | | | | | For SL compatibility only | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2011-12-22 | 5 | -8/+23 |
|\ \ \ | |/ / | |||||
| * | | rename Scene.m_physicalPrim to PhysicalPrims since its public and access ↵ | Justin Clark-Casey (justincc) | 2011-12-22 | 2 | -3/+3 |
| | | | | | | | | | | | | external as a property | ||||
| * | | Remove unused m_physicalPrim parameter from SOG.ApplyPhysics() | Justin Clark-Casey (justincc) | 2011-12-22 | 2 | -4/+2 |
| | | | |||||
| * | | Make it possible to force all prims to be phantom via the collidable_prim ↵ | Justin Clark-Casey (justincc) | 2011-12-22 | 3 | -1/+18 |
| |/ | | | | | | | | | | | | | | | | | boolean setting in the OpenSim.ini config [Startup] section. Naturally, default is true. When set to false, "phantom" flags on prims can be set as usual but all prims remain phantom. This setting is for test purposes. This switch does not affect the collision of avatars with the terrain. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2011-12-22 | 1 | -39/+32 |
|\ \ | |/ | |||||
| * | Region crossings redone: (1) removed WaitForCallback. Now that we are ↵ | Diva Canto | 2011-12-22 | 1 | -39/+32 |
| | | | | | | | | passing the entire agent with attachs in one big message we don't necessarily need to wait for confirmation. The callback sometimes is problematic and it adds delay to the process. (2) Z velocity sent to the viewer = 0. This is an heuristic; the Z velocity usually is negative, and it makes the viewer move the avie down. This only matters while the agent is in transit and therefore not being physically simulated by neither region. As soon as the receiving region receives CompleteMovement from the viewer, the position and velocity get corrected. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2011-12-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | And a typo fix | Melanie | 2011-12-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2011-12-22 | 1 | -1/+6 |
|\ \ | |/ | |||||
| * | Add a few comments, correct a merge artefact | Melanie | 2011-12-22 | 1 | -1/+6 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2011-12-22 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Harmonizing SP with Avination | Melanie | 2011-12-22 | 1 | -41/+55 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2011-12-22 | 13 | -152/+134 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs | ||||
| * | Fixing a bug introduced yesterday. This put the precondition test inside ↵ | Diva Canto | 2011-12-22 | 1 | -105/+109 |
| | | | | | | | | CheckForBorderCrossing the right way. | ||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2011-12-21 | 12 | -39/+15 |
| |\ | |||||
| | * | Remove unused SetAcceleration and add set on Acceleration parameter | Dan Lake | 2011-12-20 | 11 | -35/+14 |
| | | | |||||
| * | | Moved an external test into the method that uses those preconditions. | Diva Canto | 2011-12-21 | 1 | -19/+11 |
| | | | |||||
| * | | HG: Verify that the user is local | Diva Canto | 2011-12-21 | 1 | -0/+8 |
| | | | |||||
* | | | Merge branch 'master' into careminster | Melanie | 2011-12-20 | 4 | -9/+9 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | ||||
| * | | Though the viewer warns about receiving this, not sending appears to break ↵ | Justin Clark-Casey (justincc) | 2011-12-20 | 1 | -4/+1 |
| |/ | | | | | | | | | | | | | | | | | | | baked texture caching when crossing region boundaries. Needs further investigation. Revert "Stop sending the viewer its own AvatarAppearance packet." This reverts commit 92039f295d7fe66bf1a09b29483f9057e395839e. | ||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2011-12-20 | 23 | -283/+304 |
| |\ | |||||
| * | | Fixed bug of avie going under the terrain when crossing regions in certain ↵ | Diva Canto | 2011-12-20 | 1 | -2/+2 |
| | | | | | | | | | | | | directions. This was a 1-off bug: the terrain was being placed in 127, 127 resulting in a bounding box if -2, 256. I placed it in 128, 128 resulting in a bounding box of -1, 257. | ||||
| * | | Changed the async approach on close child agents. This may improve crossings ↵ | Diva Canto | 2011-12-16 | 2 | -7/+7 |
| | | | | | | | | | | | | a little bit. | ||||
| * | | Commented a couple of verbose debug messages. | Diva Canto | 2011-12-16 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'master' into careminster | Melanie | 2011-12-19 | 3 | -36/+44 |
|\ \ \ | | |/ | |/| | |||||
| * | | Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs ↵ | Justin Clark-Casey (justincc) | 2011-12-19 | 3 | -36/+44 |
| | | | | | | | | | | | | as this is updating SOG/SOP.GroupID, which is arguably generic. | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2011-12-19 | 8 | -62/+108 |
|\ \ \ | |/ / | |||||
| * | | Stop sending the viewer its own AvatarAppearance packet. | Justin Clark-Casey (justincc) | 2011-12-19 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | The viewer warns in the log if it receives this. Stopping this doesn't appear to have adverse effects on viewer 1 or viewer 3 - the viewer gets its own appearance from body parts/clothes and self-baked textures. |