Commit Graph

40429 Commits (bd008a170898e69beeb8bc0481b4bfd94de86c55)

Author SHA1 Message Date
Nat Goodspeed 4e894eb2a7 SL-10153: Improve ll_convert_string_to_wide() and its converse.
Instead of returning a wchar_t* and requiring the caller to delete it later,
return a std::basic_string<wchar_t> that's self-cleaning. If the caller wants
a wchar_t*, s/he can call c_str() on the returned string.

Default the code_page parameter to CP_UTF8, since we try to be really
consistent about using UTF-8 encoding for all our internal std::strings.
2018-12-11 20:48:20 -05:00
AndreyL ProductEngine 21d4ce26d3 INTL-324 added support for TLS failure dialog localization 2018-12-12 00:11:16 +02:00
andreykproductengine c658e89134 SL-9512 Move constant to common place 2018-12-12 15:24:26 +02:00
Nat Goodspeed bb4a649b9c SL-10153: Validate APPDATA, LOCALAPPDATA by checking existence. 2018-12-11 15:47:29 -05:00
Nat Goodspeed d72dd8a35d SL-10153: Update to viewer-manager build 522465 2018-12-11 15:47:17 -05:00
ruslantproductengine 6c8cfff7ab SL-10176 - [Love Me Render] MacOS Quit / Shutdown crash 2018-12-11 18:11:58 +02:00
Nat Goodspeed 63d6016791 SL-10153: Update to viewer-manager build 522443 2018-12-11 09:06:41 -05:00
Nat Goodspeed 9479d422d4 SL-10153: Use a degenerate singleton for PRELOG log file.
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.
2018-12-10 17:14:31 -05:00
Nat Goodspeed 73eadfa12a INTL-318: Stop processing Danish and Polish language files. 2018-12-10 17:11:40 -05:00
andreykproductengine 1e5ad657ab SL-10092 Autoreplace Keyword was not working with non-English characters 2018-12-10 18:28:45 +02:00
andreykproductengine 221201de4e SL-10001 Fixed scale 2018-12-09 20:57:36 +02:00
Nat Goodspeed 601cbe1f60 SL-10153: Add ole32 to WINDOWS_LIBRARIES so it's everywhere we need. 2018-12-08 12:18:46 -05:00
Nat Goodspeed a4eb5056a7 SL-10153: Need ole32 for new Windows call to CoTaskMemFree(). 2018-12-08 11:26:37 -05:00
Nat Goodspeed a36cd3a292 SL-10153: Try to handle non-English non-ASCII Windows APPDATA. 2018-12-08 10:30:18 -05:00
Nat Goodspeed 6e58201736 SL-10153: Update to viewer-manager build 522407 2018-12-08 10:25:15 -05:00
Nat Goodspeed 758e7e8df7 SL-10174: LOCALAPPDATA bad? Try SHGetFolderPath(CSIDL_LOCAL_APPDATA).
This logic is essentially copy-and-edited from the same suspenders-and-belt
concerning APPDATA and CSIDL_APPDATA for SL-10153.
2018-12-06 14:33:51 -05:00
andreykproductengine a48ff6c2fa SL-10172 Add a KB link to the TLS failure dialog 2018-12-06 19:50:33 +02:00
Mnikolenko ProductEngine b39cfe229b SL-10175 Update copyright year in application info 2018-12-07 13:31:54 +02:00
Nat Goodspeed 1029f6b776 SL-10153: Update to viewer-manager build 522314 2018-12-05 17:16:06 -05:00
Nat Goodspeed 7a336f63cc SL-10153: If $APPDATA isn't already good, try SHGetFolderPath().
In that case, also update $APPDATA for child processes.
2018-12-05 16:57:00 -05:00
Nat Goodspeed d509e315cf DRTVWR-447: Fix BugSplat init with non-ASCII chars in install path.
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.
2018-12-05 10:30:53 -05:00
AndreyL ProductEngine 3d59b774f7 Merged INTL-316 2018-12-04 23:18:15 +02:00
Nat Goodspeed 8892ec5a3b SL-10153: Update to viewer-manager build 522260 2018-12-04 16:14:32 -05:00
andreykproductengine 4c92c7b2d0 SL-1481 Don't predict region crossings over a second 2018-12-04 17:52:46 +02:00
AndreyL ProductEngine 3eff729828 Merged in lindenlab/viewer-lynx 2018-12-04 23:57:34 +02:00
AndreyL ProductEngine 6e87cc5a75 mac build fix 2018-12-04 20:45:49 +02:00
maxim_productengine 320b7bacc2 SL-10149 FIXED 'Mute when minimized' checkbox is displayed without focus on it after pressing on label in the "Preferences" floater 2018-12-04 18:51:44 +02:00
eli 1c778708c1 FIX INTL-316 translate Viewer Set54 into 9 languages, for Animesh project Viewer (repository: axon) 2018-12-03 18:18:18 -08:00
Nat Goodspeed 8205bd22f1 SL-10153: Update to viewer-manager build 522217 2018-12-03 18:59:10 -05:00
Nat Goodspeed abf1b6474e SL-10153: Update to viewer-manager build 522199 2018-12-03 16:07:27 -05:00
andreykproductengine a39d330cc2 SL-10152 Uninstaller's offers to delete remaining files is problematic 2018-12-03 20:27:44 +02:00
andreykproductengine c94e981f40 SL-10080 clamp instead of llmax 2018-12-03 17:30:35 +02:00
maxim_productengine 095c7eb0af SL-10150 'Preset in use' shows last used preset name after deleting it 2018-12-03 16:14:22 +02:00
Nat Goodspeed 63117d2919 SL-10147: Copy placeholder English text to supported NSIS languages. 2018-11-30 15:06:27 -05:00
andreykproductengine d998325556 SL-10145 Right clicking on unselected link in editor near selected text shows wrong menu 2018-11-30 17:29:54 +02:00
Anchor d4abdf3560 fix typo 2018-11-29 23:19:31 -08:00
Nat Goodspeed 4d9ad4612a SL-10030: Update to viewer-manager build 522096 2018-11-29 14:49:19 -05:00
andreykproductengine d9fdb948d9 SL-9747 [Mesh Uploader] Remove confusing model_metric from upload 2018-11-29 21:04:35 +02:00
Andrey Kleshchev e382276dcc Merged in andreykproductengine/maint-neko (pull request #724)
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>
2018-11-29 18:59:22 +00:00
andreykproductengine 13f8cfd1c2 SL-9954 Mac Viewer crashes if logcontrol-dev.xml is modified 2018-11-29 19:25:00 +02:00
maxim_productengine f3b2ac0858 SL-10135 Change group notices to show as SLT 2018-11-29 18:38:47 +02:00
Anchor ba6bd742df [SL-9974] - fix bake attachments can't be selected after closing appearance floater 2018-11-29 01:55:51 -08:00
Nat Goodspeed ff802c5cd2 SL-10030: Update to viewer-manager build 522079 2018-11-28 22:02:50 -05:00
Anchor 5002be8cf6 [SL-9858] - fix horizontal scrollbar overlapping buttons 2018-11-28 16:22:47 -08:00
Anchor 9b364bf703 [SL-10079] - Bom handling for animated objects 2018-11-28 16:01:36 -08:00
Nat Goodspeed ed5dfb0b2f SL-10030: Update to viewer-manager build 522068 2018-11-28 18:32:48 -05:00
Anchor 014480a79b Merge 2018-11-28 15:16:01 -08:00
Nat Goodspeed 31b6d83606 SL-10030: Include nextviewer.bat in the Windows install directory. 2018-11-28 16:00:27 -05:00
Nat Goodspeed 5863403391 SL-10030: Update to viewer-manager build 522055 2018-11-28 15:59:06 -05:00
Nat Goodspeed c54d3eaa7d SL-10030: Update to viewer-manager build 522036 2018-11-28 07:11:21 -05:00