aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Change release verson to 0.7.5.1 and flavour to rc10.7.5.1-rc1Justin Clark-Casey (justincc)2014-01-241-2/+2
|
* Fix false positive test failure in ↵Justin Clark-Casey (justincc)2014-01-241-2/+2
| | | | | | TestRepeatSameDrawContainingImageReusingTexture() and TestRepeatSameDrawContainingImage() if localhost has a webserver set up. Use 0.0.0.0 instead of localhost
* Dynamically adjust to the number of visual params sent.Melanie2014-01-241-1/+1
|
* 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: remove unused reference to BulletXNA in prebuild.xml.Robert Adams2013-07-081-1/+0
|
* 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.
* vh: remove unused and error generating BulletXNA DLLsRobert Adams2013-05-122-0/+0
|
* 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-093-2354/+2
|
* vh: add BulletSPlugin/Tests/*Robert Adams2013-05-083-0/+301
|
* vh: update BulletSim (OpenSim/Region/Physics/BulletSPluginRobert Adams2013-05-0841-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-033-80/+16
| | | | 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-292-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
| |
| * Replaced Ionic.Zip.dll with a new one that fixes a bug in it. DotNetZip ↵Diva Canto2013-02-121-0/+0
| | | | | | | | (from which Ionic.Zip.dll is derived) is now a fork in opensim-libs, forked from 1.9.1.8 and added that simple bug fix.
* | Added missing functionality (mainly custom headers) to llHTTPRequest.Kevin Cozens2013-03-295-57/+188
|/
* 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-084-5/+30
| | | | | | | | 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