Commit Graph

6074 Commits

Author SHA1 Message Date
UbitUmarov
e3aca7b6ce don't try to remove caps on a npc (minor, just stop logs about it) 2021-02-15 23:22:11 +00:00
UbitUmarov
187db1efd0 mk sure some info is removed on close agent 2021-02-12 15:26:53 +00:00
UbitUmarov
273d2220cc bad bad ubit... 2021-02-12 14:56:55 +00:00
UbitUmarov
db11710600 change where we check for region full of avatars 2021-02-12 14:48:35 +00:00
UbitUmarov
31f7d47663 minor cosmetics 2021-02-12 13:29:41 +00:00
UbitUmarov
ae66db0430 minor cosmetics 2021-02-12 13:04:07 +00:00
UbitUmarov
95ffc8721c mantis 8861: seems we can't trust save rotations 2021-02-09 03:57:50 +00:00
UbitUmarov
caddb8ac97 let osteleportobject work with phantom prims (still not kfm ones)(at least until i remember why not..) 2021-02-01 21:07:44 +00:00
UbitUmarov
a3a499d69e mantis 8854: fix the typos and rearrange code a bit. AGAIN PassTouches (and PassCollisions) are as old SL, not current 2021-01-25 14:07:08 +00:00
UbitUmarov
72f7009b10 add os[Link]ParticleSystem with expire option. If expire true and system MaxAge > 0, the system will be be (lazy) removed from the prim after that MaxAge 2021-01-12 15:38:10 +00:00
UbitUmarov
b596a36369 fix previus commit, not storing script related flags on dbs like all 0.9.x. this must be regen on scripts rez 2021-01-11 12:18:07 +00:00
UbitUmarov
13a7ce38ee do not try to pass touch events to root prim if it does not have them 2021-01-11 01:33:32 +00:00
UbitUmarov
06dececb03 reset flags relative to script events touch, money and allowdrop. Seems several do have them set in inventories even without scripts 2021-01-11 01:32:23 +00:00
UbitUmarov
7ead51b613 update npc animation at end of movetotarget; decrease default stop position error to 0.5m 2021-01-06 14:43:58 +00:00
UbitUmarov
453855bd20 save a few ns 2020-12-28 20:00:55 +00:00
UbitUmarov
2285ced73a merge LocalGridServicesConnector and LemoteGridServicesConnector into just RegionGridServicesConnector, with more clear code path and less useless modules loading. runprebuild and note the need changes in config-include files 2020-12-04 15:07:07 +00:00
UbitUmarov
9d0d82ab6e split usermanagement adduser into simpler per case methods 2020-11-26 12:14:00 +00:00
UbitUmarov
c34d6adcd7 send GridURLAlias even if empty, so viewers can tell this region does support it 2020-11-17 20:59:06 +00:00
UbitUmarov
20695be8cd several changes to simulatorfeatures, special url ones. Centralize those on scene gridinfo. Do host and dns checks, etc. Grid can override local settings, but currently same old mess. Grid login and info fecth should happen before loading anything in scene, specially modules 2020-11-12 00:30:20 +00:00
UbitUmarov
1c29ea1c44 a few changed on avatar stand cases 2020-10-31 12:44:17 +00:00
UbitUmarov
6827ce35aa change asset fetch on uuidgatherer 2020-10-30 02:40:14 +00:00
UbitUmarov
1eb05d10ba add prim scale limits to OpenSimExtras simulator features, for viewers that may care.. 2020-10-29 02:31:56 +00:00
UbitUmarov
3b2ff758b1 minor change to last patch 2020-10-26 14:24:45 +00:00
StolenRuby
fa4c84feb8 Fixed undo positions for attachments
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2020-10-26 14:02:19 +00:00
Melanie
bd92b2f8ad Merge branch 'master' of brain.opensimulator.org:/var/git/opensim 2020-10-13 17:40:34 +01:00
UbitUmarov
c70904418a replace llsd xml fw encoder 2020-10-13 16:20:55 +01:00
UbitUmarov
7e99db34c8 check new agent access before creating other things 2020-10-11 10:31:14 +01:00
UbitUmarov
6e3f0a140c handle a sp null ref better 2020-10-11 06:55:35 +01:00
UbitUmarov
c6b27cc02a silly bug on llSetText exec 2020-10-11 04:00:35 +01:00
UbitUmarov
9c01e8b0c4 change cap eventqueue to use some of those useless changes 2020-10-10 20:29:12 +01:00
UbitUmarov
c7d61737fb make use of some of those on inventory caps; fix some set of sp osutf8 fields 2020-10-10 19:11:37 +01:00
UbitUmarov
1c07d0c37a stop sending parcel info totally out of time 2020-10-10 17:56:43 +01:00
UbitUmarov
128e0be382 add GetFullGroupPowers(agentID, groupID) to groups modules. This returns the 'sum' of powers of all agent roles on that group, apply it to some OSSL (mantis 8777). It May be needed elsewhere 2020-10-09 00:20:34 +01:00
UbitUmarov
a2268160a8 some changes 2020-10-06 20:24:05 +01:00
UbitUmarov
e894b4cafc update libomv and apply necessary related changes 2020-10-06 17:29:01 +01:00
UbitUmarov
b1f73603d0 and... missing file 2020-10-04 21:16:35 +01:00
UbitUmarov
794aa7a4f8 missing file 2020-10-04 21:13:26 +01:00
UbitUmarov
5e86c33c9d update libomv and consequent changes 2020-10-04 21:10:42 +01:00
UbitUmarov
eb37cd5481 add a class to store and process some grid information. For now just gatekeeper url 2020-09-23 19:22:52 +01:00
UbitUmarov
1cea3181dc make it ugly 2020-09-19 02:30:22 +01:00
UbitUmarov
2f82203c3b use a dedicated MinHeap for updates priority 2020-09-18 22:56:32 +01:00
UbitUmarov
b9d97e4ee5 waste memory on a loss pool. Update resends need work. 2020-09-17 20:18:56 +01:00
UbitUmarov
8183945d5f ObjectPropertiesUpdate is now just entityupdate 2020-09-17 18:06:04 +01:00
UbitUmarov
864b14126a udp updates: remove a intermediat struct; move files around so clean solution before pull, or pull on clean folder 2020-09-17 16:42:44 +01:00
UbitUmarov
ec54942719 a few changes on sop collision events 2020-09-05 13:43:22 +01:00
UbitUmarov
d9d38ea226 a few changes on sp collision events 2020-09-05 03:37:13 +01:00
UbitUmarov
8852aedca4 on sp its rootprim events mask.. 2020-09-04 17:17:24 +01:00
UbitUmarov
6a5023650f a few changes on collision events 2020-09-04 16:50:04 +01:00
UbitUmarov
d1fcb9c35d filter some changed events at trigger point 2020-09-04 15:31:42 +01:00
UbitUmarov
23de4e3a82 let scriptEvents flags represent all events we have (so change to 64bit ulong) not the need to keep duplicated definitions on main framework and each script engine, namely because Xengine app domain option 2020-09-04 14:22:24 +01:00