diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 291 |
1 files changed, 267 insertions, 24 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 01af210..6b75515 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,41 @@ | |||
1 | 2008-12-16 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * linden/indra/newview/llselectmgr.cpp: | ||
4 | VWR-1582: Local ruler mode wrong for linked objects. | ||
5 | Also VWR-11103 (regression of above). | ||
6 | |||
7 | |||
8 | 2008-12-15 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
9 | |||
10 | * linden/install.xml: | ||
11 | Switched OpenJPEG package to a tar.bz2. | ||
12 | The install.py script doesn't support .zip files. | ||
13 | Maybe later we could add support for that. | ||
14 | |||
15 | |||
16 | * linden/indra/newview/llworld.cpp: | ||
17 | VWR-9352: Prim falls to 256m height when moved outworld. | ||
18 | Patch by Aimee Trescothick. | ||
19 | |||
20 | |||
21 | 2008-12-13 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
22 | |||
23 | * linden/scripts/build_version.py: | ||
24 | Version string generator now includes test label. | ||
25 | This is used for naming packages on Linux, among other things. | ||
26 | |||
27 | |||
28 | * linden/indra/llcommon/llversionviewer.h: | ||
29 | Bumped version to 1.1.0 alpha. | ||
30 | |||
31 | |||
32 | 2008-12-11 McCabe Maxsted <hakushakukun@gmail.com> | ||
33 | |||
34 | * linden/indra/newview/llfloaterinspect.cpp: | ||
35 | VWR-10823: Right click > Inspect crashes viewer. | ||
36 | Backported from LL's 1.22 RC3. | ||
37 | |||
38 | |||
1 | 2008-12-10 Jacek Antonelli <jacek.antonelli@gmail.com> | 39 | 2008-12-10 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 40 | ||
3 | * linden/indra/newview/llinventoryview.cpp: | 41 | * linden/indra/newview/llinventoryview.cpp: |
@@ -108,40 +146,50 @@ | |||
108 | New bitfield enumerator for inventory types. | 146 | New bitfield enumerator for inventory types. |
109 | 147 | ||
110 | 148 | ||
111 | 2008-12-06 Jacek Antonelli <jacek.antonelli@gmail.com> | 149 | 2008-12-01 McCabe Maxsted <hakushakukun@gmail.com> |
112 | 150 | ||
113 | * ChangeLog: | 151 | * linden/indra/newview/app_settings/settings.xml: |
114 | Added banners in ChangeLog to set versions apart. | 152 | Added "Select Only Copyable Objects" menu option. |
115 | 153 | * linden/indra/newview/llselectmgr.cpp: | |
116 | Entries should be placed in the section for the | 154 | Ditto |
117 | version into which they were merged. Entries within | 155 | * linden/indra/newview/llviewermenu.cpp: |
118 | a section should be sorted chronologically. | 156 | Ditto |
157 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
158 | Ditto | ||
119 | 159 | ||
120 | This is important for keeping track of changes which | ||
121 | weren't merged until a later release than they were | ||
122 | written. (Mixing them in chronologically would cause | ||
123 | confusion about which changes were included in a | ||
124 | release.) | ||
125 | 160 | ||
161 | 2008-11-24 McCabe Maxsted <hakushakukun@gmail.com> | ||
126 | 162 | ||
127 | * linden/indra/llmessage/llhttpclient.cpp: | 163 | * linden/indra/newview/llfloatergroupinvite.cpp: |
128 | VWR-9400b (memleak whenever an LSL script is uploaded) | 164 | Add group name to group invite window. |
129 | Patch by Henri Beauchamp. | 165 | * linden/indra/newview/llfloatergroupinvite.h: |
166 | Ditto. | ||
130 | 167 | ||
131 | 168 | ||
132 | * linden/indra/llmessage/llhttpclient.cpp: | 169 | 2008-11-23 McCabe Maxsted <hakushakukun@gmail.com> |
133 | VWR-9400 (memleak whenever an LSL script is uploaded) | ||
134 | Patch by Carjay McGinnis. | ||
135 | 170 | ||
171 | * linden/indra/newview/skins/default/xui/en-us/notify.xml: | ||
172 | VWR-4826 (ability to ignore friendship offers). | ||
136 | 173 | ||
137 | * linden/indra/llimage/llimagetga.cpp: | ||
138 | VWR-10837 (use delete [] in LLImageTGA) | ||
139 | Patch by Aleric Inglewood. | ||
140 | 174 | ||
175 | * linden/indra/newview/app_settings/settings.xml: | ||
176 | Beacons no longer persist between sessions. | ||
177 | That distressed users who accidentally enabled them, | ||
178 | since not even relogging would disable them. | ||
179 | * linden/indra/newview/llviewerwindow.cpp: | ||
180 | Ditto. | ||
181 | * linden/indra/newview/pipeline.cpp: | ||
182 | Ditto. | ||
183 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
184 | Ditto. | ||
141 | 185 | ||
142 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | 186 | |
143 | VWR-10759 (use delete [] in LLMediaImplGStreamer) | 187 | * linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml: |
144 | Patch by Aleric Inglewood. | 188 | Moved 'Offer Teleport' in IM to be on the left side. |
189 | |||
190 | |||
191 | * linden/indra/newview/skins/default/xui/en-us/panel_groups.xml: | ||
192 | Switched Invite and Leave buttons in group panel. | ||
145 | 193 | ||
146 | 194 | ||
147 | 2008-11-23 Jacek Antonelli <jacek.antonelli@gmail.com> | 195 | 2008-11-23 Jacek Antonelli <jacek.antonelli@gmail.com> |
@@ -202,6 +250,40 @@ | |||
202 | Ditto. | 250 | Ditto. |
203 | 251 | ||
204 | 252 | ||
253 | 2008-11-22 McCabe Maxsted <hakushakukun@gmail.com> | ||
254 | |||
255 | * linden\indra\newview\skins\default\colors_base.xml: | ||
256 | Added full comments to default skin colors. | ||
257 | * linden\indra\newview\skins\silver\colors_base.xml: | ||
258 | Added full comments to silver skin colors. | ||
259 | |||
260 | |||
261 | 2008-11-22 McCabe Maxsted <hakushakukun@gmail.com> | ||
262 | |||
263 | * indra/newview/llcolorscheme.cpp: | ||
264 | Added minimap glyph color to colors.xml. | ||
265 | * indra/newview/llcolorscheme.h: | ||
266 | Ditto. | ||
267 | * indra/newview/llnetmap.cpp: | ||
268 | Ditto. | ||
269 | * indra/newview/llnetmap.h: | ||
270 | Ditto. | ||
271 | * indra/newview/llworldmapview.cpp: | ||
272 | Ditto. | ||
273 | * indra/newview/llworldmapview.h: | ||
274 | Ditto. | ||
275 | * indra/newview/skins/default/colors_base.xml: | ||
276 | Ditto. | ||
277 | * indra/newview/skins/silver/colors_base.xml: | ||
278 | Ditto. | ||
279 | |||
280 | |||
281 | 2008-11-21 McCabe Maxsted <hakushakukun@gmail.com> | ||
282 | |||
283 | * linden/indra/newview/llnetmap.cpp: | ||
284 | Friends show yellow in minimap (VWR-3336). | ||
285 | |||
286 | |||
205 | 2008-11-11 Jacek Antonelli <jacek.antonelli@gmail.com> | 287 | 2008-11-11 Jacek Antonelli <jacek.antonelli@gmail.com> |
206 | 288 | ||
207 | * linden/indra/newview/llinventoryview.cpp: | 289 | * linden/indra/newview/llinventoryview.cpp: |
@@ -232,6 +314,163 @@ | |||
232 | Added XUI for the Quick Filter combo box. | 314 | Added XUI for the Quick Filter combo box. |
233 | 315 | ||
234 | 316 | ||
317 | |||
318 | 2008-10-18 McCabe Maxsted <hakushakukun@gmail.com> | ||
319 | |||
320 | * linden\indra\newview\skins\default\xui\en-us\menu_viewer.xml: | ||
321 | Added menu option for inworld browser. | ||
322 | * linden\indra\newview\llviewermenu.cpp: | ||
323 | Ditto. | ||
324 | |||
325 | |||
326 | * linden/indra/newview/app_settings/settings.xml: | ||
327 | Added Home button functionality to the web browser. | ||
328 | * linden/indra/newview/llfloaterhtmlhelp.cpp: | ||
329 | Ditto. | ||
330 | * linden/indra/newview/llfloaterhtmlhelp.h: | ||
331 | Ditto. | ||
332 | * linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml: | ||
333 | Ditto. | ||
334 | |||
335 | |||
336 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
337 | =- 1.0.0 -= | ||
338 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
339 | |||
340 | |||
341 | 2008-12-12 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
342 | |||
343 | * Imprudence 1.0.0 finalized. | ||
344 | |||
345 | |||
346 | * RELEASE_NOTES.txt: | ||
347 | Added release notes. | ||
348 | * linden/indra/newview/viewer_manifest.py: | ||
349 | Ditto. | ||
350 | |||
351 | |||
352 | * linden/indra/llcommon/llversionviewer.h: | ||
353 | Blanked the test version string. Not RC anymore. | ||
354 | |||
355 | |||
356 | * linden/install.xml: | ||
357 | Windows build uses OpenJPEG 1.3. | ||
358 | Fixes half-opaque skirts/textures issue. | ||
359 | |||
360 | |||
361 | * linden/indra/newview/viewer_manifest.py: | ||
362 | README.txt will stay that name; README-linux.txt removed. | ||
363 | |||
364 | |||
365 | 2008-12-11 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
366 | |||
367 | * linden/indra/newview/llfloaterabout.cpp: | ||
368 | Simplified release notes URL scheme. | ||
369 | Now uses e.g. "wiki/Release Notes/1.0.0-RC2", | ||
370 | which is set up as a wiki redirect. | ||
371 | |||
372 | |||
373 | * linden/indra/newview/llfloaterabout.cpp: | ||
374 | Fixed bad string comparison (rel notes url) [#28] | ||
375 | Reported by Balp Allen. | ||
376 | |||
377 | |||
378 | 2008-12-10 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
379 | |||
380 | * linden/indra/newview/llpanellogin.cpp: | ||
381 | Fix grid selector having a duplicate entry. [#24] | ||
382 | Patch by Balp Allen. | ||
383 | * linden/indra/newview/llpanellogin.h: | ||
384 | Ditto. | ||
385 | * linden/indra/newview/llstartup.cpp: | ||
386 | Ditto. | ||
387 | |||
388 | |||
389 | * linden/indra/newview/llurlhistory.cpp: | ||
390 | Better warning when url_history.xml save fails. | ||
391 | |||
392 | |||
393 | * linden/indra/newview/llviewernetwork.cpp: | ||
394 | Fixed bad string comparison (grid code name). [#22] | ||
395 | Reported by Balp Allen. | ||
396 | |||
397 | |||
398 | 2008-12-06 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
399 | |||
400 | * ChangeLog: | ||
401 | Added banners in ChangeLog to set versions apart. | ||
402 | |||
403 | Entries should be placed in the section for the | ||
404 | version into which they were merged. Entries within | ||
405 | a section should be sorted chronologically. | ||
406 | |||
407 | This is important for keeping track of changes which | ||
408 | weren't merged until a later release than they were | ||
409 | written. (Mixing them in chronologically would cause | ||
410 | confusion about which changes were included in a | ||
411 | release.) | ||
412 | |||
413 | |||
414 | * linden/indra/llmessage/llhttpclient.cpp: | ||
415 | VWR-9400b (memleak whenever an LSL script is uploaded) | ||
416 | Patch by Henri Beauchamp. | ||
417 | |||
418 | |||
419 | * linden/indra/llmessage/llhttpclient.cpp: | ||
420 | VWR-9400 (memleak whenever an LSL script is uploaded) | ||
421 | Patch by Carjay McGinnis. | ||
422 | |||
423 | |||
424 | * linden/indra/llimage/llimagetga.cpp: | ||
425 | VWR-10837 (use delete [] in LLImageTGA) | ||
426 | Patch by Aleric Inglewood. | ||
427 | |||
428 | |||
429 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
430 | VWR-10759 (use delete [] in LLMediaImplGStreamer) | ||
431 | Patch by Aleric Inglewood. | ||
432 | |||
433 | |||
434 | 2008-12-06 McCabe Maxsted <hakushakukun@gmail.com> | ||
435 | |||
436 | * linden/indra/llcommon/llversionviewer.h: | ||
437 | Added test version info. | ||
438 | * linden/indra/newview/llfloaterabout.cpp: | ||
439 | Ditto. | ||
440 | * linden/indra/newview/llappviewer.cpp: | ||
441 | Ditto. | ||
442 | * linden/indra/newview/llpanellogin.cpp: | ||
443 | Ditto. | ||
444 | |||
445 | |||
446 | 2008-12-05 McCabe Maxsted <hakushakukun@gmail.com> | ||
447 | |||
448 | * linden/indra/llcommon/llsecondlifeurls.cpp: | ||
449 | Changed Release Notes link to point to Imprudence. | ||
450 | * linden/indra/newview/llfloaterabout.cpp: | ||
451 | Ditto. | ||
452 | |||
453 | |||
454 | * linden/indra/newview/skins/default/xui/en-us/menu_login.xml: | ||
455 | Rebranded login menu. [#23] | ||
456 | |||
457 | |||
458 | * linden/indra/newview/llurlhistory.cpp: | ||
459 | Fixed blank url_history.xml creation. (VWR-5808) | ||
460 | |||
461 | |||
462 | 2008-12-01 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
463 | |||
464 | * linden/indra/newview/viewer_manifest.py: | ||
465 | Fixed indentation for 'skins' prefix. | ||
466 | |||
467 | * linden/indra/newview/viewer_manifest.py: | ||
468 | Doc packaging moved to platform-independent manifest. | ||
469 | |||
470 | |||
471 | * Imported license files for libraries and artwork. | ||
472 | |||
473 | |||
235 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 474 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
236 | =- 1.0.0 RC2 -= | 475 | =- 1.0.0 RC2 -= |
237 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 476 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
@@ -248,6 +487,10 @@ | |||
248 | 487 | ||
249 | 2008-11-30 Jacek Antonelli <jacek.antonelli@gmail.com> | 488 | 2008-11-30 Jacek Antonelli <jacek.antonelli@gmail.com> |
250 | 489 | ||
490 | * linden/indra/newview/viewer_manifest.py: | ||
491 | Package up README.txt, etc. on Linux. | ||
492 | |||
493 | |||
251 | * linden/indra/llmedia/llmediamanager.cpp: | 494 | * linden/indra/llmedia/llmediamanager.cpp: |
252 | Disable llmozlib-dependent code when not available. | 495 | Disable llmozlib-dependent code when not available. |
253 | Patch by Stephen Zenith. [#12] | 496 | Patch by Stephen Zenith. [#12] |