Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-04 | SH-358 FIXED Non-FBO driven fix for anti-aliasing (make applying of FSAA ↵ | Loren Shih | |
require restart when FBO is disabled). | |||
2010-11-04 | SH-281 Fix for snapshots showing interface all the time | Loren Shih | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-24 | VWR-21377 Script editor ctrl-f fix. | Kelly Washington | |
change to better / more consistent naming | |||
2010-09-24 | VWR-21377 Script editor ctrl-f fix. | Kelly Washington | |
let some LLViews handle shortcut keys if they want. reviewed with ambroff | |||
2010-09-22 | instead of exposing mutable container in LLInitParam::Multiple, just expose ↵ | Richard Linden | |
access functions, begin(), end(), etc. this allows mutation of param block contents, without being able to change number of elements | |||
2010-09-16 | merge | Richard Linden | |
2010-09-16 | Merge | Leyla Farazha | |
2010-09-09 | Merge | Richard Linden | |
2010-09-09 | Backed out changeset: 28f52b3d2e3d | Richard Linden | |
2010-09-07 | Automated merge with http://bitbucket.org/TheShining/viewer-development | Xiaohong Bao | |
2010-09-07 | fix for VWR-22813: crash at [1] LLImageBase::allocateData(int) ↵ | Xiaohong Bao | |
[secondlife-bin llimage.cpp] | |||
2010-09-03 | vwr-20945 - make menu bar blue when using a project viewer | Kent Quirk | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-20 | changed buildPanel/buildFloater to member functions buildFromFile | Richard Nelson | |
streamlined LLUICtrlFactory's interface | |||
2010-08-16 | cleaned up LLUICtrlFactory... | Richard Nelson | |
removed redundant functionality moved buildPanel to LLPanel | |||
2010-08-13 | fixed progress view z ordering hacks | Richard Nelson | |
DEV-52665 FIX Inventory and Chat hints shown during login before viewer fully loads on load up screen | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-12 | added remaining hints and fade in/fade out behavior | Richard Linden | |
2010-08-12 | first pass at hints | Richard Nelson | |
2010-07-30 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-07-30 | optimizations in button rendering | Richard Nelson | |
2010-07-22 | EXT-8051 FIXED Change cameraCustomizeAvatar calls to use ↵ | Loren Shih | |
gAvatarp->isUsingBakedTextures Changed some uses of cameraCustomizeAvatar as appropriate. | |||
2010-07-26 | (hairy) merge from viewer-release | Tofu Linden | |
2010-07-06 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-06-25 | Merged from viewer-release | Dessie Linden | |
2010-06-25 | EXT-8071 FIX Viewer crashes in login screen when moving mousewheel in login ↵ | Richard Nelson | |
fields. | |||
2010-06-21 | merge fix, commenting out code after return true | Leyla Farazha | |
2010-06-21 | Merge from ssh://hg.lindenlab.com/dessie/viewer-release | Leyla Farazha | |
2010-06-21 | Merge with q/viewer-release | Leyla Farazha | |
2010-06-17 | Merge (and resolve conflict) from q/viewer-release | Kent Quirk | |
2010-06-17 | Merged from q/viewer-release | Dessie Linden | |
2010-06-15 | removing fullscreen functionality | Leyla Farazha | |
reviewed by richard cc#212 | |||
2010-06-15 | EXT-7090 WIP STRG(CTRL)+SHIFT+S in Mouselook doesnt make a snapshot | Richard Linden | |
made world view extend to where menu bar would normally be when in mouselook | |||
2010-06-11 | Merged from viewer-release | Dessie Linden | |
2010-06-08 | EXT-6655 Fixed Made the default busy message repsonse localizable with ↵ | Andrew Dyukov | |
already existing account settings - The root of busy response problem is that this text is located in non-localizable xml and, to make things worse, may be changed by user. So usual translation approach is little help here. So busy response was set the following way(EXT-5885)- on first run, string was written there from strings xml and was never changed later without direct user actions. So after changin locale message always remained the same. - To make this string localize each time locale is changed and if it is the same as default message, new setting was added- BusyResponseChanged which is TRUE if user's busy message differ's from default. If it is true, we do nothing when locale changes, otherwise we set default message from current locale as user's busy message. - Old transitional code from DEV-24146 was removed in this diff including unnecessary "BusyModeResponse2" setting(it is not needed because we'll anyway have to set busy message to default after first run of viewer after this fix and now busy response will be stored in "BusyModeResponse"). Warning! If user modified busy response message before this fix, it will be reset to default after first postfix run. Reviewed by Richard Linden at https://codereview.productengine.com/secondlife/r/350/ --HG-- branch : product-engine | |||
2010-06-04 | merge from viewer-public | Tofu Linden | |
2010-06-03 | EXT-5808 FIXED Mini-Location panel was added below Navigation Bar | Andrew Polunin | |
- Implemented class LLPanelTopInfoBar (llpaneltopinfobar.h, llpaneltopinfobar.cpp, panel_topinfo_bar.xml). Most of it's implementation is borrowed from LLLocationInputCtrl class. - Mini-Location panel is turned off by default. - Added top bar context menu option \"Show Mini-Location Panel\". - Mini-Location panel displays the same context menu as top bar. - Added code to initialize LLPanelTopInfoBar in llviewerwindow.cpp. - Added declaration of the widget in main_view.xml Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/464/ --HG-- branch : product-engine | |||
2010-06-01 | Merge with dessie/viewer-public in prep to land code there | James Cook | |
2010-05-28 | merge from viewer-public | Tofu Linden | |
2010-05-27 | merge | Palmer | |
2010-05-27 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Nyx (Neal Orman) | |
2010-05-27 | EXT-7209 EXT-7366 EXT-7213 FIX EXT-7392 WIP | Nyx (Neal Orman) | |
Final fixes for: EXT-7209 camera to enter appearance edit mode EXT-7366 change camera to face front of avatar in previews EXT-7213 kill old appearance editor Partial fix for: EXT-7392 alpha mask checkboxes are not hooked up All changes code reviewed by vir. Following commits (plus this one) reviewed with this checkin: 425d4e960450 15d04b6464a7 e92ae606de12 adc94512ea9b 24577dbbf7a4 6f28b241eae2 (sorry dessie! :) ) | |||
2010-05-27 | merge from viewer-public | Tofu Linden | |
2010-05-26 | moved SidebarCameraMovement logic out of special widget to camera setup code | Richard Nelson | |