Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
The previous build declared a static std::ofstream; but the code that
determines the pathname for the log file is called so early that static
objects have not yet been constructed. Declare a pointer instead, and
instantiate it on demand.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This logic is essentially copy-and-edited from the same suspenders-and-belt
concerning APPDATA and CSIDL_APPDATA for SL-10153.
|
|
|
|
|
|
|
|
In that case, also update $APPDATA for child processes.
|
|
The whole remaining difference between llifstream and std::ifstream is that
the former handles UTF-8 coded pathnames. Microsoft's implementation of the
latter does not.
|
|
|
|
|
|
|
|
|
|
|
|
it after pressing on label in the "Preferences" floater
|
|
Viewer (repository: axon)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shows wrong menu
|
|
|
|
|
|
|
|
SL-9954 Mac Viewer crashes if logcontrol-dev.xml is modified
Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
Approved-by: Simon Linden <simon@lindenlab.com>
|
|
|
|
|
|
floater
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|