aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-01-26Ugly workaround for mono-1.2.6 compile failure in TribalMedia code.Jeff Ames1-40/+75
Future versions of mono should not need this. Please revert if this makes you cry.
2008-01-16* More work on getting the database framework to actually worklbsa716-109/+24
2008-01-15* vs croaked on strong name keylbsa711-4/+2
* updated disclaimer
2008-01-15* Renamed a bunch of Data baseclasses for clarity and readabilitylbsa718-232/+199
(Slowly getting there)
2008-01-15* Some morw work on specializing the database framework for OpenSimlbsa712-15/+19
2008-01-15* Mother of all commits:Adam Frisby1-0/+28
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
2008-01-14* Added specialization of DatabaseMapper, DataReader and ObjectFieldMapper ↵lbsa715-78/+18
to support LLVector3, LLQuaternion and LLUUID * Added PrimitiveBaseShapeTableMapper to show how it's done NOTE: Nothing actually works yet - this code should be considered more of educational value until it's all wired together
2008-01-14Set svn:eol-style.Jeff Ames8-1010/+1010
2008-01-13* Added ThirdParty node for external library sources that are shipped with ↵lbsa718-0/+1018
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