Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
is paused
|
|
|
|
|
|
|
|
|
|
configured for https:
|
|
|
|
|
|
|
|
which is required to free the pointer returned by SHGetKnownFolderPath().
|
|
SHGetSpecialFolderPath() is deprecated, and empirically it appears to be
failing when the user name contains non-ASCII characters. The relevant
Microsoft documentation pages recommend calling SHGetKnownFolderPath()
instead.
Also, the SHGetSpecialFolderPath() calls had no error checking or reporting,
which is why we can only say it "appears to be" failing. Make sure that if
SHGetKnownFolderPath() fails, at least we try to tell somebody about it.
|
|
|
|
menu in chat
|
|
|
|
display is enabled
|
|
this allows rigging to some attachment points that will not otherwise work
|
|
when in this section no objects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
animated objects.
|
|
|
|
Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
Approved-by: Simon Linden <simon@lindenlab.com>
Approved-by: Maxim Nikolenko <maximnproductengine@lindenlab.com>
|
|
algorythmic improvement for MAINT-6891
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This evidently makes all the difference as to whether the app is considered
launchable.
|
|
|
|
|