aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.DB4o/DB4oManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-02whole lot more movingSean Dague1-170/+0
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2007-12-27* Optimized usingslbsa711-1/+1
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-10-30* Optimized usingslbsa711-11/+10
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-1/+1
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-10-17Renamed SimProfileData to RegionProfileDataTleiades Hax1-4/+5
2007-10-05== The "right name and place" commit ==lbsa711-0/+1
* Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-12Hopefully fixes userprofiles.yap problem on startup. (thanks Adam!)Brian McBee1-4/+3
2007-08-11Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so ↵MW1-0/+1
that we can tell what prims belong to the same SceneObjectGroup. If sdague has a different method in mind when he gets back then he can change it then.
2007-08-11A attempt to fix the user manager db4o crash bug (where you have to delete ↵MW1-1/+4
userprofiles.yap to get opensim to start)
2007-07-31clear userAgent state on client shutdown, which fixes the issueSean Dague1-10/+13
where you could only login once with a given id in standalone mode.
2007-07-16changed to native line ending encodingSean Dague1-163/+163
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-2/+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