aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support for attachments to group notices when using Flotsam groups.Kevin Cozens2013-10-151-83/+153
|
* Merge branch '0.7.5-post-fixes' of ssh://opensimulator.org/var/git/opensim ↵Diva Canto2013-07-261-1/+1
|\ | | | | | | into 0.7.5-post-fixes
| * Revert "Committing the same fix here for the infinity problem on TPs."Justin Clark-Casey (justincc)2013-07-261-1/+1
| | | | | | | | | | | | | | This reverts commit f5343e4b0730bb822fbc4e6ffbdd002d5b041114. This is because a returning viewer by teleport before 15 seconds are up will be disrupted by the close and so is a significant behaviour change Development along the longer delay lines will continue in dev code
* | Don't touch the Current Outfit folder also on coming back homeDiva Canto2013-07-261-1/+9
| |
* | In renaming the folders for hypergriding, don't rename the Current Outfit ↵Diva Canto2013-07-261-1/+1
| | | | | | | | folder. The viewer doesn't like that.
* | Better version of previous commitDiva Canto2013-07-261-2/+6
| |
* | Add the Current Outfit folder as an available folder in the SuitcaseInventory.Diva Canto2013-07-261-0/+16
|/
* Committing the same fix here for the infinity problem on TPs.Diva Canto2013-07-241-1/+1
|
* BulletSim: fix problem with walking up stairs that are orientedRobert Adams2013-05-221-2/+9
| | | | | in certain directions. The problem was really that the avatar capsule orientation was being set incorrectly.
* Eliminate race condition where SimStatsReporter starts reportingRobert Adams2013-05-141-0/+3
| | | | stats before the region is completely initialized.
* BulletSim: Fix for mantis 6487, also minor adjustment to fix flying while ↵Vegaslon2013-05-141-2/+5
| | | | | | you are running. Signed-off-by: Robert Adams <Robert.Adams@intel.com>
* BulletSim: add a lock to try and catch a native shape creation/destructionRobert Adams2013-05-141-2/+7
| | | | race condition.
* BulletSim: add adjustment for avatar capsule height scaling. MakesRobert Adams2013-05-142-4/+32
| | | | avatar standing on ground view better and enables tuning.
* BulletSim: fix CPU loop that occurs when any 'degenerate' sculptieRobert Adams2013-05-111-2/+6
| | | | | is in a region. This fixes the high CPU usage for regions with nothing else going on.
* vh: Update physics parameter get/set to string based from old floatRobert Adams2013-05-093-19/+62
| | | | value based.
* vh: add material physical property definitions to PhysicsActorRobert Adams2013-05-091-3/+7
|
* vh: make a vertex fetching method in Mesher public for BulletSim reference.Robert Adams2013-05-092-1/+2
|
* vh: Remove BulletXNA from sources.Robert Adams2013-05-092-2320/+2
|
* vh: add BulletSPlugin/Tests/*Robert Adams2013-05-083-0/+301
|
* vh: update BulletSim (OpenSim/Region/Physics/BulletSPluginRobert Adams2013-05-0836-3303/+7213
| | | | | and DLL/SO) to ac6dcd35fb77f118fc6c3d72cb029591306c7e99 (Mon May 6 21:10:02 2013 -0400) on top of 0.7.5-postfixes.
* Add regression test for inventory item give, reject and subsequent trash ↵Justin Clark-Casey (justincc)2013-05-032-1/+263
| | | | | | folder purge by receiver. This commit also actually adds the InventoryTransferModuleTests file which I previously forgot
* Add regression test for offer, accept and subsequent receiver delete of an ↵Justin Clark-Casey (justincc)2013-05-032-80/+15
| | | | item offered via instant message.
* Fix bug where an agent that declined an inventory offer and subsequently ↵Justin Clark-Casey (justincc)2013-05-031-2/+8
| | | | | | emptied their trash would make the item invalid in the giver's inventory This was because the original item/folder ID was sent in the session slot of the offer IM rather than the copy.
* Fix issue in the mesh upload flag module where the ID of the last agent to ↵Justin Clark-Casey (justincc)2013-04-231-6/+6
| | | | | | request the capability was always used instead of the original requesting agent for each cap. Should address http://opensimulator.org/mantis/view.php?id=6556
* Merge branch '0.7.5-post-fixes' of ssh://opensimulator.org/var/git/opensim ↵Justin Clark-Casey (justincc)2013-03-291-19/+15
|\ | | | | | | into 0.7.5-post-fixes
| * Bug fix in DataSnapshot, where a var was being used before being initialized.Diva Canto2013-02-281-19/+15
| |
* | Added missing functionality (mainly custom headers) to llHTTPRequest.Kevin Cozens2013-03-294-57/+187
|/
* Change 0.7.5 flavour to post-fixesJustin Clark-Casey (justincc)2013-02-091-1/+1
|
* Merge branch '0.7.5-post-fixes' of ssh://opensimulator.org/var/git/opensim ↵0.7.5Justin Clark-Casey (justincc)2013-02-081-1/+1
|\ | | | | | | into 0.7.5-post-fixes
| * Changed protection of CreateDefaultAppearanceEntries to protected, so ↵Diva Canto2013-02-051-1/+1
| | | | | | | | extensions of the UserAccountService can reuse this.
* | Bump 0.7.5 flavour to ReleaseJustin Clark-Casey (justincc)2013-02-081-1/+1
| |
* | If a component of a coalesced object fails to deserialization, do not add a ↵Justin Clark-Casey (justincc)2013-02-081-4/+18
| | | | | | | | | | | | | | null where the object should be. This prevents a later load IAR failure. This code is currently only used by IAR loading.
* | On IAR loading, if loading of a coaleseced item entirely fails, then ↵Justin Clark-Casey (justincc)2013-02-081-0/+18
| | | | | | | | continue with the IAR load rather than failing completely.
* | * the root prim was being given an OffsetPosition in addition to setting the ↵teravus2013-02-081-1/+1
| | | | | | | | position when creating the root prim. The offset position caused the positioning code to re-move the root prim when you selected it and released it.
* | Try to fix uploaded mesh rotations - code from Avination code base.Melanie2013-02-081-12/+27
| |
* | Added option for UUID as command parameters. This lets the command handle ↵Dan Lake2013-02-081-0/+4
| | | | | | | | the UUID parsing and type checking before the command is executed.
* | minor: Tidy up disabled logging on AssetTransactionModule for future use. ↵Justin Clark-Casey (justincc)2013-02-081-8/+10
| | | | | | | | Make it clear that transaction parameter to HandleUDPUploadRequest is an ID.
* | minor: remove some mono compile warnings in XEngine.csJustin Clark-Casey (justincc)2013-02-081-2/+0
| |
* | Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie2013-02-082-6/+8
| | | | | | | | | | | | | | | | | | sends an asset transaciton but it is empty. So we can't ignore name data when a transaction is present and can't treat every transaction as valid. Conflicts: OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
* | Fix issue where the "set terrain texture" console command did not tell the ↵Justin Clark-Casey (justincc)2013-02-081-1/+1
| | | | | | | | | | | | viewers that textures had updated (hence they did not display the changes). Addresses http://opensimulator.org/mantis/view.php?id=6513
* | Mantis 6343: Turn a prim to flexy to OFF don't work llSetPrimParamsTalun2013-02-081-3/+10
| | | | | | | | Correction so that scripts can turn Flexi off as well as on.
* | Assign the SmartThreadPool name in the constructorOren Hurvitz2013-02-082-4/+9
| | | | | | | | This is required because some threads are created in the constructor, so assigning the name afterwards would be too late.
* | Explicitly stop PollServiceRequestManager() rather than relying on its ↵Justin Clark-Casey (justincc)2013-02-082-5/+15
| | | | | | | | | | | | destructor. Hopes to address occasional shutdown failures from http://opensimulator.org/mantis/view.php?id=6503
* | Mantis 6507 keys returned by llGetAgentList incorrect for llList2KeyTalun2013-02-081-2/+2
|/ | | | The type of the keys returned by llGetAgentList corrected to LSL_Key
* minor: Fix full scene part console report to show proper Light* names rather ↵0.7.5-rc2Justin Clark-Casey (justincc)2013-01-261-5/+5
| | | | than all wrongly FlexiDrag
* minor: Call down to base OpenSimTestCase.SetUp() in NPCModuleTests to ↵Justin Clark-Casey (justincc)2013-01-261-0/+2
| | | | disable any enabled logging from previous tests
* Bump version up to 0.7.5-rc2Justin Clark-Casey (justincc)2013-01-261-1/+1
|
* Restore previous client AO behaviour by not allowing them to remove the ↵Justin Clark-Casey (justincc)2013-01-255-8/+27
| | | | | | | | | default animation but continue to allow scripts to do so. This keeps the fix from http://opensimulator.org/mantis/view.php?id=6327 and fixes the behaviour regression in http://opensimulator.org/mantis/view.php?id=6483 Animations may still exhibit different behaviour if both scripts and clients are adjusting animations. A change in the behaviour of client AO to not remove all animations may be a better long term approach.
* Check the existing ScenePresence.ParentPart to make sure we're not trying to ↵Justin Clark-Casey (justincc)2013-01-251-2/+1
| | | | | | | sit on a prim we're already sat upon, rather than looking up the part from scratch. An adaptation of commit 055b8a2 Having both ParentID and ParentPart references now is redundant. ParentID should probably be eliminated.
* New constants for llGetObjectDetailsTalun2013-01-252-0/+92
| | | | | | | New constants for llGetObjectDetails OBJECT_CHARACTER_TIME, OBJECT_ROOT, OBJECT_ATTACHED_POINT, OBJECT_PATHFINDING_TYPE, OBJECT_PHYSICS, OBJECT_PHANTOM and OBJECT_TEMP_ON_REZ also Pathfining constants, 3 of which are used by llGetObjectDetails