aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/UserFriend.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-13* Add copyright notice to NHibernate.UserFriendJustin Clarke Casey1-1/+28
2009-01-13* Apply http://opensimulator.org/mantis/view.php?id=2991Justin Clarke Casey1-4/+24
* Puts ordinary getters and setters into NHibernate.UserFriend since previous c# 3.0 get/set failed on MSVC#2005 * Thanks mpallari
2009-01-12Fix some C#3.0-isms that broke build in Mono 1.2.6 and MSVC# 2005.Homer Horwitz1-4/+4
Fixes Mantis #2989.
2009-01-12Fixed some svn propertiesHomer Horwitz1-28/+28
2009-01-11Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke1-0/+28
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.