Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2 | -38/+34 | |
2018-10-23 | remove AttachmentsCommandModule | UbitUmarov | 1 | -188/+0 | |
2018-10-20 | remove TempAttachments module | UbitUmarov | 1 | -191/+0 | |
2017-05-04 | do the same in the cases we are just moving parts around and not changing ↵ | UbitUmarov | 1 | -1/+1 | |
their caches (ie their taskInventory) | |||||
2017-01-22 | replace calls to SOG.GetEffectivePermissions() by the new ↵ | UbitUmarov | 1 | -1/+1 | |
SOG.EffectiveOwnerPerms, some of those inline permissions checks should be reviewed and pass by permissions module | |||||
2017-01-17 | start adding calls to effective permissions aggregation on changes; ↵ | UbitUmarov | 1 | -11/+13 | |
rearrange code in DuplicateObject(); | |||||
2017-01-16 | replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() ↵ | UbitUmarov | 1 | -2/+1 | |
so owner is not changed twice on rootpart | |||||
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 2 | -12/+12 | |
2016-11-05 | It looks, that attachments show console command incorrectly returns Item ID. ↵ | Mandarinka Tasty | 1 | -14/+9 | |
In fact, FromItem ID is returned. So I have added proper Item ID to be returned. There are cases, that FromItem ID is also useful, so I keep it for compatibility. Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2 | -12/+10 | |
2015-11-17 | remove unused parameter | UbitUmarov | 1 | -1/+1 | |
2015-10-04 | in llAttachToAvatarTemp() (TempAttachmentsModule) dont add to inventory, ↵ | UbitUmarov | 1 | -1/+1 | |
like master | |||||
2013-03-28 | Stop attempts to update/add existing attachments in user inventory when ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
teleporting between regions. This appears to resolve issues on teleport where attachments disappear or become labelled as invalid within user inventory. | |||||
2013-03-26 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 1 | -0/+1 | |
with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions" | |||||
2013-03-24 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 1 | -0/+1 | |
with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions" | |||||
2013-03-20 | Fix "show attachments" command probably broken in commit addab12 (Wed Jan 2 ↵ | Justin Clark-Casey (justincc) | 1 | -10/+7 | |
21:38:00 2013) This break was not connected with the recent attachment code changes. | |||||
2013-03-18 | Multiattach, part 1 | Melanie | 1 | -1/+1 | |
Conflicts: OpenSim/Framework/AvatarAppearance.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||||
2013-03-05 | Multiattach, part 1 | Melanie | 1 | -1/+1 | |
2013-03-02 | Fixed typos in TempAttachmentsModule. No changes. | Diva Canto | 1 | -1/+1 | |
2013-01-04 | Add "show animations" console command for debug purposes. | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
This shows the current animation sequence and default anims for avatars. | |||||
2013-01-02 | Add "show animations" console command for debug purposes. | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
This shows the current animation sequence and default anims for avatars. | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 2 | -10/+10 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-10-19 | minor: Increase attachment name field from 36 to 50 chars in "attachments ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
show" report | |||||
2012-09-17 | script invocations cannot have void return type | SignpostMarv | 1 | -9/+9 | |
2012-08-18 | Fix a typo | Melanie | 1 | -1/+1 | |
2012-08-15 | Let the temp attachment module add a command to allow attaching without ↵ | Melanie | 1 | -3/+38 | |
permissions and add support for this (incomplete!) to LSL | |||||
2012-08-15 | Let the temp attachment module add a command to allow attaching without ↵ | Melanie | 1 | -3/+38 | |
permissions and add support for this (incomplete!) to LSL | |||||
2012-08-14 | Perform ownership transfer and permission propagation as well as needed | Melanie | 1 | -0/+28 | |
updates on the new temp attachment. | |||||
2012-08-14 | Move inititalization to RegionLoaded to avoid a module loading order issue | Melanie | 1 | -8/+8 | |
2012-08-14 | Implement the temp attachments. UNTESTED | Melanie | 1 | -0/+44 | |
2012-08-14 | Add the skeleton for the temp attachments module | Melanie | 1 | -0/+82 | |
2012-07-25 | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This better reflects the long-term purpose of that project and matches Monitoring modules. | |||||
2012-05-23 | refactor: Rename ConsoleTableRow and ConsoleTableColumn to ↵ | Justin Clark-Casey (justincc) | 1 | -6/+6 | |
ConsoleDisplayTableRow and ConsoleDisplayTableColumn | |||||
2012-05-23 | refactor: rename ConsoleTable -> ConsoleDisplayTable for clarity | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2012-05-10 | Add ConsoleTable framework class for future uniform formatting of console ↵ | Justin Clark-Casey (justincc) | 1 | -8/+26 | |
output tables. Still subject to change - if you use this be prepared to change your output code if/when the methods change. Make new "attachments show" command use this. | |||||
2012-05-10 | Add "attachments" show console command that will show the server's record of ↵ | Justin Clark-Casey (justincc) | 1 | -0/+177 | |
which attachments an in-scene avatar has. For debugging purposes. |