Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-22 | STORM-461 FIXED Hide sidebar tab buttons in mouselook mode. | Vadim ProductEngine | |
2010-11-23 | STORM-674: corrected duplicate name tags in pannel_preferences_color.xml | Wolfpup Lowenhar | |
2010-11-20 | Moved Enable Hints to 2nd line of Help menu | Jonathan Yap | |
2010-11-19 | Merge | brad kittenbrink | |
2010-11-19 | Fix for viewer_manifest.py failure on windows. | brad kittenbrink | |
2010-11-19 | Merge | Leyla Farazha | |
2010-11-19 | Merge | Leyla Farazha | |
2010-11-19 | DN-199 Modify LLGetDisplayName tooltip | Leyla Farazha | |
2010-11-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Bill Curtis | |
2010-11-19 | Fix for windows installer missing update_install.bat. Paired with mani. | brad kittenbrink | |
2010-11-19 | Merged latest lindenlab/viewer-development with mani_linden/viewer-development | brad kittenbrink | |
2010-11-19 | ESC-155 Multi-threaded umbrella collector for stats aggregation | Monty Brandenberg | |
Code complete with the intelligence to merge counts, mins, maxes and means with reasonable defences. Added QAMode controls to the viewer so that we can QA this more quickly by reducing the timing interval and sending the metrics body to local logging as well as to the caps service. | |||
2010-11-19 | Automated merge with file:///Users/Bill/Projects/viewer-release | Bill Curtis | |
2010-11-19 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-11-19 | fixed typo | Bill Curtis | |
2010-11-19 | Merge latest from lindenlab/viewer-development | Dave SIMmONs | |
2010-11-19 | merge fix for STORM-138 | Oz Linden | |
2010-11-19 | merge fix for STORM-616 | Oz Linden | |
2010-11-19 | merge fix for STORM-560 | Oz Linden | |
2010-11-19 | merge fix for STORM-584 | Oz Linden | |
2010-11-19 | merge additional fixes for STORM-572 | Oz Linden | |
2010-11-19 | merge fix for STORM-189 | Oz Linden | |
2010-11-19 | Changed Sit Down shortcut definition and reordered menu slightly. | Jonathan Yap | |
2010-11-19 | Merged latest lindenlab/viewer-development with ↵ | brad kittenbrink | |
mani_linden/viewer-development for bacground updater work. | |||
2010-11-19 | dull boring notification message. | Andrew A. de Laix | |
2010-11-19 | STORM-432 FIXED Disabled manual resizing of the bottom panel in the ↵ | Vadim ProductEngine | |
People/Friends tab. | |||
2010-11-23 | STORM-378 FIXED Added playing snapshot animation and sound when snapshot ↵ | Seth ProductEngine | |
floater is open or refreshed and a snapshot is actually taken. Removed animation upon saving and sending a snapshot. | |||
2010-11-19 | STORM-456 FIXED Removed an extra space from a Polish string. | Vadim ProductEngine | |
2010-11-22 | STORM-517 FIXED Warn user that language change will only take effect after ↵ | Vadim ProductEngine | |
restarting viewer. The warning is shown only once (until the preferences floater is reopened). | |||
2010-11-19 | STORM-584 FIXED color setting to apply to bubble chat text. | Seth ProductEngine | |
2010-11-19 | STORM-572 ADDITIONAL_FIX Fixed overlappings in Sound & Media tab of Preferences. | Andrew Productengine | |
Changed xml to fix overlappings in Spanish locale and make panel closer to spec. | |||
2010-11-18 | CHOP-135 Bug fixes. | Mark Palange (Mani) | |
2010-11-18 | merge | Mark Palange (Mani) | |
2010-11-18 | Fixing bugs discovered in merge with viewer development | Mark Palange (Mani) | |
2010-11-18 | merge fix for STORM-654 | Oz Linden | |
2010-11-18 | merge fix for STORM-316 | Oz Linden | |
2010-11-18 | merge fix for STORM-576 | Oz Linden | |
2010-11-18 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix | |
2010-11-18 | Merge with viewer-development | Mark Palange (Mani) | |
2010-11-18 | STORM-654 : Person to Person chat logs are not created if Display Names are off | Wolfpup Lowenhar | |
Modified code in indicated changeset to correct problem after consulting with Leyla Linden who sugested the orginal change. This fix will convert the Legacy name to a user name id not useing Display Names. | |||
2010-11-18 | Fix for mac build error. | brad kittenbrink | |
2010-11-18 | CT-633 WIP FR linguistic | eli_linden | |
2010-11-18 | inform user on failed install--needs proper user dialog ;-) | Andrew A. de Laix | |
2010-11-18 | STORM-189 FIXED insufficient spacing between controls and truncations in IT, ↵ | Seth ProductEngine | |
NL, PL and PT locales in Build Tools floater. | |||
2010-11-18 | STORM-560 FIXED Implemented preference that allows users to select default ↵ | Andrew Productengine | |
behavior when pressing letter keys. - Added check to LLViewerWindow::handleKey() that gives focus to nearby chat if "Pressing letter keys starts local chat" option is selected, key is not special (and no modifier key is held except Shift), camera is not in mouselook and no view currently has keyboard focus. - The choice of what should happen when letter keys are pressed is saved in new setting added in this fix- "LetterKeysFocusChatBar". | |||
2010-11-18 | First draft of CHOP-106 downloaded update ready notification. | brad kittenbrink | |
Reviewed by mani. | |||
2010-11-18 | Viewer 2.4 (as of 18 Nov 2010) with STORM-616 (Me/Movement) merged in. | Jonathan Yap | |
2010-11-18 | added logging and default value for max-agent-groups | Bill Curtis | |
2010-11-18 | automated merge from viewer-development-shining | Loren Shih | |
2010-11-18 | ESC-154 ESC-155 ESC-156 | Monty Brandenberg | |
Asset fetch requests wrapped to allow for measurements. Asset fetch enqueues, dequeues and completion times recorded to asset stats collector. Texture fetch operations (http and udp) recorded to asset stats collector. Stats collector time vallue switched from F32 to U64 which is the more common type in the viewer. Cross-thread mechanism introduced to communicate region changes and generate global statistics messages. Facility to deliver metrics via Capabilities sketched in but needs additional work. Documentation and diagrams added. |