UbitUmarov
|
523f7cc1dc
|
more code stype changes
|
2022-10-19 02:23:15 +01:00 |
|
UbitUmarov
|
fddb3761a0
|
use some shared char arrays on string split
|
2022-10-19 01:38:25 +01:00 |
|
UbitUmarov
|
65925027f1
|
c# things on physics; remove unused file (runprebuild)
|
2022-10-16 22:36:09 +01:00 |
|
UbitUmarov
|
bce31bda7d
|
c# sugar
|
2022-10-16 19:21:54 +01:00 |
|
UbitUmarov
|
0df9802aa3
|
use 'in' on PollService event args
|
2022-10-16 17:36:17 +01:00 |
|
UbitUmarov
|
8895577c80
|
use Random.Shared
|
2022-10-16 15:06:36 +01:00 |
|
UbitUmarov
|
bf1feaa616
|
more useless changes
|
2022-10-15 19:11:59 +01:00 |
|
UbitUmarov
|
020df45772
|
some use of in parameters and other sugar; change object sandbox position limitation a bit
|
2022-10-15 19:06:32 +01:00 |
|
UbitUmarov
|
84f39d04d1
|
cosmetics
|
2022-10-14 02:51:28 +01:00 |
|
UbitUmarov
|
e4a158327a
|
some use of interpolated strings
|
2022-10-05 01:53:24 +01:00 |
|
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 |
|