aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/LLVector3UserType.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-02* Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-2/+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/+2
for now.
2008-12-01* From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby1-2/+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-6/+6
* 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-1/+1
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