aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/LLQuaternionUserType.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-02-12* optimized usings.lbsa711-1/+1
2008-12-02* Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-1/+5
* This patch gets NHibernate working *** PLEASE NOTE: This patch now requires the libmono-oracle2.0-cil library to be installed on Ubuntu (to stop the System.Data.Oracle missing failure) *** * Not sure what the dependency is on other distros. Adding this info to http://opensimulator.org/wiki/Build_Instructions would be most welcome * Adds Castle.* libraries that were missing last time (note, dlls have been added from http://downloads.sourceforge.net/nhibernate/NHibernate-2.0.1.GA-bin.zip)
2008-12-01* Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵Justin Clarke Casey1-5/+1
for now.
2008-12-01* From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby1-1/+5
MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks!
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-8/+7
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-08-18Formatting cleanup.Jeff Ames1-5/+5
2008-07-03add a couple of LL conversion properties to SOP. I'll wait to cleanSean Dague1-18/+27
up the sit target usage until the sit target fix patch goes in, but it should be cleaned. Get prims table mappings to the point where nhibernate likes them enough to start. Remove field from asset mapping so it will start
2008-07-03playing with multicolumn mapping of vectors using a custom typeSean Dague1-21/+23
2008-05-16Formatting cleanup.Jeff Ames1-2/+2
2008-05-06this should fix zariok's issueSean Dague1-2/+2
2008-05-02move it out of the Types namespaceSean Dague1-0/+0
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby1-2/+2
with namespaces.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-3/+3
(this took a while to run).
2008-04-17Update svn properties. Add copyright info to some source files.Jeff Ames1-0/+27
2008-04-09more futzing around here. None of this works yet becauseSean Dague1-1/+1
bloody LLUUID isn't serializable, which is really annoying.
2008-04-09checking in a chunk of work because I think I'm tacklingSean Dague1-1/+1
the UUID issue
2008-04-09oops, broke compile. This fixes itSean Dague1-1/+1
2008-04-09match file to classnameSean Dague1-0/+0
2008-04-09changing around types a bit to make stuff more readable for Sean Dague1-6/+6
me.
2008-04-08LLUUID mapper actually appears to work now withSean Dague1-2/+2
NHibernate for Assets.
2008-04-08attempt to introduce custom LLUUIDString type forSean Dague1-0/+78
NHibernate