Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-30 | SL-11321 Do not crash floater if capability is missing | andreykproductengine | |
2019-05-30 | SL-11230 FIXED Imposter Avatars become Jellies with Basic Shaders disabled | maxim_productengine | |
2019-05-29 | SL-11309 Crash on attempt to costruct singletone | andreykproductengine | |
2019-05-28 | SL-1105 Pack a name for server to use | andreykproductengine | |
2019-05-28 | SL-11231 Unused code and wrong macro | andreykproductengine | |
2019-05-27 | SL-10908 Output class names we are clearing on startup | andreykproductengine | |
2019-05-27 | Merged in eli_linden/eli_viewer-lynx | AndreyL ProductEngine | |
2019-05-26 | FIX INTL-351 translation update for 9 languages for viewer-lynx | eli | |
2019-05-21 | SL-10898[Mac] Camera spins and pulls back when using alt+zoom with mouse | ruslantproductengine | |
2019-05-22 | SL-11190 Ability to duplicate a group role | andreykproductengine | |
2019-05-22 | SL-10562 Cleanup 2 | andreykproductengine | |
2019-05-22 | SL-10562 Cleanup | andreykproductengine | |
2019-05-21 | SL-11012 Ambient setting can be missing from llsd | andreykproductengine | |
2019-05-22 | SL-10898 revert | maxim_productengine | |
2019-05-22 | SL-11191 FIXED Crash in LLCommandLineParser::parseCommandLineString(..) | maxim_productengine | |
2019-05-20 | SL-10562 Children in Animesh linksets can not be selected in some cases | andreykproductengine | |
2019-05-21 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-05-21 | increment viewer version to 6.2.3 | Nat Goodspeed | |
2019-05-17 | Pull from viewer-bear and merge | Steven Harrison (steven) | |
2019-05-17 | SL-11213 No longer embedding the channel in the viewer release note urls. ↵ | Steven Harrison (steven) | |
Update base URLs to match new viewer release note URL | |||
2019-05-16 | SL-11106 Time-limit benchmark test | andreykproductengine | |
2019-05-16 | SL-11178 FIXED [mac] Viewer crashes if another app gets focus before viewer ↵ | Mnikolenko ProductEngine | |
window is created | |||
2019-05-15 | SL-11138 Bitmaps format support bug | andreykproductengine | |
2019-05-15 | SL-11156 FIXED [mac] World Map shows avatar's view area at wrong position | Mnikolenko ProductEngine | |
2019-05-14 | Mac buildfix | AndreyL ProductEngine | |
2019-05-08 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-05-07 | increment viewer version to 6.2.2 | Nat Goodspeed | |
2019-05-07 | SL-10423 Detect potentially bad install | andreykproductengine | |
2019-05-06 | SL-11074 FIXED "Cache Hit Rate" in Statistics is broken | maxim_productengine | |
2019-05-06 | SL-11069 FIXED Experiences search resets the "Max Content Rating" back to ↵ | maxim_productengine | |
general each session. | |||
2019-05-03 | SL-11093 panel_login_first cleanup | andreykproductengine | |
2019-05-03 | SL-11058 Better delay logic | andreykproductengine | |
2019-05-02 | SL-4186 Mesh model rename before upload shows old model name on rez | andreykproductengine | |
2019-05-02 | SL-11058 Viewer "Voice is down" dialogs can stack up | andreykproductengine | |
2019-05-02 | Merged in default (pull request #844) | Andrey Lihatskiy | |
couple trivial changes Approved-by: Andrey Kleshchev | |||
2019-05-02 | SL-10992 FIXED SLURLs and SLApp links are translated in chat when using the ↵ | maxim_productengine | |
translator | |||
2019-05-02 | SL-10334 Increased allowed sound clip length from 10s to 30s | AndreyL ProductEngine | |
2019-05-02 | SL-11081 Renamed the abuse category for Skill gaming | AndreyL ProductEngine | |
2019-05-01 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2019-05-01 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-04-30 | Fix spurious assert from using highlights without binding highlight shader. | Graham Linden | |
Only affects devs, but could have downstream consequences for rendering. | |||
2019-04-30 | Merged in default (pull request #87) | Andrey Lihatskiy | |
SL-11049: Try harder to honor command-line --grid switch. Approved-by: Andrey Lihatskiy Approved-by: Andrey Kleshchev | |||
2019-04-30 | SL-11061 Viewer crashes on launch if serial is either unset or does not ↵ | andreykproductengine | |
return a string | |||
2019-04-30 | SL-10565 LLMachineID crashes | andreykproductengine | |
2019-04-26 | Merged SL-10400 and SL-10401 | AndreyL ProductEngine | |
2019-04-26 | Automated merge with file:///Users/nat/linden/viewer-gridselect | Nat Goodspeed | |
2019-04-26 | SL-10400 - more on group limits from SimulatorFeatures | Brad Payne (Vir Linden) | |
2019-04-25 | SL-10400 - get group limits from SimulatorFeatures | Brad Payne (Vir Linden) | |
2019-04-25 | SL-11049: Notice explicit --grid command-line switch and honor it. | Nat Goodspeed | |
LLPanelLogin's constructor checks both LLGridManager::getGrid() and LLStartUp::getStartSLURL(). But by the time we get there, we've blurred the distinction between explicit command-line arguments and defaults left over from a previous run. Of course, if the grid implied by getStartSLURL() is the same as the getGrid(), the distinction is irrelevant. But if they differ, up until now, getStartSLURL() has always "won" -- even when getGrid() was set by an explicit --grid switch whereas getStartSLURL() was only left over from a previous run. Notice that case and try to avoid overriding the explicitly-specified grid with the grid from the default SLURL. | |||
2019-04-25 | Reorder logic in LLAppViewer::initConfiguration(); remove dup code. | Nat Goodspeed | |
There were two nearly-identical copies of a stanza that calls sendURLToOtherInstance(). Remove one. It's possible that the reason no one noticed the duplication was because the two copies were 70 lines apart. Move setSkinFolder(), setUseSpellCheck() and setSecondaryDictionaries() stanzas to consolidate SLURL-handling code more closely. Also move logic for NextLoginLocation and CmdLineLoginLocation. Remove a couple unnecessary std::ostringstream instances. Streaming a single string literal to std::ostringstream and retrieving its str() is the same as simply converting the literal to std::string, only slower. OSMessageBox() accepts const std::string&. Given that you have a std::string in hand, passing its c_str() to OSMessageBox() is not only unnecessary but wasteful: it requires silently converting the const char* back to a different std::string instance. Calling a class method from another method of the same class does not require ClassName:: qualification. Calling a singleton subclass method from another non-static method of the same subclass does not require going through ClassName::instance() or sInstance or whatever. |