Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -3/+0 |
| | |||||
* | * Add copyright notice to NHibernate.UserFriend | Justin Clarke Casey | 2009-01-13 | 1 | -1/+28 |
| | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2991 | Justin Clarke Casey | 2009-01-13 | 1 | -4/+24 |
| | | | | | | | * Puts ordinary getters and setters into NHibernate.UserFriend since previous c# 3.0 get/set failed on MSVC#2005 * Thanks mpallari | ||||
* | Fix some C#3.0-isms that broke build in Mono 1.2.6 and MSVC# 2005. | Homer Horwitz | 2009-01-12 | 1 | -4/+4 |
| | | | | | Fixes Mantis #2989. | ||||
* | Fixed some svn properties | Homer Horwitz | 2009-01-12 | 1 | -28/+28 |
| | |||||
* | Thank you kindly, Tlaukkan (Tommil) for a patch that: | Charles Krinke | 2009-01-11 | 1 | -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. |