Commit Graph

28177 Commits

Author SHA1 Message Date
UbitUmarov
3a628c335e ubode: fix physical prims space destroy 2022-10-29 03:47:45 +01:00
UbitUmarov
c3107713f4 ubode: revert raycasts timeout to older value 2022-10-28 21:32:18 +01:00
UbitUmarov
0dd88c4ec7 add some missing default group owner powers on xmlrpc groups module 2022-10-28 20:10:39 +01: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
06f5933187 missing using statement 2022-10-22 13:49:29 +01:00
UbitUmarov
ee243b8ad4 add llSHA256String() same as osSHA256 2022-10-22 13:42:17 +01:00
UbitUmarov
016ff2fb11 add llObjectGetLinkKey(...) 2022-10-22 13:19:13 +01:00
UbitUmarov
e5fd020b97 mantis 9032: actually shutup if old format 2022-10-16 13:12:36 +01:00
UbitUmarov
b4b4d904fe add missing future asset def 2022-10-15 01:59:21 +01:00
UbitUmarov
d2161872e0 fix typo/bug on ubode 2022-10-07 19:12:21 +01:00
UbitUmarov
5ea28ff530 a few more changes to console; revert a change possible only needed on future .net, at lest we did live without it till now (for real now) 2022-09-30 11:47:44 +01:00
UbitUmarov
03a4287658 a few more changes to console; revert a change possible only needed on future .net, at lest we did live without it till now 2022-09-30 11:46:14 +01:00
UbitUmarov
66113831dd mantis 9028: check for for a null (should not be needed) 2022-09-25 15:41:56 +01:00
UbitUmarov
5ef7878613 cosmetics 2022-09-24 17:14:46 +01:00
UbitUmarov
8fd4781c02 fix llcreatelink test 2022-09-23 23:33:48 +01:00
UbitUmarov
e3091033c0 llcreatelink permission must be granted by owner 2022-09-23 20:26:56 +01:00
UbitUmarov
88f4e5eed9 do not let *createlink run on attachments or link nonmod objects 2022-09-23 19:26:38 +01:00
UbitUmarov
58f20c6d6e replace obsolete code 2022-09-20 21:40:56 +01:00
UbitUmarov
31fa8b45df minor cleanup 2022-09-20 21:32:10 +01:00
UbitUmarov
086fcc7ff7 mantis 9025: reduce latency a bit 2022-09-18 20:38:36 +01:00
UbitUmarov
b4c057c80c cosmetics 2022-09-18 14:07:53 +01:00
UbitUmarov
87ba2d7b43 a few changes to local console; add pooling of Console.KeyAvailable instead of waiting on keyread, that has treading issues. Thanks ALicia for some ideas on this 2022-09-18 05:21:07 +01:00
UbitUmarov
0505fd54e4 simplify CleanString a bit more 2022-09-14 18:41:13 +01:00
UbitUmarov
772cce51b6 avoid a future dotnet bug they will not fix 2022-09-13 22:52:09 +01:00
UbitUmarov
1d7acb7bcb avoid a null ref 2022-08-30 02:52:58 +01:00
UbitUmarov
91b76da1e2 a few more useless to unsafe sections 2022-08-29 19:42:21 +01:00
UbitUmarov
817e2bbd71 scripts httprequest: try to make a redir to a server local uri work 2022-08-29 03:31:09 +01:00
UbitUmarov
91435dff8b oooops missed one pointer ++ 2022-08-29 00:40:53 +01:00
UbitUmarov
a8baeae468 a few more useless changes 2022-08-29 00:31:33 +01:00
UbitUmarov
ed1648e931 a few more changes on udp zeroencoder 2022-08-28 05:33:07 +01:00
UbitUmarov
348920ebe7 a few changes on zeroencoder 2022-08-28 03:29:40 +01:00
UbitUmarov
f9a420f038 a bit more unsafe terseupdates 2022-08-28 01:49:28 +01:00
UbitUmarov
97cabd1574 default to no asset (uuidZero) on new inventory items creation with no provided data 2022-08-26 21:38:52 +01:00
UbitUmarov
d12080d65a a few few ns 2022-08-25 21:54:37 +01:00
UbitUmarov
b850efe873 remove obsolete a bit of and unused code 2022-08-24 18:55:07 +01:00
UbitUmarov
38cb0fd6cf change robust assets contenttype when answer is xml 2022-08-23 22:00:22 +01:00
UbitUmarov
d545506efc add a few more parameters to llGetObjectDetails(); add intger log2(uint) 2022-08-23 17:27:02 +01:00
UbitUmarov
1456f43bc3 ubode: change managed/unmanaged contacts shared memory again 2022-08-21 05:00:27 +01:00
UbitUmarov
20c12e195b make a xengine test happier 2022-08-20 19:17:33 +01:00
UbitUmarov
3a201f7e3d terrain height math 2022-08-20 12:53:38 +01:00
UbitUmarov
6be01a8815 missed a file 2022-08-20 00:37:17 +01:00
UbitUmarov
bc7321bdbf somethings we may need, or not 2022-08-19 22:37:53 +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
4727aaa475 show stats with one more decimal place in timing 2022-08-19 15:49:48 +01:00
UbitUmarov
d37bed10c9 ubode things 2022-08-19 14:49:41 +01:00
UbitUmarov
a578bfd2ac ubode: small change on ray/terrain 2022-08-18 00:56:12 +01:00
UbitUmarov
756a5605e9 missing changed file 2022-08-18 00:35:41 +01:00
UbitUmarov
6ab38ab964 CharsSpace no longer in use 2022-08-18 00:32:48 +01:00
UbitUmarov
81193e2a16 abuse of AggressiveInlining 2022-08-18 00:27:17 +01:00
UbitUmarov
6ebcae4885 several changed to ubode rays; remove some test probes not usefull, etc 2022-08-18 00:23:38 +01:00