aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/UserDataBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur2008-07-311-1/+1
|
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-311-3/+6
| | | | | | PluginLoader. Fix issue 1871.
* dr scofield's warning safari:Dr Scofield2008-06-271-2/+2
| | | | | | | | | | * commented out [Obsolete(....)] attributes where no replacement feature was available: if we want to attribute code that we think needs to be reworked, we should define a new attribute and use that instead (together with a little tool to retrieve all the attributed code then) * commenting out unused variables
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-1/+1
| | | | | | | * User tries to log-in but is already logged in. Userserver will send message to simulator user was in to log the user out there. * From the UserServer, admin types 'logoff-user firstname lastname message'. * Some regions may not get the message because they're not updated yet.
* this removes use of the mapper for wearables, and I can confirm thingsSean Dague2008-05-211-14/+16
| | | | | | | get saved to the database. There are still issues on wearing things after a cleared cache that I'm looking at now.
* make the super class conveniance appearance stuff virtualSean Dague2008-05-191-2/+2
| | | | | | so they can be overrided correctly by subclasses
* i can haz pantz?Sean Dague2008-05-191-5/+2
| | | | | | | | | | | | | | You sure can. This change set restores pants (and the rest of the default appearance) in grid mode. The root issue had to do with serializing multi-faced textures to the grid server. This also restores the lookup path through the avatar factory module, as that seems the reasonable place to have it live. Some clean up patches are coming later as well, plus testing on standalone, but this should be in a good kicking around state for grid users.
* Set svn:ignore. Minor formatting cleanup.Jeff Ames2008-05-161-1/+1
|
* Formatting cleanup.Jeff Ames2008-05-161-2/+2
|
* appearance now survives logout. Tommorrow will involve movingSean Dague2008-05-161-3/+3
| | | | | | | the MSSQL and MYSQL mappers back in under datastores and looking at doing gid bits for this
* fixed the key issue that caused appearance to go wonkySean Dague2008-05-151-2/+13
|
* testing avatar appearance as a user serviceSean Dague2008-05-151-2/+12
|
* remove my UserAppearance object, switch all code to useSean Dague2008-05-151-2/+2
| | | | | | AvatarAppearance instead.
* plumb in connection string to the user database paths. mysql and mssqlSean Dague2008-05-021-1/+1
| | | | | | | just ignore this for now, but it lets us get connect strings to sqlite and nhibernate.
* minor refactoring. Change getName and GetVersion methods (yes the had ↵Sean Dague2008-05-021-2/+2
| | | | | | | | different casings) to Name and Version properties for the User stores.
* added stubs for appearance bits to all the db layersSean Dague2008-05-011-1/+6
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-1/+1
| | | | (this took a while to run).
* Update svn properties. Add copyright info to some source files.Jeff Ames2008-04-171-1/+28
|
* fix ups to include OpenSim.Framework explicit includes (theySean Dague2008-04-021-0/+1
| | | | | | | were implicitly included before). Everything builds again. Now off to testing.
* attempt to fix up all refernces to new directory structureSean Dague2008-04-021-1/+1
|
* reorganizing namespaces to put all the Data stuff into it's own namespaceSean Dague2008-04-021-0/+29
/ dir structure. This is coming in over a few changesets so consider trunk broken for the next 30 minutes as these get pulled together.