diff options
author | John Hurliman | 2009-10-01 17:42:13 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-01 17:42:13 -0700 |
commit | 6e0c79b8fe76c7d2c983cb7b258a75a3300e78f2 (patch) | |
tree | 0de3c250460102fc59e9373e4bb33de2afc5ef3a /bin/assets/TexturesAssetSet | |
parent | Fixing LLClientView memory leak (diff) | |
download | opensim-SC-6e0c79b8fe76c7d2c983cb7b258a75a3300e78f2.zip opensim-SC-6e0c79b8fe76c7d2c983cb7b258a75a3300e78f2.tar.gz opensim-SC-6e0c79b8fe76c7d2c983cb7b258a75a3300e78f2.tar.bz2 opensim-SC-6e0c79b8fe76c7d2c983cb7b258a75a3300e78f2.tar.xz |
* Rewrote LLImageManager to use a real priority queue and hold minimal state
* Rewrote the logic in J2KImage.RunUpdate()
* Added a default avatar texture (I made it myself)
Diffstat (limited to 'bin/assets/TexturesAssetSet')
-rw-r--r-- | bin/assets/TexturesAssetSet/TexturesAssetSet.xml | 7 | ||||
-rw-r--r-- | bin/assets/TexturesAssetSet/default_avatar.jp2 | bin | 0 -> 36044 bytes |
2 files changed, 7 insertions, 0 deletions
diff --git a/bin/assets/TexturesAssetSet/TexturesAssetSet.xml b/bin/assets/TexturesAssetSet/TexturesAssetSet.xml index 0352c99..773de44 100644 --- a/bin/assets/TexturesAssetSet/TexturesAssetSet.xml +++ b/bin/assets/TexturesAssetSet/TexturesAssetSet.xml | |||
@@ -401,4 +401,11 @@ | |||
401 | <Key Name="assetType" Value="0" /> | 401 | <Key Name="assetType" Value="0" /> |
402 | <Key Name="fileName" Value="default_clear.jp2" /> | 402 | <Key Name="fileName" Value="default_clear.jp2" /> |
403 | </Section> | 403 | </Section> |
404 | |||
405 | <Section Name="Default Avatar"> | ||
406 | <Key Name="assetID" Value="c228d1cf-4b5d-4ba8-84f4-899a0796aa97"/> | ||
407 | <Key Name="name" Value="Default Avatar"/> | ||
408 | <Key Name="assetType" Value="0" /> | ||
409 | <Key Name="fileName" Value="default_avatar.jp2" /> | ||
410 | </Section> | ||
404 | </Nini> | 411 | </Nini> |
diff --git a/bin/assets/TexturesAssetSet/default_avatar.jp2 b/bin/assets/TexturesAssetSet/default_avatar.jp2 new file mode 100644 index 0000000..116b860 --- /dev/null +++ b/bin/assets/TexturesAssetSet/default_avatar.jp2 | |||
Binary files differ | |||