OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 50254bf3d6 Move default inventory creation from InventoryService to UserAccountService
Giving default avatar appearance parts default IDs doesn't work because each user has to have a random ID.
To do this, appearance must be set up on user account creation, not at initial login (so that we can use the random IDs created).
To do this, default inventory creation has to move from the inventory service up to the user account service.
Temporarily, a hole is punched through to allow a standalone to call UserAccountService.CreateUserAccount(), in order to avoid more duplication of code and remove what had already been copy/pasted
2011-01-28 20:44:49 +00:00
..
ApplicationPlugins Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim 2010-12-04 04:25:08 +00:00
Client Remove old 2 year unused linden stack region module shell 2011-01-21 22:48:04 +00:00
ConsoleClient Make the text mode remote console really work. It can now be used to send 2010-06-08 22:05:06 +01:00
Data Also fix MySQLXInventoryData 2011-01-18 01:31:14 +00:00
Framework Merge branch 'master' into viewer-2-initial-appearance 2011-01-28 18:22:39 +00:00
Region Move default inventory creation from InventoryService to UserAccountService 2011-01-28 20:44:49 +00:00
Server Fix up QueryAccess to also check parcels 2011-01-28 04:09:04 +00:00
Services Move default inventory creation from InventoryService to UserAccountService 2011-01-28 20:44:49 +00:00
TestSuite * Fixes issue #4329 "llDialog fails silently" by updating OpenMetaverse.dll 2009-10-30 00:08:41 -07:00
Tests When an oar is loaded, do not create a default parcel before loading the parcels from the OAR. 2011-01-27 20:36:50 +00:00
Tools remove ancient and unused OpenSim.GridLaunch GUI code. 2010-08-19 01:11:10 +01:00