diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index f718125..1f5eddc 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,12 @@ | |||
1 | 2008-12-07 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2008-12-07 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * linden/indra/llinventory/llinventory.cpp: | ||
4 | Added LLInventoryItem::mNInventoryType (new type) field. | ||
5 | Will always by NIT_NONE so far. | ||
6 | * linden/indra/llinventory/llinventory.h: | ||
7 | Ditto. | ||
8 | |||
9 | |||
3 | * linden/indra/llinventory/llinventorytype.h: | 10 | * linden/indra/llinventory/llinventorytype.h: |
4 | New bitfield enumerator for inventory types. | 11 | New bitfield enumerator for inventory types. |
5 | 12 | ||