summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-30MAINT-3585 FIXED (Crashes when attempting to upload image.)ruslantproductengine
2015-03-27MAINT-4718 FIXED Context menu Open button is always disabled for no-copy ↵Mnikolenko ProductEngine
textures in task inventory
2015-03-27MAINT-5019 FIXED Undesired http:// added to domains sent in chatMnikolenko ProductEngine
2015-03-25Add 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-25Add Cinder Roxley as contributor for BUG-8835Cinder Biscuits
2015-03-24Merged lindenlab/viewer-tools-update into defaultCinder Biscuits
2015-03-24BUG-8786 - Turn off fast math opts enforcing IEEE 754 floating point complianceCinder
2015-03-24Merge with viewer-release and become 3.7.27andreykproductengine
2015-03-24MAINT-5023 URIparser crash in LLUrlEntryBase::urlToLabelWithGreyQueryMnikolenko ProductEngine
2015-03-24merge changes for 3.7.26-releaseOz Linden
2015-03-24MAINT-5024 crash in LLInspectToastandreykproductengine
2015-03-23increment viewer version to 3.7.27Oz Linden
2015-03-23Added tag 3.7.26-release for changeset 000e9dda4162Oz Linden
2015-03-17improve file name handling and clean up some error checksOz Linden
2015-03-17MAINT-4995: fix stored favorites for login bar (close input files before ↵Oz Linden
opening them for writing)
2015-03-17MAINT-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-16SL-103 WIP - spamification reductionBrad Payne (Vir Linden)
2015-03-16MAINT-4974 FIXED Complete name should be used in ↵Mnikolenko ProductEngine
LLAvatarActions::buildResidentsString only when building name string for share confirmation dialogs
2015-03-13MAINT-4980 WIP - moved canAddWearables() to LLAppearanceMgrBrad Payne (Vir Linden)
2015-03-13MAINT-4980 WIP - add context menu filtering based on the selection groupBrad Payne (Vir Linden)
2015-03-13MAINT-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-09SL-103 WIP - fix for some inventory items not enabling addBrad Payne (Vir Linden)
2015-03-09SL-103 WIP - bumped MAX_CLOTHING_LAYERS to target value of 60Brad Payne (Vir Linden)
2015-03-06SL-103 WIP - commentBrad Payne (Vir Linden)
2015-03-06SL-103 WIP - comment re: possible future workBrad Payne (Vir Linden)
2015-03-06MAINT-4967 FIX - log spam removedBrad Payne (Vir Linden)
2015-03-05Simplify 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-05SL-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-05Automated merge with ssh://bitbucket.org/lindenlab/398-buildcleanupNat Goodspeed
2015-03-04MAINT-4858 FIXBrad Payne (Vir Linden)
2015-03-04MAINT-4943 FIXED Crash on locationruslantproductengine
2015-03-03Commit Callum's fix to eliminate dependency on cygwin printf.Nat Goodspeed
Use 'cmake -E echo' instead.
2015-03-03Align 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-27Merge restore of ReleaseOS, RelWithDebInfoOS configsNat Goodspeed
2015-02-27Backed 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-27Remove viewer build dependency on Incredibuild.Nat Goodspeed
Specifically, change the 'BuildConsole' command to 'devenv', and fix command-line arguments appropriately.
2015-03-23correct merge errorOz Linden
2015-03-23merge changes for 3.7.26-releaseOz Linden
2015-02-27Remove viewer build dependency on Incredibuild.Nat Goodspeed
Specifically, change the 'BuildConsole' command to 'devenv', and fix command-line arguments appropriately.
2015-02-27Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2015-02-26Remove RelWithDebInfoOS, ReleaseOS build configsNat Goodspeed
in preparation for new universal build commands (without Incredibuild).
2015-02-26update uriparser packageOz Linden
2015-02-25mergeBrad Payne (Vir Linden)
2015-02-24Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2015-02-24merge changes for 3.7.25-releaseOz Linden
2015-02-24increment viewer version to 3.7.26Oz Linden
2015-02-24Added tag 3.7.25-release for changeset 9978a8c3a2ffOz Linden
2015-02-24merge changes for MAINT-4790Oz Linden
2015-02-23merge changes for MAINT-3591Oz Linden
2015-02-18add Sovereign Engineer to contribution creditsOz Linden