Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add GetActiveMembershipData() to groups modules, let core groups also have ↵ | UbitUmarov | 2016-08-04 | 1 | -5/+12 |
| | | | | GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do. | ||||
* | do friends recaching on MakeRoot for normal tps, delay it on crossings | UbitUmarov | 2016-08-04 | 1 | -11/+2 |
| | |||||
* | fix a typo | UbitUmarov | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | (mantis 7983) update local cache when storing a baked tex on assets server | UbitUmarov | 2016-08-02 | 1 | -9/+11 |
| | |||||
* | minor cleanup | UbitUmarov | 2016-08-02 | 1 | -1/+7 |
| | |||||
* | revert adding a new IM parameter ( commit ↵ | UbitUmarov | 2016-07-28 | 1 | -6/+0 |
| | | | | | | bf604c85c66dd3bed06e3103cdf210ede02c151f , that was a mistake. this should fix invites accepts etc, that got broken | ||||
* | actually that was redundante, already done at low level | UbitUmarov | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | move refresh forces into applyphysics | UbitUmarov | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | take friends out of onMakeRoot if crossing | UbitUmarov | 2016-07-26 | 1 | -15/+32 |
| | |||||
* | add missing IM parameter ( needs fix where it is really relevant ) | UbitUmarov | 2016-07-24 | 1 | -2/+5 |
| | |||||
* | do not send IMs via child agents | UbitUmarov | 2016-07-24 | 2 | -50/+20 |
| | |||||
* | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 2016-07-04 | 6 | -48/+24 |
| | | | | | | | | be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set. | ||||
* | Split IM handling so an inheriting module can cange names if required. | Melanie Thielker | 2016-06-21 | 1 | -2/+6 |
| | |||||
* | Make chat and instant message modules fully subclassable | Melanie Thielker | 2016-06-14 | 2 | -36/+36 |
| | |||||
* | From information given my Mandarinka Tasty, add firing the detach event even ↵ | Melanie Thielker | 2016-04-27 | 1 | -0/+3 |
| | | | | for temp attachments | ||||
* | Reverse a comparison, this is probably the cause of attach issues | Melanie Thielker | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | Fire detach events even in temp attachments. They don't really need it but ↵ | Melanie Thielker | 2016-04-25 | 1 | -1/+9 |
| | | | | keeping the tests happy | ||||
* | Stop serializing and storing assets for objects that were never rezzed from ↵ | Melanie Thielker | 2016-04-25 | 1 | -0/+12 |
| | | | | inventory items. | ||||
* | Fix Temporary Attachments not being able to be detached by client | Vegaslon | 2016-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Melanie Thielker <melanie@t-data.com> | ||||
* | drop attachments to ground a bit in front of the avatar, not on his location | UbitUmarov | 2015-12-21 | 1 | -2/+5 |
| | |||||
* | revert the setting of phantom flag on attachment drop to ground, since it ↵ | UbitUmarov | 2015-12-21 | 1 | -7/+0 |
| | | | | can break nomod objects | ||||
* | drop attachments to ground with phantom active. We should not do this, but ↵ | UbitUmarov | 2015-12-20 | 1 | -4/+7 |
| | | | | for now there no better way to avoid nasty collisions. (large physical objects may still have bad collisions with ground on drop) | ||||
* | fix test: scene update needs to run after the delay | UbitUmarov | 2015-12-16 | 1 | -3/+7 |
| | |||||
* | revert last change and add delays on testing, since child updates now have ↵ | UbitUmarov | 2015-12-16 | 1 | -0/+5 |
| | | | | time control, since they are heavy http connections | ||||
* | keep SOG reference to root part since two many things depend on deleted SOGs ↵ | UbitUmarov | 2015-12-10 | 1 | -2/+2 |
| | | | | not being deleted | ||||
* | remove some SOG references on delete to help GC | UbitUmarov | 2015-12-10 | 1 | -0/+1 |
| | |||||
* | change handling of optional skirt baked texture | UbitUmarov | 2015-12-03 | 1 | -12/+40 |
| | |||||
* | simplify DeliverChatToAvatars(..) ( hopefully not breaking it ) | UbitUmarov | 2015-11-24 | 1 | -73/+62 |
| | |||||
* | again chat echos, check repeats uncondicionally | UbitUmarov | 2015-11-24 | 1 | -2/+5 |
| | |||||
* | reset control even prior to use | UbitUmarov | 2015-11-24 | 1 | -0/+2 |
| | |||||
* | reduce 'echos' on several regions per instance (mantis 7754) | UbitUmarov | 2015-11-24 | 1 | -1/+2 |
| | |||||
* | remove some compile warnings increasing total number by 2 | UbitUmarov | 2015-11-21 | 1 | -2/+0 |
| | |||||
* | cleanup indentation | UbitUmarov | 2015-11-18 | 1 | -70/+30 |
| | |||||
* | fix another variable number of wearable types issue | UbitUmarov | 2015-11-18 | 1 | -2/+5 |
| | |||||
* | remove unused parameter - missing file | UbitUmarov | 2015-11-17 | 1 | -5/+7 |
| | |||||
* | remove unused parameter | UbitUmarov | 2015-11-17 | 1 | -5/+5 |
| | |||||
* | work around some 'tests' errors: fix wrong parameters | UbitUmarov | 2015-11-17 | 1 | -5/+5 |
| | |||||
* | work around some 'tests' errors: sp attachments and appearance are not in sync | UbitUmarov | 2015-11-17 | 1 | -24/+24 |
| | |||||
* | work around some 'tests' errors: add a httpserver | UbitUmarov | 2015-11-17 | 1 | -3/+3 |
| | |||||
* | work around some 'tests' errors: test for null cacheItems | UbitUmarov | 2015-11-17 | 1 | -0/+3 |
| | |||||
* | bug fix: improve chat to child avatars. Still not good because of low ↵ | UbitUmarov | 2015-11-17 | 1 | -10/+11 |
| | | | | resolution of child position updates | ||||
* | deatach from backup on attachment | UbitUmarov | 2015-11-16 | 1 | -0/+2 |
| | |||||
* | change OfflineMessageModule from new avination code to original master, for ↵ | UbitUmarov | 2015-11-06 | 1 | -4/+20 |
| | | | | compatibility with current web servers php scripts. This may change after current test phase | ||||
* | More plumbing of the EntityTransferContext (not yet complete) | Melanie Thielker | 2015-11-01 | 1 | -3/+12 |
| | |||||
* | fix more merge issues | UbitUmarov | 2015-11-01 | 1 | -5/+5 |
| | |||||
* | Merge branch 'master' into avinationmerge | UbitUmarov | 2015-11-01 | 2 | -12/+10 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/AvatarAppearance.cs OpenSim/Framework/Servers/ServerBase.cs OpenSim/Framework/VersionInfo.cs OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/RemoteSimulationConnector.cs OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs OpenSim/Region/PhysicsModules/Ode/ODEPrim.cs OpenSim/Region/PhysicsModules/Ode/OdeScene.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs OpenSim/Services/HypergridService/GatekeeperService.cs OpenSim/Services/Interfaces/IAvatarService.cs OpenSim/Services/LLLoginService/LLLoginService.cs | ||||
| * | Remove testing cruft that is blocking the new protocols. Unit tests no | Melanie Thielker | 2015-10-31 | 1 | -0/+2 |
| | | | | | | | | | | longer test TP v1 now. TP v1 will be removed within 6 months anyway. | ||||
| * | let silly tests override version on local connections | UbitUmarov | 2015-10-31 | 1 | -1/+1 |
| | | |||||
| * | Make sure the chat module doesn't deactivate just because the section | Melanie Thielker | 2015-09-09 | 1 | -12/+8 |
| | | | | | | | | heading is missing | ||||
* | | Make changes to a friend rights reach him on another sim; find on map does ↵ | UbitUmarov | 2015-10-26 | 2 | -17/+78 |
| | | | | | | | | show the region. Issues: precise location on region still not avaiable and object edit permitions on viewers edit are not being updated (but are enforced by region). friends information is updated, and warnings are displayed. Only did minor testing... |