diff options
author | Graham Madarasz (Graham) <graham@lindenlab.com> | 2013-03-04 08:57:58 -0800 |
---|---|---|
committer | Graham Madarasz (Graham) <graham@lindenlab.com> | 2013-03-04 08:57:58 -0800 |
commit | 4e81a84abd2c928dbdc6c4e2a3a348494d205edf (patch) | |
tree | 7066e1bbe40d44db58660ea65ef126d32b513c62 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 3849ee79c3810226d1129bcbeb6bd69144aba243 (diff) | |
parent | da2caa46406d07b4b093bc17966ee23d87819f7c (diff) |
Performance improvements. Faster threadsaferefcount, faster instancetracker, use hashtable and pre-hashed strings for GLSL uniform lookup, and use dup_handles curl interface to avoid re-initing ares resolvers expensively.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 832e05a06f..fb530ef22d 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -203,6 +203,45 @@ Message Template [PATH] not found. </notification> <notification + icon="notify.tga" + name="ExceededHighDetailRenderCost" + persist="false" + type="alertmodal"> + Your avatar has become too complex to be rendered by even high performance computers. Almost all Residents will see a low detail stand in instead of your actual avatar. + <unique/> + <usetemplate + ignoretext="Avatar exceeded high detail complexity." + name="okignore" + yestext="Close"/> + </notification> + + <notification + icon="notify.tga" + name="ExceededMidDetailRenderCost" + persist="false" + type="alertmodal"> + Your avatar has become too complex to be rendered by most computers. Many Residents will see a low detail stand in instead of your actual avatar. + <unique/> + <usetemplate + ignoretext="Avatar exceeded mid detail complexity." + name="okignore" + yestext="Close"/> +</notification> + + <notification + icon="notify.tga" + name="ExceededLowDetailRenderCost" + persist="false" + type="alertmodal"> + Your avatar has become too complex to be rendered by some computers. Some Residents will see a low detail stand in instead of your actual avatar. + <unique/> + <usetemplate + ignoretext="Avatar exceeded low detail complexity." + name="okignore" + yestext="Close"/> + </notification> + + <notification icon="alertmodal.tga" name="WearableSave" type="alertmodal"> @@ -9935,5 +9974,5 @@ An internal error prevented us from properly updating your viewer. The L$ balan <tag>fail</tag> Cannot create large prims that intersect other players. Please re-try when other players have moved. </notification> - + </notifications> |