Commit Graph

28229 Commits

Author SHA1 Message Date
UbitUmarov
d6760ec0ef a few changes for mantis 9006 attachment moveToTarget() 2022-05-27 16:04:38 +01:00
UbitUmarov
26d49f3af1 mantis 8996. a few minor changes to llCastRay, but also add a missing sqrt(), that does have large impact on the performance issue, (if len < region size). Main unmanaged lib still needs improvement 2022-05-24 18:30:44 +01:00
UbitUmarov
33f748a978 can be a tiny bit more complex 2022-05-22 19:37:25 +01:00
UbitUmarov
184de0bbb8 osGetPrimitiveParams(key prim, list rules) also silent refused if owner of script and prim has no modify rights on that prim 2022-05-22 19:15:19 +01:00
UbitUmarov
fef8743548 osSetPrimitiveParams(key prim, list rules) silent refused if owner of script and prim has no modify rights on that prim 2022-05-22 19:04:49 +01:00
UbitUmarov
fc8dbb11d9 clean some more useless casts 2022-05-22 17:23:54 +01:00
UbitUmarov
3160ad0cd5 fix last patch 2022-05-22 17:11:15 +01:00
Vincent Sylvester
7168fa0031 llGet projector info
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2022-05-22 16:59:57 +01:00
UbitUmarov
398fe1ffe6 change again, on disable leave parameters as they where; add values check to osSetProjectionParams 2022-05-22 16:54:19 +01:00
UbitUmarov
c843cc2b16 minor change... 2022-05-22 16:07:45 +01:00
lickx
7809eb5ba0 Support PRIM_PROJECTOR
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2022-05-22 15:13:47 +01:00
UbitUmarov
bac942562a mantis 8998: guard potencial null ref 2022-05-15 04:50:00 +01:00
UbitUmarov
fa02512c20 change handling of option ExportSupported again 2022-05-13 01:50:24 +01:00
UbitUmarov
ed120a572d add missing changes for hide title option 2022-05-12 02:23:41 +01:00
UbitUmarov
61085cc25e add proper way for viewers to request mute of collision sounds by setting flag 0x80 on agent update Flags (const U8 AU_FLAGS_MUTECOLLISIONS = 0x80;). Their current method of comparing sound UUIDS is just BROKEN, even at SL. 2022-05-10 14:14:33 +01:00
UbitUmarov
f1f6c2094e suport avatar hide title option 2022-05-10 04:21:34 +01:00
UbitUmarov
baf6917a46 fix parse type of ExportSupported option 2022-05-06 01:38:42 +01:00
UbitUmarov
68539cf3e6 can improve a tiny bit, thanks Plugh 2022-05-04 19:59:30 +01:00
UbitUmarov
df03e64f5c try improve lsl list compare with null, hopefuly not looping for ever 2022-05-04 19:24:16 +01:00
UbitUmarov
a1e32e37da mantis 8995: try work around the issue 2022-05-03 06:08:38 +01:00
UbitUmarov
4f42bd150d bug fix: do not let viewer agente update change rotation of sitting avatar (timing issue) 2022-05-02 17:27:05 +01:00
UbitUmarov
6a54992bb9 mantis 8994: fix silly bug on last commit. Well change it all a bit 2022-05-02 14:48:44 +01:00
UbitUmarov
a5e3d11ed8 in griduserservice to into replace most Parse by TryParse 2022-05-01 20:17:04 +01:00
UbitUmarov
7ed4fb978c let ubode use own unmanaged libraries, so they can change without impact on old ode module. Add those libraries, for now just copies of the ode ones 2022-05-01 01:47:29 +01:00
UbitUmarov
e0a33297dd change sp delayed stop 2022-04-26 03:05:53 +01:00
UbitUmarov
d39cf47bb8 change again sp update throttle 2022-04-26 00:20:35 +01:00
UbitUmarov
c9c9b57c37 add missing initialization 2022-04-25 00:13:21 +01:00
UbitUmarov
1e5881386e fix agent_id on FetchLibDesc.. this is just a formal fix, viewers seem to just ignore it. 2022-04-23 23:27:47 +01:00
UbitUmarov
d1b5e7a981 some cleaup 2022-04-23 16:41:18 +01:00
UbitUmarov
7acc3096f4 now the first section of Libraries.xml should only contain entry RootVersion to define the Opensim library version. THis should eb incremented when there are changes on ny library entry 2022-04-23 04:04:43 +01:00
UbitUmarov
8b6f9bfa0a fix missing ! in getassetsModule, several changes on libraryService,
folder opensimlibrary as no meaning, all are child of one with that name
already"
2022-04-23 00:33:42 +01:00
UbitUmarov
6984902610 don't lose version... 2022-04-22 23:10:12 +01:00
UbitUmarov
adc9318bee missing files 2022-04-22 20:20:26 +01:00
UbitUmarov
0bf394efde a few changes 2022-04-22 20:06:45 +01:00
UbitUmarov
0138a43d3c add back cap FetchLib2 and add cap FetchLibDescendents2. Still disabled, Most viewers do not support them. Alchemy is working on it 2022-04-22 19:49:16 +01:00
UbitUmarov
71f856bfa8 put back updated FetchLib2 cap. Still no viewer uses it, disabled 2022-04-22 16:16:04 +01:00
UbitUmarov
5289b5c6bf minor change on collision account 2022-04-21 01:12:26 +01:00
UbitUmarov
e5af49a161 some cleanup 2022-04-21 00:22:32 +01:00
UbitUmarov
3c5d148cac retouch sp terseupdates throttle again 2022-04-20 15:45:10 +01:00
UbitUmarov
04dafe4313 some cleaup; simplify some animations code 2022-04-20 14:12:45 +01:00
UbitUmarov
c7253d8bf9 send all animations to self again... 2022-04-20 01:37:25 +01:00
UbitUmarov
d919441fb2 oops lost a tiny bit 2022-04-18 23:12:56 +01:00
UbitUmarov
578c0f36ce more cosmetics 2022-04-18 23:08:56 +01:00
UbitUmarov
7c3ad0699f remove unused datasnapshoot unused option 2022-04-17 22:35:47 +01:00
UbitUmarov
d9fb48cdcf ok add 2 much, so now the rest 2022-04-17 22:26:41 +01:00
UbitUmarov
fdf79a3775 missing c&p 2022-04-17 22:16:13 +01:00
UbitUmarov
208a9af53c cosmetics 2022-04-17 22:13:33 +01:00
UbitUmarov
af658625ed fix a test 2022-04-17 02:56:31 +01:00
UbitUmarov
d45f739ca4 ofc broke fast run, again... 2022-04-17 02:39:51 +01:00
UbitUmarov
5452dacee6 cosmetics 2022-04-17 02:26:26 +01:00