Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | merge | Gilbert Gonzales | |
2013-06-18 | ACME-561 Adjusted the size of the floater to better match spec. Also made ↵ | Gilbert Gonzales | |
the floater non-sizable and the tabs spread nearly evenly across. Can touch up UI in another iteration and after some feedback. | |||
2013-06-18 | Review cleanup | Dave Parks | |
2013-06-19 | updated viewer to use new /friends route for ACME-534 | Cho | |
2013-06-18 | ACME-561 Create tabs for the status, photo and place | Gilbert Gonzales | |
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 560: Missed adding floater_social.xml file | Gilbert Gonzales | |
2013-06-18 | Merge vwr-dev-mat | Graham Linden | |
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-18 | NORSPEC-246 make 32F light LUT apply to all OS X machines as several non-nV ↵ | Graham Linden | |
cards were also failing | |||
2013-06-17 | CHUI 560: When Me->Post to Facebook... is selected the Facebook floater opens. | Gilbert Gonzales | |
2013-06-17 | CHUI 560: Adding socialpanel.h/cpp files | Gilbert Gonzales | |
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 | merge | Gilbert Gonzales | |
2013-06-17 | ACME-558: Adding logging information, when a friends list is received the ↵ | Gilbert Gonzales | |
log message 'Facebook: Friends list received' will be displayed. When the suggested friends list is updated the log message 'Facebook: Updating Suggested Friends List' will be displayed. | |||
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 | NORSPEC-246 Force light func to use GL_R32F format for more precision on ↵ | Graham Madarasz | |
older nV mobile cards with single FP hardware | |||
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 | MAINT-318 prevent crashes from incomplete quads and lines and prevent ↵ | Graham Linden | |
drivers from crashing to desktop when passed short buffers | |||
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-15 | Silence spurious asserts when pool is cleared at exactly it's limit | Graham Linden | |
2013-06-15 | NORSPEC-267 fix UI feedback for materials edits not appearing for observers ↵ | Graham Linden | |
when obj was selected by them | |||
2013-06-14 | Merge with viewer-fbc | Merov Linden | |
2013-06-14 | ACME-520 : Add more extended state in LLFacebookConnect and handle it ↵ | Merov Linden | |
consistently and transparently from the public interface | |||
2013-06-14 | ACME-558 Update LLPanelPeople to use the friends list callback and remove ↵ | Gilbert Gonzales | |
the timer dependencies | |||
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 | 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 | ACME-537: Prevented error code for showing up when disconnected from FB and ↵ | Gilbert Gonzales | |
opening the 'Friends' tab of the people panel. | |||
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 | 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. |