aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data/OpenSimObjectFieldMapper.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Following on from sdague's r3144, commenting out other parts of TribalMediaJustin Clarke Casey2008-01-211-0/+2
| | | | | | * This should resolve the current build problem
* * More work on getting the database framework to actually worklbsa712008-01-161-1/+1
|
* * Renamed a bunch of Data baseclasses for clarity and readabilitylbsa712008-01-151-2/+2
| | | | | (Slowly getting there)
* * Some morw work on specializing the database framework for OpenSimlbsa712008-01-151-1/+2
|
* Set svn:eol-style.Jeff Ames2008-01-141-73/+73
|
* * Added specialization of DatabaseMapper, DataReader and ObjectFieldMapper ↵lbsa712008-01-141-0/+73
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