Commit Graph

27367 Commits

Author SHA1 Message Date
UbitUmarov
b468ac3814 more on GridInfo, and inventory 2020-09-25 20:48:36 +01:00
UbitUmarov
4319f451e6 more on GridInfo, and profiles 2020-09-25 13:38:59 +01:00
UbitUmarov
25ccb2595f more on GridInfo, fix HasHGConfig 2020-09-25 11:49:48 +01:00
UbitUmarov
9734a86489 more on GridInfo 2020-09-25 11:45:02 +01:00
UbitUmarov
a2534dc378 stop using yengine math inlines, this have cast issues, just use lsl api, plus cosmetics 2020-09-25 02:38:00 +01:00
UbitUmarov
c919b07642 shutup a log and fix a small bug 2020-09-25 00:51:02 +01:00
UbitUmarov
7979028b28 replace incoerent UserAgentsService config 2020-09-24 05:01:29 +01:00
UbitUmarov
30d73f3477 use it on entitytransfer also 2020-09-24 04:08:51 +01:00
UbitUmarov
3e05e8d6b6 add HomeURI to GridInfo 2020-09-24 03:49:46 +01:00
UbitUmarov
9a6eeaeb9a cosmetics 2020-09-23 23:36:56 +01:00
UbitUmarov
354c79168b give more use to GridInfo for gatekeeper url 2020-09-23 22:21:57 +01:00
UbitUmarov
d0d1ab9f2a cosmetics 2020-09-23 21:07:07 +01:00
UbitUmarov
f1e9d5a878 let Util.GetHostFromDNS do its job if name is a ip 2020-09-23 19:52:23 +01:00
UbitUmarov
c36b9bfef6 let tests get a serverURI 2020-09-23 19:38:33 +01:00
UbitUmarov
e07ae505d3 minor cleanup 2020-09-23 19:30:24 +01:00
UbitUmarov
eb37cd5481 add a class to store and process some grid information. For now just gatekeeper url 2020-09-23 19:22:52 +01:00
UbitUmarov
d2e7c711b4 actually make yExceptionMessage and yExceptionTypeName avaiable 2020-09-21 21:40:24 +01:00
UbitUmarov
e4c7679e16 do not die tring to rez a item with a asset with uuid.Zero 2020-09-20 22:19:27 +01:00
UbitUmarov
d256b29511 rename Yengine option ScriptBasePath as ScriptEnginesPath to match Xengine 2020-09-20 03:21:43 +01:00
UbitUmarov
aefff34013 let yengine understand scriptexception 2020-09-20 01:57:22 +01:00
UbitUmarov
0877c00658 change the map image asset to be global by default, as before. Local storage breaks several things so can only be used on some cases 2020-09-19 17:47:12 +01:00
UbitUmarov
40e333d122 lose less updates from pool 2020-09-19 17:12:49 +01:00
UbitUmarov
e644212663 update some eq events encoding 2020-09-19 16:39:30 +01:00
UbitUmarov
1cea3181dc make it ugly 2020-09-19 02:30:22 +01:00
UbitUmarov
fcb349bc5e remove replaced code 2020-09-18 23:17:11 +01:00
UbitUmarov
2f82203c3b use a dedicated MinHeap for updates priority 2020-09-18 22:56:32 +01:00
UbitUmarov
d0606d5d5b add option to only store map image asset on local cache. Note this will break viewers v1 map, osGetRegionMapTexture(), etc 2020-09-17 23:16:44 +01:00
UbitUmarov
b9d97e4ee5 waste memory on a loss pool. Update resends need work. 2020-09-17 20:18:56 +01:00
UbitUmarov
8183945d5f ObjectPropertiesUpdate is now just entityupdate 2020-09-17 18:06:04 +01:00
UbitUmarov
864b14126a udp updates: remove a intermediat struct; move files around so clean solution before pull, or pull on clean folder 2020-09-17 16:42:44 +01:00
UbitUmarov
6b8338f49c fix npc userdata expire 2020-09-15 01:01:56 +01:00
UbitUmarov
9f39dc872e do not let viewers see unknown names (again) 2020-09-14 18:04:04 +01:00
UbitUmarov
b929a20045 ubOde resize a avatar without recreating it 2020-09-13 05:47:05 +01:00
UbitUmarov
4273519197 fix silly bugs on osReplaceRegionEnvironment() 2020-09-12 20:10:45 +01:00
UbitUmarov
64fea8f20c mantis 8770: let osGetSunParam(day_length) return the same as llGetDayLength() ie day length at prim location 2020-09-12 16:14:14 +01:00
UbitUmarov
c0704af545 fix a bug on the new expiring things 2020-09-09 21:15:03 +01:00
UbitUmarov
a82618f6f6 oops forgot needed integer math 2020-09-09 15:59:21 +01:00
UbitUmarov
7e23c7bb00 missing file 2020-09-09 15:25:28 +01:00
UbitUmarov
719e0d1c61 make main terrain taints also a bitarray 2020-09-09 15:24:51 +01:00
UbitUmarov
8b885a4c7f change some loops/math 2020-09-08 23:49:15 +01:00
UbitUmarov
150ad80f6f on per client terrain taint control replace bad 2d bool array by a bitarray. 1d bool could be another option. bitarray uses a lot less mem but a bit more cpu, except on full set/clear, less mem is also less cpu cache pressure so lets use it, specially on linear scans on X 2020-09-08 21:58:38 +01:00
UbitUmarov
4af5a217b3 remove warning abox xassetservice obsolete, it maybe but fsaasets is not necessary the recomended replacement 2020-09-08 16:27:09 +01:00
UbitUmarov
b0f1e4f0c6 waste some memory on serialized environment caching. we could live without all that locking 2020-09-08 15:28:18 +01:00
UbitUmarov
34befa95ab change ipban module 2020-09-08 02:28:44 +01:00
UbitUmarov
5b5915de72 mantis 8768: fix the empty string case; do the llpasscollions 1 as true, others false; cosmetics 2020-09-08 01:29:22 +01:00
UbitUmarov
da09a897f6 mantis 8766: fix creators names caching 2020-09-08 01:03:17 +01:00
UbitUmarov
650e6bbe55 try reduce number of this webrequest will keep alive anf gc will possible forget to release. this higher numbers should be only relative to robuts, generic connectiosn should have a lot less. But hard to control on current code 2020-09-07 18:08:20 +01:00
UbitUmarov
649e44792b mantis 8762: my coffee was broken again 2020-09-06 16:33:07 +01:00
UbitUmarov
a12f03ece0 mantis 8762: let it be less broken 2020-09-05 19:11:15 +01:00
UbitUmarov
ec54942719 a few changes on sop collision events 2020-09-05 13:43:22 +01:00