diff options
-rw-r--r-- | ChangeLog.txt | 37 | ||||
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 3 |
2 files changed, 24 insertions, 16 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index bcb715e..518db1e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,7 +1,16 @@ | |||
1 | 2009-09-27 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * Re-enabled "allow first life" userauth stuff. | ||
4 | It was commented out when grid manager was added, but it | ||
5 | makes certain Profile window pieces disappear. | ||
6 | |||
7 | modified: linden/indra/newview/llstartup.cpp | ||
8 | |||
9 | |||
1 | 2009-09-27 McCabe Maxsted <hakushakukun@gmail.com> | 10 | 2009-09-27 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 11 | ||
3 | * Changes to make the grid manager compile on Windows. | 12 | * Changes to make the grid manager compile on Windows. |
4 | 13 | ||
5 | modified: linden/indra/newview/hippoGridManager.cpp | 14 | modified: linden/indra/newview/hippoGridManager.cpp |
6 | modified: linden/indra/newview/hippoLimits.cpp | 15 | modified: linden/indra/newview/hippoLimits.cpp |
7 | modified: linden/indra/newview/hippoRestRequest.cpp | 16 | modified: linden/indra/newview/hippoRestRequest.cpp |
@@ -23,14 +32,14 @@ | |||
23 | 32 | ||
24 | 2009-09-26 McCabe Maxsted <hakushakukun@gmail.com> | 33 | 2009-09-26 McCabe Maxsted <hakushakukun@gmail.com> |
25 | 34 | ||
26 | * Made the windlight floater toggle. | 35 | * Made the windlight floater toggle. |
27 | 36 | ||
28 | modified: linden/indra/newview/llfloaterwindlight.cpp | 37 | modified: linden/indra/newview/llfloaterwindlight.cpp |
29 | 38 | ||
30 | 39 | ||
31 | * Added select Torley Windlight presets to Imprudence. | 40 | * Added select Torley Windlight presets to Imprudence. |
32 | Presets good for photography, mainly. | 41 | Presets good for photography, mainly. |
33 | 42 | ||
34 | new file: %5BTOR%5D%202012.xml | 43 | new file: %5BTOR%5D%202012.xml |
35 | new file: %5BTOR%5D%20Alien%20planet.xml | 44 | new file: %5BTOR%5D%20Alien%20planet.xml |
36 | new file: %5BTOR%5D%20An%20incongruent%20truth.xml | 45 | new file: %5BTOR%5D%20An%20incongruent%20truth.xml |
@@ -79,23 +88,23 @@ | |||
79 | new file: %5BTOR%5D%20Study%20vessels.xml | 88 | new file: %5BTOR%5D%20Study%20vessels.xml |
80 | new file: %5BTOR%5D%20Teak%20weak.xml | 89 | new file: %5BTOR%5D%20Teak%20weak.xml |
81 | new file: %5BTOR%5D%20Wuxia%20nights.xml | 90 | new file: %5BTOR%5D%20Wuxia%20nights.xml |
82 | 91 | ||
83 | 92 | ||
84 | * Removed overridden /oy compiler option. | 93 | * Removed overridden /oy compiler option. |
85 | 94 | ||
86 | modified: linden/indra/cmake/00-Common.cmake | 95 | modified: linden/indra/cmake/00-Common.cmake |
87 | 96 | ||
88 | 97 | ||
89 | * Changed radar label from 'meters' to 'm'. | 98 | * Changed radar label from 'meters' to 'm'. |
90 | 99 | ||
91 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | 100 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml |
92 | 101 | ||
93 | 102 | ||
94 | * Added Windlight presets by Ana Lutetia to Imprudence. | 103 | * Added Windlight presets by Ana Lutetia to Imprudence. |
95 | 104 | ||
96 | new file: %2EAnaLu%2E%20default1.xml | 105 | new file: %2EAnaLu%2E%20default1.xml |
97 | new file: %2EAnaLu%2E%20default2.xml | 106 | new file: %2EAnaLu%2E%20default2.xml |
98 | new file: %2EAnaLu%2E%20default3.xml | 107 | new file: %2EAnaLu%2E%20default3.xml |
99 | new file: %2EAnaLu%2E%20neutral.xml | 108 | new file: %2EAnaLu%2E%20neutral.xml |
100 | new file: %2EAnaLu%2E%20outdoor%20city%20weirdlights.xml | 109 | new file: %2EAnaLu%2E%20outdoor%20city%20weirdlights.xml |
101 | new file: %2EAnaLu%2E%20outdoor%20city.xml | 110 | new file: %2EAnaLu%2E%20outdoor%20city.xml |
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 9b46054..6839a4f 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -2130,7 +2130,6 @@ bool idle_startup() | |||
2130 | LLAvatarTracker::instance().addBuddyList(list); | 2130 | LLAvatarTracker::instance().addBuddyList(list); |
2131 | } | 2131 | } |
2132 | 2132 | ||
2133 | /* | ||
2134 | options.clear(); | 2133 | options.clear(); |
2135 | if(LLUserAuth::getInstance()->getOptions("ui-config", options)) | 2134 | if(LLUserAuth::getInstance()->getOptions("ui-config", options)) |
2136 | { | 2135 | { |
@@ -2149,7 +2148,7 @@ bool idle_startup() | |||
2149 | } | 2148 | } |
2150 | } | 2149 | } |
2151 | } | 2150 | } |
2152 | */ | 2151 | |
2153 | options.clear(); | 2152 | options.clear(); |
2154 | bool show_hud = false; | 2153 | bool show_hud = false; |
2155 | if(LLUserAuth::getInstance()->getOptions("tutorial_setting", options)) | 2154 | if(LLUserAuth::getInstance()->getOptions("tutorial_setting", options)) |