Commit Graph

6200 Commits

Author SHA1 Message Date
UbitUmarov
5afbf8e8a8 items need owner 2022-12-16 02:31:09 +00:00
UbitUmarov
be5fc7344c search a prim inventory matching both name and asset type, on some LSL and OSSL functions 2022-10-24 02:15:56 +01:00
UbitUmarov
3a201f7e3d terrain height math 2022-08-20 12:53:38 +01:00
UbitUmarov
0603667627 use shared assets for new empty notecard and defualt script. Grids not using core asset services may need the 2 new ones 2022-08-19 22:26:00 +01:00
UbitUmarov
31689e965e minor cosmetics 2022-07-15 22:23:16 +01:00
UbitUmarov
37e11f6cab use uuid.IsNotZero is a few more places 2022-07-02 16:33:39 +01:00
UbitUmarov
4665b45a4c ofc, forgot a file 2022-07-02 16:25:08 +01:00
UbitUmarov
3bdae01b8f remove some garbage 2022-06-23 18:45:33 +01:00
UbitUmarov
e6cdb0bd5d some changes needed i wanted later if ever.. well.. 2022-06-21 02:29:39 +01:00
UbitUmarov
16d5d7d7fc direct post listen events on chat, bypassing intermediate storage and timed pooling. ( code still dirty) 2022-06-21 02:18:38 +01:00
UbitUmarov
b7d33b41de use them on dialog module 2022-06-19 13:25:06 +01:00
UbitUmarov
90a45494ab add sop getownername so group owned case is handle correctly 2022-06-19 12:48:06 +01:00
UbitUmarov
adf818370a mke sending to listeners code a bit more confusing 2022-06-19 01:22:03 +01:00
UbitUmarov
c972c23d2e try simplify lsl listen code a bit 2022-06-18 22:40:01 +01:00
UbitUmarov
fa2da18c5f minor lsl changes like direct call DeliverMessage(ChatTypeEnum type, int channel, string name, UUID id, string msg, Vector3 sourcePosition) 2022-06-18 16:08:17 +01:00
UbitUmarov
d6760ec0ef a few changes for mantis 9006 attachment moveToTarget() 2022-05-27 16:04:38 +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
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
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
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
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
UbitUmarov
aa862fa658 current FS sends a flood of AGENT_CONTROL_FINISH_ANIM 2022-04-16 18:13:34 +01:00
UbitUmarov
d785dc50e6 more variations on same thing 2022-04-16 17:35:00 +01:00
UbitUmarov
a4fa491ea8 add old sp.AddNewMovement with one argument, for possible external code 2022-04-16 13:42:52 +01:00
UbitUmarov
dea7b7b1a7 remove effect of avatar mass, so all jump similar height 2022-04-16 13:41:31 +01:00
UbitUmarov
1bf5ccedec need to process all mv flags for now 2022-04-16 03:30:46 +01:00
UbitUmarov
a49c08dfb3 viewers control end of some landing animations. Broken on current fs 2022-04-16 02:19:40 +01:00
UbitUmarov
72b5ae809c remove debug log messages 2022-04-15 23:58:38 +01:00
UbitUmarov
a7e189a53d missed one line 2022-04-15 22:23:48 +01:00
UbitUmarov
3e734c5f57 will pre-jump now work ( will anythign work ?) disable viewers (fs) quickjump to check 2022-04-15 22:21:35 +01:00
UbitUmarov
329440695c missing file and a bit more wiring 2022-04-15 21:52:29 +01:00
UbitUmarov
d3ec735283 clamp/limit a few things; a few cosmetics on animation control 2022-04-15 02:01:54 +01:00
UbitUmarov
76165fe054 changes on converting agent movement flags to physics target velocity. 2022-04-13 17:22:18 +01:00
UbitUmarov
667a18161b some cosmetics, like npcs down eat terrain 2022-03-30 01:15:31 +01:00
UbitUmarov
6155c202a7 minor cosmetics 2022-03-26 04:58:14 +00:00
UbitUmarov
9bd8e45b30 remove some more of obsolete ninha joints code 2022-03-19 01:06:44 +00:00
UbitUmarov
21c02fca19 more uuid == 2022-03-18 23:09:53 +00:00
UbitUmarov
94f291fd99 missing changes 2022-03-18 19:28:17 +00:00
UbitUmarov
d06efefb48 Emailmodule. Receive mailbox dependis on prim having email event on scripts; send via smpt or to external prims are now options. The ini section name smtp is not wrong" 2022-03-18 16:15:32 +00:00
UbitUmarov
846d2df245 replace util.clip by utils.clamp (from libomv), and a few more cosmetics 2022-03-18 02:20:40 +00:00
UbitUmarov
d5ca0db294 missing file 2022-03-16 23:19:38 +00:00