Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-09 | merge | Andrew A. de Laix | |
2010-06-09 | Fix EXT-7432: if SL exits before SLVoice connection handshake completes, ↵ | Andrew A. de Laix | |
just kill the SLVoice process. Verified this is OK on windows. | |||
2010-06-08 | Fix for false positive in error checking symbol file generation on windows ↵ | brad kittenbrink | |
(MissingModuleError). | |||
2010-06-07 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Lynx Linden | |
2010-06-04 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Xiaohong Bao | |
2010-06-04 | EXT-7500: PARTIAL FIXED: Texture Jamming problems with http texture off | Xiaohong Bao | |
2010-06-04 | merge | Richard Nelson | |
2010-06-04 | EXT-7492 FIX Invalid previews are loaded for body parts in the Appearance SP | Richard Nelson | |
reviewed by Nyx | |||
2010-06-04 | EXT-7452: FIXED: gray squares on the world map (nothing to do with map server) | Xiaohong Bao | |
2010-06-04 | VWR-19699 Correct "wear" and "add" behavior | Nyx (Neal Orman) | |
added "add" menu item to clothing right-click menus and corrected "wear" to mean "replace top wearable of this type" reviewed by Richard | |||
2010-06-04 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Nyx (Neal Orman) | |
2010-06-04 | AVP-44 VWR-19699 FIX Multi-wearables and wearable replacement logic | Nyx (Neal Orman) | |
Cleaned up a few things upon code review. Code reviewed by vir for this checkin as well as following previous commits: a801af3728ee af42810b946c | |||
2010-06-04 | Fix for EXT-7571 (Camera is left in object view mode after leaving "edit ↵ | Monroe Linden | |
appearance" mode) Call gAgentCamera.resetView() when exiting appearance/outfit editing mode. | |||
2010-06-04 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Richard Nelson | |
2010-06-04 | merge | Richard Nelson | |
2010-06-04 | DEV-50015 FIX Implement changes to the Buy L$ button in the top bar of the ↵ | Richard Nelson | |
viewer reviewed by Mani | |||
2010-06-04 | Yet more error checking for linux symbol file generation. | brad kittenbrink | |
2010-06-04 | Merge | Eli Linden | |
2010-06-04 | EXT-7545 FIX remove untranslatable strings; add translate="false" to en xui | Eli Linden | |
2010-06-04 | Merge | Leyla Farazha | |
2010-06-04 | EXT-7502 Save as option while modifiying a body part doesn't prompt for ↵ | Leyla Farazha | |
name, and just saves changes. reviewed by Nyx | |||
2010-06-04 | Set CrashHostUrl if configured on start up to redirect freeze reports correctly. | Andrew A. de Laix | |
2010-06-04 | made LLStringUtil::null const | Richard Nelson | |
2010-06-04 | Fix for the last part of EXT-7366 (Need to change camera view of avatar ↵ | Monroe Linden | |
previews on 'Front view' while editing shapes). Reviewed by Richard. | |||
2010-06-04 | automated merge | Loren Shih | |
2010-06-04 | EXT-7526 WIP Add baked texture information to texture view | Loren Shih | |
More informative logic added in to track when an upload is actually happening. Did some minor reformatting. | |||
2010-06-04 | EXT-7526 WIP Add baked texture information to texture view | Loren Shih | |
Minor logic fix for status display. | |||
2010-06-04 | EXT-7526 WIP Add baked texture information to texture view | Loren Shih | |
Added color, emphasis, and more information to texture view. | |||
2010-06-04 | EXT-7504 WIP Force decloud after timeout using lower res textures | Loren Shih | |
Trivial change to texture debug readout. | |||
2010-06-04 | EXT-7533: FIX for 7800 in gpu table. and added nvidia ion. No code changed | Palmer Truelson | |
2010-06-04 | EXT-7504 WIP Force decloud after timeout using lower res textures | Loren Shih | |
Added fix for logic behind resetting upload timer. | |||
2010-06-04 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Richard Nelson | |
2010-06-04 | removed duplicate winmm entry for debug builds | Richard Nelson | |
2010-06-04 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Nyx (Neal Orman) | |
2010-06-04 | automated merge | Loren Shih | |
2010-06-04 | EXT-7504 WIP Force decloud after timeout using lower res textures | Loren Shih | |
Added hack for testing lower texture discard level performance. Enabled LowResTextures timeout. | |||
2010-06-04 | EXT-7628 FIXED Don't cache lower res baked textures | Loren Shih | |
Changed hash mangling algorithm slightly. | |||
2010-06-04 | Fix a long-suffering logging unit test failure, re-enable the test. | Tofu Linden | |
This makes logs look less scary on Linux, in-line with other platforms. | |||
2010-06-04 | merge from PE's viewer-trunk | Tofu Linden | |
2010-06-03 | Merge | brad kittenbrink | |
2010-06-03 | Backed out renaming of log files (changeset 7357f4ef70df) | brad kittenbrink | |
executed: 'hg backout -r 7357f4ef70df --merge' | |||
2010-06-03 | AVP-44 WIP Multi-wearables architecture | Nyx (Neal Orman) | |
One step closer to full support of multi-wearables architecture code will be reviewed before pushing. | |||
2010-06-03 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Nyx (Neal Orman) | |
2010-06-03 | VWR-19699 WIP Correct operations for wear and replace on wearables | Nyx (Neal Orman) | |
Resident-submitted patch, cleaned up so it matches style and compiles/builds well. Appears to work for stated goals but will need some more UI work to ensure consistency. WIP checkin, will be code reviewed before pushing. | |||
2010-06-03 | Code cleanup in LLPanelEditWearable, from Nyx. | Monroe Linden | |
Removed the misnamed LLPanelEditWearable::initializePanel() (which was actually being called multiple times for each object), and moved its functionality to postBuild() and showWearable(). | |||
2010-06-03 | Automated merge with ssh://hg.lindenlab.com/brad/viewer-public | Andrew A. de Laix | |
2010-06-03 | Merge | Eli Linden | |
2010-06-03 | CT-575 WIP DA linguistic new files | Eli Linden | |
2010-06-03 | CT-575 WIP DA linguistic | Eli Linden | |
2010-06-03 | Added extra error checking to generate_breakpad_symbols.py | brad kittenbrink | |
so the failure in copy_l_viewer_manifest (fixed in changeset 4ae8723c7d33) won't be so silent in the future. |