From e978d00914a25c12cc03efd597125e2948526681 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 27 Feb 2008 21:11:01 +0000 Subject: After seeing sdague do his happy dance over trunk working "the best he has ever seen". I'm not sure I should be doing this commit, but oh well. So anyway, it moves the Asset downloading (packet sending) to a module (AssetDownloadModule). So now at last, AssetCache should be just dealing with fetching assets from the asset server and caching them. --- OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Examples/SimpleApp') diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index e821800..30a41b7 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs @@ -131,6 +131,7 @@ namespace SimpleApp public event RezScript OnRezScript; public event UpdateTaskInventory OnUpdateTaskInventory; public event RemoveTaskInventory OnRemoveTaskItem; + public event RequestAsset OnRequestAsset; public event UUIDNameRequest OnNameFromUUIDRequest; -- cgit v1.1