OpenSimMirror/OpenSim
Justin Clarke Casey 1fd32a5ab2 * Rename all the previous methods to be User rather than Avatar (for extra bonus points)
public bool ExternalChecksCanCreateUserInventory(int invType, UUID userID)
public bool ExternalChecksCanCopyUserInventory(UUID itemID, UUID userID)
public bool ExternalChecksCanCopyUserInventory(UUID itemID, UUID userID)
public bool ExternalChecksCanDeleteUserInventory(UUID itemID, UUID userID)
2008-11-13 20:52:06 +00:00
..
ApplicationPlugins minor: remove mono compiler warnings 2008-11-10 19:06:01 +00:00
Data Update avatar picker search to work with OpenSearch people search 2008-11-13 03:24:23 +00:00
Framework * Stop the pointless passing of a scene's own region handler back to it in region comms 2008-11-12 19:12:33 +00:00
Grid * minor: remove log message that gives wrong user server 'version' 2008-11-11 18:15:30 +00:00
Region * Rename all the previous methods to be User rather than Avatar (for extra bonus points) 2008-11-13 20:52:06 +00:00
ScriptEngine minor: remove mono compiler warnings 2008-11-10 19:06:01 +00:00
TestSuite Changed "show users" command to display only root agents, "show users full" to 2008-09-12 22:39:17 +00:00
Tests changes to Test directory structure per opensim-dev conversation 2008-09-08 20:34:45 +00:00
Tools moved the initial loading/setting of the config settings to its own class, ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin. 2008-11-05 20:14:52 +00:00