diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 2236 |
1 files changed, 2017 insertions, 219 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index a42b4be..5ec4b88 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,289 +1,2087 @@ | |||
1 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
2 | =- 1.3.0 -= | ||
3 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
4 | |||
5 | 2009-10-18 McCabe Maxsted <hakushakukun@gmail.com> | ||
6 | |||
7 | * Merged working branch of 1.2 into LL 1.23 merge. | ||
8 | |||
9 | |||
10 | REMOVE ME! | ||
11 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
12 | =- 1.2.0 misc. -= | ||
13 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
14 | REMOVE ME! | ||
15 | |||
16 | 2009-10-17 McCabe Maxsted <hakushakukun@gmail.com> | ||
17 | |||
18 | * Ported notecard security fix from LL's 1.23.5 viewer. | ||
19 | |||
20 | modified: linden/indra/newview/llassetuploadresponders.cpp | ||
21 | modified: linden/indra/newview/llpreview.cpp | ||
22 | modified: linden/indra/newview/llpreview.h | ||
23 | |||
24 | |||
25 | 2009-10-16 McCabe Maxsted <hakushakukun@gmail.com> | ||
26 | |||
27 | * Applied RLVa-1.0.4e_20091010_SL-1.22.11-diff.patch. | ||
28 | |||
29 | modified: linden/indra/newview/app_settings/settings.xml | ||
30 | modified: linden/indra/newview/llagent.cpp | ||
31 | modified: linden/indra/newview/llchatbar.cpp | ||
32 | modified: linden/indra/newview/llinventorybridge.cpp | ||
33 | modified: linden/indra/newview/llpanelinventory.cpp | ||
34 | modified: linden/indra/newview/llviewermenu.cpp | ||
35 | modified: linden/indra/newview/llviewermessage.cpp | ||
36 | modified: linden/indra/newview/llviewertexteditor.cpp | ||
37 | modified: linden/indra/newview/rlvdefines.h | ||
38 | modified: linden/indra/newview/rlvextensions.cpp | ||
39 | modified: linden/indra/newview/rlvextensions.h | ||
40 | modified: linden/indra/newview/rlvhandler.cpp | ||
41 | modified: linden/indra/newview/rlvhandler.h | ||
42 | modified: linden/indra/newview/rlvhelper.cpp | ||
43 | modified: linden/indra/newview/rlvhelper.h | ||
44 | |||
45 | |||
46 | 2009-10-13 McCabe Maxsted <hakushakukun@gmail.com> | ||
47 | |||
48 | * Applied patch for VWR-6787 by Alissa Sabre - 'none' text in group window not translatable. | ||
49 | |||
50 | modified: indra/newview/llfloatergroups.cpp | ||
51 | modified: indra/newview/skins/default/xui/de/floater_choose_group.xml | ||
52 | modified: indra/newview/skins/default/xui/de/panel_groups.xml | ||
53 | modified: indra/newview/skins/default/xui/en-us/floater_choose_group.xml | ||
54 | modified: indra/newview/skins/default/xui/en-us/panel_groups.xml | ||
55 | modified: indra/newview/skins/default/xui/ja/floater_choose_group.xml | ||
56 | modified: indra/newview/skins/default/xui/ja/panel_groups.xml | ||
57 | modified: indra/newview/skins/default/xui/ko/floater_choose_group.xml | ||
58 | modified: indra/newview/skins/default/xui/ko/panel_groups.xml | ||
59 | |||
60 | |||
61 | * Combine the two mini-map mute buttons into one. | ||
62 | |||
63 | modified: linden/indra/newview/llfloatermap.cpp | ||
64 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | ||
65 | |||
66 | |||
67 | * Parcel highlighting when selecting a name in radar is less buggy. | ||
68 | |||
69 | modified: linden/indra/newview/llfloatermap.cpp | ||
70 | modified: linden/indra/newview/llfloatermap.h | ||
71 | modified: linden/indra/newview/llviewermessage.cpp | ||
72 | |||
73 | |||
74 | * Added history button for group chat as well. | ||
75 | |||
76 | modified: linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml | ||
77 | |||
78 | |||
79 | * Disable IM history button for Linux and Mac users. | ||
80 | |||
81 | modified: linden/indra/newview/llimpanel.cpp | ||
82 | modified: linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml | ||
83 | |||
84 | |||
85 | * Applied show IM logs button from Emerald viewer and added an alert if there is no history. | ||
86 | |||
87 | modified: linden/indra/llwindow/llwindow.h | ||
88 | modified: linden/indra/llwindow/llwindowwin32.cpp | ||
89 | modified: linden/indra/llwindow/llwindowwin32.h | ||
90 | modified: linden/indra/newview/llimpanel.cpp | ||
91 | modified: linden/indra/newview/llimpanel.h | ||
92 | modified: linden/indra/newview/skins/default/xui/en-us/alerts.xml | ||
93 | modified: linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml | ||
94 | |||
95 | |||
96 | * Updated inventory search to include description (from Emerald). | ||
97 | |||
98 | modified: linden/indra/newview/llfolderview.cpp | ||
99 | modified: linden/indra/newview/llfolderview.h | ||
100 | modified: linden/indra/newview/llinventoryactions.cpp | ||
101 | modified: linden/indra/newview/llinventoryview.cpp | ||
102 | modified: linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml | ||
103 | |||
104 | |||
105 | * Disable avatar appearance facelight when local lighting turned off. | ||
106 | |||
107 | modified: linden/indra/newview/pipeline.cpp | ||
108 | |||
109 | |||
110 | 2009-10-12 McCabe Maxsted <hakushakukun@gmail.com> | ||
111 | |||
112 | * Only enable import/export of shapes if they're full perm and you're the creator. | ||
113 | |||
114 | modified: linden/indra/newview/llfloatercustomize.cpp | ||
115 | |||
116 | |||
117 | * Removed Emerald viewer modifier for avatar height label in customize window. | ||
118 | |||
119 | modified: linden/indra/newview/llfloatercustomize.cpp | ||
120 | |||
121 | |||
122 | * Added avatar shape import and export from Meerkat viewer. | ||
123 | |||
124 | modified: linden/indra/newview/llfloatercustomize.cpp | ||
125 | modified: linden/indra/newview/llfloatercustomize.h | ||
126 | modified: linden/indra/newview/llwearable.cpp | ||
127 | modified: linden/indra/newview/llwearable.h | ||
128 | modified: linden/indra/newview/skins/default/xui/en-us/floater_customize.xml | ||
129 | |||
130 | |||
131 | * Added check/uncheck all buttons for make outfit from Meerkat viewer. | ||
132 | |||
133 | modified: linden/indra/newview/llfloatercustomize.cpp | ||
134 | modified: linden/indra/newview/skins/default/xui/en-us/floater_new_outfit_dialog.xml | ||
135 | |||
136 | |||
137 | * Removed reference to 'Second Life' from postcard message a la Meerkat. | ||
138 | |||
139 | modified: linden/indra/newview/skins/default/xui/en-us/floater_postcard.xml | ||
140 | |||
141 | |||
142 | * Added script load/save from Meerkat viewer. | ||
143 | |||
144 | modified: linden/indra/newview/llfilepicker.cpp | ||
145 | modified: linden/indra/newview/llfilepicker.h | ||
146 | modified: linden/indra/newview/llpreviewscript.cpp | ||
147 | modified: linden/indra/newview/llpreviewscript.h | ||
148 | modified: linden/indra/newview/skins/default/xui/en-us/floater_script_ed_panel.xml | ||
149 | deleted: linden/indra/newview/skins/silver/xui/en-us/floater_script_ed_panel.xml | ||
150 | deleted: linden/indra/newview/skins/silver/xui/en-us/floater_script_queue.xml | ||
151 | |||
152 | |||
153 | 2009-10-11 McCabe Maxsted <hakushakukun@gmail.com> | ||
154 | |||
155 | * Added particle count to windlight toolbar. | ||
156 | |||
157 | modified: linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote_expanded.xml | ||
158 | |||
159 | |||
160 | * Made advanced water toggle. | ||
161 | |||
162 | modified: linden/indra/newview/llfloaterwater.cpp | ||
163 | |||
164 | |||
165 | * Added advanced water and windlight sky tabs to sky presets pulldown. | ||
166 | |||
167 | modified: linden/indra/newview/llfloaterwindlight.cpp | ||
168 | modified: linden/indra/newview/llfloaterwindlight.h | ||
169 | modified: linden/indra/newview/llwindlightremotectrl.cpp | ||
170 | modified: linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote.xml | ||
171 | modified: linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote_expanded.xml | ||
172 | |||
173 | |||
174 | * Added next/prev buttons to windlight water window. | ||
175 | |||
176 | modified: linden/indra/newview/llfloaterwater.cpp | ||
177 | modified: linden/indra/newview/llfloaterwater.h | ||
178 | modified: linden/indra/newview/skins/default/xui/en-us/floater_water.xml | ||
179 | |||
180 | |||
181 | 2009-10-10 McCabe Maxsted <hakushakukun@gmail.com> | ||
182 | |||
183 | * Force minimize button focus to the top of Mini-Map. | ||
184 | |||
185 | modified: linden/indra/newview/llfloatermap.cpp | ||
186 | |||
187 | |||
188 | * Added and tweaked vertical IM option from Emerald viewer. | ||
189 | |||
190 | new file: linden/indra/newview/skins/default/xui/en-us/floater_chatterbox_vertical.xml | ||
191 | modified: linden/indra/newview/app_settings/settings.xml | ||
192 | modified: linden/indra/newview/llfloaterchatterbox.cpp | ||
193 | modified: linden/indra/newview/llprefsim.cpp | ||
194 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_im.xml | ||
195 | |||
196 | |||
197 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
198 | =- 1.2.0 BETA 2 -= | ||
199 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
200 | |||
201 | 2009-10-09 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
202 | |||
203 | * Updated and added some Linux libs. | ||
204 | Updated: glib, gstreamer, gtk-etc, ogg-vorbis, openal, libxml | ||
205 | Added: gstreamer-plugins, theora | ||
206 | |||
207 | modified: linden/indra/newview/viewer_manifest.py | ||
208 | modified: linden/indra/cmake/GStreamer.cmake | ||
209 | modified: linden/indra/cmake/UI.cmake | ||
210 | modified: linden/install.xml | ||
211 | |||
212 | |||
213 | 2009-10-09 McCabe Maxsted <hakushakukun@gmail.com> | ||
214 | |||
215 | * Updated version info to 1.2.0 beta 2, added changelog banner. | ||
216 | |||
217 | modified: linden/indra/llcommon/llversionviewer.h | ||
218 | modified: linden/indra/newview/English.lproj/InfoPlist.strings | ||
219 | modified: linden/indra/newview/Info-Imprudence.plist | ||
220 | modified: linden/indra/newview/res/viewerRes.rc | ||
221 | |||
222 | |||
223 | * Fixed new search window size hiding next/prev buttons. | ||
224 | |||
225 | modified: linden/indra/newview/skins/default/xui/en-us/floater_directory.xml | ||
226 | |||
227 | |||
228 | * Mini-map can now be minimized. | ||
229 | |||
230 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | ||
231 | |||
232 | |||
233 | * Added missing RLVa header file: rlvdefines.h. | ||
234 | |||
235 | new file: linden/indra/newview/rlvdefines.h | ||
236 | |||
237 | |||
238 | 2009-10-08 McCabe Maxsted <hakushakukun@gmail.com> | ||
239 | |||
240 | * Applied lldialog spam throttle from Emerald viewer. | ||
241 | |||
242 | modified: linden/indra/newview/app_settings/settings.xml | ||
243 | modified: linden/indra/newview/llviewermessage.cpp | ||
244 | |||
245 | |||
246 | * Don't show lldialog boxes from muted avatars anymore. | ||
247 | |||
248 | modified: linden/indra/newview/llviewermessage.cpp | ||
249 | |||
250 | |||
251 | * Fixed money change notification happening after logout/login. | ||
252 | |||
253 | modified: linden/indra/newview/llviewermessage.cpp | ||
254 | |||
255 | |||
256 | * Fixed entering sim notification being tied to radar range. | ||
257 | |||
258 | modified: linden/indra/newview/llfloatermap.cpp | ||
259 | |||
260 | |||
261 | * Fixed stupid error on my part that broke clickable names in chat history. | ||
262 | |||
263 | modified: linden/indra/newview/llfloaterchat.cpp | ||
264 | |||
265 | |||
266 | 2009-10-07 McCabe Maxsted <hakushakukun@gmail.com> | ||
267 | |||
268 | * Clickable IMs in chat history was causing readability problems at varying distances, | ||
269 | decided it was a bug and fixed it. | ||
270 | |||
271 | modified: linden/indra/newview/llfloaterchat.cpp | ||
272 | |||
273 | |||
274 | * Mini-map radar now can notify you when someone enters the sim. | ||
275 | |||
276 | modified: linden/indra/newview/app_settings/settings.xml | ||
277 | modified: linden/indra/newview/llfloatermap.cpp | ||
278 | modified: linden/indra/newview/llfloatermap.h | ||
279 | modified: linden/indra/newview/llpanelgeneral.cpp | ||
280 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | ||
281 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml | ||
282 | |||
283 | |||
284 | * Added typing info to mini-map radar. | ||
285 | |||
286 | modified: linden/indra/newview/llfloatermap.cpp | ||
287 | modified: linden/indra/newview/llfloatermap.h | ||
288 | modified: linden/indra/newview/llviewermessage.cpp | ||
289 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | ||
290 | |||
291 | |||
292 | * Applied avatar height in customize window from Emerald viewer. | ||
293 | |||
294 | modified: linden/indra/newview/llfloatercustomize.cpp | ||
295 | modified: linden/indra/newview/skins/default/xui/en-us/floater_customize.xml | ||
296 | |||
297 | |||
298 | * Fixed random mouseclicks on the edge of the window. | ||
299 | |||
300 | modified: linden/indra/newview/llviewerwindow.cpp | ||
301 | |||
302 | |||
303 | 2009-10-06 McCabe Maxsted <hakushakukun@gmail.com> | ||
304 | |||
305 | * Applied RLVa-1.0.3e_20091005_Imprudence-1.2.0-diff.patch by Kitty Barnett. | ||
306 | |||
307 | modified: linden/indra/newview/CMakeLists.txt | ||
308 | modified: linden/indra/newview/app_settings/settings.xml | ||
309 | modified: linden/indra/newview/llfirstuse.cpp | ||
310 | modified: linden/indra/newview/llfirstuse.h | ||
311 | modified: linden/indra/newview/llviewermenu.cpp | ||
312 | modified: linden/indra/newview/llviewermessage.cpp | ||
313 | modified: linden/indra/newview/rlvevent.h | ||
314 | modified: linden/indra/newview/rlvextensions.cpp | ||
315 | modified: linden/indra/newview/rlvhandler.cpp | ||
316 | modified: linden/indra/newview/rlvhandler.h | ||
317 | modified: linden/indra/newview/rlvhelper.cpp | ||
318 | modified: linden/indra/newview/rlvhelper.h | ||
319 | modified: linden/indra/newview/skins/default/xui/en-us/alerts.xml | ||
320 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
321 | |||
322 | |||
323 | modified: linden/indra/newview/skins/default/xui/en-us/notify.xml | ||
324 | |||
325 | |||
326 | * Applied RLVa-1.0.2c_20091005_Imprudence-1.2.0-diff.patch by Kitty Barnett. | ||
327 | |||
328 | modified: linden/indra/newview/llinventorybridge.cpp | ||
329 | modified: linden/indra/newview/lltooldraganddrop.cpp | ||
330 | modified: linden/indra/newview/llviewermenu.cpp | ||
331 | modified: linden/indra/newview/llviewermessage.cpp | ||
332 | modified: linden/indra/newview/rlvhandler.cpp | ||
333 | modified: linden/indra/newview/rlvhandler.h | ||
334 | modified: linden/indra/newview/rlvhelper.cpp | ||
335 | modified: linden/indra/newview/rlvhelper.h | ||
336 | |||
337 | |||
338 | 2009-10-05 McCabe Maxsted <hakushakukun@gmail.com> | ||
339 | |||
340 | * Renamed 'Create' in object pie to 'Build,' moved it to top right and switched 'Wear' and 'Return.' | ||
341 | |||
342 | modified: indra/newview/skins/default/xui/en-us/menu_pie_object.xml | ||
343 | |||
344 | |||
345 | 2009-10-04 McCabe Maxsted <hakushakukun@gmail.com> | ||
346 | |||
347 | * Changes that should improve sculpty LOD. | ||
348 | |||
349 | modified: linden/indra/llmath/llvolume.cpp | ||
350 | |||
351 | |||
352 | * Fixed mini-map distance label and rounding. | ||
353 | |||
354 | modified: linden/indra/newview/llfloatermap.cpp | ||
355 | |||
356 | |||
357 | * Mini-map radar now notifies when someone enters chat range, and how far away they are. | ||
358 | |||
359 | modified: linden/indra/newview/app_settings/settings.xml | ||
360 | modified: linden/indra/newview/llfloatermap.cpp | ||
361 | modified: linden/indra/newview/llfloatermap.h | ||
362 | modified: linden/indra/newview/llpanelgeneral.cpp | ||
363 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | ||
364 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml | ||
365 | |||
366 | |||
367 | 2009-10-03 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
368 | |||
369 | * Updated and added some Linux libs to install.xml. | ||
370 | Updated: glib, gstreamer, ogg-vorbis, openal | ||
371 | Added: gstreamer-plugins, theora | ||
372 | |||
373 | modified: linden/install.xml | ||
374 | |||
375 | |||
376 | * Grid manager no longer appends "/" to URIs. | ||
377 | This was causing trouble with URIs that shouldn't end in "/". | ||
378 | |||
379 | modified: linden/indra/newview/hippoGridManager.cpp | ||
380 | |||
381 | |||
382 | 2009-10-03 McCabe Maxsted <hakushakukun@gmail.com> | ||
383 | |||
384 | * Disable camera constraints now disables max zoom for the scrollwheel. | ||
385 | |||
386 | modified: linden/indra/newview/llagent.cpp | ||
387 | |||
388 | |||
389 | * Fixed layout of debug permissions in tools window. | ||
390 | |||
391 | modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | ||
392 | |||
393 | |||
394 | * Reverted slviewer-0-v12100-AllowDiscardForCreator.patch. | ||
395 | (Was causing usability issues with new notecard creation). | ||
396 | |||
397 | modified: linden/indra/newview/llviewermessage.cpp | ||
398 | |||
399 | |||
400 | * Added confirmation alerts for double-click tp and auto-pilot. | ||
401 | |||
402 | modified: linden/indra/newview/llviewermenu.cpp | ||
403 | modified: linden/indra/newview/skins/default/xui/en-us/alerts.xml | ||
404 | |||
405 | |||
406 | * Fixed extern C issue in llmediaimplgstreamer.h for Windows. | ||
407 | |||
408 | modified: linden/indra/llmedia/llmediaimplgstreamer.h | ||
409 | |||
410 | |||
411 | * Fixed account label not showing up in profiles. | ||
412 | |||
413 | modified: linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml | ||
414 | |||
415 | |||
416 | * Fixed an issue with llkeywords.cpp(385) and Visual Studio. | ||
417 | |||
418 | modified: linden/indra/llui/llkeywords.cpp | ||
419 | |||
420 | |||
421 | * Fixed search window height being too small for new profile layout. | ||
422 | |||
423 | modified: linden/indra/newview/skins/default/xui/en-us/floater_directory.xml | ||
424 | |||
425 | |||
426 | 2009-10-02 McCabe Maxsted <hakushakukun@gmail.com> | ||
427 | |||
428 | * Added new color setting for Object IMs. | ||
429 | |||
430 | modified: linden/indra/llcommon/llchat.h | ||
431 | modified: linden/indra/newview/app_settings/settings.xml | ||
432 | modified: linden/indra/newview/llfloaterchat.cpp | ||
433 | modified: linden/indra/newview/llviewermessage.cpp | ||
434 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml | ||
435 | |||
436 | |||
437 | * Fixed 1.2 beta features missing from silver skin. | ||
438 | |||
439 | deleted: linden/indra/newview/skins/silver/xui/en-us/floater_chatterbox.xml | ||
440 | modified: linden/indra/newview/skins/silver/xui/en-us/floater_windlight_options.xml | ||
441 | |||
442 | |||
443 | * Applied clickable object names for whisper/say/shout from Emerald viewer. | ||
444 | |||
445 | modified: linden/indra/newview/llviewermessage.cpp | ||
446 | |||
447 | |||
448 | * Object IMs are now prefixed with "IM: ". | ||
449 | As a side effect, names are now clickable when show IMs in chat is enabled. | ||
450 | |||
451 | modified: linden/indra/newview/llfloaterchat.cpp | ||
452 | modified: linden/indra/newview/llviewermessage.cpp | ||
453 | |||
454 | |||
455 | 2009-10-01 McCabe Maxsted <hakushakukun@gmail.com> | ||
456 | |||
457 | * Added mini-map partner dot color for future use (currently unused). | ||
458 | |||
459 | modified: linden/indra/newview/skins/default/colors_base.xml | ||
460 | modified: linden/indra/newview/skins/silver/colors_base.xml | ||
461 | |||
462 | |||
463 | * Draw Imprudence developers as purple dots in the mini-map (name list in LLFloaterMap). | ||
464 | |||
465 | modified: linden/indra/newview/llfloatermap.cpp | ||
466 | modified: linden/indra/newview/llfloatermap.h | ||
467 | modified: linden/indra/newview/llnetmap.cpp | ||
468 | modified: linden/indra/newview/skins/default/colors_base.xml | ||
469 | modified: linden/indra/newview/skins/silver/colors_base.xml | ||
470 | |||
471 | |||
472 | * Draw selected avatars last (and fixed silver skin missing selection color). | ||
473 | |||
474 | modified: linden/indra/newview/llnetmap.cpp | ||
475 | modified: linden/indra/newview/skins/default/colors_base.xml | ||
476 | modified: linden/indra/newview/skins/silver/colors_base.xml | ||
477 | |||
478 | |||
479 | * Fixed switched Buy and Create locations in object pie menu (regression). | ||
480 | |||
481 | modified: linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml | ||
482 | |||
483 | |||
484 | * Fixed inability to teleport to adult regions in Imprudence 1.2. | ||
485 | (Ugly. Only use on 1.22 code base) | ||
486 | |||
487 | modified: linden/indra/newview/app_settings/settings.xml | ||
488 | modified: linden/indra/newview/llagent.cpp | ||
489 | modified: linden/indra/newview/llagent.h | ||
490 | modified: linden/indra/newview/llstartup.cpp | ||
491 | modified: linden/indra/newview/llviewerregion.cpp | ||
492 | |||
493 | |||
494 | * Changed the minimum draw distance from 64m to 32m. | ||
495 | |||
496 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml | ||
497 | modified: linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote_expanded.xml | ||
498 | |||
499 | |||
500 | * Suspected partial crash fix for Logout. | ||
501 | |||
502 | modified: linden/indra/newview/llappviewer.cpp | ||
503 | |||
504 | |||
505 | * Fixed 1.2 thinking it was on the Teen Grid. | ||
506 | |||
507 | modified: linden/indra/newview/llstartup.cpp | ||
508 | |||
509 | |||
510 | * Updated gpu_table.txt to latest version in Snowglobe. | ||
511 | |||
512 | modified: linden/indra/newview/gpu_table.txt | ||
513 | |||
514 | |||
515 | 2009-09-29 McCabe Maxsted <hakushakukun@gmail.com> | ||
516 | |||
517 | * Fixed Unlink not enabling when Edit Linked Parts enabled. | ||
518 | |||
519 | modified: linden/indra/newview/llfloatertools.cpp | ||
520 | modified: linden/indra/newview/llviewermenu.cpp | ||
521 | |||
522 | |||
523 | * Fixed Join Call button truncated in group IMs (regression). | ||
524 | |||
525 | modified: linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml | ||
526 | |||
527 | |||
528 | * Fixed reset UI size to default button missing from preferences > general (regression). | ||
529 | Changed incremets to 0.001 to be more Liberation Sans-friendly. | ||
530 | |||
531 | modified: linden/indra/newview/llpanelgeneral.cpp | ||
532 | modified: linden/indra/newview/llpanelgeneral.h | ||
533 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml | ||
534 | |||
535 | |||
536 | * Renamed preferences checkbox to 'show WindLight toolbar,' removed reference to 'Second Life.' | ||
537 | |||
538 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml | ||
539 | |||
540 | |||
541 | * Adjusted 2nd Life profile tab layout for French language. | ||
542 | |||
543 | modified: linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml | ||
544 | |||
545 | |||
546 | * Added the name box back to avatar profiles. | ||
547 | |||
548 | modified: linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml | ||
549 | |||
550 | |||
551 | 2009-09-28 McCabe Maxsted <hakushakukun@gmail.com> | ||
552 | |||
553 | * Fixed first windlight toolbar entry toggling Advanced Sky. | ||
554 | |||
555 | modified: linden/indra/newview/llwindlightremotectrl.cpp | ||
556 | |||
557 | |||
558 | * Renamed ScriptBgReadOnlyColor to ScrollReadOnlyColor so we don't lose it in a merge. | ||
559 | |||
560 | modified: linden/indra/newview/llpanelavatar.cpp | ||
561 | modified: linden/indra/newview/skins/default/colors_base.xml | ||
562 | modified: linden/indra/newview/skins/silver/colors_base.xml | ||
563 | |||
564 | |||
565 | * Fixed Advanced Sky only toggling once. | ||
566 | |||
567 | modified: linden/indra/newview/llfloaterwindlight.cpp | ||
568 | |||
569 | |||
570 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
571 | =- 1.2.0 BETA -= | ||
572 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
573 | |||
574 | |||
575 | 2009-09-28 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
576 | |||
577 | * Updated viewer version in Mac and Windows installer files. | ||
578 | |||
579 | modified: linden/indra/newview/English.lproj/InfoPlist.strings | ||
580 | modified: linden/indra/newview/Info-Imprudence.plist | ||
581 | modified: linden/indra/newview/res/viewerRes.rc | ||
582 | |||
583 | |||
584 | * Tweaked Imprudence credits, copied to other languages' credits. | ||
585 | |||
586 | modified: linden/indra/newview/skins/default/xui/de/floater_about.xml | ||
587 | modified: linden/indra/newview/skins/default/xui/en-us/floater_about.xml | ||
588 | modified: linden/indra/newview/skins/default/xui/fr/floater_about.xml | ||
589 | modified: linden/indra/newview/skins/default/xui/ja/floater_about.xml | ||
590 | modified: linden/indra/newview/skins/default/xui/ko/floater_about.xml | ||
591 | modified: linden/indra/newview/skins/default/xui/zh/floater_about.xml | ||
592 | |||
593 | |||
594 | 2009-09-27 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
595 | |||
596 | * Rearranged the Import stuff in the File menu. | ||
597 | |||
598 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
599 | |||
600 | |||
601 | * Changed "Backup" to "Export" in object pie menu. | ||
602 | |||
603 | modified: linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml | ||
604 | |||
605 | |||
606 | * Fixed and cleaned up the export permissions check. | ||
607 | |||
608 | modified: linden/indra/newview/llviewermenu.cpp | ||
609 | modified: linden/indra/newview/primbackup.cpp | ||
610 | modified: linden/indra/newview/primbackup.h | ||
611 | |||
612 | |||
613 | * Updated Imprudence version to "1.2.0 beta". | ||
614 | |||
615 | linden/indra/llcommon/llversionviewer.h | ||
616 | |||
617 | |||
618 | * Re-enabled "allow first life" userauth stuff. | ||
619 | It was commented out when grid manager was added, but it | ||
620 | makes certain Profile window pieces disappear. | ||
621 | |||
622 | modified: linden/indra/newview/llstartup.cpp | ||
623 | |||
624 | |||
625 | 2009-09-27 McCabe Maxsted <hakushakukun@gmail.com> | ||
626 | |||
627 | * Added Imprudence-specific credits to Help > About Imprudence. | ||
628 | |||
629 | modified: linden/indra/newview/skins/default/xui/en-us/floater_about.xml | ||
630 | |||
631 | |||
632 | * Show disabled buttons for own profile rather than hiding them. | ||
633 | |||
634 | modified: linden/indra/newview/llpanelavatar.cpp | ||
635 | modified: linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml | ||
636 | |||
637 | |||
638 | * Fixed bad merge in llnetmap.cpp. | ||
639 | |||
640 | modified: linden/indra/newview/llnetmap.cpp | ||
641 | |||
642 | |||
643 | * Fixed JPEG quality slider displaying over high-res checkbox in snapshot floater (IMP-140). | ||
644 | |||
645 | modified: linden/indra/newview/llfloatersnapshot.cpp | ||
646 | modified: linden/indra/newview/skins/default/xui/en-us/floater_snapshop.xml | ||
647 | |||
648 | |||
649 | * Deleted duplicate Torley windlight sky preset. | ||
650 | |||
651 | deleted: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Gelatto%20.xml | ||
652 | |||
653 | |||
654 | * Added missing Torley windlight water presets. | ||
655 | |||
656 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Arrakissed%20variation.xml | ||
657 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Atomist%202.xml | ||
658 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Atomist.xml | ||
659 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Bayouette.xml | ||
660 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Chivandria%20clair.xml | ||
661 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Claira.xml | ||
662 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Coral%20reef.xml | ||
663 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Crosshatched%20plans.xml | ||
664 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Eyeballin%27.xml | ||
665 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Fantastuck.xml | ||
666 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Featuresque.xml | ||
667 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Freak%2DA%2Ddermia.xml | ||
668 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Glaznost.xml | ||
669 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Grantamount.xml | ||
670 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Hpmod.xml | ||
671 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Ice%2Dlike.xml | ||
672 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Impure.xml | ||
673 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Linear%20puddles.xml | ||
674 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Listeryne.xml | ||
675 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Liz%20Taylor.xml | ||
676 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Maldives.xml | ||
677 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Meridian%20verde.xml | ||
678 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Negative%20ultraspace.xml | ||
679 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Placida%20brite.xml | ||
680 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Pretty%20placid.xml | ||
681 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Raw%20sewage.xml | ||
682 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Showing%20age.xml | ||
683 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Soldier%27s%20legacy.xml | ||
684 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Subtleties.xml | ||
685 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Trandshan.xml | ||
686 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Watermelon%20juice.xml | ||
687 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Waterslides.xml | ||
688 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20What%27s%20on%20TV.xml | ||
689 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Wickedly.xml | ||
690 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20You%27re%20in%20luck.xml | ||
691 | new file: linden/indra/newview/app_settings/windlight/water/%5BTOR%5D%20Yung%20buk.xml | ||
692 | |||
693 | |||
694 | * Changes to make the grid manager compile on Windows. | ||
695 | |||
696 | modified: linden/indra/newview/hippoGridManager.cpp | ||
697 | modified: linden/indra/newview/hippoLimits.cpp | ||
698 | modified: linden/indra/newview/hippoRestRequest.cpp | ||
699 | modified: linden/indra/newview/llappviewer.h | ||
700 | modified: linden/indra/newview/llappviewerwin32.cpp | ||
701 | |||
702 | |||
703 | 2009-09-26 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
704 | |||
705 | * Renamed 'Restrained Life Active' to 'Restrained Life Support'. | ||
706 | |||
707 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
708 | |||
709 | |||
710 | * Removed redundant warning about export perms. | ||
711 | |||
712 | modified: linden/indra/newview/llviewermenu.cpp | ||
713 | |||
714 | |||
715 | 2009-09-26 McCabe Maxsted <hakushakukun@gmail.com> | ||
716 | |||
717 | * Made the windlight floater toggle. | ||
718 | |||
719 | modified: linden/indra/newview/llfloaterwindlight.cpp | ||
720 | |||
721 | |||
722 | * Added select Torley Windlight presets to Imprudence. | ||
723 | Presets good for photography, mainly. | ||
724 | |||
725 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%202012.xml | ||
726 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Alien%20planet.xml | ||
727 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20An%20incongruent%20truth.xml | ||
728 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Arid%20nestler.xml | ||
729 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Arrakissed.xml | ||
730 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Asian%20red%20dawn.xml | ||
731 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Asiatix.xml | ||
732 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Azure%20desertation%202.xml | ||
733 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Azure%20desertation.xml | ||
734 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Barcelon%20variation%202.xml | ||
735 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Beautiful%20again.xml | ||
736 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Breaking%20firmament.xml | ||
737 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Brillianter%20sunset.xml | ||
738 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Bubble%20sun%20severance.xml | ||
739 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Castle%20vain.xml | ||
740 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Climacontrasty.xml | ||
741 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Clouds%20indifferent.xml | ||
742 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Cobraring.xml | ||
743 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Coral%20reef.xml | ||
744 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Damage%20down.xml | ||
745 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Dark%20came%20over.xml | ||
746 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Das%20fog.xml | ||
747 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Deep%20blue%20sky.xml | ||
748 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Desert%20Sunset%20mod.xml | ||
749 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Early%20warning.xml | ||
750 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Eno%20would%20be%20proud.xml | ||
751 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Evil%20machinery.xml | ||
752 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Farmatronic%20sepia.xml | ||
753 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Fogvari.xml | ||
754 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Gelatto%20.xml | ||
755 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Grit%20%26%20shame.xml | ||
756 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Herr%20Gracken.xml | ||
757 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Holy%20romance.xml | ||
758 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Hong%20Kong.xml | ||
759 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Ivory%20flowers.xml | ||
760 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Liz%20gluft.xml | ||
761 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Lonely%20cyberpunks.xml | ||
762 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Moon%20berries.xml | ||
763 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Noxumic.xml | ||
764 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Oriental%20delight.xml | ||
765 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Our%20night%20together.xml | ||
766 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Polaron%20charge%20II.xml | ||
767 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Red%20city.xml | ||
768 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Sparz%20puft.xml | ||
769 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Stay%20stonkin%27.xml | ||
770 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Study%20vessels.xml | ||
771 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Teak%20weak.xml | ||
772 | new file: linden/indra/newview/app_settings/windlight/skies/%5BTOR%5D%20Wuxia%20nights.xml | ||
773 | |||
774 | |||
775 | * Removed overridden /oy compiler option. | ||
776 | |||
777 | modified: linden/indra/cmake/00-Common.cmake | ||
778 | |||
779 | |||
780 | * Changed radar label from 'meters' to 'm'. | ||
781 | |||
782 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | ||
783 | |||
784 | |||
785 | * Added Windlight presets by Ana Lutetia to Imprudence. | ||
786 | |||
787 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20default1.xml | ||
788 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20default2.xml | ||
789 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20default3.xml | ||
790 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20neutral.xml | ||
791 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20outdoor%20city%20weirdlights.xml | ||
792 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20outdoor%20city.xml | ||
793 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20outdoor%20night.xml | ||
794 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20outdoor2.xml | ||
795 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20shadows.xml | ||
796 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20studio1.xml | ||
797 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20studio2.xml | ||
798 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20studio3.xml | ||
799 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20studio4.xml | ||
800 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20studio5.xml | ||
801 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20studio6.xml | ||
802 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20studio7.xml | ||
803 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20studio8.xml | ||
804 | new file: linden/indra/newview/app_settings/windlight/skies/%2EAnaLu%2E%20studio9.xml | ||
805 | |||
806 | |||
807 | * Added missing FloaterAnimationListRect to settings.xml | ||
808 | |||
809 | modified: linden/indra/newview/app_settings/settings.xml | ||
810 | |||
811 | |||
812 | 2009-09-25 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
813 | |||
814 | * Removed the multiple accounts tip from grid manager. | ||
815 | |||
816 | linden/indra/newview/skins/default/xui/en-us/floater_login.xml | ||
817 | |||
818 | |||
819 | * Removed 'Set Default' button from grid manager floater. | ||
820 | |||
821 | modified: linden/indra/newview/floaterlogin.cpp | ||
822 | modified: linden/indra/newview/skins/default/xui/en-us/floater_login.xml | ||
823 | |||
824 | |||
825 | * Made HippoGridManager's sanitation code more sane. | ||
826 | |||
827 | modified: linden/indra/newview/floaterlogin.cpp | ||
828 | modified: linden/indra/newview/hippoGridManager.cpp | ||
829 | modified: linden/indra/newview/hippoGridManager.h | ||
830 | |||
831 | |||
832 | * Moved many HippoGridManager methods defs out of the header. | ||
833 | There's no good reason for these to be in the header, it | ||
834 | just breaks encapsulation for no significant gain. | ||
835 | |||
836 | linden/indra/newview/hippoGridManager.cpp | ||
837 | linden/indra/newview/hippoGridManager.h | ||
838 | |||
839 | |||
840 | * Removed grid stuff from World Map (for now). | ||
841 | |||
842 | modified: linden/indra/newview/llfloaterworldmap.cpp | ||
843 | modified: linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml | ||
844 | |||
845 | |||
846 | * Hid "Start Location" from grid manager floater. Not used anyway. | ||
847 | |||
848 | modified: linden/indra/newview/skins/default/xui/en-us/floater_login.xml | ||
849 | |||
850 | |||
851 | * Made grid manager update from Imprudence site, not Meerkat. | ||
852 | |||
853 | modified: linden/indra/newview/hippoGridManager.cpp: | ||
854 | |||
855 | |||
856 | * Renamed default grid "local" -> "localhost". | ||
857 | So it matches the one downloaded from the web. | ||
858 | |||
859 | modified: linden/indra/newview/app_settings/default_grids.xml | ||
860 | |||
861 | |||
862 | * Fixed HippoGridInfo::cleanUpUri appending "/" stupidly. | ||
863 | It was appending it to an empty string, "/", "//", etc. | ||
864 | |||
865 | modified: linden/indra/newview/hippoGridManager.cpp | ||
866 | |||
867 | |||
868 | * Rearranged login screen and cleaned up XUI. | ||
869 | |||
870 | modified: linden/indra/newview/skins/default/xui/en-us/panel_login.xml | ||
871 | |||
872 | |||
873 | * Login screen fields shouldn't be set from grid (for now). | ||
874 | |||
875 | modified: linden/indra/newview/llpanellogin.cpp | ||
876 | modified: linden/indra/newview/llstartup.cpp | ||
877 | |||
878 | |||
879 | * Disabled avatar name and password fields in grid manager. | ||
880 | Temporary, until we implement a decent account manager. | ||
881 | |||
882 | modified: linden/indra/newview/floaterlogin.cpp | ||
883 | modified: linden/indra/newview/hippoGridManager.cpp | ||
884 | modified: linden/indra/newview/skins/default/xui/en-us/floater_login.xml | ||
885 | |||
886 | |||
887 | * Reverted "grid-firstname_lastname" user directories. | ||
888 | Back to "firstname_lastname", like it was without grid manager. | ||
889 | |||
890 | modified: linden/indra/llvfs/lldir.cpp | ||
891 | |||
892 | |||
893 | 2009-09-25 McCabe Maxsted <hakushakukun@gmail.com> | ||
894 | |||
895 | * Removed problematic /MP flag. | ||
896 | |||
897 | modified: linden/indra/cmake/00-Common.cmake | ||
898 | |||
899 | |||
900 | * Fixed Windows using wrong GStreamer library names. | ||
901 | |||
902 | modified: linden/indra/cmake/GStreamer.cmake | ||
903 | |||
904 | |||
905 | * Fixed region names not showing up on regions with zero avatars. | ||
906 | |||
907 | modified: linden/indra/newview/llworldmapview.cpp | ||
908 | |||
909 | |||
910 | * Temporarily disable chat channel control in chat history until it's fixed. | ||
911 | |||
912 | modified: linden/indra/newview/llchatbar.cpp | ||
913 | modified: linden/indra/newview/llfloaterchat.cpp | ||
914 | modified: linden/indra/newview/llprefschat.cpp | ||
915 | |||
916 | |||
917 | * Fixed chat channel control value not updating when Return key pressed. | ||
918 | |||
919 | modified: linden/indra/llui/llspinctrl.cpp | ||
920 | |||
921 | |||
922 | 2009-09-24 McCabe Maxsted <hakushakukun@gmail.com> | ||
923 | |||
924 | * Applied RLVa patch for Imprudence 1.2 by Kitty Barnett. | ||
925 | |||
926 | modified: linden/indra/newview/llfloatermap.cpp | ||
927 | modified: linden/indra/newview/llinventorybridge.cpp | ||
928 | modified: linden/indra/newview/llnetmap.cpp | ||
929 | modified: linden/indra/newview/llpanelpermissions.cpp | ||
930 | modified: linden/indra/newview/llwindlightremotectrl.cpp | ||
931 | |||
932 | |||
933 | * Fixed Add button being enabled for friends in the radar. | ||
934 | |||
935 | modified: linden/indra/newview/llfloatermap.cpp | ||
936 | |||
937 | |||
938 | * Fixed Last Owner text in tools window not disabling. | ||
939 | |||
940 | modified: linden/indra/newview/llpanelpermissions.cpp | ||
941 | modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | ||
942 | |||
943 | |||
944 | 2009-09-23 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
945 | |||
946 | * Moved "Show HUD Attachments" back to View, restored shortcut. | ||
947 | Reverts earlier change (Jan 27) which moved it to Advanced menu. | ||
948 | |||
949 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
950 | |||
951 | |||
952 | 2009-09-22 McCabe Maxsted <hakushakukun@gmail.com> | ||
953 | |||
954 | * Fixed RLVa issue in LLNetMap the right way (thanks Kitty). | ||
955 | |||
956 | modified: linden/indra/newview/llnetmap.cpp | ||
957 | |||
958 | |||
959 | * Clarifed Mini-Map menu option: 'Show Map' to 'Show World Map'. | ||
960 | |||
961 | modified: linden/indra/newview/skins/default/xui/en-us/menu_mini_map.xml | ||
962 | |||
963 | |||
964 | * Applied particle chat feature from Emerald viewer. | ||
965 | (Tell an object it's selected on channel 9000). | ||
966 | |||
967 | modified: linden/indra/newview/app_settings/settings.xml | ||
968 | modified: linden/indra/newview/llvoavatar.cpp | ||
969 | modified: linden/indra/newview/llvoavatar.h | ||
970 | |||
971 | |||
972 | 2009-09-21 McCabe Maxsted <hakushakukun@gmail.com> | ||
973 | |||
974 | * Changed 'Presets' button to 'Sky'. | ||
975 | |||
976 | modified: linden/indra/newview/skins/default/xui/en-us/panel_overlaybar.xml | ||
977 | modified: linden/indra/newview/skins/default/xui/en-us/panel_windlight_controls.xml | ||
978 | modified: linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote.xml | ||
979 | modified: linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote_expanded.xml | ||
980 | |||
981 | |||
982 | * Applied Jacek's patch to show number of avatars in world map. | ||
983 | |||
984 | modified: linden/indra/newview/app_settings/settings.xml | ||
985 | modified: linden/indra/newview/llworldmapview.cpp | ||
986 | |||
987 | |||
988 | * Fixed map textures displaying an X. | ||
989 | |||
990 | modified: linden/indra/newview/llworldmapview.cpp | ||
991 | |||
992 | |||
993 | * Display selected avatars larger than normal, zoom in at a | ||
994 | reasonable speed. Included missing artwork. | ||
995 | |||
996 | modified: linden/indra/newview/llnetmap.cpp | ||
997 | new file: linden/indra/newview/skins/default/textures/map_avatar_32.tga | ||
998 | new file: linden/indra/newview/skins/default/textures/map_avatar_above_32.tga | ||
999 | new file: linden/indra/newview/skins/default/textures/map_avatar_below_32.tga | ||
1000 | new file: linden/indra/newview/skins/default/textures/map_avatar_you_32.tga | ||
1001 | |||
1002 | |||
1003 | 2009-09-20 McCabe Maxsted <hakushakukun@gmail.com> | ||
1004 | |||
1005 | * Dynamically change max prim size depending upon LL/OpenSim grid | ||
1006 | (Added setting for opensim detection: LoggedIntoOpenSim). | ||
1007 | OpenSim max is 128m. | ||
1008 | |||
1009 | modified: linden/indra/llmath/xform.h | ||
1010 | modified: linden/indra/newview/app_settings/settings | ||
1011 | modified: linden/indra/newview/llmanipscale.cpp | ||
1012 | modified: linden/indra/newview/llmanipscale.h | ||
1013 | modified: linden/indra/newview/llpanelobject.cpp | ||
1014 | modified: linden/indra/newview/llviewermessage.cpp | ||
1015 | modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | ||
1016 | |||
1017 | |||
1018 | * Fixed inventory offers not avatar name (another RLVa bug). | ||
1019 | |||
1020 | modified: linden/indra/newview/llviewermessage.cpp | ||
1021 | |||
1022 | |||
1023 | * Fixed group titles showing up as ?. | ||
1024 | |||
1025 | modified: linden/indra/newview/llvoavatar.cpp | ||
1026 | |||
1027 | |||
1028 | * Added adult compliant flag. | ||
1029 | |||
1030 | modified: linden/indra/newview/llstartup.cpp | ||
1031 | |||
1032 | |||
1033 | 2009-09-18 McCabe Maxsted <hakushakukun@gmail.com> | ||
1034 | |||
1035 | * Applied patch by Aleric Inglewood for VWR-13996 | ||
1036 | Avatars using 1.22 completely invisible on first sight. | ||
1037 | |||
1038 | modified: linden/indra/newview/llspatialpartition.cpp | ||
1039 | |||
1040 | |||
1041 | 2009-09-16 McCabe Maxsted <hakushakukun@gmail.com> | ||
1042 | |||
1043 | * Estate and track buttons now disable when they should, | ||
1044 | tweaked spacing. | ||
1045 | |||
1046 | modified: linden/indra/newview/llfloatermap.cpp | ||
1047 | modified: linden/indra/newview/llfloatermap.h | ||
1048 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | ||
1049 | |||
1050 | |||
1051 | 2009-09-15 McCabe Maxsted <hakushakukun@gmail.com> | ||
1052 | |||
1053 | * Applied patch by Robin Cornelius for VWR-11128 | ||
1054 | Python not always detected by develop.py. | ||
1055 | |||
1056 | modified: linden/indra/cmake/Python.cmake | ||
1057 | |||
1058 | |||
1059 | * Applied patch by Robin Cornelius for VWR-11138 | ||
1060 | Make develop.py play nicely with express editions of Visual Studio. | ||
1061 | |||
1062 | modified: linden/indra/develop.py | ||
1063 | |||
1064 | |||
1065 | * Added Codebastard Redgrave's windlight presets to Imprudence. | ||
1066 | |||
1067 | new file: linden/indra/newview/app_settings/windlight/skies/Rouge%201.xml | ||
1068 | new file: linden/indra/newview/app_settings/windlight/skies/Rouge%202.xml | ||
1069 | new file: linden/indra/newview/app_settings/windlight/skies/Rouge%203.xml | ||
1070 | new file: linden/indra/newview/app_settings/windlight/skies/Rouge%204.xml | ||
1071 | new file: linden/indra/newview/app_settings/windlight/skies/Rouge%205.xml | ||
1072 | new file: linden/indra/newview/app_settings/windlight/skies/Rouge%206.xml | ||
1073 | |||
1074 | |||
1075 | * Added tabs to mini-map radar. | ||
1076 | |||
1077 | modified: linden/indra/newview/llfloatermap.cpp | ||
1078 | modified: linden/indra/newview/llfloatermap.h | ||
1079 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | ||
1080 | |||
1081 | |||
1082 | * Some code cleanup. | ||
1083 | |||
1084 | modified: linden/indra/newview/llfloatermap.cpp | ||
1085 | modified: linden/indra/newview/llfloatermap.h | ||
1086 | modified: linden/indra/newview/llnetmap.cpp | ||
1087 | |||
1088 | |||
1089 | * Fixed bad RLVa behavior in minimap. | ||
1090 | |||
1091 | modified: linden/indra/newview/llnetmap.cpp | ||
1092 | |||
1093 | |||
1094 | * Don't track avatars when focus lost. | ||
1095 | |||
1096 | modified: linden/indra/newview/llfloatermap.cpp | ||
1097 | |||
1098 | |||
1099 | * Fixed min minimap size. | ||
1100 | |||
1101 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | ||
1102 | |||
1103 | |||
1104 | * Moved Rotate Mini-Map option to mini-map menu, added first use dialog. | ||
1105 | |||
1106 | modified: linden/indra/newview/llfirstuse.cpp | ||
1107 | modified: linden/indra/newview/llfirstuse.h | ||
1108 | modified: linden/indra/newview/llfloatermap.cpp | ||
1109 | modified: linden/indra/newview/llnetmap.cpp | ||
1110 | modified: linden/indra/newview/llnetmap.h | ||
1111 | modified: linden/indra/newview/llpanelgeneral.cpp | ||
1112 | modified: linden/indra/newview/app_settings/settings.xml | ||
1113 | modified: linden/indra/newview/skins/default/xui/en-us/menu_mini_map.xml | ||
1114 | modified: linden/indra/newview/skins/default/xui/en-us/notify.xml | ||
1115 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml | ||
1116 | |||
1117 | |||
1118 | 2009-09-14 McCabe Maxsted <hakushakukun@gmail.com> | ||
1119 | |||
1120 | * Small improvement to hide selection outlines in LLSelectMgr. | ||
1121 | |||
1122 | modified: linden/indra/newview/llselectmgr.cpp | ||
1123 | |||
1124 | |||
1125 | * Small performance change from Emerald viewer in LLVLComposition. | ||
1126 | |||
1127 | modified: linden/indra/newview/llvlcomposition.cpp | ||
1128 | |||
1129 | |||
1130 | * Applied BlockClickSit debug setting from Emerald | ||
1131 | to block sit click action. | ||
1132 | |||
1133 | modified: linden/indra/newview/app_settings/settings.xml | ||
1134 | modified: linden/indra/newview/lltoolpie.cpp | ||
1135 | |||
1136 | |||
1137 | * Fixed unhandled exception in llviewerobjectlist.cpp | ||
1138 | |||
1139 | modified: linden/indra/newview/llviewerobjectlist.cpp | ||
1140 | |||
1141 | |||
1142 | 2009-09-13 McCabe Maxsted <hakushakukun@gmail.com> | ||
1143 | |||
1144 | * Added prev/next buttons for windlight presets, cleaned up some stuff. | ||
1145 | |||
1146 | modified: linden/indra/newview/llfloaterwindlight.cpp | ||
1147 | modified: linden/indra/newview/llfloaterwindlight.h | ||
1148 | modified: linden/indra/newview/llwindlightremotectrl.cpp | ||
1149 | modified: linden/indra/newview/llwlparammanager.cpp | ||
1150 | modified: linden/indra/newview/llwlparammanager.h | ||
1151 | modified: linden/indra/newview/skins/default/textures/textures.xml | ||
1152 | modified: linden/indra/newview/skins/default/xui/en-us/floater_windlight_options.xml | ||
1153 | |||
1154 | |||
1155 | * Fixed World options not showing up when windlight remote expanded. | ||
1156 | |||
1157 | modified: linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote_expanded.xml | ||
1158 | |||
1159 | |||
1160 | * Added missing left/right arrow textures. | ||
1161 | |||
1162 | new file: linden/indra/newview/skins/default/textures/arrow_left.tga | ||
1163 | new file: linden/indra/newview/skins/default/textures/arrow_right.tga | ||
1164 | new file: linden/indra/newview/skins/silver/textures/arrow_left.tga | ||
1165 | new file: linden/indra/newview/skins/silver/textures/arrow_right.tga | ||
1166 | |||
1167 | |||
1168 | 2009-09-12 McCabe Maxsted <hakushakukun@gmail.com> | ||
1169 | |||
1170 | * Clarified 'show in search' in profile. | ||
1171 | |||
1172 | modified: linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml | ||
1173 | |||
1174 | |||
1175 | * Fixed windlight toolbar not updating windlight floater pulldown. | ||
1176 | |||
1177 | modified: linden/indra/newview/llfloaterwindlight.cpp | ||
1178 | modified: linden/indra/newview/llwindlightremotectrl.cpp | ||
1179 | modified: linden/indra/newview/llwlparammanager.cpp | ||
1180 | modified: linden/indra/newview/llwlparammanager.h | ||
1181 | |||
1182 | |||
1183 | * Fixed windlight toolbar presets not applying when region default. | ||
1184 | |||
1185 | modified: linden/indra/newview/llwindlightremotectrl.cpp | ||
1186 | |||
1187 | |||
1188 | 2009-09-11 McCabe Maxsted <hakushakukun@gmail.com> | ||
1189 | |||
1190 | * Applied inventory Search menu from Emerald viewer (still ugly). | ||
1191 | |||
1192 | modified: newview/app_settings/settings.xml | ||
1193 | modified: newview/llfolderview.cpp | ||
1194 | modified: newview/llfolderview.h | ||
1195 | modified: newview/llinventoryactions.cpp | ||
1196 | modified: newview/llinventoryview.cpp | ||
1197 | modified: newview/skins/default/xui/en-us/floater_inventory.xml | ||
1198 | |||
1199 | |||
1200 | * Applied patch for long distance opensim hypergrid tps (SVC-2941) | ||
1201 | (Feature currently disabled in OpenSim) | ||
1202 | |||
1203 | modified: linden/indra/newview/llviewermessage.cpp | ||
1204 | |||
1205 | |||
1206 | * Fixed browser window showing wrong title. | ||
1207 | |||
1208 | modified: linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml | ||
1209 | |||
1210 | |||
1211 | * Fixed double click tp from working on HUDs. | ||
1212 | |||
1213 | modified: linden/indra/newview/lltoolpie.cpp | ||
1214 | |||
1215 | |||
1216 | * Added minimize to snapshot window. | ||
1217 | |||
1218 | modified: linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml | ||
1219 | |||
1220 | |||
1221 | * Upped the max bandwidth setting to 5000kbps (default 1000kbps). | ||
1222 | |||
1223 | modified: linden/indra/newview/llviewerthrottle.cpp | ||
1224 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_network.xml | ||
1225 | modified: linden/indra/newview/app_settings/settings.xml | ||
1226 | |||
1227 | |||
1228 | * Applied patch to wear multiple attachments at once (VWR-5063). | ||
1229 | |||
1230 | modified: linden/indra/newview/llinventoryactions.cpp | ||
1231 | modified: linden/indra/newview/llinventorybridge.cpp | ||
1232 | |||
1233 | |||
1234 | * Fixed profile account info spacing. | ||
1235 | |||
1236 | modified: indra/newview/skins/default/xui/en-us/panel_avatar.xml | ||
1237 | |||
1238 | |||
1239 | * Applied patch by Latif Khalifa for VWR-5370 | ||
1240 | (Detached "Contacts" panel cannot be hidden/closed via menu | ||
1241 | or shortcut (Ctrl/Cmd-Shift-F)) | ||
1242 | |||
1243 | modified: linden/indra/newview/llfloaterchatterbox.h | ||
1244 | |||
1245 | |||
1246 | * Applied and modified Emerald viewer feature that shows what | ||
1247 | groups are hidden in your profile. | ||
1248 | |||
1249 | modified: linden/indra/newview/llpanelavatar.cpp | ||
1250 | modified: linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml | ||
1251 | |||
1252 | |||
1253 | 2009-09-10 McCabe Maxsted <hakushakukun@gmail.com> | ||
1254 | |||
1255 | * Created new toolbar control for windlight presets and options. | ||
1256 | |||
1257 | new file: linden/indra/newview/llwindlightremotectrl.cpp | ||
1258 | new file: linden/indra/newview/llwindlightremotectrl.h | ||
1259 | new file: linden/indra/newview/skins/default/xui/en-us/panel_windlight_controls.xml | ||
1260 | new file: linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote.xml | ||
1261 | new file: linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote_expanded.xml | ||
1262 | modified: linden/indra/newview/CMakeLists.txt | ||
1263 | modified: linden/indra/newview/app_settings/settings.xml | ||
1264 | modified: linden/indra/newview/llfloaterwindlight.cpp | ||
1265 | modified: linden/indra/newview/lloverlaybar.cpp | ||
1266 | modified: linden/indra/newview/lloverlaybar.h | ||
1267 | modified: linden/indra/newview/llpaneldisplay.cpp | ||
1268 | modified: linden/indra/newview/llpaneldisplay.h | ||
1269 | modified: linden/indra/newview/llwlparammanager.cpp | ||
1270 | modified: linden/indra/newview/llwlparammanager.h | ||
1271 | modified: linden/indra/newview/skins/default/xui/en-us/panel_overlaybar.xml | ||
1272 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml | ||
1273 | |||
1274 | |||
1275 | * Fixed missing 'm' for draw distance slider. | ||
1276 | |||
1277 | modified: linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote_expanded.xml | ||
1278 | |||
1279 | |||
1280 | 2009-09-09 McCabe Maxsted <hakushakukun@gmail.com> | ||
1281 | |||
1282 | * Backported clickable object names from 1.23. | ||
1283 | |||
1284 | new file: llcommon/llcursortypes.cpp | ||
1285 | new file: llcommon/llcursortypes.h | ||
1286 | new file: newview/llfloaterobjectiminfo.cpp | ||
1287 | new file: newview/llfloaterobjectiminfo.h | ||
1288 | new file: newview/skins/default/xui/en-us/floater_object_im_info.xm | ||
1289 | modified: llcommon/CMakeLists.txt | ||
1290 | modified: llcommon/llchat.h | ||
1291 | modified: llui/llpanel.cpp | ||
1292 | modified: llui/llpanel.h | ||
1293 | modified: llui/lltextbox.cpp | ||
1294 | modified: llui/lltextbox.h | ||
1295 | modified: llui/lltexteditor.cpp | ||
1296 | modified: llui/lltexteditor.h | ||
1297 | modified: llui/llview.cpp | ||
1298 | modified: llui/llview.h | ||
1299 | modified: llwindow/llwindow.h | ||
1300 | modified: newview/CMakeLists.txt | ||
1301 | modified: newview/app_settings/settings.xml | ||
1302 | modified: newview/llfloaterabout.cpp | ||
1303 | modified: newview/llfloaterchat.cpp | ||
1304 | modified: newview/llgroupnotify.cpp | ||
1305 | modified: newview/llimpanel.cpp | ||
1306 | modified: newview/llstylemap.cpp | ||
1307 | modified: newview/llstylemap.h | ||
1308 | modified: newview/llviewermessage.cpp | ||
1309 | modified: newview/skins/default/colors_base.xml | ||
1310 | modified: newview/skins/silver/colors_base.xml | ||
1311 | |||
1312 | |||
1313 | * Applied ReinstateShowTextureUUID Cool Viewer patch. | ||
1314 | Reverts the "fix" for VWR-1919. | ||
1315 | Patch by Henri Beauchamp, modified by McCabe Maxsted. | ||
1316 | |||
1317 | modified: linden/indra/newview/lltexturectrl.cpp | ||
1318 | modified: linden/indra/newview/llviewermenu.cpp | ||
1319 | |||
1320 | |||
1321 | * Fixed unlink option enabling when selecting textures. | ||
1322 | |||
1323 | modified: linden/indra/newview/llfloatertools.cpp | ||
1324 | modified: linden/indra/newview/llviewermenu.cpp | ||
1325 | |||
1326 | |||
1327 | * Redid layout of profile window, added group invite button. | ||
1328 | |||
1329 | modified: linden/indra/newview/llpanelavatar.cpp | ||
1330 | modified: linden/indra/newview/llpanelavatar.h | ||
1331 | modified: linden/indra/newview/skins/default/xui/en-us/floater_profile.xml | ||
1332 | modified: linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml | ||
1333 | deleted: linden/indra/newview/skins/silver/xui/en-us/panel_avatar.xml | ||
1334 | |||
1335 | |||
1336 | * Admin options now only show for other people's profiles. | ||
1337 | |||
1338 | modified: linden/indra/newview/llpanelavatar.cpp | ||
1339 | |||
1340 | |||
1341 | 2009-09-09 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
1342 | |||
1343 | * Updated Grid Manager from Meerkat's SVN (as of r215). | ||
1344 | |||
1345 | modified: linden/indra/llvfs/lldir.cpp | ||
1346 | modified: linden/indra/llvfs/lldir.h | ||
1347 | modified: linden/indra/newview/CMakeLists.txt | ||
1348 | modified: linden/indra/newview/app_settings/default_grids.xml | ||
1349 | deleted: linden/indra/newview/authentication_controller.cpp | ||
1350 | deleted: linden/indra/newview/authentication_controller.h | ||
1351 | deleted: linden/indra/newview/authentication_floater.cpp | ||
1352 | deleted: linden/indra/newview/authentication_floater.h | ||
1353 | deleted: linden/indra/newview/authentication_model.cpp | ||
1354 | deleted: linden/indra/newview/authentication_model.h | ||
1355 | deleted: linden/indra/newview/controllerlogin.cpp | ||
1356 | deleted: linden/indra/newview/controllerlogin.h | ||
1357 | deleted: linden/indra/newview/controllerpasswords.cpp | ||
1358 | deleted: linden/indra/newview/controllerpasswords.h | ||
1359 | modified: linden/indra/newview/floaterlogin.cpp | ||
1360 | modified: linden/indra/newview/floaterlogin.h | ||
1361 | modified: linden/indra/newview/hippoGridManager.cpp | ||
1362 | modified: linden/indra/newview/hippoGridManager.h | ||
1363 | modified: linden/indra/newview/llfloaterworldmap.cpp | ||
1364 | modified: linden/indra/newview/llpanellogin.cpp | ||
1365 | modified: linden/indra/newview/llprefsim.cpp | ||
1366 | modified: linden/indra/newview/llstartup.cpp | ||
1367 | deleted: linden/indra/newview/prefpanelpasswords.cpp | ||
1368 | deleted: linden/indra/newview/prefpanelpasswords.h | ||
1369 | modified: linden/indra/newview/skins/default/xui/en-us/floater_login.xml | ||
1370 | |||
1371 | |||
1372 | * Merged in Grid Manager, etc. (thanks Armin). | ||
1373 | |||
1374 | modified: linden/indra/llcommon/llstring.h | ||
1375 | modified: linden/indra/newview/CMakeLists.txt | ||
1376 | new file: linden/indra/newview/app_settings/default_grids.xml | ||
1377 | modified: linden/indra/newview/app_settings/settings.xml | ||
1378 | new file: linden/indra/newview/authentication_controller.cpp | ||
1379 | new file: linden/indra/newview/authentication_controller.h | ||
1380 | new file: linden/indra/newview/authentication_floater.cpp | ||
1381 | new file: linden/indra/newview/authentication_floater.h | ||
1382 | new file: linden/indra/newview/authentication_model.cpp | ||
1383 | new file: linden/indra/newview/authentication_model.h | ||
1384 | new file: linden/indra/newview/controllerlogin.cpp | ||
1385 | new file: linden/indra/newview/controllerlogin.h | ||
1386 | new file: linden/indra/newview/controllerpasswords.cpp | ||
1387 | new file: linden/indra/newview/controllerpasswords.h | ||
1388 | new file: linden/indra/newview/floaterlogin.cpp | ||
1389 | new file: linden/indra/newview/floaterlogin.h | ||
1390 | new file: linden/indra/newview/hippoGridManager.cpp | ||
1391 | new file: linden/indra/newview/hippoGridManager.h | ||
1392 | new file: linden/indra/newview/hippoLimits.cpp | ||
1393 | new file: linden/indra/newview/hippoLimits.h | ||
1394 | new file: linden/indra/newview/hippoRestRequest.cpp | ||
1395 | new file: linden/indra/newview/hippoRestRequest.h | ||
1396 | new file: linden/indra/newview/hippoUpdate.cpp | ||
1397 | new file: linden/indra/newview/hippoUpdate.h | ||
1398 | modified: linden/indra/newview/llagent.cpp | ||
1399 | modified: linden/indra/newview/llappviewer.cpp | ||
1400 | modified: linden/indra/newview/llappviewer.h | ||
1401 | modified: linden/indra/newview/llappviewerlinux.h | ||
1402 | modified: linden/indra/newview/llcallingcard.cpp | ||
1403 | modified: linden/indra/newview/llcallingcard.h | ||
1404 | modified: linden/indra/newview/llchatbar.cpp | ||
1405 | modified: linden/indra/newview/lldrawable.h | ||
1406 | modified: linden/indra/newview/llfloaterworldmap.cpp | ||
1407 | modified: linden/indra/newview/llfloaterworldmap.h | ||
1408 | modified: linden/indra/newview/llinventorymodel.cpp | ||
1409 | modified: linden/indra/newview/llinventorymodel.h | ||
1410 | modified: linden/indra/newview/llinventoryview.cpp | ||
1411 | modified: linden/indra/newview/llpanellogin.cpp | ||
1412 | modified: linden/indra/newview/llpanellogin.h | ||
1413 | modified: linden/indra/newview/llprogressview.cpp | ||
1414 | modified: linden/indra/newview/llstartup.cpp | ||
1415 | modified: linden/indra/newview/llstartup.h | ||
1416 | modified: linden/indra/newview/lluserauth.cpp | ||
1417 | modified: linden/indra/newview/llviewerjointattachment.h | ||
1418 | modified: linden/indra/newview/llviewermenu.cpp | ||
1419 | modified: linden/indra/newview/llviewermenufile.cpp | ||
1420 | modified: linden/indra/newview/llviewermessage.cpp | ||
1421 | modified: linden/indra/newview/llviewermessage.h | ||
1422 | modified: linden/indra/newview/llviewernetwork.cpp | ||
1423 | modified: linden/indra/newview/llviewernetwork.h | ||
1424 | modified: linden/indra/newview/llviewerobject.h | ||
1425 | modified: linden/indra/newview/llviewerwindow.cpp | ||
1426 | modified: linden/indra/newview/llvoavatar.cpp | ||
1427 | modified: linden/indra/newview/llwearablelist.cpp | ||
1428 | modified: linden/indra/newview/llworld.cpp | ||
1429 | new file: linden/indra/newview/prefpanelpasswords.cpp | ||
1430 | new file: linden/indra/newview/prefpanelpasswords.h | ||
1431 | modified: linden/indra/newview/skins/default/xui/en-us/alerts.xml | ||
1432 | new file: linden/indra/newview/skins/default/xui/en-us/floater_login.xml | ||
1433 | modified: linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml | ||
1434 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
1435 | modified: linden/indra/newview/skins/default/xui/en-us/panel_login.xml | ||
1436 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_network.xml | ||
1437 | |||
1438 | |||
1439 | * Commented out Linux tarball building. | ||
1440 | It's a waste of time to package after every compile. | ||
1441 | |||
1442 | modified: linden/indra/newview/viewer_manifest.py | ||
1443 | |||
1444 | |||
1445 | 2009-09-08 McCabe Maxsted <hakushakukun@gmail.com> | ||
1446 | |||
1447 | * Created my own version of Emerald's chat channel tool. | ||
1448 | |||
1449 | modified: linden/indra/newview/app_settings/settings.xml | ||
1450 | modified: linden/indra/newview/llchatbar.cpp | ||
1451 | modified: linden/indra/newview/llchatbar.h | ||
1452 | modified: linden/indra/newview/llfloaterchat.cpp | ||
1453 | modified: linden/indra/newview/llfloaterchat.h | ||
1454 | modified: linden/indra/newview/llprefschat.cpp | ||
1455 | modified: linden/indra/newview/llprefsim.cpp | ||
1456 | modified: linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml | ||
1457 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml | ||
1458 | modified: linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml | ||
1459 | |||
1460 | |||
1461 | * New chat channel preference should change only on apply. | ||
1462 | |||
1463 | modified: linden/indra/newview/llprefschat.cpp | ||
1464 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml | ||
1465 | |||
1466 | |||
1467 | * Commented out permissions button in object contents. | ||
1468 | (Todo: backport this if there's time). | ||
1469 | |||
1470 | modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | ||
1471 | |||
1472 | |||
1473 | 2009-09-07 McCabe Maxsted <hakushakukun@gmail.com> | ||
1474 | |||
1475 | * Fixed tool brush size. | ||
1476 | |||
1477 | modified: linden/indra/newview/app_settings/settings.xml | ||
1478 | modified: linden/indra/newview/llfloatertools.cpp | ||
1479 | modified: linden/indra/newview/lltoolbrush.cpp | ||
1480 | modified: linden/indra/newview/lltoolbrush.h | ||
1481 | modified: linden/scripts/messages/message_template.msg | ||
1482 | |||
1483 | |||
1484 | * Applied and tweaked last owner in tools window from Emerald viewer. | ||
1485 | |||
1486 | modified: linden/indra/newview/llpanelpermissions.cpp | ||
1487 | modified: linden/indra/newview/llpanelpermissions.h | ||
1488 | modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | ||
1489 | |||
1490 | |||
1491 | 2009-09-06 McCabe Maxsted <hakushakukun@gmail.com> | ||
1492 | |||
1493 | * Applied sit anywhere feature from Emerald viewer. | ||
1494 | |||
1495 | modified: linden/indra/newview/llviewermenu.cpp | ||
1496 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
1497 | |||
1498 | |||
1499 | * Applied phantom avatar feature from Emerald viewer. | ||
1500 | |||
1501 | modified: linden/indra/newview/llagent.cpp | ||
1502 | modified: linden/indra/newview/llagent.h | ||
1503 | modified: linden/indra/newview/llappviewer.cpp | ||
1504 | modified: linden/indra/newview/llviewermenu.cpp | ||
1505 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
1506 | |||
1507 | |||
1508 | * Start fetching inventory at startup. | ||
1509 | |||
1510 | modified: linden/indra/newview/llstartup.cpp | ||
1511 | |||
1512 | |||
1513 | * Added Emerald viewer's animation list. | ||
1514 | |||
1515 | new file: linden/indra/newview/jcfloater_animation_list.cpp | ||
1516 | new file: linden/indra/newview/jcfloater_animation_list.h | ||
1517 | new file: linden/indra/newview/skins/default/xui/en-us/floater_animation_list.xml | ||
1518 | modified: linden/indra/newview/CMakeLists.txt | ||
1519 | modified: linden/indra/newview/llviewermenu.cpp | ||
1520 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
1521 | |||
1522 | |||
1523 | * Added Emerald viewer's asset browser. | ||
1524 | |||
1525 | new file: linden/indra/newview/llfloaterassetbrowser.cpp | ||
1526 | new file: linden/indra/newview/llfloaterassetbrowser.h | ||
1527 | new file: linden/indra/newview/skins/default/xui/en-us/floater_asset_browser.xml | ||
1528 | modified: linden/indra/newview/CMakeLists.txt | ||
1529 | modified: linden/indra/newview/llfloaterassetbrowser.cpp | ||
1530 | modified: linden/indra/newview/llviewermenu.cpp | ||
1531 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
1532 | |||
1533 | |||
1534 | * Added LLScrollListCtrl::getSelectedIDs(). | ||
1535 | |||
1536 | modified: linden/indra/llui/llscrolllistctrl.cpp | ||
1537 | modified: linden/indra/llui/llscrolllistctrl.h | ||
1538 | |||
1539 | |||
1540 | * Fixed reference to missing colors.xml entry. | ||
1541 | |||
1542 | modified: linden/indra/newview/jcfloater_animation_list.cpp | ||
1543 | |||
1544 | |||
1545 | * Fixed ground sit menu entry missing check. | ||
1546 | |||
1547 | modified: linden/indra/newview/llviewermenu.cpp | ||
1548 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
1549 | |||
1550 | |||
1551 | 2009-09-05 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
1552 | |||
1553 | * Converted RLVa menu items to XUI. | ||
1554 | |||
1555 | modified: linden/indra/newview/llviewermenu.cpp | ||
1556 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
1557 | |||
1558 | |||
1559 | 2009-09-04 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
1560 | |||
1561 | * Applied Kitty Barnett's RLVa 1.0.1h (Restrained Life) patch. | ||
1562 | Made a few non-functional changes to help it apply. | ||
1563 | |||
1564 | modified: linden/indra/llcommon/llchat.h | ||
1565 | modified: linden/indra/newview/CMakeLists.txt | ||
1566 | modified: linden/indra/newview/app_settings/settings.xml | ||
1567 | modified: linden/indra/newview/app_settings/settings_per_account.xml | ||
1568 | modified: linden/indra/newview/llagent.cpp | ||
1569 | modified: linden/indra/newview/llagent.h | ||
1570 | modified: linden/indra/newview/llappviewer.cpp | ||
1571 | modified: linden/indra/newview/llchatbar.cpp | ||
1572 | modified: linden/indra/newview/llfloaterabout.cpp | ||
1573 | modified: linden/indra/newview/llfloateractivespeakers.cpp | ||
1574 | modified: linden/indra/newview/llfloaterbeacons.cpp | ||
1575 | modified: linden/indra/newview/llfloaterchat.cpp | ||
1576 | modified: linden/indra/newview/llfloaterinspect.cpp | ||
1577 | modified: linden/indra/newview/llfloaterland.cpp | ||
1578 | modified: linden/indra/newview/llfloaterland.h | ||
1579 | modified: linden/indra/newview/llfloatermap.cpp | ||
1580 | modified: linden/indra/newview/llfloatermap.h | ||
1581 | modified: linden/indra/newview/llfloateropenobject.cpp | ||
1582 | modified: linden/indra/newview/llfloaterproperties.cpp | ||
1583 | modified: linden/indra/newview/llfloaterregioninfo.cpp | ||
1584 | modified: linden/indra/newview/llfloaterregioninfo.h | ||
1585 | modified: linden/indra/newview/llfloaterreporter.cpp | ||
1586 | modified: linden/indra/newview/llfloatersettingsdebug.cpp | ||
1587 | modified: linden/indra/newview/llfloaterwindlight.cpp | ||
1588 | modified: linden/indra/newview/llfloaterworldmap.cpp | ||
1589 | modified: linden/indra/newview/llglsandbox.cpp | ||
1590 | modified: linden/indra/newview/llhoverview.cpp | ||
1591 | modified: linden/indra/newview/llhudtext.cpp | ||
1592 | modified: linden/indra/newview/llhudtext.h | ||
1593 | modified: linden/indra/newview/llimpanel.cpp | ||
1594 | modified: linden/indra/newview/llimview.cpp | ||
1595 | modified: linden/indra/newview/llinventorybridge.cpp | ||
1596 | modified: linden/indra/newview/llinventorymodel.cpp | ||
1597 | modified: linden/indra/newview/llinventoryview.cpp | ||
1598 | modified: linden/indra/newview/llinventoryview.h | ||
1599 | modified: linden/indra/newview/llmaniptranslate.cpp | ||
1600 | modified: linden/indra/newview/llnetmap.cpp | ||
1601 | modified: linden/indra/newview/llnotify.cpp | ||
1602 | modified: linden/indra/newview/lloverlaybar.cpp | ||
1603 | modified: linden/indra/newview/llpanelavatar.cpp | ||
1604 | modified: linden/indra/newview/llpanelclassified.cpp | ||
1605 | modified: linden/indra/newview/llpanelcontents.cpp | ||
1606 | modified: linden/indra/newview/llpaneldisplay.cpp | ||
1607 | modified: linden/indra/newview/llpanelinventory.cpp | ||
1608 | modified: linden/indra/newview/llpanelland.cpp | ||
1609 | modified: linden/indra/newview/llpanellogin.cpp | ||
1610 | modified: linden/indra/newview/llpanelobject.cpp | ||
1611 | modified: linden/indra/newview/llpanelpermissions.cpp | ||
1612 | modified: linden/indra/newview/llpanelpick.cpp | ||
1613 | modified: linden/indra/newview/llprefsim.cpp | ||
1614 | modified: linden/indra/newview/llpreviewscript.cpp | ||
1615 | modified: linden/indra/newview/llselectmgr.cpp | ||
1616 | modified: linden/indra/newview/llstartup.cpp | ||
1617 | modified: linden/indra/newview/llstatusbar.cpp | ||
1618 | modified: linden/indra/newview/lltoolbar.cpp | ||
1619 | modified: linden/indra/newview/lltooldraganddrop.cpp | ||
1620 | modified: linden/indra/newview/lltoolface.cpp | ||
1621 | modified: linden/indra/newview/lltoolgrab.cpp | ||
1622 | modified: linden/indra/newview/lltoolpie.cpp | ||
1623 | modified: linden/indra/newview/lltoolplacer.cpp | ||
1624 | modified: linden/indra/newview/lltoolselect.cpp | ||
1625 | modified: linden/indra/newview/lltracker.cpp | ||
1626 | modified: linden/indra/newview/llviewercontrol.cpp | ||
1627 | modified: linden/indra/newview/llviewerdisplay.cpp | ||
1628 | modified: linden/indra/newview/llviewermenu.cpp | ||
1629 | modified: linden/indra/newview/llviewermessage.cpp | ||
1630 | modified: linden/indra/newview/llviewerobject.cpp | ||
1631 | modified: linden/indra/newview/llviewertexteditor.cpp | ||
1632 | modified: linden/indra/newview/llviewerwindow.cpp | ||
1633 | modified: linden/indra/newview/llvoavatar.cpp | ||
1634 | modified: linden/indra/newview/llvovolume.cpp | ||
1635 | modified: linden/indra/newview/llworldmapview.cpp | ||
1636 | modified: linden/indra/newview/pipeline.cpp | ||
1637 | new file: linden/indra/newview/rlvevent.h | ||
1638 | new file: linden/indra/newview/rlvextensions.cpp | ||
1639 | new file: linden/indra/newview/rlvextensions.h | ||
1640 | new file: linden/indra/newview/rlvfloaterbehaviour.cpp | ||
1641 | new file: linden/indra/newview/rlvfloaterbehaviour.h | ||
1642 | new file: linden/indra/newview/rlvhandler.cpp | ||
1643 | new file: linden/indra/newview/rlvhandler.h | ||
1644 | new file: linden/indra/newview/rlvhelper.cpp | ||
1645 | new file: linden/indra/newview/rlvhelper.h | ||
1646 | new file: linden/indra/newview/rlvmultistringsearch.cpp | ||
1647 | new file: linden/indra/newview/rlvmultistringsearch.h | ||
1648 | new file: linden/indra/newview/skins/default/xui/en-us/floater_rlv_behaviour.xml | ||
1649 | |||
1650 | |||
1651 | 2009-09-04 McCabe Maxsted <hakushakukun@gmail.com> | ||
1652 | |||
1653 | * Updated GStreamer and Zlib windows libs. | ||
1654 | |||
1655 | modified: linden/indra/cmake/CopyWinLibs.cmake | ||
1656 | modified: linden/install.xml | ||
1657 | |||
1658 | |||
1659 | * Fixed inability to minimize chat history. | ||
1660 | |||
1661 | modified: linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml | ||
1662 | |||
1663 | |||
1664 | * Rebranded startup loading page to Imprudence. | ||
1665 | |||
1666 | modified: linden/indra/newview/skins/default/html/en-us/loading/loading.html | ||
1667 | new file: linden/indra/newview/skins/default/html/en-us/loading/imprudence_loading.png | ||
1668 | |||
1669 | |||
1670 | * Cherry-picked Armin's middle mouse copy branch. | ||
1671 | |||
1672 | |||
1673 | * Cherry-picked Armin's double-click tp inworld branch. | ||
1674 | |||
1675 | |||
1676 | * Added 'Go Here' to object pie menu. | ||
1677 | |||
1678 | modified: linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml | ||
1679 | |||
1680 | |||
1681 | * Integrated 1.23's tool floater with link/unlink buttons. | ||
1682 | |||
1683 | modified: linden/indra/newview/llfloatertelehub.cpp | ||
1684 | modified: linden/indra/newview/llfloatertools.cpp | ||
1685 | modified: linden/indra/newview/llfloatertools.h | ||
1686 | modified: linden/indra/newview/llviewermenu.cpp | ||
1687 | modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | ||
1688 | |||
1689 | |||
1690 | * Fixed tree/grass label not hiding. | ||
1691 | |||
1692 | modified: linden/indra/newview/llfloatertools.cpp | ||
1693 | |||
1694 | |||
1695 | 2009-09-03 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
1696 | |||
1697 | * Backported 1.23 fix for animation joint assertion crash. | ||
1698 | |||
1699 | modified: linden/indra/llcharacter/llkeyframemotion.cpp | ||
1700 | |||
1701 | |||
1702 | * Updated object backup feature to Meerkat's SVN, imported floater. | ||
1703 | |||
1704 | modified: linden/indra/newview/primbackup.cpp | ||
1705 | modified: linden/indra/newview/primbackup.h | ||
1706 | new file: linden/indra/newview/skins/default/xui/en-us/floater_prim_import.xml | ||
1707 | |||
1708 | |||
1709 | * Imported Meerkat's object backup feature. | ||
1710 | |||
1711 | modified: linden/indra/newview/CMakeLists.txt | ||
1712 | modified: linden/indra/newview/app_settings/settings.xml | ||
1713 | modified: linden/indra/newview/llviewermenu.cpp | ||
1714 | modified: linden/indra/newview/llviewerobjectlist.cpp | ||
1715 | new file: linden/indra/newview/primbackup.cpp | ||
1716 | new file: linden/indra/newview/primbackup.h | ||
1717 | modified: linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml | ||
1718 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
1719 | |||
1720 | |||
1721 | * Updated some python scripts to not use deprecated modules. | ||
1722 | |||
1723 | modified: linden/indra/lib/python/indra/base/lluuid.py | ||
1724 | modified: linden/indra/lib/python/indra/ipc/llmessage.py | ||
1725 | modified: linden/scripts/install.py | ||
1726 | |||
1727 | |||
1728 | 2009-08-29 McCabe Maxsted <hakushakukun@gmail.com> | ||
1729 | |||
1730 | * Fixed OpenAL CMake error | ||
1731 | |||
1732 | modified: linden/indra/cmake/OPENAL.cmake | ||
1733 | |||
1734 | |||
1735 | * Fixed CMake not finding GLib on windows. | ||
1736 | |||
1737 | modified: linden/indra/cmake/GStreamer.cmake | ||
1738 | |||
1739 | |||
1740 | 2009-08-12 McCabe Maxsted <hakushakukun@gmail.com> | ||
1741 | |||
1742 | * Added basic radar to the minimap. | ||
1743 | |||
1744 | modified: linden/indra/newview/llfloatermap.cpp | ||
1745 | modified: linden/indra/newview/llfloatermap.h | ||
1746 | modified: linden/indra/newview/llnetmap.cpp | ||
1747 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | ||
1748 | |||
1749 | |||
1 | 2009-06-14 McCabe Maxsted <hakushakukun@gmail.com> | 1750 | 2009-06-14 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 1751 | ||
3 | * Added IM preference for showing IMs in either main or local chat. | 1752 | * Added IM preference for showing IMs in either main or local chat. |
4 | 1753 | ||
5 | modified: linden/indra/newview/app_settings/settings.xml | 1754 | modified: linden/indra/newview/app_settings/settings.xml |
6 | modified: linden/indra/newview/llfloaterchat.cpp | 1755 | modified: linden/indra/newview/llfloaterchat.cpp |
7 | modified: linden/indra/newview/llprefsim.cpp | 1756 | modified: linden/indra/newview/llprefsim.cpp |
8 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_im.xml | 1757 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_im.xml |
9 | 1758 | ||
10 | 1759 | ||
11 | * Online/Offline notifications now always show in IM windows. | 1760 | * Online/Offline notifications now always show in IM windows. |
12 | 1761 | ||
13 | modified: linden/indra/newview/llcallingcard.cpp | 1762 | modified: linden/indra/newview/llcallingcard.cpp |
1763 | |||
1764 | |||
1765 | * Audio stream track info displayed in chat instead of notices. | ||
1766 | |||
1767 | modified: indra/newview/lloverlaybar.cpp | ||
1768 | |||
1769 | |||
1770 | * Fixed stream info not updating. | ||
1771 | |||
1772 | modified: indra/llmedia/llmediaimplgstreamer.cpp | ||
1773 | |||
1774 | |||
1775 | 2009-06-14 Dale Glass <email@unknown.com> | ||
1776 | |||
1777 | * VWR-12655: Add support for displaying the title of the song. | ||
1778 | |||
1779 | modified: indra/llaudio/audioengine.h | ||
1780 | modified: indra/llmedia/llmediaimplgstreamer.cpp | ||
1781 | modified: indra/llmedia/llmediaimplgstreamer.h | ||
1782 | modified: indra/llmedia/llmediaobserver.h | ||
1783 | modified: indra/newview/app_settings/settings.xml | ||
1784 | modified: indra/newview/lloverlaybar.cpp | ||
1785 | modified: indra/newview/skins/default/xui/en-us/panel_preferences_audio.xml | ||
14 | 1786 | ||
15 | 1787 | ||
16 | 2009-06-13 McCabe Maxsted <hakushakukun@gmail.com> | 1788 | 2009-06-13 McCabe Maxsted <hakushakukun@gmail.com> |
17 | 1789 | ||
18 | * Added 'Show Map' option to the mini-map menu. | 1790 | * Added 'Show Map' option to the mini-map menu. |
19 | 1791 | ||
20 | modified: linden/indra/newview/llnetmap.cpp | 1792 | modified: linden/indra/newview/llnetmap.cpp |
21 | modified: linden/indra/newview/llnetmap.h | 1793 | modified: linden/indra/newview/llnetmap.h |
22 | modified: linden/indra/newview/skins/default/xui/en-us/menu_mini_map.xml | 1794 | modified: linden/indra/newview/skins/default/xui/en-us/menu_mini_map.xml |
23 | 1795 | ||
24 | 1796 | ||
25 | * Moved mini-map tooltips to XML, added panning tooltip. | 1797 | * Moved mini-map tooltips to XML, added panning tooltip. |
26 | 1798 | ||
27 | modified: linden/indra/newview/llnetmap.cpp | 1799 | modified: linden/indra/newview/llnetmap.cpp |
28 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | 1800 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml |
29 | modified: linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml | 1801 | modified: linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml |
30 | 1802 | ||
31 | 1803 | ||
32 | * Removed double click tp checkbox from preferences as it keeps the two maps more in sync, | 1804 | * Removed double click tp checkbox from preferences as it keeps |
33 | and Show Map is in the minimap now. Keeping the debug setting. | 1805 | the two maps more in sync, and Show Map is in the minimap now. |
34 | 1806 | Keeping the debug setting. | |
35 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml | 1807 | |
1808 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml | ||
36 | 1809 | ||
37 | 1810 | ||
38 | * Forgot tooltip for map opening, fixed typo. | 1811 | * Forgot tooltip for map opening, fixed typo. |
39 | 1812 | ||
40 | modified: linden/indra/newview/llnetmap.cpp | 1813 | modified: linden/indra/newview/llnetmap.cpp |
41 | modified: linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml | 1814 | modified: linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml |
42 | 1815 | ||
43 | 1816 | ||
44 | * Show muted avatars as grey in the mini-map. | 1817 | * Show muted avatars as grey in the mini-map. |
45 | 1818 | ||
46 | modified: linden/indra/newview/llnetmap.cpp | 1819 | modified: linden/indra/newview/llnetmap.cpp |
47 | modified: linden/indra/newview/llworldmapview.cpp | 1820 | modified: linden/indra/newview/llworldmapview.cpp |
48 | modified: linden/indra/newview/skins/default/colors_base.xml | 1821 | modified: linden/indra/newview/skins/default/colors_base.xml |
49 | modified: linden/indra/newview/skins/silver/colors_base.xml | 1822 | modified: linden/indra/newview/skins/silver/colors_base.xml |
50 | 1823 | ||
51 | 1824 | ||
52 | * Cleaned up some old unused references. | 1825 | * Cleaned up some old unused references. |
53 | 1826 | ||
54 | modified: linden/indra/newview/llappviewer.cpp | 1827 | modified: linden/indra/newview/llappviewer.cpp |
55 | modified: linden/indra/newview/llappviewer.h | 1828 | modified: linden/indra/newview/llappviewer.h |
56 | modified: linden/indra/newview/llfloaterreporter.cpp | 1829 | modified: linden/indra/newview/llfloaterreporter.cpp |
57 | modified: linden/indra/newview/llnetmap.cpp | 1830 | modified: linden/indra/newview/llnetmap.cpp |
58 | modified: linden/indra/newview/llviewermessage.cpp | 1831 | modified: linden/indra/newview/llviewermessage.cpp |
59 | 1832 | ||
60 | 1833 | ||
61 | Aimee Trescothick <aimee@ama-zing.co.uk> | 1834 | 2009-06-13 Aimee Trescothick <aimee@ama-zing.co.uk> |
62 | 1835 | ||
63 | * VWR-4106: Mini-map beacon icon doesn't display correctly when beacon position above or below camera. | 1836 | * VWR-4106: Mini-map beacon icon doesn't display correctly |
64 | 1837 | when beacon position above or below camera. | |
65 | modified: linden/indra/newview/llworldmapview.cpp | 1838 | |
66 | modified: linden/indra/newview/llworldmapview.h | 1839 | modified: linden/indra/newview/llworldmapview.cpp |
67 | 1840 | modified: linden/indra/newview/llworldmapview.h | |
68 | 1841 | ||
69 | * VWR-12631: setting to adjust the maximum size of objects displayed on the minimap (MiniMapPrimMaxRadius). | 1842 | |
70 | 1843 | * VWR-12631: setting to adjust the maximum size of objects | |
71 | modified: linden/indra/newview/app_settings/settings.xml | 1844 | displayed on the minimap (MiniMapPrimMaxRadius). |
72 | modified: linden/indra/newview/llnetmap.cpp | 1845 | |
73 | modified: linden/indra/newview/llviewerobjectlist.cpp | 1846 | modified: linden/indra/newview/app_settings/settings.xml |
74 | 1847 | modified: linden/indra/newview/llnetmap.cpp | |
75 | 1848 | modified: linden/indra/newview/llviewerobjectlist.cpp | |
76 | Armin Weatherwax <email@unknown.com> | 1849 | |
77 | 1850 | ||
1851 | 2009-06-13 Armin Weatherwax <email@unknown.com> | ||
1852 | |||
78 | * Updated OpenJpeg to 1.3 for Linux. | 1853 | * Updated OpenJpeg to 1.3 for Linux. |
79 | 1854 | ||
80 | modified: linden/indra/newview/viewer_manifest.py | 1855 | modified: linden/indra/newview/viewer_manifest.py |
81 | modified: linden/install.xml | 1856 | modified: linden/install.xml |
82 | 1857 | ||
83 | 1858 | ||
84 | 2009-06-12 McCabe Maxsted <hakushakukun@gmail.com> | 1859 | 2009-06-12 McCabe Maxsted <hakushakukun@gmail.com> |
85 | 1860 | ||
86 | * Applied patch by Robin Cornelius for VWR-12686: | 1861 | * Applied patch by Robin Cornelius for VWR-12686 |
87 | LLTextureCache::writeToCache() does not cache textures smaller than TEXTURE_CACHE_ENTRY_SIZE | 1862 | LLTextureCache::writeToCache() does not cache textures |
88 | 1863 | smaller than TEXTURE_CACHE_ENTRY_SIZE | |
89 | modified: linden/indra/newview/lltexturecache.cpp | 1864 | |
90 | 1865 | modified: linden/indra/newview/lltexturecache.cpp | |
91 | 1866 | ||
92 | Aimee Trescothick <aimee@ama-zing.co.uk> | 1867 | |
93 | 1868 | 2009-06-12 Aimee Trescothick <aimee@ama-zing.co.uk> | |
1869 | |||
94 | * VWR-6918: Hide/Show Selection Outlines. | 1870 | * VWR-6918: Hide/Show Selection Outlines. |
95 | 1871 | ||
96 | modified: indra/newview/app_settings/settings.xml | 1872 | modified: indra/newview/app_settings/settings.xml |
97 | modified: indra/newview/llappviewer.cpp | 1873 | modified: indra/newview/llappviewer.cpp |
98 | modified: indra/newview/llselectmgr.cpp | 1874 | modified: indra/newview/llselectmgr.cpp |
99 | modified: indra/newview/llselectmgr.h | 1875 | modified: indra/newview/llselectmgr.h |
100 | modified: indra/newview/llviewermenu.cpp | 1876 | modified: indra/newview/llviewermenu.cpp |
101 | modified: indra/newview/skins/default/xui/en-us/menu_viewer.xml | 1877 | modified: indra/newview/skins/default/xui/en-us/menu_viewer.xml |
102 | 1878 | ||
103 | 1879 | ||
104 | * VWR-13221: Allow panning of the mini-map. | 1880 | * VWR-13221: Allow panning of the mini-map. |
105 | 1881 | ||
106 | modified: indra/newview/app_settings/settings.xml | 1882 | modified: indra/newview/app_settings/settings.xml |
107 | modified: indra/newview/llnetmap.cpp | 1883 | modified: indra/newview/llnetmap.cpp |
108 | modified: indra/newview/llnetmap.h | 1884 | modified: indra/newview/llnetmap.h |
109 | modified: indra/newview/skins/default/xui/en-us/menu_mini_map.xml | 1885 | modified: indra/newview/skins/default/xui/en-us/menu_mini_map.xml |
110 | 1886 | ||
111 | 1887 | ||
112 | 2009-06-11 McCabe Maxsted <hakushakukun@gmail.com> | 1888 | 2009-06-11 McCabe Maxsted <hakushakukun@gmail.com> |
113 | 1889 | ||
114 | * Moved 'Duplicate' to the Tools menu. | 1890 | * Moved 'Duplicate' to the Tools menu. |
115 | * Renamed 'Select Tool' to 'Choose Tool', moved Selection options into a flyout menu. | 1891 | |
116 | * Renamed 'Set permissions on selected task inventory' to 'Set Bulk Permissions'. | 1892 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml |
117 | 1893 | ||
118 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | 1894 | |
119 | 1895 | * Renamed 'Select Tool' to 'Choose Tool', moved Selection options | |
120 | 1896 | into a flyout menu. | |
1897 | |||
1898 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
1899 | |||
1900 | |||
1901 | * Renamed 'Set permissions on selected task inventory' | ||
1902 | to 'Set Bulk Permissions'. | ||
1903 | |||
1904 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
1905 | |||
1906 | |||
121 | * Added missing mini-map xui files. | 1907 | * Added missing mini-map xui files. |
122 | 1908 | ||
123 | new file: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | 1909 | new file: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml |
124 | new file: linden/indra/newview/skins/default/xui/en-us/menu_mini_map.xml | 1910 | new file: linden/indra/newview/skins/default/xui/en-us/menu_mini_map.xml |
125 | new file: linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml | 1911 | new file: linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml |
126 | 1912 | ||
127 | 1913 | ||
128 | * Added patch and .pyc files to .gitignore. | 1914 | * Added patch and .pyc files to .gitignore. |
129 | 1915 | ||
130 | modified: .gitignore | 1916 | modified: .gitignore |
131 | 1917 | ||
132 | 1918 | ||
133 | * Added Link/Unlink buttons to the Tools floater. | 1919 | * Added Link/Unlink buttons to the Tools floater. |
134 | 1920 | ||
135 | modified: linden/indra/newview/llfloatertools.cpp | 1921 | modified: linden/indra/newview/llfloatertools.cpp |
136 | modified: linden/indra/newview/llfloatertools.h | 1922 | modified: linden/indra/newview/llfloatertools.h |
137 | modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | 1923 | modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml |
138 | 1924 | ||
139 | 1925 | ||
140 | * Fixed 'Unlink' not toggling in Tools menu. | 1926 | * Fixed 'Unlink' not toggling in Tools menu. |
141 | 1927 | ||
142 | modified: linden/indra/newview/llviewermenu.cpp | 1928 | modified: linden/indra/newview/llviewermenu.cpp |
143 | 1929 | ||
144 | 1930 | ||
145 | * Added Link/Unlink options to the object pie menu. | 1931 | * Added Link/Unlink options to the object pie menu. |
146 | 1932 | ||
147 | modified: linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml | 1933 | modified: linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml |
148 | 1934 | ||
149 | 1935 | ||
150 | * Double clicking inventory objects toggles wear/detach. | 1936 | * Double clicking inventory objects toggles wear/detach. |
151 | Patch originally by Nicholaz Beresford with additions by Henri Beauchamp. | 1937 | Patch originally by Nicholaz Beresford with additions |
152 | 1938 | by Henri Beauchamp. | |
153 | modified: indra/newview/llinventorybridge.cpp | 1939 | |
1940 | modified: indra/newview/llinventorybridge.cpp | ||
154 | 1941 | ||
155 | 1942 | ||
156 | 2009-06-10 McCabe Maxsted <hakushakukun@gmail.com> | 1943 | 2009-06-10 McCabe Maxsted <hakushakukun@gmail.com> |
157 | 1944 | ||
158 | * Fixed Communicate window not toggling from menu. | 1945 | * Fixed Communicate window not toggling from menu. |
159 | 1946 | ||
160 | modified: indra/newview/llviewermenu.cpp | 1947 | modified: indra/newview/llviewermenu.cpp |
161 | 1948 | ||
162 | 1949 | ||
163 | * Applied MJM's tree and grass pulldown list from the Hippo Viewer. | 1950 | * Applied MJM's tree and grass pulldown list from the Hippo Viewer. |
164 | 1951 | ||
165 | modified: linden/indra/newview/app_settings/grass.xml | 1952 | modified: linden/indra/newview/app_settings/grass.xml |
166 | modified: linden/indra/newview/app_settings/settings.xml | 1953 | modified: linden/indra/newview/app_settings/settings.xml |
167 | modified: linden/indra/newview/app_settings/trees.xml | 1954 | modified: linden/indra/newview/app_settings/trees.xml |
168 | modified: linden/indra/newview/llfloatertools.cpp | 1955 | modified: linden/indra/newview/llfloatertools.cpp |
169 | modified: linden/indra/newview/llfloatertools.h | 1956 | modified: linden/indra/newview/llfloatertools.h |
170 | modified: linden/indra/newview/lltoolplacer.cpp | 1957 | modified: linden/indra/newview/lltoolplacer.cpp |
171 | modified: linden/indra/newview/llvograss.cpp | 1958 | modified: linden/indra/newview/llvograss.cpp |
172 | modified: linden/indra/newview/llvograss.h | 1959 | modified: linden/indra/newview/llvograss.h |
173 | modified: linden/indra/newview/llvotree.cpp | 1960 | modified: linden/indra/newview/llvotree.cpp |
174 | modified: linden/indra/newview/llvotree.h | 1961 | modified: linden/indra/newview/llvotree.h |
175 | modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | 1962 | modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml |
176 | 1963 | ||
177 | 1964 | ||
178 | * Added pulldown label and fixed combobox not hiding. | 1965 | * Added pulldown label and fixed combobox not hiding. |
179 | 1966 | ||
180 | modified: linden/indra/newview/llfloatertools.cpp | 1967 | modified: linden/indra/newview/llfloatertools.cpp |
181 | modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | 1968 | modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml |
182 | 1969 | ||
183 | 1970 | ||
184 | * Applied Armin's patch to create an Advanced Menu menu item. | 1971 | * Applied Armin's patch to create an Advanced Menu menu item. |
185 | (Placed it in View and changed it to a check.) | 1972 | Placed it in View and changed it to a check. |
186 | 1973 | ||
187 | modified: linden/indra/newview/llviewermenu.cpp | 1974 | modified: linden/indra/newview/llviewermenu.cpp |
188 | modified: linden/indra/newview/llviewerwindow.cpp | 1975 | modified: linden/indra/newview/llviewerwindow.cpp |
189 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | 1976 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml |
190 | 1977 | ||
191 | 1978 | ||
192 | 2009-06-09 McCabe Maxsted <hakushakukun@gmail.com> | 1979 | 2009-06-09 McCabe Maxsted <hakushakukun@gmail.com> |
193 | 1980 | ||
194 | * Backported 1.23's minimap conversion to XUI. | 1981 | * Backported 1.23's minimap conversion to XUI. |
195 | 1982 | ||
196 | modified: indra/llui/llui.cpp | 1983 | modified: indra/llui/llui.cpp |
197 | modified: indra/llui/llui.h | 1984 | modified: indra/llui/llui.h |
198 | modified: indra/newview/CMakeLists.txt | 1985 | modified: indra/newview/CMakeLists.txt |
199 | modified: indra/newview/llagent.cpp | 1986 | modified: indra/newview/llagent.cpp |
200 | modified: indra/newview/llcolorscheme.cpp | 1987 | modified: indra/newview/llcolorscheme.cpp |
201 | modified: indra/newview/llcolorscheme.h | 1988 | modified: indra/newview/llcolorscheme.h |
202 | modified: indra/newview/llfloatermap.cpp | 1989 | modified: indra/newview/llfloatermap.cpp |
203 | modified: indra/newview/llfloatermap.h | 1990 | modified: indra/newview/llfloatermap.h |
204 | modified: indra/newview/llmenucommands.cpp | 1991 | modified: indra/newview/llmenucommands.cpp |
205 | modified: indra/newview/llnetmap.cpp | 1992 | modified: indra/newview/llnetmap.cpp |
206 | modified: indra/newview/llnetmap.h | 1993 | modified: indra/newview/llnetmap.h |
207 | modified: indra/newview/llstartup.cpp | 1994 | modified: indra/newview/llstartup.cpp |
208 | modified: indra/newview/llviewercontrol.cpp | 1995 | modified: indra/newview/llviewercontrol.cpp |
209 | modified: indra/newview/llviewermenu.cpp | 1996 | modified: indra/newview/llviewermenu.cpp |
210 | modified: indra/newview/llviewerobject.cpp | 1997 | modified: indra/newview/llviewerobject.cpp |
211 | modified: indra/newview/llviewerregion.cpp | 1998 | modified: indra/newview/llviewerregion.cpp |
212 | modified: indra/newview/llviewerwindow.cpp | 1999 | modified: indra/newview/llviewerwindow.cpp |
213 | modified: indra/newview/llworldmapview.cpp | 2000 | modified: indra/newview/llworldmapview.cpp |
214 | modified: indra/newview/skins/default/colors_base.xml | 2001 | modified: indra/newview/skins/default/colors_base.xml |
215 | modified: indra/newview/skins/silver/colors_base.xml | 2002 | modified: indra/newview/skins/silver/colors_base.xml |
2003 | |||
2004 | |||
2005 | * Applied Aimee's minimap magnify patch. | ||
2006 | |||
2007 | modified: doc/contributions.txt | ||
2008 | modified: indra/newview/app_settings/settings.xml | ||
2009 | modified: indra/newview/llnetmap.cpp | ||
2010 | modified: indra/newview/llnetmap.h | ||
2011 | modified: indra/newview/llworldmapview.cpp | ||
2012 | modified: indra/newview/llworldmapview.h | ||
2013 | modified: indra/newview/skins/default/textures/textures.xml | ||
216 | 2014 | ||
217 | 2015 | ||
218 | 2009-06-08 McCabe Maxsted <hakushakukun@gmail.com> | 2016 | 2009-06-08 McCabe Maxsted <hakushakukun@gmail.com> |
219 | 2017 | ||
220 | * Changed 'IM Received' button to '__ New IMs'. | 2018 | * Changed 'IM Received' button to '__ New IMs'. |
221 | 2019 | ||
222 | modified: linden/indra/newview/llfloaterchatterbox.cpp | 2020 | modified: linden/indra/newview/llfloaterchatterbox.cpp |
223 | modified: linden/indra/newview/llimview.cpp | 2021 | modified: linden/indra/newview/llimview.cpp |
224 | modified: linden/indra/newview/llimview.h | 2022 | modified: linden/indra/newview/llimview.h |
225 | modified: linden/indra/newview/lloverlaybar.cpp | 2023 | modified: linden/indra/newview/lloverlaybar.cpp |
226 | modified: linden/indra/newview/lloverlaybar.h | 2024 | modified: linden/indra/newview/lloverlaybar.h |
227 | modified: linden/indra/newview/skins/default/xui/en-us/panel_overlaybar.xml | 2025 | modified: linden/indra/newview/skins/default/xui/en-us/panel_overlaybar.xml |
228 | 2026 | ||
229 | 2027 | ||
230 | * Backported LL's version of VWR-2681 from 1.23. | 2028 | * Backported LL's version of VWR-2681 from 1.23. |
231 | 2029 | ||
232 | modified: indra/newview/app_settings/settings.xml | 2030 | modified: indra/newview/app_settings/settings.xml |
233 | modified: indra/newview/llfloateravatarpicker.cpp | 2031 | modified: indra/newview/llfloateravatarpicker.cpp |
234 | modified: indra/newview/llfloateravatarpicker.h | 2032 | modified: indra/newview/llfloateravatarpicker.h |
235 | modified: indra/newview/llfloatergodtools.cpp | 2033 | modified: indra/newview/llfloatergodtools.cpp |
236 | modified: indra/newview/llglsandbox.cpp | 2034 | modified: indra/newview/llglsandbox.cpp |
237 | modified: indra/newview/llnetmap.cpp | 2035 | modified: indra/newview/llnetmap.cpp |
238 | modified: indra/newview/llviewerobjectlist.cpp | 2036 | modified: indra/newview/llviewerobjectlist.cpp |
239 | modified: indra/newview/llworld.cpp | 2037 | modified: indra/newview/llworld.cpp |
240 | modified: indra/newview/llworld.h | 2038 | modified: indra/newview/llworld.h |
241 | modified: indra/newview/pipeline.cpp | 2039 | modified: indra/newview/pipeline.cpp |
242 | modified: indra/newview/skins/default/xui/en-us/floater_avatar_picker.xml | 2040 | modified: indra/newview/skins/default/xui/en-us/floater_avatar_picker.xml |
243 | 2041 | ||
244 | 2042 | ||
245 | * Fixed the Resident Chooser showing hair instead of calling cards. | 2043 | * Fixed the Resident Chooser showing hair instead of calling cards. |
246 | 2044 | ||
247 | modified: indra/newview/llfloateravatarpicker.cpp | 2045 | modified: indra/newview/llfloateravatarpicker.cpp |
248 | 2046 | ||
249 | 2047 | ||
250 | 2009-06-07 McCabe Maxsted <hakushakukun@gmail.com> | 2048 | 2009-06-07 McCabe Maxsted <hakushakukun@gmail.com> |
251 | 2049 | ||
252 | * Fixed CopyWinLibs.CMake errors (removed vivox). | 2050 | * Fixed CopyWinLibs.CMake errors (removed vivox). |
253 | 2051 | ||
254 | modified: linden/indra/cmake/CopyWinLibs.cmake | 2052 | modified: linden/indra/cmake/CopyWinLibs.cmake |
255 | modified: linden/install.xml | 2053 | modified: linden/install.xml |
256 | 2054 | ||
257 | 2055 | ||
258 | * Fixed VC++ error C2864: 'LLAudioEngine_OpenAL::WIND_BUFFER_SIZE_SEC' : | 2056 | * Fixed VC++ error C2864: 'LLAudioEngine_OpenAL::WIND_BUFFER_SIZE_SEC' : |
259 | only static const integral data members can be initialized within a class. | 2057 | only static const integral data members can be initialized within a class. |
260 | 2058 | ||
261 | modified: linden/indra/llaudio/audioengine_openal.cpp | 2059 | modified: linden/indra/llaudio/audioengine_openal.cpp |
262 | modified: linden/indra/llaudio/audioengine_openal.h | 2060 | modified: linden/indra/llaudio/audioengine_openal.h |
263 | 2061 | ||
264 | 2062 | ||
265 | * Fixed VC++ warning C4305: '=' : truncation from 'double' to 'float' for mVolume. | 2063 | * Fixed VC++ warning C4305: '=' : truncation from 'double' to 'float' for mVolume. |
266 | 2064 | ||
267 | modified: linden/indra/llmedia/llmediaimplgstreamer.cpp | 2065 | modified: linden/indra/llmedia/llmediaimplgstreamer.cpp |
268 | 2066 | ||
269 | 2067 | ||
270 | * Removed bad entries from copy_win_libs. | 2068 | * Removed bad entries from copy_win_libs. |
271 | * Restored zlib1.dll (not a bad entry). | 2069 | * Restored zlib1.dll (not a bad entry). |
272 | 2070 | ||
273 | modified: linden/indra/cmake/CopyWinLibs.cmake | 2071 | modified: linden/indra/cmake/CopyWinLibs.cmake |
274 | 2072 | ||
275 | 2073 | ||
276 | * Removed old linden glib entry that was interfering. | 2074 | * Removed old linden glib entry that was interfering. |
277 | * Updated windows zlib archive. | 2075 | * Updated windows zlib archive. |
278 | * Updated windows iconv archive. | 2076 | * Updated windows iconv archive. |
279 | 2077 | ||
280 | modified: linden/install.xml | 2078 | modified: linden/install.xml |
281 | 2079 | ||
282 | 2080 | ||
283 | * Placed the gstreamer plugins in newview where they belong. | 2081 | * Placed the gstreamer plugins in newview where they belong. |
284 | 2082 | ||
285 | modified: linden/indra/cmake/CopyWinLibs.cmake | 2083 | modified: linden/indra/cmake/CopyWinLibs.cmake |
286 | modified: linden/install.xml | 2084 | modified: linden/install.xml |
287 | 2085 | ||
288 | 2086 | ||
289 | 2009-05-30 Jacek Antonelli <jacek.antonelli@gmail.com> | 2087 | 2009-05-30 Jacek Antonelli <jacek.antonelli@gmail.com> |