Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-30 | MAINT-3585 FIXED (Crashes when attempting to upload image.) | ruslantproductengine | |
2015-03-27 | MAINT-4718 FIXED Context menu Open button is always disabled for no-copy ↵ | Mnikolenko ProductEngine | |
textures in task inventory | |||
2015-03-27 | MAINT-5019 FIXED Undesired http:// added to domains sent in chat | Mnikolenko ProductEngine | |
2015-03-25 | Add logic to attempt to look up large Windows negative return codes. | Nat Goodspeed | |
A large negative return code doesn't do a human reader any good, even for lookup purposes, because Microsoft's lookup tables list the hex representation of that integer. So at least format the return code as hex. Going further, we've captured the content of the web page https://msdn.microsoft.com/en-us/library/cc704588.aspx as windows-rcs.html. If we can parse that file, and if we understand the structure of its table entries, and if the hex form of the actual return code is in fact listed there, we can display the symbol name and description as well as the hex return code. All those maybes are to support refreshing the file from the URL above (or wherever it might get moved) from time to time. Later versions of that file might change in unexpected ways. If we can't look up the hex rc, oh well, just display that to the user instead of crumping. | |||
2015-03-25 | Add Cinder Roxley as contributor for BUG-8835 | Cinder Biscuits | |
2015-03-24 | Merged lindenlab/viewer-tools-update into default | Cinder Biscuits | |
2015-03-24 | BUG-8786 - Turn off fast math opts enforcing IEEE 754 floating point compliance | Cinder | |
2015-03-24 | Merge with viewer-release and become 3.7.27 | andreykproductengine | |
2015-03-24 | MAINT-5023 URIparser crash in LLUrlEntryBase::urlToLabelWithGreyQuery | Mnikolenko ProductEngine | |
2015-03-24 | merge changes for 3.7.26-release | Oz Linden | |
2015-03-24 | MAINT-5024 crash in LLInspectToast | andreykproductengine | |
2015-03-23 | increment viewer version to 3.7.27 | Oz Linden | |
2015-03-23 | Added tag 3.7.26-release for changeset 000e9dda4162 | Oz Linden | |
2015-03-17 | improve file name handling and clean up some error checks | Oz Linden | |
2015-03-17 | MAINT-4995: fix stored favorites for login bar (close input files before ↵ | Oz Linden | |
opening them for writing) | |||
2015-03-17 | MAINT-4971 FIXED [MAINT-RC] Own avatar is often totally invisible at login ↵ | ruslantproductengine | |
with no way to fix apart from a relog. Other avatars are also often invisible. | |||
2015-03-16 | SL-103 WIP - spamification reduction | Brad Payne (Vir Linden) | |
2015-03-16 | MAINT-4974 FIXED Complete name should be used in ↵ | Mnikolenko ProductEngine | |
LLAvatarActions::buildResidentsString only when building name string for share confirmation dialogs | |||
2015-03-13 | MAINT-4980 WIP - moved canAddWearables() to LLAppearanceMgr | Brad Payne (Vir Linden) | |
2015-03-13 | MAINT-4980 WIP - add context menu filtering based on the selection group | Brad Payne (Vir Linden) | |
2015-03-13 | MAINT-4973 FIXED Clicking on the green part of links (as opposed to the ↵ | Mnikolenko ProductEngine | |
grey) opens the wrong link in all places apart from in a conversation window or chat toast. | |||
2015-03-09 | SL-103 WIP - fix for some inventory items not enabling add | Brad Payne (Vir Linden) | |
2015-03-09 | SL-103 WIP - bumped MAX_CLOTHING_LAYERS to target value of 60 | Brad Payne (Vir Linden) | |
2015-03-06 | SL-103 WIP - comment | Brad Payne (Vir Linden) | |
2015-03-06 | SL-103 WIP - comment re: possible future work | Brad Payne (Vir Linden) | |
2015-03-06 | MAINT-4967 FIX - log spam removed | Brad Payne (Vir Linden) | |
2015-03-05 | Simplify CMake code to generate viewer_version.txt and summary.json. | Nat Goodspeed | |
The quoting used for the cygwin printf command didn't work for 'cmake -E echo'. The whole content was enclosed in single quotes, with individual string elements enclosed in double quotes. But we ended up with a summary.json containing (e.g.): '{Type:viewer,Version:3.7.26.33262}' instead of the desired: {"Type":"viewer","Version":"3.7.26.33262"} HOWEVER: I see no compelling reason why either of these files must be deferred to build time. It's simpler and more robust to generate them both directly from CMake at configure time. | |||
2015-03-05 | SL-103 WIP - viewer enforces wearable limits based on total articles of ↵ | Brad Payne (Vir Linden) | |
clothing rather than per-type limit. Limit is artificially low for testing, will bump before release. | |||
2015-03-05 | Automated merge with ssh://bitbucket.org/lindenlab/398-buildcleanup | Nat Goodspeed | |
2015-03-04 | MAINT-4858 FIX | Brad Payne (Vir Linden) | |
2015-03-04 | MAINT-4943 FIXED Crash on location | ruslantproductengine | |
2015-03-03 | Commit Callum's fix to eliminate dependency on cygwin printf. | Nat Goodspeed | |
Use 'cmake -E echo' instead. | |||
2015-03-03 | Align ReleaseOS / RelWithDebInfoOS more closely with Release, etc. | Nat Goodspeed | |
Specifically, engage devenv rather than msbuild for ReleaseOS and RelWithDebInfoOS. Eliminate minor redundancy in configure argument for Release and RelWithDebInfo, which eliminates an egregious difference from ReleaseOS and RelWithDebInfoOS. | |||
2015-02-27 | Merge restore of ReleaseOS, RelWithDebInfoOS configs | Nat Goodspeed | |
2015-02-27 | Backed out changeset f753369355e8 (removing ReleaseOS, RelWithDebInfoOS) | Nat Goodspeed | |
Restore the MumbleOS build configs: they differ in settings, not only in the build engine. | |||
2015-02-27 | Remove viewer build dependency on Incredibuild. | Nat Goodspeed | |
Specifically, change the 'BuildConsole' command to 'devenv', and fix command-line arguments appropriately. | |||
2015-03-23 | correct merge error | Oz Linden | |
2015-03-23 | merge changes for 3.7.26-release | Oz Linden | |
2015-02-27 | Remove viewer build dependency on Incredibuild. | Nat Goodspeed | |
Specifically, change the 'BuildConsole' command to 'devenv', and fix command-line arguments appropriately. | |||
2015-02-27 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-02-26 | Remove RelWithDebInfoOS, ReleaseOS build configs | Nat Goodspeed | |
in preparation for new universal build commands (without Incredibuild). | |||
2015-02-26 | update uriparser package | Oz Linden | |
2015-02-25 | merge | Brad Payne (Vir Linden) | |
2015-02-24 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-02-24 | merge changes for 3.7.25-release | Oz Linden | |
2015-02-24 | increment viewer version to 3.7.26 | Oz Linden | |
2015-02-24 | Added tag 3.7.25-release for changeset 9978a8c3a2ff | Oz Linden | |
2015-02-24 | merge changes for MAINT-4790 | Oz Linden | |
2015-02-23 | merge changes for MAINT-3591 | Oz Linden | |
2015-02-18 | add Sovereign Engineer to contribution credits | Oz Linden | |