| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-14 | SL-10499, SL-10497 - use LLAgentBenefits info | Brad Payne (Vir Linden) | |
| 2019-11-13 | Merge in from viewer-release 6.3.5 | Dave Houlton | |
| 2019-11-13 | SL-12186 WIP Get rid of excessive offset settings as we moved to store data ↵ | maxim_productengine | |
| in xml | |||
| 2019-11-13 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
| 2019-11-13 | SL-12272 Ordered Shutdown log spam | andreykproductengine | |
| 2019-11-13 | SL-12186 WIP Use appropriate offset names when saving presets | maxim_productengine | |
| 2019-11-13 | SL-9699 Field should be populated as long as there is data, regardless of ↵ | andreykproductengine | |
| 'remember password' | |||
| 2019-11-13 | SL-12271 FIXED Notifications are cropped after moving them to the 'Never ↵ | maxim_productengine | |
| show' box | |||
| 2019-11-13 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
| 2019-11-13 | SL-10790 Don't show excessive information on the Profile Feed tab | AndreyL ProductEngine | |
| 2019-11-13 | SL-11964 Removed SL Share from the viewer | AndreyL ProductEngine | |
| 2019-11-12 | SL-10498 - benefits info received at login, persisted in new LLAgentBenefits ↵ | Brad Payne (Vir Linden) | |
| singleton. | |||
| 2019-11-12 | merge | Brad Payne (Vir Linden) | |
| 2019-11-12 | SL-12186 WIP Added ability to reset default presets and updated item list in ↵ | maxim_productengine | |
| 'My camera presets' floater | |||
| 2019-11-12 | Fix instance existance check | andreykproductengine | |
| 2019-11-12 | SL-6109 Mouse localization support | andreykproductengine | |
| 2019-11-12 | SL-9699 Updated tooltip and initial checkbox value | andreykproductengine | |
| 2019-11-12 | Downstream merge from lindenlab/viewer-serval | AndreyL ProductEngine | |
| 2019-11-12 | Post-merge fixes | AndreyL ProductEngine | |
| 2019-11-12 | Downstream merge from 494-maint-wassail | AndreyL ProductEngine | |
| 2019-11-12 | Buildfix | AndreyL ProductEngine | |
| 2019-11-12 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
| 2019-11-11 | increment viewer version to 6.3.5 | Nat Goodspeed | |
| 2019-11-11 | Added tag 6.3.4-release for changeset 4033b3f57e76 | Nat Goodspeed | |
| 2019-11-11 | SL-6109 Removed LLDrawFrustum and used changes from EEP to prevent merge ↵ | andreykproductengine | |
| conflicts | |||
| 2019-11-11 | Backed out changeset: 19f3fa6e3e63 | andreykproductengine | |
| 2019-11-11 | SL-12244 Copying a no transfer texture does not set target object to no transfer | andreykproductengine | |
| 2019-11-10 | SL-6109 Better key and table localization support and fix for key-replacing | andreykproductengine | |
| 2019-11-10 | SL-9699 Fixed tooltip warning | andreykproductengine | |
| 2019-11-10 | SL-6109 localization support for control table | andreykproductengine | |
| 2019-11-09 | Save XUI parser warning | Ansariel Hiller | |
| 2019-11-09 | Only focus camera on agent in autopilot mode if the walk is actually performed | Ansariel Hiller | |
| 2019-11-09 | Fix double-tab run right not working properly | Ansariel Hiller | |
| 2019-11-09 | Fix custom user keybindings not being displayed in preferences correctly | Ansariel Hiller | |
| 2019-11-08 | SL-12241 Separated 'flexible' paramenters | andreykproductengine | |
| 2019-11-08 | SL-12186 WIP Add new 'My camera presets' floater | maxim_productengine | |
| 2019-11-08 | SL-12186 WIP Minor updates for 'Camera controls' and 'Save preset' floaters | maxim_productengine | |
| 2019-11-08 | SL-12186 WIP Add new icons | maxim_productengine | |
| 2019-11-08 | SL-12186 WIP Revert Preferences changes | maxim_productengine | |
| 2019-11-07 | Add text_valign to LLTextBase to specify the vertical alignment within a ↵ | Kitty Barnett | |
| single document line The existing font_valign property is used as to position the entire document so it's impossible to top align a text editor with each line's text centered within that line's extents | |||
| 2019-11-07 | FIXED Calling LLTextBase::insertStringNoUndo() with more than one segment ↵ | Kitty Barnett | |
| results in overlapping segment ranges Text is only inserted into the view model *after* the segments are added so if seg1_pos_start is the current EOF: -> 1st segment: getSegIterContaining(seg1_pos_start) returns the last segment and insertSegment() ends up properly adjusting its start/end position -> 2nd segment: getSegIterContaining(seg2_pos_start) returns mSegments.end() since its position is beyond the available and insertSegment() leaves the last 2 segments with overlapping ranges After the fix: -> if index runs past the end of all segments then mSegments.end() is returned (no change) -> if index is a position past the length of text but claimed by a segment then that segment is returned (change) -> if index specifies a position in the middle of the document unclaimed by any segment then the first segment after that position is returned (no change) (this does break the assertion that segment->mStart <= index <= segment->mEnd?) | |||
| 2019-11-07 | SL-6109 | andreykproductengine | |
| - Edit mode appears to be obsolete and is not used, cleaned up - Improved ability to set defaults - Improved some labels - Made buttons bigger to accomodate languages with longer descriptions - Added ability to assign key for all modes simultaneously | |||
| 2019-11-07 | Fallback fonts can have first crack at adding an unknown character + set ↵ | Kitty Barnett | |
| Twemoji as the viewer's fallback for all emoji blocks | |||
| 2019-11-06 | Characters can have more than one representation in LLFontFreetype | Kitty Barnett | |
| * By default all viewer text will use B/W glyphs * Added temporary use_color attribute to LLTextBase for testing | |||
| 2019-11-05 | SL-11959 Some of the missing tooltips | andreykproductengine | |
| 2019-11-05 | SL-12227 FIXED Copied physics data always applies physics material as Stone. | maxim_productengine | |
| 2019-11-04 | SL-12186 WIP Updating UI for camera controls, including presets | Mnikolenko Productengine | |
| 2019-11-04 | SL-12213 Unable to paste no-modify/no-transfer texture | andreykproductengine | |
| 2019-11-04 | SL-12212 Unable to copy-paste Color, Transparency and Glow settings | andreykproductengine | |
| 2019-11-04 | SL-6109 | andreykproductengine | |
| - Fixed defaults not restoring reliably - Fixed temporary changes not lifting reliably - Fixed switching modes was dropping changes to mode we switch to | |||
