diff options
author | Jacek Antonelli | 2009-09-03 02:26:01 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-09-03 02:26:01 -0500 |
commit | b5068c60260646572d3dad166e11c943050b8bd6 (patch) | |
tree | e6b499c90f28d44e5b57c18218213ab29a403c72 | |
parent | Fixed some compiler warnings in primbackup.cpp. (diff) | |
download | meta-impy-b5068c60260646572d3dad166e11c943050b8bd6.zip meta-impy-b5068c60260646572d3dad166e11c943050b8bd6.tar.gz meta-impy-b5068c60260646572d3dad166e11c943050b8bd6.tar.bz2 meta-impy-b5068c60260646572d3dad166e11c943050b8bd6.tar.xz |
Imported Meerkat's object backup feature. (ChangeLog entry)
-rw-r--r-- | ChangeLog.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index ff89a5b..445b849 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,17 @@ | |||
1 | 2009-09-03 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2009-09-03 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * Imported Meerkat's object backup feature. | ||
4 | |||
5 | modified: linden/indra/newview/CMakeLists.txt | ||
6 | modified: linden/indra/newview/app_settings/settings.xml | ||
7 | modified: linden/indra/newview/llviewermenu.cpp | ||
8 | modified: linden/indra/newview/llviewerobjectlist.cpp | ||
9 | new file: linden/indra/newview/primbackup.cpp | ||
10 | new file: linden/indra/newview/primbackup.h | ||
11 | modified: linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml | ||
12 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
13 | |||
14 | |||
3 | * Updated some python scripts to not use deprecated modules. | 15 | * Updated some python scripts to not use deprecated modules. |
4 | 16 | ||
5 | modified: linden/indra/lib/python/indra/base/lluuid.py | 17 | modified: linden/indra/lib/python/indra/base/lluuid.py |