aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Base/BaseSchema.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-02* Removed the unused Data.Base Frameworklbsa711-94/+0
2008-06-26Apply patch from bug #1606 -- Documentation for Data/Null, Data/Base. ↵Jeff Ames1-0/+26
Thanks kerunix_Flan!
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-1/+0
(this took a while to run).
2008-04-02attempt to fix up all refernces to new directory structureSean Dague1-2/+2
2008-04-02whole lot more movingSean Dague1-0/+0
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-03-03* Changed the license headers. The Data Framework is now all OpenSim. Yay! ↵lbsa711-2/+4
*toots*
2008-03-03* Renamed the Data Framework namespaceslbsa711-2/+2
2008-03-03* Started the ardous task to rename the TribalMedia.Framework.Data to ↵lbsa711-0/+0
OpenSim.Framework.Data.Base It's you !! How are you gentlemen !!
2008-01-16* More work on getting the database framework to actually worklbsa711-26/+4
2008-01-15* Renamed a bunch of Data baseclasses for clarity and readabilitylbsa711-24/+25
(Slowly getting there)
2008-01-14Set svn:eol-style.Jeff Ames1-88/+88
2008-01-13* Added ThirdParty node for external library sources that are shipped with ↵lbsa711-0/+89
the solution. * Added conceptual TribalMedia.Framework.Data library; this is meant as a generic database layer abstraction library, that should be specialized into OpenSim.Framework.Data * OpenSim.Framework.Data should subclass FieldMappers to extend LLVector3 and LLQuaternions