summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2014-07-26DD-101 : Do not list or associate listings that do not validate. Present ↵Merov Linden
user with relevant error when that happens.
2014-07-25DD-128 : Fixed. Some confirmations are for active listings only.Merov Linden
2014-07-25DD-128 : Fixed. Do not allow items under the marketplace, even in inactive ↵Merov Linden
listings, to be worn.
2014-07-24DD-128 : Fixed! Recycled allow_open into allow_wear and use an extra virtual ↵Merov Linden
methods on bridge items to know if items are wearable or not.
2014-07-22Sync merge with lindenlab/viewer-releaseMerov Linden
2014-07-21increment viewer version to 3.7.13Oz Linden
2014-07-09mergeBrad Payne (Vir Linden)
2014-07-09MAINT-4216 FIXBrad Payne (Vir Linden)
2014-07-07Merge viewer-release and become version 3.7.12simon
2014-07-07increment viewer version to 3.7.12Oz Linden
2014-07-07MAINT-2980 Back out most changes related to upping the 512MB texture cap to ↵Dave Parks
unblock RC.
2014-07-04DD-152 : Fixed. Update all the descendent of a marketplace folder when ↵Merov Linden
moving it out of the marketplace
2014-07-04DD-128 : Fixed. Do not allow clothes or body parts on active listings to be ↵Merov Linden
worn or rendered IW
2014-07-04DD-133 : Fixed. Add the original items to the list of things to update after ↵Merov Linden
action is performed.
2014-07-02DD-21 : Fix the header on the SLM GET /listings route when using capMerov Linden
2014-06-30MAINT-2980 Fix for mac cutting texture memory in half (now that we're ↵Dave Parks
cutting texture memory to default to 1/3rd of installed ram, pre-cutting is redundant).
2014-06-30MAINT-2980 Fix for AMD cards reporting system ram + vram for dedicated vram ↵Dave Parks
-- use WMI instead of DxDiag to get dedicated video memory.
2014-06-24STORM-2035 - Looking for a good selection box contrastCinder
2014-06-24Merge viewer-release and become version 3.7.11simon
2014-06-23Automated merge with https://bitbucket.org/lindenlab/viewer-tigerDave Parks
2014-06-23MAINT-2980 Up texture memory slider cap to 4096MB. Make "Texture Memory" ↵Dave Parks
default to 1/3rd of video memory. Add description on debug setting and tooltip to explain why.
2014-06-23merge changes for 3.7.10-releaseOz Linden
2014-06-23increment viewer version to 3.7.11Oz Linden
2014-06-20DD-150 : Fix U32 to S32 conversion that failed a condition in folder countMerov Linden
2014-06-20STORM-2035 - Invert the background color in script editors for highlighting ↵Cinder
sections. Since the background color can be changed by the user, this ensures distinctive highlighting
2014-06-20STORM-2036 - Fix trying to parse caps too early by adding a callback to ↵Cinder
check region caps when they haven't already been received
2014-06-20BUG-6425 - Init default keywords file during ctor so we have something to ↵Cinder
fallback on should caps or fetch fail
2014-06-19Pulled fix for MAINT-3154Aura Linden
2014-06-19DD-83 : New listing folders immediately renamable on creationMerov Linden
2014-06-18Pulled merge from release.Aura Linden
2014-06-17Retropedaling on SH-4030 fix that crashes my viewer on logginMerov Linden
2014-06-17DRTVWR-354 : Rewrite Responders for Twitter and Flickr to conform to new ↵Merov Linden
LLHTTPClient interface. Fix merge error in Facebook connect as well
2014-06-17Pull merge from lindenlab/viewer-releaseMerov Linden
2014-06-17Merge viewer-release and become version 3.7.9simon
2014-06-17Pull merge from lindenlab/viewer-releaseMerov Linden
2014-06-16correct merge mistakeOz Linden
2014-06-16merge changes for 3.7.9-releaseOz Linden
2014-06-16increment viewer version to 3.7.10Oz Linden
2014-06-13DD-82 : Update marketplace listings after delete, cut and other operations ↵Merov Linden
on selected items
2014-06-11DD-98 : Add message with link to marketplace if listing cannot be editedMerov Linden
2014-06-11DD-130 : Count all folders and subfolders from the version folder excluding ↵Merov Linden
the version folder itself
2014-06-11DD-126 : Ask for confirmation when moving a version folder in a way that ↵Merov Linden
will deactivate it
2014-06-10DD-107, DD-111 : Add a tooltip to indicate why you can't move an active listingMerov Linden
2014-06-10DD : Clean up marketplace listings folder creation so we create it in only ↵Merov Linden
one place
2014-06-09DD-115, DD-130 : Fixed. Count items and folders from the version folder, not ↵Merov Linden
the listing root
2014-06-09DD-126 : Fixed. Check that the version folder depth is 2 when enforcing ↵Merov Linden
consistency rules
2014-06-09DD-97 : When clearing the version folder of a record, force activation ↵Merov Linden
(listed) status to false at the same time, avoiding confusing (and eventually wrong) double call to updateSLMListing
2014-06-09STORM-2026 - Use more unique syntax colors by default, also clean up some ↵Cinder
indentation
2014-06-09Greatly simplify LLSyntaxIdLSL:Cinder
* Move file fetched callback to the singleton and handle all syntax id changes within the singleton * Remove a fair number of bool checks and method relying more on callbacks to drive syntax changes. * Don't pretty print the cache file to conserve space and to speed up xml to llsd parsing * Clean up includes
2014-06-09DD-107, DD-111 : Fixed! Do not allow active listing and version folders to ↵Merov Linden
be moved or cut or deleted (must unlist first).