Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-19 | NORSPEC-272 make sure the tex filtering fix stays put | Graham Linden | |
2013-06-19 | Merge with viewer-release. | Geenz | |
2013-06-19 | Pull merge lindenlab/viewer-release | Merov Linden | |
2013-06-19 | BUILDFIX: changed unsupported static_assert to LL_STATIC_ASSERT. | Richard Linden | |
renamed llstatic_assert_template to LL_BAD_TEMPLATE_INSTANTIATION | |||
2013-06-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2013-06-19 | fix for SH-4245: Interesting: crash in LLSpatialGroup::handleDestruction | Xiaohong Bao | |
2013-06-19 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2013-06-19 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2013-06-19 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-06-19 | Point light color (de)correction. | Dave Parks | |
2013-06-19 | SH-4246 FIX interesting: fast timers significantly decreases framerate | Richard Linden | |
moved collapsed flag to fast timer tree node | |||
2013-06-19 | merge changes for 3.6.0-release | Oz Linden | |
2013-06-19 | merge increment of version number | Oz Linden | |
2013-06-19 | correct 3.6.0-release for last minute fix | Oz Linden | |
2013-06-19 | commit inital tag for 3.6.0-release | Oz Linden | |
2013-06-18 | Automated merge with ↵ | Richard Linden | |
bundle:d:\code\viewer-interesting+c:\users\richard\appdata\local\temp\thg.7jrj8n\https__bitbucket.org_lindenlab_viewer-interesting_jch9cd.hg | |||
2013-06-18 | SH-4246 FIX interesting: fast timers significantly decreases framerate | Richard Linden | |
removed implicit flushes on reads from recorders for better performance made sure stack timers were updated on recorder deactivate faster rendering and better ui for fast timer view | |||
2013-06-18 | Review cleanup | Dave Parks | |
2013-06-18 | Occlusion culling overhaul. | Dave Parks | |
2013-06-18 | DRTVWR-324 : Suppress the use of BuildParams to set up the channel and use ↵ | Merov Linden | |
the TC environment settings instead | |||
2013-06-18 | CHUI-979 FIXED Clear highlight after clicking in chat input. Do not flash ↵ | Mnikolenko ProductEngine | |
chat button if current conversation is focused and torned off. | |||
2013-06-18 | correct banding issue | Oz Linden | |
2013-06-18 | remove files incorrectly brought back from the past by merges | Oz Linden | |
2013-06-17 | The viewer now requires the 10.7 SDK or above to compile. | Geenz | |
2013-06-17 | Fixed build issue | msavchenko@ubuntu | |
2013-06-17 | add a debug setting "InvisibleObjectsInMemoryTime" to adjust the time ↵ | Xiaohong Bao | |
invisible objects stay in memory. | |||
2013-06-17 | This seems to be on par with viewer-release at this point. | Geenz | |
2013-06-17 | merge changes for 3.6.0-release | Oz Linden | |
2013-06-17 | CHUI-506 FIXED Don't change dropdown position if items are unchanged. | Mnikolenko ProductEngine | |
2013-06-17 | Moved detecting if we're using a roman-script language to it's own function ↵ | Geenz | |
in the application delegate. Also consider the delete and backspace characters to be special cases. | |||
2013-06-17 | Have showInputWindow hand off input events to the bottom line input window. | Geenz | |
2013-06-17 | Move logic involving the input window to keyDown. Pass input events to the ↵ | Geenz | |
input window from there. | |||
2013-06-17 | Insert text into the input window when we attempt to insert text without a ↵ | Geenz | |
pre-editor. Also handle backspace as a special case when determining if the input window needs to be displayed. | |||
2013-06-17 | This brings us to feature parity with CHUI for IME support. | Geenz | |
2013-06-17 | Merged with viewer-release | Geenz | |
2013-06-17 | Merge | Richard Linden | |
2013-06-17 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
added getAs and setAs to LLUnit to make it clearer how you specify units removed accidental 0-based indexing of periodicRecording history... should now be consistently 1-based, with 0 accessing current active recording removed per frame timer updates of all historical timer bars in fast timer display added missing assignment operator to recordings | |||
2013-06-14 | increment viewer version to 3.6.1 | Oz Linden | |
2013-06-14 | Added tag 3.6.0-release for changeset 69429d81ae4d | Oz Linden | |
2013-06-14 | fix for SH-4244: interesting: objects on adjacent region are not visible. and | Xiaohong Bao | |
SH-4264: interesting: Content near edges of screen does not load | |||
2013-06-14 | NORSPEC-251 fix issues with binding unloaded standard bumpmaps | Graham Linden | |
2013-06-14 | MAINT-2791: Yet another crash in LLTextureCache::writeToFastCache(). Reviewed | simon | |
by Kelly | |||
2013-06-14 | merge | mberezhnoy | |
2013-06-14 | NORSPEC-266 fix issues with observer feedback on edits of material map ↵ | Graham Linden | |
parameters | |||
2013-06-14 | Disable asserts in CalculateTangentArray (discussed with davep) to avoid ↵ | Graham Linden | |
debugging interruptions from bad assets | |||
2013-06-13 | fix for SH-4241: viewer crash shortly after login in ↵ | Xiaohong Bao | |
LLViewerRegion::addNewObject and SH-4261: interesting: crash in LLViewerRegion::addToVOCacheTree | |||
2013-06-13 | NORSPEC-261 No more magic numbers, parity between forward and deferred ↵ | Dave Parks | |
rendering WRT to windlight and legacy shininess. Reviewed by Graham (a little bit). | |||
2013-06-13 | NORSPEC-250 speculative stab in the dark | Graham Linden | |
2013-06-13 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
changed Units macros and argument order to make it more clear optimized units for integer types fixed merging of periodicrecordings...should eliminate duplicate entries in sceneloadmonitor history | |||
2013-06-13 | MAINT-2787: Expand viewer_manifest.py's "Release" recognition | Nat Goodspeed | |
viewer_manifest.py currently detects specifically the channel name "Second Life Release" as a release viewer (affecting the icon and other things). The Amazon viewer uses channel name "Second Life Release - Amazon", which is currently not recognized at all, therefore uses a developer-build icon with the caution tape and the word "TEST" stamped onto it. Detect any channel name *starting* with "Second Life Release" as a release viewer. |