diff options
author | Jacek Antonelli | 2008-12-08 01:00:18 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-08 01:14:27 -0600 |
commit | 9626acce584391fc90d147310917a1569610d224 (patch) | |
tree | 6d536f8fc36509a46e188b0f996254e583fbdf18 /ChangeLog.txt | |
parent | Added LLInventoryItem::mNInventoryType (new type) field. (diff) | |
download | meta-impy-9626acce584391fc90d147310917a1569610d224.zip meta-impy-9626acce584391fc90d147310917a1569610d224.tar.gz meta-impy-9626acce584391fc90d147310917a1569610d224.tar.bz2 meta-impy-9626acce584391fc90d147310917a1569610d224.tar.xz |
Moved enum EWearableType to its own file.
Was in newview/llwearable.h, now in llinventory/llwearabletype.h.
This allows it to be used in llinventory code.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 1f5eddc..0d72966 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,13 @@ | |||
1 | 2008-12-08 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * linden/indra/llinventory/llwearabletype.h: | ||
4 | Moved enum EWearableType to its own file. | ||
5 | Was in newview/llwearable.h, now in llinventory/llwearabletype.h. | ||
6 | This allows it to be used in llinventory code. | ||
7 | * linden/indra/newview/llwearable.h: | ||
8 | Ditto. | ||
9 | |||
10 | |||
1 | 2008-12-07 Jacek Antonelli <jacek.antonelli@gmail.com> | 11 | 2008-12-07 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 12 | ||
3 | * linden/indra/llinventory/llinventory.cpp: | 13 | * linden/indra/llinventory/llinventory.cpp: |