Commit Graph

5737 Commits

Author SHA1 Message Date
UbitUmarov
1d528727db simplify mapsearchmodule, do not block client requests while one is in progress puting it back on client secondary exec thread job (this may cause issues, to see later) 2020-12-17 21:49:40 +00:00
UbitUmarov
b514bac6c2 a few changes 2020-12-17 03:35:37 +00:00
UbitUmarov
2a1e518495 update mapsearch 2020-12-16 23:56:51 +00:00
UbitUmarov
28c43011bc changes to map search parsing (may still be bad) 2020-12-16 22:21:21 +00:00
UbitUmarov
582e9250ad update warp3d.dll; let prims have a bit higher LOD 2020-12-11 00:12:21 +00:00
UbitUmarov
90e441e805 mantis 8800: update warp3d.dll; fix export-map 2020-12-10 17:12:46 +00:00
UbitUmarov
25c9e66906 a few changes to lsl http headers 2020-12-09 18:04:10 +00:00
UbitUmarov
90ef92158a several changes to lsl http urlmodule; X-SecondLife-Region change is in global coords not grid, etc, mantis 8823 sould be fixed at least untly next viewers changes 2020-12-09 14:46:55 +00:00
UbitUmarov
a758fc9d33 remove duplicated call 2020-12-04 16:51:27 +00:00
UbitUmarov
2285ced73a merge LocalGridServicesConnector and LemoteGridServicesConnector into just RegionGridServicesConnector, with more clear code path and less useless modules loading. runprebuild and note the need changes in config-include files 2020-12-04 15:07:07 +00:00
UbitUmarov
4f4a48cf60 let urlmodule pool request do some work ( missing from last commit) 2020-11-29 12:35:02 +00:00
UbitUmarov
a101d58a5c missing files 2020-11-26 12:23:40 +00:00
UbitUmarov
9d0d82ab6e split usermanagement adduser into simpler per case methods 2020-11-26 12:14:00 +00:00
UbitUmarov
d008654ae0 mantis 8819: fix ParcelPropertiesRequest bounds check 2020-11-24 21:47:23 +00:00
UbitUmarov
502878e01d verify user service urls with same rules 2020-11-21 03:30:06 +00:00
UbitUmarov
37aa142eac fix a test 2020-11-21 00:46:34 +00:00
UbitUmarov
2fbd14722d change usermanagement user homeurl verification and local grid detection, using new GridInfo and OSHHTPHost 2020-11-21 00:36:47 +00:00
UbitUmarov
0b3ad74774 add a missing ')' on dialogs unknown owner name 2020-11-17 20:54:42 +00:00
UbitUmarov
ddc1083383 small changes 2020-11-10 05:49:13 +00:00
UbitUmarov
5d8378dd0b on getownername, be more concret comparing to UnknownUMM2 2020-11-10 05:32:13 +00:00
UbitUmarov
99f5787878 same for inworld kicks 2020-11-09 23:30:58 +00:00
UbitUmarov
8b952b7a3b mantis 8798: avoid null ref 2020-11-09 23:03:28 +00:00
UbitUmarov
0cb83154e0 mantis 8797: show group name on group owned prims.. ( code a bit dif from the patch.. thx anyways 2020-11-09 22:13:30 +00:00
UbitUmarov
81474d6959 add post displacement clip on oar load 2020-11-06 22:18:31 +00:00
UbitUmarov
c47eeb1372 need change on another place also 2020-11-06 21:40:12 +00:00
UbitUmarov
3d91ae031d make oar load default clip box Z match current simulation limit of -100 to 50000 2020-11-06 21:30:44 +00:00
UbitUmarov
197650ed0b do remove previus parcels (as known at the moment) when loading oar 2020-11-06 19:35:50 +00:00
UbitUmarov
3f07834c0c do delayed script starts on load oar 2020-11-06 19:33:34 +00:00
UbitUmarov
2b72df84de missed one 2020-10-31 13:10:00 +00:00
UbitUmarov
1c29ea1c44 a few changed on avatar stand cases 2020-10-31 12:44:17 +00:00
UbitUmarov
9c1c656fe1 flotsam: fix full cached file replacement, do default assets caching with replacement on startup 2020-10-30 16:25:07 +00:00
UbitUmarov
054c8aec4e bug fix: wrong parameters order 2020-10-28 22:54:24 +00:00
UbitUmarov
7b106564fa in some cases store a hg asset on local grid is just waste 2020-10-28 12:12:08 +00:00
UbitUmarov
52c86e543f yeack, it may be better to use cache on the most used get 2020-10-28 10:07:03 +00:00
UbitUmarov
818108bba5 missing file 2020-10-28 09:51:23 +00:00
UbitUmarov
e4a922012a change region asset connectors again. The new ini files must be used (should update automaticly). All region modes back, but testing needed, as usual. Left out automatic grid store retry, that needs better consideration (like on payed uploads). runprebuild, clearaot etc needed 2020-10-28 09:16:36 +00:00
UbitUmarov
abe7a31952 some more changes; HG standalones broken (at least) 2020-10-24 22:31:59 +01:00
UbitUmarov
7c822d3fbf fix a test 2020-10-24 18:18:24 +01:00
UbitUmarov
cdd5dba5b0 some changes; let regions have own assets connector, make the services connector one be like ther older simpler one (as 0.8x). still not good 2020-10-24 17:39:30 +01:00
UbitUmarov
3ec5d46a2f some changes Still BAD 2020-10-23 23:32:11 +01:00
UbitUmarov
b3893b9dc5 make AssetServicesConnector do HG work (HGAssetServicesConnector should no not be in used now); change HGAssetBroker to be a extended derivative of it. WARNING TESTgit push origin master possible still very broken 2020-10-23 19:43:31 +01:00
UbitUmarov
56d3e1cdc9 add TestsAssetCache using .net MemoryCache to tests only 2020-10-22 16:51:16 +01:00
UbitUmarov
5d2f27a02c remove CoreAssetCache assets cache module. Thanks to all that worked on it. Memory cache does not work well with current Garbage collect (not even .net native one) (cleanaot, if used and runprebuild) 2020-10-22 15:47:04 +01:00
UbitUmarov
acea30aa74 remove Cenome assets cache module. Thanks to all that worked on it. Memory cache does not work well with current Garbage collect (not even .net native one) 2020-10-22 15:36:32 +01:00
UbitUmarov
9075c3fd08 mantis 8781: fix 2020-10-16 18:48:58 +01:00
UbitUmarov
64464891bc fix oar assets save 2020-10-14 12:19:06 +01:00
Melanie
bd92b2f8ad Merge branch 'master' of brain.opensimulator.org:/var/git/opensim 2020-10-13 17:40:34 +01:00
Melanie
4105bf350e Improve handling of slow asset requests which previously could be successful but still be ignored 2020-10-13 17:36:54 +01:00
UbitUmarov
c70904418a replace llsd xml fw encoder 2020-10-13 16:20:55 +01:00
UbitUmarov
3e5813a0c3 viewers do caps before knowing where they are. Tell them to take a walk and try later on 2 cases 2020-10-11 17:56:20 +01:00