Commit Graph

32857 Commits

Author SHA1 Message Date
UbitUmarov cbdcf3b4a0 more changes on the test feature 2023-12-02 16:29:58 +00:00
UbitUmarov acf41e9eef mantis 9100: change Yengine order of precendence of && to be same as ||. It had higher and that did not match lsl specification or xengine. (||| stays with higher than ||| as per c# spec) 2023-12-02 13:54:07 +00:00
UbitUmarov 602569e5f7 try to match viewer protocol changes on test feature 2023-12-01 23:32:25 +00:00
UbitUmarov b7dc478c41 update libomv 2023-12-01 23:22:53 +00:00
UbitUmarov 1440731dd2 cosmetics 2023-11-29 14:56:49 +00:00
UbitUmarov 79ac5c7f54 remove some obsolete code 2023-11-29 12:17:08 +00:00
UbitUmarov a948cccbe2 update prebuild.dll 2023-11-29 12:04:59 +00:00
UbitUmarov 0075e6ed33 nant no longer supported 2023-11-27 18:32:31 +00:00
UbitUmarov 6b87121350 remove github action for net48 2023-11-27 15:34:46 +00:00
UbitUmarov 83d85cc2b0 Merge branch 'master' into dotnet6 2023-11-27 14:19:00 +00:00
UbitUmarov f94f6e77bf a few cosmetic changes 2023-11-12 22:24:53 +00:00
UbitUmarov 80e930e9a6 mantis 9097: update umnanaged libs for mac, with fresh signature 2023-11-07 18:15:38 +00:00
UbitUmarov 953c646786 fix projector focus range.Thanks Rene Vega 2023-09-24 19:59:06 +01:00
UbitUmarov 61d3e1ee19 update test 2023-08-26 03:21:38 +01:00
UbitUmarov 70ba57bdaf update test 2023-08-26 03:14:01 +01:00
UbitUmarov 6acba7a4bc update test 2023-08-26 02:19:29 +01:00
UbitUmarov 4e261f49e8 mantis 9090: update universal dylib for macs (includes X64 and arm64), thanks Cugarajal 2023-08-22 18:52:56 +01:00
UbitUmarov 29b8191225 YEngine: reduce calls to CheckRunLockInvariants 2023-08-22 18:37:17 +01:00
UbitUmarov 28ffa3e2c0 fix AllowAccessOverride logic (used on sit checks) 2023-08-14 23:26:51 +01:00
UbitUmarov 8a1f19148d update native ubode for windows ( box-mesh collision issue) 2023-08-14 20:56:24 +01:00
UbitUmarov bbe6075aa0 add lsl constant PRIM_SCULPT_FLAG_ANIMESH and change a few things about it 2023-08-08 18:45:49 +01:00
UbitUmarov e08047b6a9 update number of estate managers to 15 2023-08-04 20:53:44 +01:00
UbitUmarov 12df4cc73e update libomv 2023-08-01 23:19:23 +01:00
UbitUmarov 0cc702aaed plus minor indentation fix 2023-08-01 19:02:08 +01:00
Vincent Sylvester dba340a447 Minor fixes
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2023-08-01 18:57:39 +01:00
UbitUmarov c0fe11a0c7 add a missing experimental parameter 2023-08-01 02:40:18 +01:00
UbitUmarov d5e49f29da cosmetics 2023-07-25 19:56:55 +01:00
UbitUmarov 5ab9278583 add a few lsl constants for llLinkPlaySound 2023-07-18 20:28:56 +01:00
UbitUmarov dbee15498d mantis 9082: work around discrete math issues 2023-07-07 00:18:06 +01:00
UbitUmarov 35b4cfd6e2 mantis 9082: fix rotation for do arc 2023-07-06 03:33:48 +01:00
UbitUmarov 35e3383167 fix threat level of osDrawText 2023-06-30 23:03:53 +01:00
UbitUmarov 3ec3f69e58 ooops bad turn, fix it 2023-06-23 01:21:04 +01:00
UbitUmarov 6dada08684 avoid prims sort on FindNextAvailableSitTarget, actual changes 2023-06-22 21:51:00 +01:00
UbitUmarov 5e627f909b avoid prims sort on FindNextAvailableSitTarget 2023-06-22 16:09:07 +01:00
UbitUmarov 22e8d0022f AgentCircuitManager: go back to use of normal dictionaries and lock() 2023-06-22 13:50:19 +01:00
UbitUmarov 77ee3beaf1 more yengine cosmetics 2023-06-21 11:09:51 +01:00
UbitUmarov 89130b9f0a fix osSetParcelDetails, plus more cosmetics 2023-06-21 10:30:14 +01:00
UbitUmarov aa5f0ba8e7 cosmetics on yengine 2023-06-21 06:29:57 +01:00
UbitUmarov 2bd89bd8da YEngine: only generate code to init globals if there are any 2023-06-21 00:11:59 +01:00
UbitUmarov 1606ce4138 YEngine store a bool as integer on a lsl list in one initialization case 2023-06-20 20:59:04 +01:00
UbitUmarov 2849e57920 add osGetPrimCount([key primKey]) and osGetSittingAvatarsCount([key primkey]) that just do want name says unlike ll mess, absent primKey argument means current linkset 2023-06-14 22:45:37 +01:00
UbitUmarov 97b9f64e6d make llGetObjectPrimCount() return 0 on attachments, as spec 2023-06-14 21:57:40 +01:00
UbitUmarov dc2017b3d9 cosmetics on lsl json 2023-06-05 21:35:22 +01:00
UbitUmarov 1f5dfa37b0 cosmetics on sensorrepeat 2023-06-04 23:25:00 +01:00
UbitUmarov 2e2dee76e4 put back CheckThreatLevel on osDie 2023-06-02 23:14:45 +01:00
UbitUmarov f8d1e78e8a mantis 9080: make osDie only work on object rezzed by script linkset, as spec 2023-06-02 23:01:01 +01:00
UbitUmarov 8b6b00d597 fail to find lsl api in ossl should be a global fatal error 2023-06-02 22:37:10 +01:00
UbitUmarov 2625eed5e4 add some constants and reserve some linkset_data lsl event slots, compatible to mantis9081 patch, for now not accepted (any future implementation may diverge from that, even sl 2023-06-02 18:30:28 +01:00
UbitUmarov db1c739ef2 preloadsound is suposed to send ownerid, plus save ns on useless dic searchs 2023-05-31 21:44:48 +01:00
UbitUmarov 8d5d985ba1 try fix bsparam setvalue for parameter type string 2023-05-31 20:44:42 +01:00