Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | conform to coding standard. | 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 | STORM-151 : suppress the linux64 ref in install.xml and attempt to fix ↵ | Merov Linden | |
llkdumem.cpp linux compile issue | |||
2010-11-18 | Fix for mac build error. | brad kittenbrink | |
2010-11-18 | Automated merge with http://bitbucket.org/mani_linden/viewer-development | Mark Palange (Mani) | |
2010-11-18 | CHOP-187 Fixed linux updater return code to return 0 on success | Mark Palange (Mani) | |
2010-11-18 | merged 2.3.0-release tag from viewer-release | Dessie Linden | |
2010-11-18 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2010-11-18 | SH-350 SH-351 SH-355 FIX ARC fixes | Nyx (Neal Orman) | |
Had a few debugging lines in my last checkin. Cleaning up unreviewed changes. | |||
2010-11-18 | Added build params for mesh-development | Brad Payne (Vir Linden) | |
2010-11-18 | CT-633 WIP FR linguistic | eli_linden | |
2010-11-18 | SH-350 SH-351 SH-355 FIX Several fixes for ARC | Nyx (Neal Orman) | |
Fixed the texture resolution calculation against the rounding errors we had before. Fixed the bug where linking prims changed the combined cost Fixed the bug where twisting was not computed properly Code reviewed by davep. | |||
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 | misc cleanup | prep linden | |
2010-11-18 | XML fixup | prep linden | |
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 | Move include in search results from profile window to preference privacy pane | prep linden | |
2010-11-18 | Added tag 2.3.0-release for changeset 6ad3d6fa35a4 | Dessie Linden | |
2010-11-18 | First draft of CHOP-106 downloaded update ready notification. | brad kittenbrink | |
Reviewed by mani. | |||
2010-11-18 | STORM-151 : Modified install.py to point to the new kdu 6.4.1 and changed ↵ | Merov Linden | |
kdu lib name for windows | |||
2010-11-18 | Forgot to give myself credit. | Jonathan Yap | |
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 | Dummy out LLUpdateDownloader::cancel() too for testing. | Nat Goodspeed | |
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. | |||
2010-11-18 | SH-410 Opaque Water Project version 2.0 | Loren Shih | |
Added opaque water default settings to Linux featuretable. | |||
2010-11-18 | STORM-576 FIXED Hooked up code to preference that allows users to enable ↵ | Andrew Productengine | |
double-click to teleport or use auto-pilot. - Added dirty flag that is set true when user changes checkbox or chooses one of radiobuttons connected to double-click action. No change of user settings happens on this commit, because user may press cancel or close floater. If user presses OK, and flag is true, user changes are applied to settings. If user clicks cancel or closes floater, controls are reverted to the state they were before changes, using settings to determine it. - Removed double-click action menu items and code that handled them to avoid functionality duplication and synchronization problems. | |||
2010-11-17 | merge | Brad Payne (Vir Linden) | |
2010-11-17 | merge fix for STORM-582 | Oz Linden | |
2010-11-17 | Work on CHOP-135: Hooking up setting UpdaterServiceActive to functionality. ↵ | brad kittenbrink | |
Paired with Mani. Toggling the setting now calls LLUpdaterService::startChecking() and LLUpdaterService::stopChecking(), which enable and disable the service. | |||
2010-11-17 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2010-11-17 | SH-480 FIX meshes are not added to objects folder on upload | Nyx (Neal Orman) | |
curl host scrubbing was causing object creation for mesh prims to fail. Commenting out the offending lines so we can have a functional release. Will file a separate bug for Vir to investigate when/if we can re-enable host scrubbing on these URLs for a future release. Approach approved by davep. | |||
2010-11-17 | merge | Mark Palange (Mani) | |
2010-11-17 | CHOP-135 Added Pref UI to Setup panel. Rev. by Brad | Mark Palange (Mani) | |
2010-11-17 | post events for dowload success and error. | Andrew A. de Laix | |
2010-11-17 | SOCIAL-233 WIP Better performance (improve loading time of webkit instance) | Monroe Linden | |
The plugin system will now keep a spare running webkit plugin process around and use it when it needs a webkit instance. This should hide some large portion of the setup time when creating a new webkit plugin (i.e. opening the search window, etc.) | |||
2010-11-17 | Update slvoice dependencies to a hopefully correct version | Bryan O'Sullivan | |
2010-11-17 | CHOP-203 Deleting the update file after installer run. | Mark Palange (Mani) | |
2010-11-17 | merge up to latest viewer-development | Oz Linden | |
2010-11-17 | Merge with viewer-development | Bryan O'Sullivan | |
2010-11-17 | Merge with myself | Bryan O'Sullivan | |
2010-11-17 | It is safe to use Python 2.7 on Windows, if present | Bryan O'Sullivan | |