Commit Graph

27159 Commits

Author SHA1 Message Date
UbitUmarov
a45420cf34 cosmetics on newclient, etc 2020-08-05 17:48:45 +01:00
UbitUmarov
726fc92a2b create selected: avoid a first extra (wrong) packet on create 2020-08-04 21:28:37 +01:00
UbitUmarov
16dc3ee280 minor change on create selected 2020-08-04 20:58:44 +01:00
UbitUmarov
364cf699fb remove forgotten unused variables 2020-08-03 14:03:18 +01:00
UbitUmarov
71e293c925 remove automatic code version detection from old svn repos 2020-08-03 13:58:45 +01:00
UbitUmarov
7c4285511f change show circuits display 2020-08-03 13:04:16 +01:00
UbitUmarov
cda415b8df don't sell objects not for sale 2020-08-01 18:07:58 +01:00
UbitUmarov
fab0748a54 don't sell objects not for sale 2020-08-01 17:53:32 +01:00
UbitUmarov
4f00fb2659 flotsam: minor log message change 2020-07-30 21:18:58 +01:00
UbitUmarov
87b55a0627 flotsam: still bad 2020-07-30 21:14:15 +01:00
UbitUmarov
3b06891252 dont break asset cache folders spread more than needed 2020-07-30 18:10:06 +01:00
UbitUmarov
111c741f1b flotsam: change the changes 2020-07-30 01:40:54 +01:00
UbitUmarov
1c37f357b3 flotsam: more changes 2020-07-30 01:39:04 +01:00
UbitUmarov
c19a0cc21f flotsam: deeper changes on files expire 2020-07-30 00:02:02 +01:00
UbitUmarov
c575c211f9 flotsam: slower... 2020-07-28 21:01:45 +01:00
UbitUmarov
bd2476c61e flotsam: slow it a lot more, make some debug log visible 2020-07-28 04:26:13 +01:00
UbitUmarov
d52b794828 flotsam add a cooldown on files expire/deletes also 2020-07-28 02:57:41 +01:00
UbitUmarov
be5c2bb212 Xengine: remove option CompactMemOnLoad, that wasn't that good; add option AttachmentsDomainLoading to allow attachments to load on own appdomain even if AppDomainLoading is false. Scripts will be slower, use more memory but will be disposed on avatar leave, if gc is in good mood. This may be usefull on regions with a lot of traffic, sure use Yengine even better, 2020-07-27 16:13:09 +01:00
UbitUmarov
0c716cbd73 remove async await no longer used 2020-07-24 19:24:34 +01:00
UbitUmarov
e08ca7402c reduce default http keepalive to just 30s because to viewers connections flood. 2020-07-24 19:19:16 +01:00
UbitUmarov
d9a680703f cosmetics on http server 2020-07-24 17:12:38 +01:00
UbitUmarov
e0aff5e640 avoid some null refs 2020-07-24 13:24:55 +01:00
UbitUmarov
bb56157c92 remove a forgotten gc collect on flotsam cache 2020-07-23 23:11:59 +01:00
UbitUmarov
6fafb7462d avoid ethernal references 2020-07-23 19:39:45 +01:00
UbitUmarov
c077cfdd78 bad c&p 2020-07-23 19:08:25 +01:00
UbitUmarov
c2af3a5474 avoid ethernal references 2020-07-23 19:04:56 +01:00
UbitUmarov
25582af3dc lludpclient: use jobengine again, keeping less ethernal references 2020-07-23 18:35:34 +01:00
UbitUmarov
6e15cf41a4 fix new sky ambient color; Rainbow texture with retouch fro AI Austin (red side gradient) 2020-07-21 17:38:11 +01:00
UbitUmarov
53b9f87da6 change defauld sky cloud D parameter 2020-07-19 21:50:56 +01:00
UbitUmarov
ce92ee1057 cache bad folders requests for 30s. Suitcase can induce a ton of this, and viewers keep requesting 2020-07-16 18:23:17 +01:00
UbitUmarov
7a55f82f74 add a expire cache for simple items that can be a stored on a dictionary key, not value 2020-07-16 18:17:04 +01:00
UbitUmarov
1f822c6077 allow the use of Sky or water from a asset, not just full daycycle. This may need more work 2020-07-15 22:56:09 +01:00
UbitUmarov
f7104a66a5 change parcel env group power check to only parcel environment modify 2020-07-15 22:52:47 +01:00
UbitUmarov
4176e1491e missing file 2020-07-15 19:42:40 +01:00
UbitUmarov
4bc74139a4 dispose prematurely discon sockets 2020-07-15 19:15:11 +01:00
UbitUmarov
402186844c cosmetics 2020-07-15 19:13:22 +01:00
UbitUmarov
6a27f3fb20 useless changes 2020-07-15 05:15:32 +01:00
UbitUmarov
6c5bf4ed25 useless cosmetics 2020-07-15 01:40:53 +01:00
UbitUmarov
f32c0ead05 avoid c# fun things, plus cosmetics 2020-07-14 17:54:58 +01:00
UbitUmarov
b2068fd39f give up calling gc.collect on flotsamcache. Did nothing visible and has negative side effects 2020-07-13 23:26:09 +01:00
UbitUmarov
ba972b50ed disable console command restart, that currently will just break everything ( there is also the restart module that will do the same if used ) 2020-07-13 21:35:50 +01:00
UbitUmarov
fe7d9625aa cosmetics 2020-07-13 06:16:11 +01:00
UbitUmarov
6ba5b78851 check local grid before doing hg fetch asset metadata 2020-07-11 20:48:50 +01:00
UbitUmarov
541cb15751 fix a bug on flotsam getfilename 2020-07-11 20:03:31 +01:00
UbitUmarov
ebf5b69283 mantis 8725: increase channeldigger smooth strength, tanks Datapanic 2020-07-10 20:14:14 +01:00
UbitUmarov
82ccf57533 take some asset classes out of ViewerEnvironment.cs to own files 2020-07-10 19:54:40 +01:00
UbitUmarov
fe5e6d4189 avoid a null ref during shutdown (one of them..) 2020-07-10 19:35:39 +01:00
UbitUmarov
107ece1ce0 change default (in code) waterFogDensity 2020-07-09 17:38:31 +01:00
UbitUmarov
af6fa37cc2 mantis 8675: flotsam cache only log missing files if log level >= 2 (thanks mewtwo0641 ) this log will include things that may not even be assets due to how gatherer works; change a bit filename composition 2020-07-09 16:27:11 +01:00
UbitUmarov
28fcbc65f9 add GC.collect to flotsam cache expire. This is ugly but so is GC 2020-07-07 17:35:27 +01:00