Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduce some useless array copies | UbitUmarov | 2019-06-09 | 1 | -1/+3 |
| | |||||
* | send agent view range to new child agents | UbitUmarov | 2019-04-04 | 1 | -0/+2 |
| | |||||
* | a few more changes on initial objects send | UbitUmarov | 2019-03-30 | 1 | -3/+6 |
| | |||||
* | add more test code to make usage od compressed updates etc. Should be ↵ | UbitUmarov | 2019-03-23 | 1 | -2/+2 |
| | | | | disable, but well many things can go wrong. | ||||
* | RegionHandshake IS critical llupd protocol not to be done by odd modules | UbitUmarov | 2019-03-20 | 1 | -5/+1 |
| | |||||
* | cosmetics on terrain patchs | UbitUmarov | 2019-01-20 | 1 | -5/+2 |
| | |||||
* | more on the hack (runprebuild) | UbitUmarov | 2019-01-02 | 1 | -1/+2 |
| | |||||
* | replace my hack by others hack | UbitUmarov | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | temporary HACK to not kill some viewers | UbitUmarov | 2018-12-31 | 1 | -0/+1 |
| | |||||
* | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 2018-12-28 | 1 | -0/+1 |
| | |||||
* | remove a dev only conditional on lludp handlers; change parcel lists updates ↵ | UbitUmarov | 2018-11-25 | 1 | -0/+2 |
| | | | | a bit; | ||||
* | add missing part of mutes list protocol | UbitUmarov | 2017-11-16 | 1 | -0/+4 |
| | |||||
* | add functions to send entity updates imediatly, except for avatars (or now) ↵ | UbitUmarov | 2017-04-14 | 1 | -1/+5 |
| | | | | they should be use to bypass normal delayed updates, for debug | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 2 | -18/+18 |
| | |||||
* | New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This ↵ | Mandarinka Tasty | 2016-12-14 | 1 | -0/+8 |
| | | | | | | | patch gives possibility to set image in created NPC's profile. You can use UUID of the texture or name of texture included in prim's inventory. Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | Rename charterMember to membershipType to show what it actually is. | Melanie Thielker | 2016-12-12 | 1 | -1/+1 |
| | | | | | | This field started out as a simple flag in the protocol to indicate a user being a SL charter member. It has since then taken on additional functionality that means that the name is no longer appropriate. | ||||
* | Setting precise date of creation in NPC's profile. | Mandarinka Tasty | 2016-12-10 | 2 | -0/+9 |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile ↵ | UbitUmarov | 2016-12-06 | 1 | -1/+12 |
| | | | | About text. requires OsNpcCreate rights | ||||
* | add a version tag to wind and cloud data updates to iclient | UbitUmarov | 2016-09-23 | 1 | -2/+2 |
| | |||||
* | send selected objects Proprieties udp part outside update queues and as a ↵ | UbitUmarov | 2016-08-25 | 1 | -0/+4 |
| | | | | physics single caps message per selection request | ||||
* | add caps HomeLocation ; add client SendAlertMessage(string message, string ↵ | UbitUmarov | 2016-08-18 | 1 | -0/+4 |
| | | | | info), where info in info message field. only minimal testing done | ||||
* | add a public SetGroupPowers to clientView | UbitUmarov | 2016-07-26 | 1 | -0/+2 |
| | |||||
* | let some group related data to have a public set | UbitUmarov | 2016-07-26 | 1 | -0/+2 |
| | |||||
* | get a copy of current clientView group powers | UbitUmarov | 2016-07-26 | 1 | -0/+5 |
| | |||||
* | add a few methods to modify clientview group powers | UbitUmarov | 2016-07-01 | 1 | -0/+12 |
| | |||||
* | if a NPC is owned, allow access if ownerID matchs parcel owner or it is in ↵ | UbitUmarov | 2016-06-28 | 1 | -0/+4 |
| | | | | the access list. option OS_NPC_OBJECT_GROUP it still needed if access is by group (this option should also work with not owned NPC) NEEDS TESTING, may prove to be a bad solution | ||||
* | fix NPCs OS_NPC_OBJECT_GROUP option. group ID needs to be set during ↵ | UbitUmarov | 2016-06-28 | 1 | -4/+5 |
| | | | | creation, before scenepresence.CompleteMovement, set tittle just after it. | ||||
* | Plumb RezRestoreToWorld from the client (part done) | Melanie Thielker | 2016-03-09 | 1 | -0/+1 |
| | |||||
* | add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created ↵ | UbitUmarov | 2016-01-01 | 1 | -2/+6 |
| | | | | with the group of the object with the script, if that object owner is member of that group. This should allow parcel access by group to work now, and not much else. The groupTitle will also be set, it the region option NoNPCGroup is not active. | ||||
* | add basic SendFindAgent() to lludp. Future use may require a list of pairs ↵ | UbitUmarov | 2015-10-26 | 1 | -3/+9 |
| | | | | (X,Y). For now one pair is good enough. | ||||
* | change NPC restriction options default from restricted to all allowed, as ↵ | UbitUmarov | 2015-10-08 | 1 | -10/+4 |
| | | | | master | ||||
* | add several options for NPC creation so abusive use can be reduced ↵ | UbitUmarov | 2015-09-30 | 1 | -0/+26 |
| | | | | (restrictive by default) UNTESTED | ||||
* | add missing SendAgentGroupDataUpdate to llClientView | UbitUmarov | 2015-09-27 | 1 | -0/+4 |
| | |||||
* | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1 | ||||
| * | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 2015-09-04 | 1 | -1/+0 |
| | | | | | | | | OpenSim.Framework. | ||||
* | | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 2 | -8/+0 |
| | | |||||
* | | bad merge? | UbitUmarov | 2015-09-01 | 3 | -37/+82 |
|\ \ | |/ |/| | |||||
| * | delay terrain sending if land queue is 2 busy | UbitUmarov | 2015-08-22 | 1 | -0/+5 |
| | | |||||
| * | Track selected objects per client | Melanie Thielker | 2015-08-15 | 1 | -0/+2 |
| | | |||||
| * | scale ChildAgentThrottles with distance (internal to child server and not | UbitUmarov | 2014-11-06 | 1 | -0/+5 |
| | | | | | | | | root as was done before ) | ||||
| * | add method to get a category throttle rate | UbitUmarov | 2014-08-29 | 1 | -0/+5 |
| | | |||||
| * | add a direct sendpartfullUpdate to send a full object update to a part, | UbitUmarov | 2014-08-21 | 1 | -0/+4 |
| | | | | | | | | optionally overriding its parentID. check what it does to attachments | ||||
| * | add a estimator of client ping time, and painfully make it visible in show | UbitUmarov | 2014-08-14 | 1 | -0/+2 |
| | | | | | | | | connections console command | ||||
| * | dont fire a thread on npc creation keeping the main one just waiting | UbitUmarov | 2014-08-02 | 1 | -5/+6 |
| | | |||||
| * | Intermediate commit. Sill errors. | Melanie | 2014-01-05 | 1 | -9/+7 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into careminster Conflicts: OpenSim/Data/SQLite/SQLiteUserProfilesData.cs OpenSim/Framework/RegionInfo.cs OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Services/UserProfilesService/UserProfilesService.cs | ||||
| * \ | Merge branch 'master' into careminster | Melanie | 2013-10-06 | 1 | -6/+21 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/VersionInfo.cs OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs | ||||
| * \ \ | Merge branch 'master' into careminster | Melanie | 2013-10-04 | 1 | -9/+11 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs OpenSim/Region/CoreModules/World/LightShare/LightShareModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | ||||
| * \ \ \ | Merge branch 'master' into careminster | Melanie | 2013-08-13 | 1 | -1/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2013-07-29 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2013-07-24 | 1 | -1/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/Physics/Manager/PhysicsActor.cs OpenSim/Region/Physics/Manager/PhysicsScene.cs |