Commit Graph

14844 Commits (c2e88db89a8ba111efd0c1b61cc8dec400a007cb)

Author SHA1 Message Date
Merov Linden c2e88db89a STORM-987 : Took Vadim's comment into account: check arguments consistency, make sure remaining perf data are flushed on exit. 2011-03-10 22:02:49 -08:00
Merov Linden 18a66fb761 Pull from viewer-development 2011-03-09 21:17:29 -08:00
Merov Linden 7f42c02cad STORM-987 : Add the --image-stats argument, make argument passing more consistent, fix typos in comments in llimage header 2011-03-09 20:54:59 -08:00
Merov Linden 0c02401498 Crash hunters: pull in viewer-development 2011-03-09 11:56:34 -08:00
Merov Linden cb0dcc204d STORM-987 : Add --logmetrics and --analyzeperformance arguments, moved analyzeMetricPerformanceLog() and doAnalysisMetrics() from LLFastTimerView to LLMetricPerformanceTesterBasic 2011-03-08 23:44:00 -08:00
Merov Linden 76a325b832 STORM-1026 : Suppress trivial assert that makes Mac build fail (warning treated as error) 2011-03-08 17:00:39 -08:00
Xiaohong Bao 7e7ea1eec4 fix for STORM-1053: crash at LLTextureCache::writeToCache 2011-03-08 14:59:40 -07:00
Xiaohong Bao d4c0c81c72 fix for STORM-1052: crash at LLVOCacheEntry::~LLVOCacheEntry() line 138 2011-03-08 14:20:14 -07:00
Xiaohong Bao 913f927fc8 fix for STORM-1049: [crashhunters] crash at LLViewerFetchedTexture::forceToSaveRawImage(int,bool) 2011-03-08 11:52:28 -07:00
Xiaohong Bao da82bccd17 Automated merge with http://hg.secondlife.com/viewer-development 2011-03-07 18:10:42 -07:00
Xiaohong Bao 409cc0cf93 fix for STORM-1046:[crashhunters] crash in LWorld::removeRegion
STORM-1014: Viewer crash in LLSurface::getWaterHeight
STORM-1047:[crashhunters] crash at LLViewerObjectList::renderObjectsForMap
2011-03-07 18:10:28 -07:00
Xiaohong Bao 1405bbd81e fix for STORM-1046:[crashhunters] crash in LWorld::removeRegion
STORM-1014: Viewer crash in LLSurface::getWaterHeight
STORM-1047:[crashhunters] crash at LLViewerObjectList::renderObjectsForMap
2011-03-07 18:10:28 -07:00
Dave SIMmONs a07e6c6251 Merge branches 2011-03-07 16:39:38 -08:00
Dave SIMmONs a6ff010dc1 ER-350: Viewer / sim camera positioning not working well on login. Viewer now sets the camera before calling send_agent_update(). Reviewed by Kelly. 2011-03-07 15:01:04 -08:00
Merov Linden be9bae601c STORM-1045 : pull into viewer-development 2011-03-07 14:31:09 -08:00
Merov Linden 1ec800fb44 STORM-1037 : pull into viewer-development 2011-03-07 14:28:58 -08:00
Merov Linden 6f53d62365 STORM-236 : pull into viewer-development 2011-03-07 14:24:57 -08:00
Merov Linden 7a33c9ef42 STORM-28 : pull into viewer-development 2011-03-07 14:13:51 -08:00
Xiaohong Bao a313cedd69 fix for STORM-1026: Viewer crahes while trying to reset Graphics quality.
reviewed by davep
2011-03-07 15:02:48 -07:00
Merov Linden cd3b76cb52 STORM-10140 : pull into viewer-development 2011-03-08 16:12:05 -08:00
Merov Linden 75cc20848e STORM-1015 : pull into viewer-development 2011-03-08 16:09:18 -08:00
Merov Linden 0bc84cea2e STORM-990 : pull into viewer-development 2011-03-08 16:07:52 -08:00
Merov Linden 7dc7754ed3 STORM-494 : pull into viewer-development 2011-03-08 16:06:29 -08:00
Xiaohong Bao 8610a6424e fix for STORM-1026: Viewer crahes while trying to reset Graphics quality.
reviewed by davep
2011-03-07 15:02:48 -07:00
Merov Linden 7f5c3795b7 Update version number to 2.5.2 2011-03-07 10:24:56 -08:00
Vadim ProductEngine 176b025a26 STORM-236 WIP Additional fixes.
Fixed:
* Wrong ability to place a button between the chat input and the drag handle (thanks Wolfpup!).
* Broken drag-n-drop cursors.
2011-03-04 19:10:54 +02:00
Jonathan Yap ecb693e825 STORM-1040 Added code for media beacons, which are coming in Storm-1019 2011-03-04 11:35:50 -05:00
Jonathan Yap 4d8244573c STORM-1040 Text that shows what Beacons you are viewing is always in English 2011-03-04 08:46:45 -05:00
Vadim ProductEngine 211465b772 STORM-236 WIP Minor code improvements.
- To decrease code duplication:
  * Added RS_BUTTON_SPEAK to the button->panel mapping (mStateProcessedObjectMap).
  * Replaces all lookups in mStateProcessedObjectMap with calls to getButtonPanel().
- Added some comments.
2011-03-04 13:46:57 +02:00
Merov Linden 5cb2d63979 STORM-969 : pull into viewer-development 2011-03-03 23:25:03 -08:00
Merov Linden 6fb3cf0d3a STORM-980 : pull in viewer-development 2011-03-03 21:52:15 -08:00
Merov Linden 21c3487cac STORM-991 : pull into viewer-development 2011-03-03 19:19:33 -08:00
eli_linden 4cfe6dce91 VWR-22531 VWR-22532 VWR-22343 FIX 2011-03-03 12:38:58 -08:00
Oz Linden 7bdf37f00c storm-1037: remove the "hide url" checkboxes in parcel management 2011-03-03 14:22:37 -05:00
Vadim ProductEngine 0247cd6aeb STORM-236 FIXED Allow the "Speak" button to be removed, like other buttons.
Cumulative diff of changes made by Wolfpup, Richard and me.

Description:
* Ability to hide the Speak button with the bottom tray context menu.
* Made the chat input resize handle visible, so that the feature is easily discoverable.
* Applied Richard's fix to layout panel resizing logic.
2011-03-03 20:49:42 +02:00
eli_linden aa72b0df03 VWR-24992 FIX remove evil old parameters in localized xml files 2011-03-02 17:29:47 -08:00
eli_linden 9259f3a6bc VWR-24754 FIX from Torben Troutman 2011-03-02 13:37:38 -08:00
eli_linden 8e74e29bc7 VWR-23494 FIX on behalf of Torban Troutman 2011-03-02 11:31:29 -08:00
Merov Linden 22198656b7 Added tag 2.5.1-start for changeset 63a6aedfce78 2011-03-01 15:46:03 -08:00
Merov Linden 268f528ca1 Set the version to 2.5.1... Yeap! Back from 2.7.0 (not a misprint) 2011-03-01 15:45:43 -08:00
Merov Linden 0748420c94 STORM-1004 : pull into viewer-development 2011-03-01 15:24:52 -08:00
Merov Linden 2ef66a7cfa STORM-954 : pull into viewer-development 2011-03-01 12:02:14 -08:00
Merov Linden 760f6f494e STORM-949 : pull into viewer-development 2011-03-01 11:59:46 -08:00
Merov Linden 0a974abcff STORM-889 : pull into viewer-development 2011-03-01 11:58:12 -08:00
Merov Linden 270f3afad4 STORM-842 : pull into viewer-development 2011-03-01 11:56:21 -08:00
Merov Linden 05546dfa3b STORM-665 : pull into viewer-development 2011-03-01 11:55:08 -08:00
Merov Linden 4e3068fcd4 STORM-1024 : pull into viewer-development 2011-03-01 11:53:47 -08:00
Merov Linden f86e112556 STORM-977 : pull into viewer-development 2011-03-01 11:50:12 -08:00
Jonathan Yap 40a8fc4b46 STORM-980 Fix additional issue with Wear button found by QA 2011-02-28 14:18:00 -05:00
Paul ProductEngine 3810a391d0 STORM-494 FIXED Message Well window is undocked while opening Side bar
- To calculate properly whether the dockable floater visible or not, it's needed to get root view as dockable floater's parent
2011-02-26 17:26:34 +02:00