summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-07SL-10175 Update copyright year in application infoMnikolenko ProductEngine
2018-12-05SL-10153: Update to viewer-manager build 522314Nat Goodspeed
2018-12-05SL-10153: If $APPDATA isn't already good, try SHGetFolderPath().Nat Goodspeed
In that case, also update $APPDATA for child processes.
2018-12-05DRTVWR-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-04Merged INTL-316AndreyL ProductEngine
2018-12-04SL-10153: Update to viewer-manager build 522260Nat Goodspeed
2018-12-04SL-1481 Don't predict region crossings over a secondandreykproductengine
2018-12-04Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2018-12-04mac build fixAndreyL ProductEngine
2018-12-04SL-10149 FIXED 'Mute when minimized' checkbox is displayed without focus on ↵maxim_productengine
it after pressing on label in the "Preferences" floater
2018-12-03FIX INTL-316 translate Viewer Set54 into 9 languages, for Animesh project ↵eli
Viewer (repository: axon)
2018-12-03SL-10153: Update to viewer-manager build 522217Nat Goodspeed
2018-12-03SL-10153: Update to viewer-manager build 522199Nat Goodspeed
2018-12-03SL-10152 Uninstaller's offers to delete remaining files is problematicandreykproductengine
2018-12-03SL-10080 clamp instead of llmaxandreykproductengine
2018-12-03SL-10150 'Preset in use' shows last used preset name after deleting itmaxim_productengine
2018-11-30SL-10147: Copy placeholder English text to supported NSIS languages.Nat Goodspeed
2018-11-30SL-10145 Right clicking on unselected link in editor near selected text ↵andreykproductengine
shows wrong menu
2018-11-29SL-10030: Update to viewer-manager build 522096Nat Goodspeed
2018-11-29SL-9747 [Mesh Uploader] Remove confusing model_metric from uploadandreykproductengine
2019-02-27SL-10611 FIXED Unable to pan the mesh model with 'ctrl + shift + mouse drag' ↵maxim_productengine
in the preview window when 'Weights' is ticked
2019-02-26Merged in maxim_productengine/482-fs_mesh_uploader (pull request #1)Andrey Lihatskiy
SL-10613 Set default 'Smooth' parameter to None Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
2019-02-25SL-10613 Set default 'Smooth' parameter to Nonemaxim_productengine
2019-01-10SL-10329 Increase panel height to avoid message overlappingmaxim_productengine
2019-02-13SL-10328 FIXED Some parameters are not reset in the Upload Model menu when ↵maxim_productengine
pressing button 'Clear settings & reset form'
2019-01-11SL-10327 FIXED Scalable preview of mesh model is shown with black bar on top ↵maxim_productengine
in the Upload Model menu
2019-01-03SL-10288 comments cleanupAndreyL ProductEngine
2019-01-03SL-10288 settings.xml fixAndreyL ProductEngine
2019-01-03SL-10288 Mesh uploader changes from FirestormAndreyL ProductEngine
2018-12-19SL-10155 FIXED [MAC] Mesh upload tries to upload folder instead of opening itMnikolenko ProductEngine
2018-11-29SL-9747 [Mesh Uploader] Remove confusing model_metric from uploadandreykproductengine
2018-11-29Merged 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-29SL-9954 Mac Viewer crashes if logcontrol-dev.xml is modifiedandreykproductengine
2018-11-29SL-10135 Change group notices to show as SLTmaxim_productengine
2018-11-28SL-10030: Update to viewer-manager build 522079Nat Goodspeed
2018-11-28SL-10030: Update to viewer-manager build 522068Nat Goodspeed
2018-11-28SL-10030: Include nextviewer.bat in the Windows install directory.Nat Goodspeed
2018-11-28SL-10030: Update to viewer-manager build 522055Nat Goodspeed
2018-11-28SL-10030: Update to viewer-manager build 522036Nat Goodspeed
2018-11-27SL-10030: Update to viewer-manager build 522023Nat Goodspeed
2018-11-27SL-10080 Limit LOD factor to 4andreykproductengine
2018-11-27SL-10096 ParcelPropertiesRequest is sent too often when terraforming or ↵andreykproductengine
hover tooltips are On
2018-11-27Merged lindenlab/viewer-cougar into defaultRuslan Teliuk
2018-11-26SL-10101 Remade most frequent setting calls to cached variantsandreykproductengine
2018-11-26SL-9766 [Render] [Mac] Alt + left mouse click has severely impaired functionsruslantproductengine
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-22Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2018-11-22line endings fixmaxim_productengine
2018-11-22MAINT-8977 Only affect large LOD texturesandreykproductengine
2018-11-21DRTVWR-447: Update to viewer-manager build 521943Nat Goodspeed
2018-11-21SL-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.