5637 Commits

Author SHA1 Message Date
UbitUmarov
c10b4e8760 remove list of source files where the folders structure does allow for dotnet automatic includes, ie simple flat folders per project 2022-10-04 21:00:19 +01:00
UbitUmarov
bf257a937b change runtime information log, add processor arch to ossl/lsl sim version 2022-10-03 22:43:58 +01:00
UbitUmarov
79b3157d0b a little use of MathF 2022-10-03 18:43:52 +01:00
UbitUmarov
b87ba5449c a little use of MathF 2022-10-03 16:29:22 +01:00
UbitUmarov
d6a2541179 use some more new c# sugar ( possible breaking it all :P ) 2022-10-03 16:16:36 +01:00
UbitUmarov
51970c6f28 dotnet claims sslv2 and 3 are not supported 2022-10-02 20:51:40 +01:00
UbitUmarov
b687a3604c change the platform strings to DotNet 2022-10-02 15:34:51 +01:00
UbitUmarov
cce98b18c0 betterrandom was not that better 2022-10-02 11:42:07 +01:00
UbitUmarov
2112665133 http cookies are gone 2022-10-02 11:40:29 +01:00
UbitUmarov
f6a47a9f47 thread.abort is gone. Coment out so things compile 2022-10-02 11:30:41 +01:00
UbitUmarov
fc3543c24a performance counters are windows only, we are not, so .. gone 2022-10-02 11:24:39 +01:00
UbitUmarov
990831c373 add back local console hack 2022-10-02 11:22:04 +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
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
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
b850efe873 remove obsolete a bit of and unused code 2022-08-24 18:55:07 +01:00
UbitUmarov
d545506efc add a few more parameters to llGetObjectDetails(); add intger log2(uint) 2022-08-23 17:27:02 +01:00
UbitUmarov
20c12e195b make a xengine test happier 2022-08-20 19:17:33 +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
86dc93ec3b remove confusing UserProfileData.cs (run prebuild) 2022-06-21 00:49:51 +01:00
UbitUmarov
6566837f3b use UserProfileProperties instead of obsolete UserProfileData 2022-06-21 00:03:12 +01:00
UbitUmarov
0d594e4c42 a few changes cosmetic changes around OSChatMessage... 2022-06-20 06:49:43 +01:00
UbitUmarov
9aeb52e3d1 mantis 8907: fix *Min names 2022-06-03 22:00:39 +01:00
UbitUmarov
bac942562a mantis 8998: guard potencial null ref 2022-05-15 04:50:00 +01:00
UbitUmarov
d1b5e7a981 some cleaup 2022-04-23 16:41:18 +01:00
UbitUmarov
208a9af53c cosmetics 2022-04-17 22:13:33 +01:00
UbitUmarov
d3ec735283 clamp/limit a few things; a few cosmetics on animation control 2022-04-15 02:01:54 +01:00
UbitUmarov
d0d71317e0 fix a http SRestObjReq log message, thx Tampa (also a libomv update) 2022-04-14 22:28:57 +01:00
UbitUmarov
1a183339f7 make parcel size unit a global constant, plus several 'useless changes' 2022-04-12 15:31:56 +01:00
UbitUmarov
b140e9d2e9 seems null strings may reach Parse*UniversalUserIdentifier 2022-04-02 16:47:45 +01:00
UbitUmarov
44e0d238ec remove legacy Clouds module no longer supported by most viewers 2022-04-02 16:20:15 +01:00
UbitUmarov
4ebc639669 terrain: change how initial all not in view patchs are send 2022-04-02 01:41:08 +01:00
UbitUmarov
6073d1a9c3 add TLS 1.3 to OSHttpListener default ssl protocols if compiling in .net4.8 2022-03-30 15:13:20 +01:00
UbitUmarov
a68b8acba3 add compiler define NET48 to the .net4.8 xml 2022-03-30 15:02:18 +01:00
UbitUmarov
667a18161b some cosmetics, like npcs down eat terrain 2022-03-30 01:15:31 +01:00
UbitUmarov
3f30f17187 add TerrainTaintsArray, a specialized BitArray for terrain taints. Start using it 2022-03-29 22:18:28 +01:00
UbitUmarov
497262e452 also revert ParseUniversalUserIdentifier to its original form, possivle making a useless Substring 2022-03-27 23:51:33 +01:00
UbitUmarov
fd7d0128fe other spot 2022-03-27 22:22:44 +01:00
UbitUmarov
30b7bb7d45 minor pointers changes 2022-03-26 03:51:42 +00:00
UbitUmarov
21204cb1f5 simplify some console comands a bit 2022-03-25 17:04:01 +00:00
UbitUmarov
e6059a7ca1 add some headers to llemail emails; cosmetics 2022-03-22 03:09:34 +00:00