aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/ColorUserType.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-3/+1
2009-01-12Fixed some svn propertiesHomer Horwitz1-106/+106
2009-01-11Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke1-105/+106
Fixed all NHibernate unit tests by implementing missing persistency methods, tables, columns and fixing bugs in the existing implementation. Two minor changes to classes outside NHibernate module: Added Scene instantiation for SceneObjectGroup in OpenSim.Data.Tests.BasicRegionTest as this was required by the NHibernate persistency. In the process added also mock constructor to Scene which only populates RegionInfo in the scene which is used by ScenePart.RegionUUID. NHibernate module is still in experimental state and has not been tested at opensim region or ugaim runtime configuration. Adding unit tests to build is not yet advisable nor using NHibernate module in any production setup.
2008-12-04* Check in another patch from http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-17/+17
* This allows removal of the old NHiberate.Mapping.Attributes.dll * Also add in the files I forgot about last time. Doh!
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-5/+5
* 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-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