Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change release verson to 0.7.5.1 and flavour to rc10.7.5.1-rc1 | Justin Clark-Casey (justincc) | 2014-01-24 | 1 | -2/+2 |
| | |||||
* | Fix false positive test failure in ↵ | Justin Clark-Casey (justincc) | 2014-01-24 | 1 | -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. | Melanie | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Added support for attachments to group notices when using Flotsam groups. | Kevin Cozens | 2013-10-15 | 1 | -83/+153 |
| | |||||
* | Merge branch '0.7.5-post-fixes' of ssh://opensimulator.org/var/git/opensim ↵ | Diva Canto | 2013-07-26 | 1 | -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-26 | 1 | -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 home | Diva Canto | 2013-07-26 | 1 | -1/+9 |
| | | |||||
* | | In renaming the folders for hypergriding, don't rename the Current Outfit ↵ | Diva Canto | 2013-07-26 | 1 | -1/+1 |
| | | | | | | | | folder. The viewer doesn't like that. | ||||
* | | Better version of previous commit | Diva Canto | 2013-07-26 | 1 | -2/+6 |
| | | |||||
* | | Add the Current Outfit folder as an available folder in the SuitcaseInventory. | Diva Canto | 2013-07-26 | 1 | -0/+16 |
|/ | |||||
* | Committing the same fix here for the infinity problem on TPs. | Diva Canto | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | BulletSim: remove unused reference to BulletXNA in prebuild.xml. | Robert Adams | 2013-07-08 | 1 | -1/+0 |
| | |||||
* | BulletSim: fix problem with walking up stairs that are oriented | Robert Adams | 2013-05-22 | 1 | -2/+9 |
| | | | | | in certain directions. The problem was really that the avatar capsule orientation was being set incorrectly. | ||||
* | Eliminate race condition where SimStatsReporter starts reporting | Robert Adams | 2013-05-14 | 1 | -0/+3 |
| | | | | stats before the region is completely initialized. | ||||
* | BulletSim: Fix for mantis 6487, also minor adjustment to fix flying while ↵ | Vegaslon | 2013-05-14 | 1 | -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/destruction | Robert Adams | 2013-05-14 | 1 | -2/+7 |
| | | | | race condition. | ||||
* | BulletSim: add adjustment for avatar capsule height scaling. Makes | Robert Adams | 2013-05-14 | 2 | -4/+32 |
| | | | | avatar standing on ground view better and enables tuning. | ||||
* | vh: remove unused and error generating BulletXNA DLLs | Robert Adams | 2013-05-12 | 2 | -0/+0 |
| | |||||
* | BulletSim: fix CPU loop that occurs when any 'degenerate' sculptie | Robert Adams | 2013-05-11 | 1 | -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 float | Robert Adams | 2013-05-09 | 3 | -19/+62 |
| | | | | value based. | ||||
* | vh: add material physical property definitions to PhysicsActor | Robert Adams | 2013-05-09 | 1 | -3/+7 |
| | |||||
* | vh: make a vertex fetching method in Mesher public for BulletSim reference. | Robert Adams | 2013-05-09 | 2 | -1/+2 |
| | |||||
* | vh: Remove BulletXNA from sources. | Robert Adams | 2013-05-09 | 3 | -2354/+2 |
| | |||||
* | vh: add BulletSPlugin/Tests/* | Robert Adams | 2013-05-08 | 3 | -0/+301 |
| | |||||
* | vh: update BulletSim (OpenSim/Region/Physics/BulletSPlugin | Robert Adams | 2013-05-08 | 41 | -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-03 | 2 | -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-03 | 3 | -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-03 | 1 | -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-23 | 1 | -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-29 | 2 | -19/+15 |
|\ | | | | | | | into 0.7.5-post-fixes | ||||
| * | Bug fix in DataSnapshot, where a var was being used before being initialized. | Diva Canto | 2013-02-28 | 1 | -19/+15 |
| | | |||||
| * | Replaced Ionic.Zip.dll with a new one that fixes a bug in it. DotNetZip ↵ | Diva Canto | 2013-02-12 | 1 | -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 Cozens | 2013-03-29 | 5 | -57/+188 |
|/ | |||||
* | Change 0.7.5 flavour to post-fixes | Justin Clark-Casey (justincc) | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Merge branch '0.7.5-post-fixes' of ssh://opensimulator.org/var/git/opensim ↵0.7.5 | Justin Clark-Casey (justincc) | 2013-02-08 | 1 | -1/+1 |
|\ | | | | | | | into 0.7.5-post-fixes | ||||
| * | Changed protection of CreateDefaultAppearanceEntries to protected, so ↵ | Diva Canto | 2013-02-05 | 1 | -1/+1 |
| | | | | | | | | extensions of the UserAccountService can reuse this. | ||||
* | | Bump 0.7.5 flavour to Release | Justin Clark-Casey (justincc) | 2013-02-08 | 1 | -1/+1 |
| | | |||||
* | | If a component of a coalesced object fails to deserialization, do not add a ↵ | Justin Clark-Casey (justincc) | 2013-02-08 | 1 | -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-08 | 1 | -0/+18 |
| | | | | | | | | continue with the IAR load rather than failing completely. | ||||
* | | * the root prim was being given an OffsetPosition in addition to setting the ↵ | teravus | 2013-02-08 | 1 | -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. | Melanie | 2013-02-08 | 1 | -12/+27 |
| | | |||||
* | | Added option for UUID as command parameters. This lets the command handle ↵ | Dan Lake | 2013-02-08 | 1 | -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-08 | 1 | -8/+10 |
| | | | | | | | | Make it clear that transaction parameter to HandleUDPUploadRequest is an ID. | ||||
* | | minor: remove some mono compile warnings in XEngine.cs | Justin Clark-Casey (justincc) | 2013-02-08 | 1 | -2/+0 |
| | | |||||
* | | Prevent items being destroyed by rename operations. Renaming of a wearable also | Melanie | 2013-02-08 | 2 | -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-08 | 1 | -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 llSetPrimParams | Talun | 2013-02-08 | 1 | -3/+10 |
| | | | | | | | | Correction so that scripts can turn Flexi off as well as on. | ||||
* | | Assign the SmartThreadPool name in the constructor | Oren Hurvitz | 2013-02-08 | 4 | -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-08 | 2 | -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 llList2Key | Talun | 2013-02-08 | 1 | -2/+2 |
|/ | | | | The type of the keys returned by llGetAgentList corrected to LSL_Key |