Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-09 | SL-10001 Fixed scale | andreykproductengine | |
2018-12-08 | SL-10153: Add ole32 to WINDOWS_LIBRARIES so it's everywhere we need. | Nat Goodspeed | |
2018-12-08 | SL-10153: Need ole32 for new Windows call to CoTaskMemFree(). | Nat Goodspeed | |
2018-12-08 | SL-10153: Try to handle non-English non-ASCII Windows APPDATA. | Nat Goodspeed | |
2018-12-06 | SL-10174: LOCALAPPDATA bad? Try SHGetFolderPath(CSIDL_LOCAL_APPDATA). | Nat Goodspeed | |
This logic is essentially copy-and-edited from the same suspenders-and-belt concerning APPDATA and CSIDL_APPDATA for SL-10153. | |||
2018-12-06 | SL-10172 Add a KB link to the TLS failure dialog | andreykproductengine | |
2018-12-07 | SL-10175 Update copyright year in application info | Mnikolenko ProductEngine | |
2018-12-05 | SL-10153: If $APPDATA isn't already good, try SHGetFolderPath(). | Nat Goodspeed | |
In that case, also update $APPDATA for child processes. | |||
2018-12-05 | DRTVWR-447: Fix BugSplat init with non-ASCII chars in install path. | Nat Goodspeed | |
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-04 | Merged INTL-316 | AndreyL ProductEngine | |
2018-12-04 | SL-1481 Don't predict region crossings over a second | andreykproductengine | |
2018-12-04 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2018-12-04 | mac build fix | AndreyL ProductEngine | |
2018-12-04 | SL-10149 FIXED 'Mute when minimized' checkbox is displayed without focus on ↵ | maxim_productengine | |
it after pressing on label in the "Preferences" floater | |||
2018-12-03 | FIX INTL-316 translate Viewer Set54 into 9 languages, for Animesh project ↵ | eli | |
Viewer (repository: axon) | |||
2018-12-03 | SL-10152 Uninstaller's offers to delete remaining files is problematic | andreykproductengine | |
2018-12-03 | SL-10080 clamp instead of llmax | andreykproductengine | |
2018-12-03 | SL-10150 'Preset in use' shows last used preset name after deleting it | maxim_productengine | |
2018-11-30 | SL-10147: Copy placeholder English text to supported NSIS languages. | Nat Goodspeed | |
2018-11-30 | SL-10145 Right clicking on unselected link in editor near selected text ↵ | andreykproductengine | |
shows wrong menu | |||
2018-11-29 | SL-9747 [Mesh Uploader] Remove confusing model_metric from upload | andreykproductengine | |
2018-11-29 | Merged in andreykproductengine/maint-neko (pull request #724) | Andrey Kleshchev | |
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 | SL-9954 Mac Viewer crashes if logcontrol-dev.xml is modified | andreykproductengine | |
2018-11-29 | SL-10135 Change group notices to show as SLT | maxim_productengine | |
2018-11-28 | SL-10030: Include nextviewer.bat in the Windows install directory. | Nat Goodspeed | |
2018-11-27 | SL-10080 Limit LOD factor to 4 | andreykproductengine | |
2018-11-27 | SL-10096 ParcelPropertiesRequest is sent too often when terraforming or ↵ | andreykproductengine | |
hover tooltips are On | |||
2018-11-27 | Merged lindenlab/viewer-cougar into default | Ruslan Teliuk | |
2018-11-26 | SL-10101 Remade most frequent setting calls to cached variants | andreykproductengine | |
2018-11-26 | SL-9766 [Render] [Mac] Alt + left mouse click has severely impaired functions | ruslantproductengine | |
SL-10019 - [Mac] [Render] Right-click context menu immediately disappears when clicking any place in the ‘Inventory’ floater SL-9984 - [Retina] Camera frustum, do not display correctly on "WORLD MAP" window. SL-10027 - [Mac] [Render] Add toggle for Retina support to mitigate FPS loss Re-FIX for Retina support. | |||
2018-11-22 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2018-11-22 | line endings fix | maxim_productengine | |
2018-11-22 | MAINT-8977 Only affect large LOD textures | andreykproductengine | |
2018-11-21 | SL-10077: Save correct uninstall directory and (un)install mode. | Nat Goodspeed | |
Curiously, the value of $INSTDIR is correct before MULTIUSER_UNINIT, but is made incorrect by MULTIUSER_UNINIT. Save and restore the correct value. Saving $MultiUser.InstallMode in the registry (by setting relevant macros examined by MultiUser.nsh) is susceptible to overwriting if the user installs multiple viewers with the same channel name. Instead, write an InstallMode.txt in the install directory, and read it back on uninstall. Of course, add it to the files to be deleted on uninstall. | |||
2018-11-21 | DRTVWR-447: Fix longstanding NSIS warning about unused label. | Nat Goodspeed | |
2018-11-21 | DRTVWR-447: Fix syntax error in embedded variable reference. | Nat Goodspeed | |
2018-11-20 | SL-4730 Prevent viewer from getting more texture details when low on memory | andreykproductengine | |
2018-11-21 | SL-10113 FIXED [Win] File pickers are not threaded in XUI preview floater | maxim_productengine | |
2018-11-20 | SL-10094 FIXED Mute sound should ONLY mute the viewer's sounds, not the ↵ | Mnikolenko ProductEngine | |
whole computer's (Mac) sound. | |||
2018-11-19 | SL-10089 Logs to see which gSavedSettings.get calls should be cached | andreykproductengine | |
2018-11-19 | SL-3404 Named log output for easier debugging and testing | andreykproductengine | |
2018-11-15 | SL-10010: Use trunk NSIS + Unicode attrib, instead of Unicode fork. | Nat Goodspeed | |
Back out misguided attempt to overwrite $PROGRAMFILES with $PROGRAMFILES64. | |||
2018-11-15 | SL-10010: Use c:\Program Files rather than c:\Program Files (x86) | Nat Goodspeed | |
for 64-bit viewers. It seems there's a longstanding bug in NSIS: it fails to use $PROGRAMFILES64 rather than $PROGRAMFILES when performing an all-users install of a 64-bit program. Try to remedy that. Also pick up a few NSIS suggestions from Ansariel Hiller. | |||
2018-11-14 | DRTVWR-447: Animesh + BugSplat = 6.1 | Nat Goodspeed | |
2018-11-14 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2018-11-14 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-11-14 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-11-14 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-11-14 | increment viewer version to 6.0.1 | Nat Goodspeed | |
2018-11-14 | Merged in lindenlab/axon | AndreyL ProductEngine | |