UbitUmarov
|
f785a45418
|
try to use HttpCompletionOption.ResponseHeadersRead again
|
2026-03-11 18:52:49 +00:00 |
|
UbitUmarov
|
18f652ee8d
|
try to timeout httpclient reads
|
2026-02-27 16:15:10 +00:00 |
|
UbitUmarov
|
a99a3d2b3c
|
split userprofiles request queues into local and HG, add console debug comand profiles status to check size of those queues
|
2026-02-27 01:33:50 +00:00 |
|
UbitUmarov
|
fc607035c8
|
add to opensim.ini a list of stun servers and send it to viewers in simulator features cap
|
2026-02-25 19:37:02 +00:00 |
|
UbitUmarov
|
eaed2f5b02
|
add llSetRenderMaterial (ugly code)
|
2026-02-22 11:51:58 +00:00 |
|
UbitUmarov
|
511c4c637c
|
add some more checks nulls at profiles
|
2026-02-17 18:58:56 +00:00 |
|
UbitUmarov
|
8467ee34ff
|
add lsl constant CLICK_ACTION_IGNORE
|
2026-01-31 16:14:09 +00:00 |
|
UbitUmarov
|
4f8147696a
|
fix setup of find parcel by fakeID at load
|
2026-01-29 04:55:21 +00:00 |
|
UbitUmarov
|
bd1e32546f
|
cosmetics
|
2026-01-25 21:05:54 +00:00 |
|
UbitUmarov
|
25ad17d068
|
mantis 9230: flag need for prims inventory saves in more 9un0link cases
|
2026-01-24 21:40:00 +00:00 |
|
UbitUmarov
|
b9023bb3b6
|
cosmetics
|
2026-01-21 02:07:41 +00:00 |
|
UbitUmarov
|
4833652d9b
|
let osNpcPlayAnimation play any animation from asset service, if a uuid is provided, instead of only default animations
|
2026-01-14 02:46:18 +00:00 |
|
UbitUmarov
|
9132b1c982
|
avoid going out bounds on llInsertString. Thx Tampa
|
2026-01-13 02:39:43 +00:00 |
|
UbitUmarov
|
d9d876fb5c
|
avoid possible null refs in parseString2List. thx Tampa
|
2025-12-19 05:12:18 +00:00 |
|
UbitUmarov
|
139f51e01b
|
a few changes on ServiceURLs. Add some extra checks on AssetServiceURI
|
2025-11-29 22:49:07 +00:00 |
|
UbitUmarov
|
257d4dbe0a
|
fix typo
|
2025-11-25 17:50:23 +00:00 |
|
UbitUmarov
|
c71e61dfd6
|
cosmetics
|
2025-11-25 17:45:06 +00:00 |
|
Vincent Sylvester
|
2db1fabd10
|
TIFF loader up to 32bit floats, cosmetics
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2025-11-25 16:43:22 +00:00 |
|
UbitUmarov
|
1ee78e40dd
|
cosmetics
|
2025-11-10 18:41:14 +00:00 |
|
UbitUmarov
|
67137bbacf
|
cosmetics
|
2025-11-10 18:37:00 +00:00 |
|
UbitUmarov
|
9612ea2491
|
mantis 9219: update SQLite to System.Data.Sqlite 2.0.2 (native 3.50.4.5). Must run prebuild. This needs testing :(
|
2025-11-10 17:35:22 +00:00 |
|
UbitUmarov
|
dc4513ac33
|
remove mono.data.sqliteclient,dll obsolete since mono 1.2.4, Aparently only used in webstats. So we reduce obsolesce issuses to just Mono.Data.Sqlite, for now (needs testing, and do run prebuild)
|
2025-10-28 18:14:36 +00:00 |
|
UbitUmarov
|
c69eca6911
|
more on ReaderWriterLockSlim and thread.abort
|
2025-10-18 22:07:51 +01:00 |
|
UbitUmarov
|
d6c83aee6b
|
simplify DoubleDictionaryThreadAbortSafe because dotnet no longer has thread.abort. Name is not wrong but keep it for now
|
2025-10-18 21:25:06 +01:00 |
|
UbitUmarov
|
ca11a13f97
|
apply by and the patch in mantis 9218 and change it. (Untested)
|
2025-10-06 00:06:24 +01:00 |
|
UbitUmarov
|
13ec0b9221
|
put back lost parentgroud null check, it is still needed on load code
|
2025-10-05 20:53:49 +01:00 |
|
UbitUmarov
|
7249b20796
|
irritating warnings
|
2025-10-05 03:37:32 +01:00 |
|
UbitUmarov
|
5590105e31
|
cosmetics
|
2025-10-05 03:31:55 +01:00 |
|
UbitUmarov
|
7c5ca30636
|
cosmetics
|
2025-10-05 03:28:05 +01:00 |
|
UbitUmarov
|
886fada445
|
cosmetics on YEngine
|
2025-10-05 03:20:44 +01:00 |
|
UbitUmarov
|
8b96e73938
|
cosmetics
|
2025-10-05 02:36:34 +01:00 |
|
UbitUmarov
|
41dda4407e
|
avoid some unnecessary sog saves
|
2025-10-04 23:19:46 +01:00 |
|
UbitUmarov
|
f25f6d57c2
|
remove duplicated array bound check
|
2025-10-04 22:54:07 +01:00 |
|
UbitUmarov
|
02249bb0af
|
reduce unnecessary saves of prim inventories
|
2025-09-23 22:54:30 +01:00 |
|
Vincent Sylvester
|
67e7dbc2e2
|
Cosmetics, unnecessary strings
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2025-09-16 18:43:22 +01:00 |
|
UbitUmarov
|
153a5e978a
|
let llSetBuoyancy work on attachments. But unlike at sl, the effect is not removed when the script or its prim is removed/deattached. SO use with care. THis lmitation was a reason why we did not let is work on attachments
|
2025-09-05 19:22:12 +01:00 |
|
UbitUmarov
|
9dbaa4d3ac
|
change api,yengine compile and serial version numbers (this will force scripts recompile and return to start state)
|
2025-08-21 22:27:47 +01:00 |
|
UbitUmarov
|
430c5ee9ce
|
change defauld fov
|
2025-08-17 01:31:28 +01:00 |
|
UbitUmarov
|
15dc813fae
|
some changes to llWorldPosToHUD. May need more (ofc it is opensim)
|
2025-08-17 01:23:44 +01:00 |
|
UbitUmarov
|
392d324863
|
add llWorldPosToHUD
|
2025-08-16 04:31:17 +01:00 |
|
UbitUmarov
|
4ec6248dad
|
add llIsLinkGLTFMaterial
|
2025-08-16 02:32:54 +01:00 |
|
UbitUmarov
|
0197ffc3ee
|
add llGetRenderMaterial
|
2025-08-16 01:42:39 +01:00 |
|
UbitUmarov
|
3b4f04107b
|
cosmetics
|
2025-08-14 23:16:12 +01:00 |
|
UbitUmarov
|
6f5eb8c7b8
|
ok that was not the stub..
|
2025-08-14 22:26:23 +01:00 |
|
UbitUmarov
|
f79e04d307
|
add stub for llMapBeacon
|
2025-08-14 22:24:31 +01:00 |
|
UbitUmarov
|
3de5e6db14
|
take some future code out
|
2025-08-13 14:33:25 +01:00 |
|
UbitUmarov
|
6146233848
|
mantis 9212: a few changes to Lure and message transfer
|
2025-08-13 14:26:20 +01:00 |
|
UbitUmarov
|
6edc1f962b
|
llMap* lookat does nothing
|
2025-08-13 12:30:07 +01:00 |
|
UbitUmarov
|
be8b208bf5
|
missing file
|
2025-08-12 23:48:13 +01:00 |
|
UbitUmarov
|
739e7a21a1
|
add llMapBeacon
|
2025-08-12 23:45:38 +01:00 |
|