diff options
author | McCabe Maxsted | 2009-11-08 13:23:54 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-11-08 13:23:54 -0700 |
commit | d9ecd6fde8f588d8be9a54a3ebc301bab1e99754 (patch) | |
tree | 1f595f7577a5134b29e4933d1ce6b4b52e9c1f57 /ChangeLog.txt | |
parent | Merged working branch of 1.2 into LL 1.23 merge (diff) | |
parent | Changed version to 1.20 in other files (diff) | |
download | meta-impy-d9ecd6fde8f588d8be9a54a3ebc301bab1e99754.zip meta-impy-d9ecd6fde8f588d8be9a54a3ebc301bab1e99754.tar.gz meta-impy-d9ecd6fde8f588d8be9a54a3ebc301bab1e99754.tar.bz2 meta-impy-d9ecd6fde8f588d8be9a54a3ebc301bab1e99754.tar.xz |
Merged almost-final version of Imprudence 1.2 into 1.3
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 267 |
1 files changed, 267 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 5ec4b88..a5dfa03 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -2,6 +2,34 @@ | |||
2 | =- 1.3.0 -= | 2 | =- 1.3.0 -= |
3 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 3 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
4 | 4 | ||
5 | 2009-11-08 McCabe Maxsted <hakushakukun@gmail.com> | ||
6 | |||
7 | * Merged in nearly-done 1.2 with 1.3. | ||
8 | |||
9 | Conflicts: | ||
10 | ChangeLog.txt | ||
11 | linden/indra/llmedia/llmediaimplllmozlib.cpp | ||
12 | linden/indra/llui/llalertdialog.cpp | ||
13 | linden/indra/newview/llinventorybridge.cpp | ||
14 | linden/indra/newview/llpanelcontents.cpp | ||
15 | linden/indra/newview/llpanelinput.cpp | ||
16 | linden/indra/newview/res/viewerRes.rc | ||
17 | linden/indra/newview/skins/default/xui/de/alerts.xml | ||
18 | linden/indra/newview/skins/default/xui/de/notify.xml | ||
19 | linden/indra/newview/skins/default/xui/en-us/alerts.xml | ||
20 | linden/indra/newview/skins/default/xui/es/alerts.xml | ||
21 | linden/indra/newview/skins/default/xui/fr/alerts.xml | ||
22 | linden/indra/newview/skins/default/xui/fr/notify.xml | ||
23 | linden/indra/newview/skins/default/xui/ja/alerts.xml | ||
24 | linden/indra/newview/skins/default/xui/ja/notify.xml | ||
25 | linden/indra/newview/skins/default/xui/ko/alerts.xml | ||
26 | linden/indra/newview/skins/default/xui/ko/notify.xml | ||
27 | linden/indra/newview/skins/default/xui/pt/alerts.xml | ||
28 | linden/indra/newview/skins/default/xui/pt/notify.xml | ||
29 | linden/indra/newview/skins/default/xui/zh/alerts.xml | ||
30 | linden/install.xml | ||
31 | |||
32 | |||
5 | 2009-10-18 McCabe Maxsted <hakushakukun@gmail.com> | 33 | 2009-10-18 McCabe Maxsted <hakushakukun@gmail.com> |
6 | 34 | ||
7 | * Merged working branch of 1.2 into LL 1.23 merge. | 35 | * Merged working branch of 1.2 into LL 1.23 merge. |
@@ -13,6 +41,245 @@ REMOVE ME! | |||
13 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 41 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
14 | REMOVE ME! | 42 | REMOVE ME! |
15 | 43 | ||
44 | 2009-11-08 McCabe Maxsted <hakushakukun@gmail.com> | ||
45 | |||
46 | * Changed version to 1.20 in other files. | ||
47 | |||
48 | modified: linden/indra/newview/English.lproj/InfoPlist.strings | ||
49 | modified: linden/indra/newview/Info-Imprudence.plist | ||
50 | modified: linden/indra/newview/res/viewerRes.rc | ||
51 | |||
52 | |||
53 | 2009-11-08 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
54 | |||
55 | * Changed version to 1.20 (final, not a RC). | ||
56 | |||
57 | modified: linden/indra/llcommon/llversionviewer.h | ||
58 | |||
59 | |||
60 | 2009-11-07 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
61 | |||
62 | * Fixed some branding issues with alerts.xml and notify.xml. | ||
63 | |||
64 | modified: linden/indra/llui/llalertdialog.cpp | ||
65 | modified: linden/indra/newview/llnotify.cpp | ||
66 | modified: linden/indra/newview/skins/default/xui/de/alerts.xml | ||
67 | modified: linden/indra/newview/skins/default/xui/de/notify.xml | ||
68 | modified: linden/indra/newview/skins/default/xui/en-us/alerts.xml | ||
69 | modified: linden/indra/newview/skins/default/xui/en-us/notify.xml | ||
70 | modified: linden/indra/newview/skins/default/xui/es/alerts.xml | ||
71 | modified: linden/indra/newview/skins/default/xui/fr/alerts.xml | ||
72 | modified: linden/indra/newview/skins/default/xui/fr/notify.xml | ||
73 | modified: linden/indra/newview/skins/default/xui/ja/alerts.xml | ||
74 | modified: linden/indra/newview/skins/default/xui/ja/notify.xml | ||
75 | modified: linden/indra/newview/skins/default/xui/ko/alerts.xml | ||
76 | modified: linden/indra/newview/skins/default/xui/ko/notify.xml | ||
77 | modified: linden/indra/newview/skins/default/xui/pt/alerts.xml | ||
78 | modified: linden/indra/newview/skins/default/xui/pt/notify.xml | ||
79 | modified: linden/indra/newview/skins/default/xui/zh/alerts.xml | ||
80 | |||
81 | |||
82 | 2009-11-07 McCabe Maxsted <hakushakukun@gmail.com> | ||
83 | |||
84 | * Check for different versions of boost in build math files (also fixes broken build math functions). | ||
85 | |||
86 | modified: linden/indra/llmath/llcalc.cpp | ||
87 | modified: linden/indra/llmath/llcalcparser.cpp | ||
88 | modified: linden/indra/llmath/llcalcparser.h | ||
89 | |||
90 | |||
91 | * Upped version to 1.2.0 RC1. | ||
92 | |||
93 | modified: linden/indra/llcommon/llversionviewer.h | ||
94 | modified: linden/indra/newview/English.lproj/InfoPlist.strings | ||
95 | modified: linden/indra/newview/Info-Imprudence.plist | ||
96 | modified: linden/indra/newview/res/viewerRes.rc | ||
97 | |||
98 | |||
99 | * Fixed login page not updating after logout. | ||
100 | |||
101 | modified: linden/indra/newview/llpanellogin.cpp | ||
102 | |||
103 | |||
104 | * Fixed login grid combobox not updating correctly after logout. | ||
105 | |||
106 | modified: linden/indra/newview/llpanellogin.cpp | ||
107 | |||
108 | |||
109 | * Applied RLVa-1.0.5e_20091107_Imprudence-1.2.0-diff.patch. | ||
110 | |||
111 | modified: linden/indra/newview/llagent.cpp | ||
112 | modified: linden/indra/newview/llfloateropenobject.cpp | ||
113 | modified: linden/indra/newview/llinventorybridge.cpp | ||
114 | modified: linden/indra/newview/llpanelcontents.cpp | ||
115 | modified: linden/indra/newview/llpanelinventory.cpp | ||
116 | modified: linden/indra/newview/llpreviewscript.cpp | ||
117 | modified: linden/indra/newview/lltooldraganddrop.cpp | ||
118 | modified: linden/indra/newview/llviewerdisplay.cpp | ||
119 | modified: linden/indra/newview/llviewermenu.cpp | ||
120 | modified: linden/indra/newview/llviewertexteditor.cpp | ||
121 | modified: linden/indra/newview/llvoavatar.cpp | ||
122 | modified: linden/indra/newview/llvovolume.cpp | ||
123 | modified: linden/indra/newview/pipeline.cpp | ||
124 | modified: linden/indra/newview/rlvdefines.h | ||
125 | modified: linden/indra/newview/rlvextensions.cpp | ||
126 | modified: linden/indra/newview/rlvhandler.cpp | ||
127 | modified: linden/indra/newview/rlvhandler.h | ||
128 | modified: linden/indra/newview/rlvhelper.cpp | ||
129 | modified: linden/indra/newview/rlvhelper.h | ||
130 | |||
131 | |||
132 | * Changed default UIScaleFactor to 1.002 as a workaround to some font rendering issues. | ||
133 | |||
134 | modified: linden/indra/newview/app_settings/settings.xml | ||
135 | modified: linden/indra/newview/llpanelgeneral.cpp | ||
136 | |||
137 | |||
138 | 2009-11-06 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
139 | |||
140 | * Changed wording of double-click and autopilot prefs. | ||
141 | |||
142 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_input.xml | ||
143 | |||
144 | |||
145 | 2009-11-04 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
146 | |||
147 | * Created our own Linux fontconfig package, 2.3.7. | ||
148 | |||
149 | modified: linden/indra/newview/viewer_manifest.py | ||
150 | modified: linden/install.xml | ||
151 | |||
152 | |||
153 | 2009-11-03 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
154 | |||
155 | * Added a bunch of Linux libs to viewer_manifest.py. | ||
156 | I had forgotten to add these earlier. Oops. | ||
157 | |||
158 | modified: linden/indra/newview/viewer_manifest.py | ||
159 | |||
160 | |||
161 | * Created our own Linux freetype package, 2.3.11. | ||
162 | |||
163 | modified: linden/indra/cmake/00-Common.cmake | ||
164 | modified: linden/indra/llrender/llfont.cpp | ||
165 | modified: linden/install.xml | ||
166 | |||
167 | * Updated ndofdev to the version used in SL 1.23.4. | ||
168 | |||
169 | modified: linden/install.xml | ||
170 | |||
171 | |||
172 | 2009-11-02 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
173 | |||
174 | * Added "Double-Click Action" and "Go Here By" to Input prefs panel. | ||
175 | |||
176 | modified: linden/indra/newview/llpanelinput.cpp | ||
177 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_input.xml | ||
178 | |||
179 | |||
180 | * Added "DoubleClickAction" and "GoAction" settings. | ||
181 | Together they replace "DoubleClickAutopilot" and | ||
182 | "DoubleClickTeleport". | ||
183 | |||
184 | modified: linden/indra/newview/app_settings/settings.xml | ||
185 | modified: linden/indra/newview/lltoolpie.cpp | ||
186 | modified: linden/indra/newview/llviewermenu.cpp | ||
187 | |||
188 | |||
189 | * "Go Here" in pie menu no longer asks for confirmation. | ||
190 | Double-click still does, though. | ||
191 | |||
192 | modified: linden/indra/newview/lltoolpie.cpp | ||
193 | modified: linden/indra/newview/llviewermenu.cpp | ||
194 | modified: linden/indra/newview/llviewermenu.h | ||
195 | |||
196 | |||
197 | 2009-10-30 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
198 | |||
199 | * Cleaned up PanelRadar class a bit. | ||
200 | More privacy, better method names, generally cleaner. | ||
201 | |||
202 | modified: linden/indra/newview/llviewermessage.cpp | ||
203 | modified: linden/indra/newview/panelradar.cpp | ||
204 | modified: linden/indra/newview/panelradar.h | ||
205 | |||
206 | |||
207 | 2009-10-29 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
208 | |||
209 | * Minimap radar can now be toggled. | ||
210 | |||
211 | modified: llfloatermap.cpp | ||
212 | modified: llfloatermap.h | ||
213 | |||
214 | |||
215 | * Added a button that will toggle the minimap radar. | ||
216 | |||
217 | modified: app_settings/settings.xml | ||
218 | modified: llfloatermap.cpp | ||
219 | modified: llfloatermap.h | ||
220 | modified: skins/default/xui/en-us/floater_mini_map.xml | ||
221 | |||
222 | |||
223 | * Added PanelRadar class, refactored from LLFloaterMap. | ||
224 | |||
225 | modified: linden/indra/newview/CMakeLists.txt | ||
226 | modified: linden/indra/newview/llfloatermap.cpp | ||
227 | modified: linden/indra/newview/llfloatermap.h | ||
228 | modified: linden/indra/newview/llnetmap.cpp | ||
229 | modified: linden/indra/newview/llviewermessage.cpp | ||
230 | new file: linden/indra/newview/panelradar.cpp | ||
231 | new file: linden/indra/newview/panelradar.h | ||
232 | |||
233 | |||
234 | 2009-10-26 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
235 | |||
236 | * Moved radar XML to panel_radar.xml and cleaned it up. | ||
237 | It had been in floater_mini_map.xml. | ||
238 | |||
239 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | ||
240 | new file: linden/indra/newview/skins/default/xui/en-us/panel_radar.xml | ||
241 | |||
242 | |||
243 | * Moved "Logout" to Advanced menu, removed shortcut. | ||
244 | We want to discourage its use until issues are fixed in 1.3. | ||
245 | |||
246 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
247 | |||
248 | |||
249 | * Capped chat channel spinner to 1000000 (1 mil) as temp fix. | ||
250 | Very high numbers cause mysterious rounding problems. | ||
251 | |||
252 | modified: linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml | ||
253 | modified: linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml: | ||
254 | |||
255 | |||
256 | 2009-10-21 McCabe Maxsted <hakushakukun@gmail.com> | ||
257 | |||
258 | * Added Advanced menu option for AllowMultipleViewers for testing purposes. | ||
259 | |||
260 | modified: linden/indra/newview/llviewermenu.cpp | ||
261 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
262 | |||
263 | |||
264 | 2009-10-19 McCabe Maxsted <hakushakukun@gmail.com> | ||
265 | |||
266 | * Partial fix for avatar names not displaying at > 1024m | ||
267 | (won't be fixed until LL actually sends height in more than one byte -_-) | ||
268 | |||
269 | modified: linden/indra/newview/llfloatermap.cpp | ||
270 | |||
271 | |||
272 | * Clamp map teleporting at 4096 rather than 1000. | ||
273 | |||
274 | modified: linden/indra/newview/llfloaterworldmap.cpp | ||
275 | |||
276 | |||
277 | * Applied rlva_init-imprudence.patch (fixes RLVa not initializing in 1.2). | ||
278 | |||
279 | modified: linden/indra/newview/llappviewer.cpp | ||
280 | modified: linden/indra/newview/llstartup.cpp | ||
281 | |||
282 | |||
16 | 2009-10-17 McCabe Maxsted <hakushakukun@gmail.com> | 283 | 2009-10-17 McCabe Maxsted <hakushakukun@gmail.com> |
17 | 284 | ||
18 | * Ported notecard security fix from LL's 1.23.5 viewer. | 285 | * Ported notecard security fix from LL's 1.23.5 viewer. |