Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-22 | Merged in release. | Aura Linden | |
2014-07-22 | Appears to fix MAINT-4184 | Aura Linden | |
2014-07-21 | increment viewer version to 3.7.13 | Oz Linden | |
2014-07-09 | merge | Brad Payne (Vir Linden) | |
2014-07-09 | MAINT-4216 FIX | Brad Payne (Vir Linden) | |
2014-07-07 | Merge viewer-release and become version 3.7.12 | simon | |
2014-07-07 | increment viewer version to 3.7.12 | Oz Linden | |
2014-07-07 | MAINT-2980 Back out most changes related to upping the 512MB texture cap to ↵ | Dave Parks | |
unblock RC. | |||
2014-06-30 | MAINT-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-24 | STORM-2035 - Looking for a good selection box contrast | Cinder | |
2014-06-24 | Merge viewer-release and become version 3.7.11 | simon | |
2014-06-23 | Automated merge with https://bitbucket.org/lindenlab/viewer-tiger | Dave Parks | |
2014-06-23 | MAINT-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-23 | merge changes for 3.7.10-release | Oz Linden | |
2014-06-23 | increment viewer version to 3.7.11 | Oz Linden | |
2014-06-20 | STORM-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-20 | STORM-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-20 | BUG-6425 - Init default keywords file during ctor so we have something to ↵ | Cinder | |
fallback on should caps or fetch fail | |||
2014-06-19 | Pulled fix for MAINT-3154 | Aura Linden | |
2014-06-18 | Pulled merge from release. | Aura Linden | |
2014-06-17 | Retropedaling on SH-4030 fix that crashes my viewer on loggin | Merov Linden | |
2014-06-17 | DRTVWR-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-17 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-06-17 | Merge viewer-release and become version 3.7.9 | simon | |
2014-06-16 | correct merge mistake | Oz Linden | |
2014-06-16 | merge changes for 3.7.9-release | Oz Linden | |
2014-06-16 | increment viewer version to 3.7.10 | Oz Linden | |
2014-06-09 | STORM-2026 - Use more unique syntax colors by default, also clean up some ↵ | Cinder | |
indentation | |||
2014-06-09 | Greatly 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-09 | MAINT-4001 : Pull merge in viewer-tiger for quick release | Merov Linden | |
2014-06-09 | Fix for maint-3154 alt-zoom zooms way out | Aura Linden | |
2014-06-08 | Capitalize script colors floater for consistency. | Cinder | |
2014-06-08 | Don't allow script colors floater resize | Cinder | |
2014-06-08 | Update syntax color floater with recent changes. | Cinder | |
2014-06-08 | Update sample script in script colors floater | Cinder | |
2014-06-08 | "sections" is apparently unused as well. | Cinder | |
2014-06-07 | MAINT-4001 : Make Received Items not movable (protected), consolidate ↵ | Merov Linden | |
Received Items folders which may have been moved | |||
2014-06-07 | Merge upstream | Cinder | |
2014-06-06 | MAINT-4137: Correcting a potential crash. This change should fix the most ↵ | Stinson Linden | |
probable location of a callstack being reported by the crash reporter. However, there is no reproduction yet, so hard to test whether this actually patches the crash occcurrence. | |||
2014-06-06 | MAINT-4137: Correcting some poorly written CPP code that could potentially ↵ | Stinson Linden | |
lead to problems in the future. | |||
2014-06-05 | MAINT-4009: Ensuring that the local bitmaps are cleaned up on app exit. | Stinson Linden | |
2014-06-06 | Correcting a build error. | Stinson Linden | |
2014-06-05 | Merge | Ricky Curtice | |
2014-06-04 | A little more cleanup in LLSyntaxIDLSL and LLKeywords | Cinder | |
2014-06-04 | STORM-2025: Part 2 - After consulting with Oz, remove subcategories of ↵ | Cinder | |
constants and fix highlighting | |||
2014-06-04 | make "default" a constant, and remove that and "state" from events | Oz Linden | |
2014-06-04 | MAINT-4113 FIXED Get total contribution as sum of parcels' billable area. | maxim@mnikolenko | |
2014-06-02 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-drtvwr-365. | Stinson Linden | |
2014-05-31 | MAINT-4114: Refactoring the LLBadge code to ensure a parent view always has ↵ | Stinson Linden | |
the badge (to preserve memory cleanliness), but to also allow for badge reparenting so that the NEW badge works in the inventory window. This change relates to 9e0d629da1487f850beb2767bd47734c4ccc393e. | |||
2014-05-29 | MAINT-4106: Correcting crash on exit behavior during normal shutdown. With ↵ | Stinson Linden | |
the more comprehensive texture cleanup going on, this code was causing an crash on exit when gAgentAvatarp was null. Adding a check for null before proceeding. |