aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-09 03:51:34 +0100
committerJustin Clark-Casey (justincc)2011-08-09 03:51:34 +0100
commite869eeb0bfc48c769f680970f99e4c67dd5a1a70 (patch)
tree749440ee4ba12140b708e2fe68e98419710d6ea0 /prebuild.xml
parentfactor out common notecard caching code from 3 methods. (diff)
downloadopensim-SC_OLD-e869eeb0bfc48c769f680970f99e4c67dd5a1a70.zip
opensim-SC_OLD-e869eeb0bfc48c769f680970f99e4c67dd5a1a70.tar.gz
opensim-SC_OLD-e869eeb0bfc48c769f680970f99e4c67dd5a1a70.tar.bz2
opensim-SC_OLD-e869eeb0bfc48c769f680970f99e4c67dd5a1a70.tar.xz
Implement first draft functions for saving and loading NPC appearance from storage.
This works by serializing and deserializing NPC AvatarAppearance to a notecard in the prim inventory and making the required baked textures permanent. By using notecards, we avoid lots of awkward, technical and user-unfriendly issues concerning retaining asset references and creating a new asset type. Notecards also allow different appearances to be swapped and manipulated easily. This also allows stored NPC appearances to work transparently with OARs/IARs since the UUID scan will pick up and store the necessary references from the notecard text. This works in my basic test but is not at all ready for user use or bug reporting yet.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 92368ef..9d1be3a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2308,6 +2308,7 @@
2308 <Reference name="System.Xml"/> 2308 <Reference name="System.Xml"/>
2309 <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> 2309 <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/>
2310 <Reference name="OpenMetaverse" path="../../../../../../bin/"/> 2310 <Reference name="OpenMetaverse" path="../../../../../../bin/"/>
2311 <Reference name="OpenMetaverse.StructuredData" path="../../../../../../bin/"/>
2311 <Reference name="OpenSim"/> 2312 <Reference name="OpenSim"/>
2312 <Reference name="OpenSim.Framework"/> 2313 <Reference name="OpenSim.Framework"/>
2313 <Reference name="OpenSim.Framework.Communications"/> 2314 <Reference name="OpenSim.Framework.Communications"/>