aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.DB4o/DB4oUserData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-03Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee1-1/+3
configdir, datadir.
2007-07-31remove Adam's work around, this shouldn't be needed any moreSean Dague1-1/+1
2007-07-31clear userAgent state on client shutdown, which fixes the issueSean Dague1-1/+18
where you could only login once with a given id in standalone mode.
2007-07-29* Fixed an issue whereby DB4o was loading agents incorrectly (multiple ↵Adam Frisby1-1/+1
logins should now work properly), done a temporary fix, but agents need to be stored seperately from userprofiles in DB4o.
2007-07-16changed to native line ending encodingSean Dague1-202/+202
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-3/+0
* added some licensing info
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa711-2/+2
* Updated SimpleApp with various introduced dependencies * Extracted ScenePrescence creation in Scene * removed try-catchall from UserManagerBase (that actually hid a bug) * Refactored RegionInfo * handle is calculated * it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized * Removed superfluous 'ref' keywords * Removed a shitload of 'catch Exception e' that causes build warnings * Lots of small refactorings, renames et c * Ignored some bins