Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-06 | SL-10469: Remove old-shortcut cleanup cruft: only works for Admin. | Nat Goodspeed | |
The installer is (once again) running with Admin privilege elevation even for a Standard Windows user, so it can't determine the underlying Standard user. Therefore it can't clean up any per-user shortcuts left over for that Standard user. Moved the kludge to SLVersionChecker. | |||
2019-02-06 | SL-10469: Add diagnostic popup when trying to delete old shortcuts. | Nat Goodspeed | |
2019-02-06 | SL-10471 - collision volume api | Brad Payne (Vir Linden) | |
2019-02-05 | SL-10471 - animation validation for constraints | Brad Payne (Vir Linden) | |
2019-02-05 | SL-10469: Remove any similar shortcuts for old per-user install. | Nat Goodspeed | |
2019-02-05 | SL-10466 Viewer throwing misleading notification | andreykproductengine | |
2019-02-05 | SL-10470 Fixed freeze due to extensive logging | andreykproductengine | |
2019-02-04 | SL-9980: Update to viewer-manager build 524032 | Nat Goodspeed | |
2019-02-02 | SL-9980: Update to viewer-manager 524014 to drop Admin for viewer. | Nat Goodspeed | |
But since that viewer-manager build depends on being able to read the application name from build_data.json (to locate the shortcut), add an AppName key to build_data.json. | |||
2019-02-02 | SL-10396: Disable per-user installs: require Admin for all-users. | Nat Goodspeed | |
2019-02-02 | DRTVWR-447: Comment out Danish and Polish in one more file. | Nat Goodspeed | |
2019-01-29 | SL-2364 Fixed Viewer Caches Login Host DNS Entries Indefinetely | andreykproductengine | |
2019-01-18 | SL-10153 bat file no longer should be in instal directory | andreykproductengine | |
2019-01-18 | SL-10153: Update to viewer-manager build 523332 | Nat Goodspeed | |
2019-01-16 | SL-10341: Fix Mojave mic permission problem - thanks Tonya Souther! | Nat Goodspeed | |
2019-01-16 | SL-10153: Update to viewer-manager build 523251 | Nat Goodspeed | |
2019-01-15 | SL-10291 Replace apr thread with standard C++11 functionality | andreykproductengine | |
2019-01-21 | SL-10338 FIXED The “add friend” button is available when user is already ↵ | maxim_productengine | |
at your friends list | |||
2019-01-18 | SL-3488 Remove "Disable Selected" and "Disable All" Buttons | maxim_productengine | |
2019-01-15 | SL-10291 Replace apr_atomic with standard C++11 functionality | andreykproductengine | |
2019-01-17 | SL-10291 cleanup-mutex | andreykproductengine | |
2019-01-14 | SL-10291 Replace apr_mutex with standard C++11 functionality | andreykproductengine | |
2019-01-14 | SL-10352 FIXED 'Search menus' disappears after entering and exiting ↵ | maxim_productengine | |
mouselook view | |||
2019-01-11 | SL-10327 FIXED Scalable preview of mesh model is shown with black bar on top ↵ | maxim_productengine | |
in the Upload Model menu | |||
2019-01-11 | Merged INTL-324 and INTL-327 | AndreyL ProductEngine | |
2019-01-10 | FIX INTL-327 German misspellings | eli | |
2019-01-10 | FIX INTL-324 Viewer Set55 translation (viewer-neko) | eli | |
2019-01-10 | SL-10329 Increase panel height to avoid message overlapping | maxim_productengine | |
2019-01-09 | SL-10325 FIXED Preferences tabs are displayed incorrectly if hovering it ↵ | maxim_productengine | |
while searching any keyword | |||
2019-01-09 | SL-10321 FIXED 'Uploads' tab is not displayed after any search in Preferences | maxim_productengine | |
2019-01-08 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-01-08 | SL-10285 - removed one possible route for the isImpostor() crash. ↵ | Brad Payne (Vir Linden) | |
Intermittent issue. | |||
2019-01-08 | SL-10320 FIXED Crash in LLVOAvatar::updateAttachmentOverrides() | maxim_productengine | |
2019-01-03 | SL-10293 Firestorm PR: preferences and menu search | AndreyL ProductEngine | |
2019-01-04 | SL-1866 FIXED [OSX] Viewer crashes when the user changes avatar after ↵ | maxim_productengine | |
editing texture | |||
2019-01-03 | SL-8963 Fixed Long name of region overlaps with next one on the World map | andreykproductengine | |
2019-01-03 | SL-10288 comments cleanup | AndreyL ProductEngine | |
2019-01-03 | SL-10288 settings.xml fix | AndreyL ProductEngine | |
2019-01-03 | SL-10288 Mesh uploader changes from Firestorm | AndreyL ProductEngine | |
2018-12-24 | SL-10283 Allow changing "Repeats per meter" on face 6 of hollowed cube | maxim_productengine | |
2018-12-19 | SL-10155 FIXED [MAC] Mesh upload tries to upload folder instead of opening it | Mnikolenko ProductEngine | |
2018-12-18 | SL-10235 FIXED Texture tab is opened with Bumpiness or Shininess instead of ↵ | maxim_productengine | |
Texture as default value | |||
2018-12-18 | SL-10251 show correct fee for 'save to disk' option on Japanese localization | maxim_productengine | |
2018-12-17 | SL-10252: On Windows, use $SystemRoot again, not FOLDERID_Fonts. | Nat Goodspeed | |
2018-12-16 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-bugsplat | Nat Goodspeed | |
2018-12-16 | DRTVWR-447: Merge up to latest viewer-release | Nat Goodspeed | |
2018-12-15 | SL-10153: auto name{expression} declares an initializer_list | Nat Goodspeed | |
instead of a variable of type decltype(expression). Using SHGetKnownFolderPath(FOLDERID_Fonts) in LLFontGL::getFontPathSystem() requires new Windows #include files. A variable with a constructor can't be declared within the braces of a switch statement, even outside any of its case clauses. | |||
2018-12-14 | SL-10153: VS 2013 isn't so fond of ?: involving std::string. | Nat Goodspeed | |
2018-12-14 | SL-10153: Review and rationalize fetching paths from environment. | Nat Goodspeed | |
Use LLStringUtil::getenv() or getoptenv() whenever we fetch a string that will be used as a pathname. Use LLFile::tmpdir() instead of getenv("TEMP"). As an added extra-special bonus, finally clean up $TMP/llcontrol-test-zzzzzz directories that have been accumulating every time we run a local build! | |||
2018-12-14 | SL-10153: Fix previous commit for non-Windows systems. | Nat Goodspeed | |
Move Windows-flavored llstring_getoptenv() to Windows-specific section of llstring.cpp. boost::optional type must be stated explicitly to initialize with a value. On platforms where llwchar is the same as wchar_t, LLWString is the same as std::wstring, so ll_convert specializations for std::wstring would duplicate those for LLWString. Defend against that. The compilers we use don't like 'return condition? { expr } : {}', in which we hope to construct and return an instance of the declared return type without having to restate the type. It works to use an explicit 'if' statement. |