UbitUmarov
|
cded996265
remove a dev only conditional on lludp handlers; change parcel lists updates a bit;
|
6 vuotta sitten |
UbitUmarov
|
2f13b68d4f
add missing part of mutes list protocol
|
7 vuotta sitten |
UbitUmarov
|
63383bf3c5
add functions to send entity updates imediatly, except for avatars (or now) they should be use to bypass normal delayed updates, for debug
|
7 vuotta sitten |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 vuotta sitten |
Mandarinka Tasty
|
ec883d0f15
New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This 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.
|
8 vuotta sitten |
Melanie Thielker
|
1388ac2ef7
Rename charterMember to membershipType to show what it actually is.
|
8 vuotta sitten |
Mandarinka Tasty
|
5b7986e6be
Setting precise date of creation in NPC's profile.
|
8 vuotta sitten |
UbitUmarov
|
d4e285b1a1
add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile About text. requires OsNpcCreate rights
|
8 vuotta sitten |
UbitUmarov
|
a6df626868
add a version tag to wind and cloud data updates to iclient
|
8 vuotta sitten |
UbitUmarov
|
d5f376a4b1
send selected objects Proprieties udp part outside update queues and as a physics single caps message per selection request
|
8 vuotta sitten |
UbitUmarov
|
ac542715f1
add caps HomeLocation ; add client SendAlertMessage(string message, string info), where info in info message field. only minimal testing done
|
8 vuotta sitten |
UbitUmarov
|
1a8a8e16ef
add a public SetGroupPowers to clientView
|
8 vuotta sitten |
UbitUmarov
|
13ae6dff18
let some group related data to have a public set
|
8 vuotta sitten |
UbitUmarov
|
e766f9d20f
get a copy of current clientView group powers
|
8 vuotta sitten |
UbitUmarov
|
aa744eecf2
add a few methods to modify clientview group powers
|
8 vuotta sitten |
UbitUmarov
|
90b825cda8
if a NPC is owned, allow access if ownerID matchs parcel owner or it is in 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
|
8 vuotta sitten |
Melanie Thielker
|
43ca32150c
Plumb RezRestoreToWorld from the client (part done)
|
8 vuotta sitten |
UbitUmarov
|
ee15c51ba4
add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created 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.
|
9 vuotta sitten |
UbitUmarov
|
6821ace3c6
add basic SendFindAgent() to lludp. Future use may require a list of pairs (X,Y). For now one pair is good enough.
|
9 vuotta sitten |
UbitUmarov
|
18536b4be6
add missing SendAgentGroupDataUpdate to llClientView
|
9 vuotta sitten |
UbitUmarov
|
a11edceb00
seems to compile ( tests comented out)
|
9 vuotta sitten |
UbitUmarov
|
371c9dd2af
bad merge?
|
9 vuotta sitten |
UbitUmarov
|
e3d82ad706
delay terrain sending if land queue is 2 busy
|
9 vuotta sitten |
Melanie Thielker
|
1fb2f0296f
Track selected objects per client
|
9 vuotta sitten |
UbitUmarov
|
caddabb5c4
scale ChildAgentThrottles with distance (internal to child server and not
|
10 vuotta sitten |
UbitUmarov
|
7351d92a76
add method to get a category throttle rate
|
10 vuotta sitten |
UbitUmarov
|
5bf145a397
add a direct sendpartfullUpdate to send a full object update to a part,
|
10 vuotta sitten |
UbitUmarov
|
8c657e4837
add a estimator of client ping time, and painfully make it visible in show
|
10 vuotta sitten |
dahlia
|
a8e64cd59a
Overload INPCModule.CreateNPC() to allow agentID to be specified. Note: this is intended for use in region modules and is not exposed to scripts.
|
10 vuotta sitten |
Melanie
|
69054ad134
Merge branch 'master' into careminster
|
11 vuotta sitten |