diff options
author | Jacek Antonelli | 2010-01-27 18:30:48 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-01-27 18:30:55 -0600 |
commit | 6b270891b1b64e26a5c07e9239b925527e7be4c2 (patch) | |
tree | 39494aa61151419f7a3404337b4db3ef0cbe3c42 | |
parent | Merge remote branch 'mccabe/next' into next (diff) | |
download | meta-impy-6b270891b1b64e26a5c07e9239b925527e7be4c2.zip meta-impy-6b270891b1b64e26a5c07e9239b925527e7be4c2.tar.gz meta-impy-6b270891b1b64e26a5c07e9239b925527e7be4c2.tar.bz2 meta-impy-6b270891b1b64e26a5c07e9239b925527e7be4c2.tar.xz |
ChangeLog entries for client identification / name tags.
-rw-r--r-- | ChangeLog.txt | 40 |
1 files changed, 37 insertions, 3 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 940f139..87e1c7a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -269,6 +269,15 @@ | |||
269 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml | 269 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml |
270 | 270 | ||
271 | 271 | ||
272 | 2009-12-29 Armin Weatherwax <Armin.Weatherwax@gmail.com> | ||
273 | |||
274 | * Fetch client list from Imprudence's web site. | ||
275 | (Instead of Emerald's web site.) | ||
276 | |||
277 | modified: linden/indra/newview/llvoavatar.cpp | ||
278 | modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml | ||
279 | |||
280 | |||
272 | 2009-12-28 McCabe Maxsted <hakushakukun@gmail.com> | 281 | 2009-12-28 McCabe Maxsted <hakushakukun@gmail.com> |
273 | 282 | ||
274 | * Removed old pre-1.23 alerts and notifications. | 283 | * Removed old pre-1.23 alerts and notifications. |
@@ -335,7 +344,15 @@ | |||
335 | new file: linden/indra/newview/Imprudence.exe.config | 344 | new file: linden/indra/newview/Imprudence.exe.config |
336 | new file: linden/indra/newview/ImprudenceDebug.exe.config | 345 | new file: linden/indra/newview/ImprudenceDebug.exe.config |
337 | modified: linden/indra/cmake/CopyWinLibs.cmake | 346 | modified: linden/indra/cmake/CopyWinLibs.cmake |
338 | 347 | ||
348 | |||
349 | 2009-12-02 Armin Weatherwax <Armin.Weatherwax@gmail.com> | ||
350 | |||
351 | * Added Imprudence's texture UUID for client identification. | ||
352 | |||
353 | modified: linden/indra/llprimitive/llprimitive.cpp | ||
354 | modified: linden/indra/newview/llvoavatar.cpp | ||
355 | |||
339 | 356 | ||
340 | 2009-12-02 McCabe Maxsted <hakushakukun@gmail.com> | 357 | 2009-12-02 McCabe Maxsted <hakushakukun@gmail.com> |
341 | 358 | ||
@@ -362,8 +379,25 @@ | |||
362 | * Removed libpng12-0.dll from CopyWinLibs.cmake. | 379 | * Removed libpng12-0.dll from CopyWinLibs.cmake. |
363 | 380 | ||
364 | modified: linden/indra/cmake/CopyWinLibs.cmake | 381 | modified: linden/indra/cmake/CopyWinLibs.cmake |
365 | 382 | ||
366 | 383 | ||
384 | 2009-11-30 Armin Weatherwax <Armin.Weatherwax@gmail.com> | ||
385 | |||
386 | * Emeralds client name tag and clothing layer protection. | ||
387 | |||
388 | modified: linden/indra/llprimitive/llprimitive.cpp | ||
389 | modified: linden/indra/llprimitive/llprimitive.h | ||
390 | modified: linden/indra/newview/app_settings/settings.xml | ||
391 | modified: linden/indra/newview/llagent.cpp | ||
392 | modified: linden/indra/newview/llappviewer.cpp | ||
393 | modified: linden/indra/newview/llfirstuse.cpp | ||
394 | modified: linden/indra/newview/llfirstuse.h | ||
395 | modified: linden/indra/newview/llstartup.cpp | ||
396 | modified: linden/indra/newview/llvoavatar.cpp | ||
397 | modified: linden/indra/newview/llvoavatar.h | ||
398 | modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml | ||
399 | |||
400 | |||
367 | 2009-11-30 McCabe Maxsted <hakushakukun@gmail.com> | 401 | 2009-11-30 McCabe Maxsted <hakushakukun@gmail.com> |
368 | 402 | ||
369 | * Made downloading the artwork work while using the --standalone flag. | 403 | * Made downloading the artwork work while using the --standalone flag. |