Commit Graph

31310 Commits

Author SHA1 Message Date
UbitUmarov
e6e4e2129b add a comment to YEngine NumThreadScriptWorkers 2020-09-21 16:25:51 +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
7c44bb1780 update bulletXNA, just compiled for .net4.6 removing another use of .net3.5 still lost around 2020-09-11 02:39:05 +01:00
UbitUmarov
a3afc075b0 add a few test things for .net48 target 2020-09-11 00:22:07 +01:00
UbitUmarov
5a694ebbaf update prebuild 2020-09-10 23:59:16 +01:00
UbitUmarov
5e40bc3943 update prebuild 2020-09-10 23:58:21 +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
UbitUmarov
d9d38ea226 a few changes on sp collision events 2020-09-05 03:37:13 +01:00
UbitUmarov
8852aedca4 on sp its rootprim events mask.. 2020-09-04 17:17:24 +01:00
UbitUmarov
6a5023650f a few changes on collision events 2020-09-04 16:50:04 +01:00
UbitUmarov
d1fcb9c35d filter some changed events at trigger point 2020-09-04 15:31:42 +01:00
UbitUmarov
23de4e3a82 let scriptEvents flags represent all events we have (so change to 64bit ulong) not the need to keep duplicated definitions on main framework and each script engine, namely because Xengine app domain option 2020-09-04 14:22:24 +01:00
UbitUmarov
fcc9b30c1e mantis 8767: update warp3d.dll 2020-09-03 07:37:30 +01:00
UbitUmarov
9a32266382 mantis 8757: LSL casting plague 2020-09-02 16:41:09 +01:00
UbitUmarov
c8cb8a376b ok it is GetLandObjectClippedXY 2020-09-01 21:22:06 +01:00
UbitUmarov
eae2f87cae cosmetics 2020-09-01 18:22:44 +01:00
UbitUmarov
323c0673c2 fix permissions checks on some crossings 2020-09-01 16:30:07 +01:00
UbitUmarov
a1239d2706 Yengine: avoid use of Enum.Parse 2020-08-31 18:46:10 +01:00
UbitUmarov
3c3553d5b1 Xengine: cosmetics 2020-08-31 17:37:15 +01:00