diff options
author | Armin Weatherwax | 2009-06-26 09:39:58 +0200 |
---|---|---|
committer | Armin Weatherwax | 2009-07-11 13:42:35 +0200 |
commit | 7067b31a6114089217e482bfecc58fd56bed4272 (patch) | |
tree | e0bb99a42c64cdb75e9ca15a38bc1171377c7739 /linden/indra/newview/app_settings | |
parent | Updated URL for Mac OpenAL libs package. (diff) | |
download | meta-impy-7067b31a6114089217e482bfecc58fd56bed4272.zip meta-impy-7067b31a6114089217e482bfecc58fd56bed4272.tar.gz meta-impy-7067b31a6114089217e482bfecc58fd56bed4272.tar.bz2 meta-impy-7067b31a6114089217e482bfecc58fd56bed4272.tar.xz |
BROKEN logoff/relog crashing inconsistently on various startup states.
Diffstat (limited to 'linden/indra/newview/app_settings')
-rw-r--r-- | linden/indra/newview/app_settings/default_grids.xml | 51 | ||||
-rw-r--r-- | linden/indra/newview/app_settings/settings.xml | 33 |
2 files changed, 84 insertions, 0 deletions
diff --git a/linden/indra/newview/app_settings/default_grids.xml b/linden/indra/newview/app_settings/default_grids.xml new file mode 100644 index 0000000..f4feb0c --- /dev/null +++ b/linden/indra/newview/app_settings/default_grids.xml | |||
@@ -0,0 +1,51 @@ | |||
1 | <llsd> | ||
2 | <array> | ||
3 | |||
4 | <!-- | ||
5 | This file contains fallback settings only. | ||
6 | The actual list of grids is loaded from a web server. | ||
7 | --> | ||
8 | |||
9 | <map> | ||
10 | <key>default_grids_version</key><string>0</string> | ||
11 | </map> | ||
12 | |||
13 | <!-- OSGrid --> | ||
14 | <map> | ||
15 | <key>gridnick</key><string>osgrid</string> | ||
16 | <key>gridname</key><string>OSGrid</string> | ||
17 | <key>platform</key><string>OpenSim</string> | ||
18 | <key>loginuri</key><string>http://osgrid.org:8002/</string> | ||
19 | <key>loginpage</key><string>http://osgrid.org/loginscreen.php</string> | ||
20 | <key>helperuri</key><string>http://osgrid.org/</string> | ||
21 | <key>website</key><string>http://osgrid.org/</string> | ||
22 | <key>support</key><string>http://osgrid.org/</string> | ||
23 | <key>register</key><string>http://osgrid.org/index.php?page=create</string> | ||
24 | <key>password</key><string>http://osgrid.org/index.php?page=change</string> | ||
25 | </map> | ||
26 | |||
27 | <!-- Second Life --> | ||
28 | <map> | ||
29 | <key>gridnick</key><string>secondlife</string> | ||
30 | <key>gridname</key><string>Second Life</string> | ||
31 | <key>platform</key><string>SecondLife</string> | ||
32 | <key>loginuri</key><string>https://login.agni.lindenlab.com/cgi-bin/login.cgi</string> | ||
33 | <key>loginpage</key><string>http://secondlife.com/app/login/</string> | ||
34 | <key>helperuri</key><string>https://secondlife.com/helpers/</string> | ||
35 | <key>website</key><string>http://secondlife.com/</string> | ||
36 | <key>support</key><string>http://secondlife.com/support/</string> | ||
37 | <key>register</key><string>http://secondlife.com/registration/</string> | ||
38 | <key>password</key><string>http://secondlife.com/account/request.php</string> | ||
39 | </map> | ||
40 | |||
41 | <!-- Local Host --> | ||
42 | <map> | ||
43 | <key>gridnick</key><string>local</string> | ||
44 | <key>gridname</key><string>Local Host</string> | ||
45 | <key>platform</key><string>OpenSim</string> | ||
46 | <key>loginuri</key><string>http://127.0.0.1:9000/</string> | ||
47 | <key>helperuri</key><string>http://127.0.0.1:9000/</string> | ||
48 | </map> | ||
49 | |||
50 | </array> | ||
51 | </llsd> | ||
diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml index 5c76185..a8d7a08 100644 --- a/linden/indra/newview/app_settings/settings.xml +++ b/linden/indra/newview/app_settings/settings.xml | |||
@@ -10509,5 +10509,38 @@ | |||
10509 | <key>Value</key> | 10509 | <key>Value</key> |
10510 | <integer>0</integer> | 10510 | <integer>0</integer> |
10511 | </map> | 10511 | </map> |
10512 | <key>DefaultGrid</key> | ||
10513 | <map> | ||
10514 | <key>Comment</key> | ||
10515 | <string>Nickname of the default grid</string> | ||
10516 | <key>Persist</key> | ||
10517 | <integer>1</integer> | ||
10518 | <key>Type</key> | ||
10519 | <string>String</string> | ||
10520 | <key>Value</key> | ||
10521 | <string>secondlife</string> | ||
10522 | </map> | ||
10523 | <key>KeepAppearance</key> | ||
10524 | <map> | ||
10525 | <key>Comment</key> | ||
10526 | <string>Keep appearance across grid teleport</string> | ||
10527 | <key>Persist</key> | ||
10528 | <integer>1</integer> | ||
10529 | <key>Type</key> | ||
10530 | <string>Boolean</string> | ||
10531 | <key>Value</key> | ||
10532 | <string>0</string> | ||
10533 | </map> | ||
10534 | <key>CheckForGridUpdates</key> | ||
10535 | <map> | ||
10536 | <key>Comment</key> | ||
10537 | <string>Check for grid info updates on the web server</string> | ||
10538 | <key>Persist</key> | ||
10539 | <integer>1</integer> | ||
10540 | <key>Type</key> | ||
10541 | <string>Boolean</string> | ||
10542 | <key>Value</key> | ||
10543 | <integer>1</integer> | ||
10544 | </map> | ||
10512 | </map> | 10545 | </map> |
10513 | </llsd> | 10546 | </llsd> |