diff options
author | UbitUmarov | 2012-09-23 15:04:10 +0100 |
---|---|---|
committer | UbitUmarov | 2012-09-23 15:04:10 +0100 |
commit | 64db9e41143c36ee1638f2c453b4645ff4ed008f (patch) | |
tree | 1f7c2277292f8abee8bb0e16e605881e88286e0f /OpenSim/Capabilities | |
parent | report asset upload errors the right away (diff) | |
download | opensim-SC-64db9e41143c36ee1638f2c453b4645ff4ed008f.zip opensim-SC-64db9e41143c36ee1638f2c453b4645ff4ed008f.tar.gz opensim-SC-64db9e41143c36ee1638f2c453b4645ff4ed008f.tar.bz2 opensim-SC-64db9e41143c36ee1638f2c453b4645ff4ed008f.tar.xz |
try to allow free uploads for testing, if users prefix names with "TEST-". Let
textures get into inventory again. Both features under config control.
Have direct warnings to client, including a final one on upload complete
since i see nothing. problems: textures don't showup in inventory til
relog, also issues with permitions. A few more changes
Diffstat (limited to 'OpenSim/Capabilities')
-rw-r--r-- | OpenSim/Capabilities/LLSDAssetUploadComplete.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Capabilities/LLSDAssetUploadComplete.cs b/OpenSim/Capabilities/LLSDAssetUploadComplete.cs index 596a556..ae8eb09 100644 --- a/OpenSim/Capabilities/LLSDAssetUploadComplete.cs +++ b/OpenSim/Capabilities/LLSDAssetUploadComplete.cs | |||
@@ -36,6 +36,7 @@ namespace OpenSim.Framework.Capabilities | |||
36 | { | 36 | { |
37 | public string new_asset = String.Empty; | 37 | public string new_asset = String.Empty; |
38 | public UUID new_inventory_item = UUID.Zero; | 38 | public UUID new_inventory_item = UUID.Zero; |
39 | // public UUID new_texture_folder_id = UUID.Zero; | ||
39 | public string state = String.Empty; | 40 | public string state = String.Empty; |
40 | public LLSDAssetUploadError error = null; | 41 | public LLSDAssetUploadError error = null; |
41 | //public bool success = false; | 42 | //public bool success = false; |