aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/NHibernateRegionData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-11Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke1-4/+33
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.
2009-01-05fixes mantis #2950Justin Clarke Casey1-1/+1
2008-12-02* Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-82/+42
* 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-42/+82
for now.
2008-12-01* From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby1-82/+42
MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks!
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey1-1/+1
* SceneObjectPartInventory.cs isn't a particularly good name but it's probably not got a long life * A proper inventory interface to follow * Parallel changes for other inventory partial classes to follow at a later date
2008-11-10* refactor: Expose SOG.SetRootPart for outsiders to use rather than setting ↵Justin Clarke Casey1-4/+2
RootPart and adding the part separately * Make RootPart read only
2008-09-18- Add Dispose method to IRegionDataStoreHomer Horwitz1-0/+2
- Add necessary dummy Dispose-methods where they are missing - Implement the SQLite Dispose-methods (currently only used for unit tests, in the next commit)
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-14/+14
* 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-18/+18
2008-07-23few additional fixed to get prim inventory up on nhibernateSean Dague1-1/+3
2008-07-23implemented prim inventories for nhibernateSean Dague1-1/+30
2008-07-22Update svn properties. Squash a couple of warnings.Jeff Ames1-2/+2
2008-07-18Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker1-1/+1
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
2008-07-18found a better pattern for SaveOrUpdate with nhibernateSean Dague1-35/+21
cleaned up the asset path a bit
2008-07-18squashing further warnings.Dr Scofield1-1/+1
2008-07-18Patch #9151Melanie Thielker1-4/+4
Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans.
2008-07-17fix build breakSean Dague1-1/+1
2008-07-17terrain is close to working, but I still end up at the bottom of the seaSean Dague1-6/+3
right now.
2008-07-17need to synchronize the terrain updatesSean Dague1-4/+6
2008-07-17first pass at Terrain implementationSean Dague1-12/+23
2008-07-17add a Terrain object for the purpose of mapping. This may make senseSean Dague1-0/+28
to stick up in framework later, but for now we'll just keep it close to the data.
2008-07-17Revert "git merge"Sean Dague1-1/+29
This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a.
2008-07-17git mergeSean Dague1-29/+1
2008-07-17got basic region object saves working time for lunchSean Dague1-1/+29
2008-07-17early remove callsSean Dague1-7/+38
2008-07-16getting close on saving prims via nhibernateSean Dague1-3/+32
2008-07-16fix RegionStore creation so that the .sql file worksSean Dague1-5/+5
2008-07-15added new ParentUUID property to map out from SOP.Sean Dague1-4/+15
Updated some nhibernate parts, started in on migration.
2008-07-12* minor: comment out a couple of lines to eliminate nhibernate compile ↵Justin Clarke Casey1-15/+15
warnings for now
2008-07-07add NHPrim to subclass SOP so we can stick region uuid in there. Sean Dague1-1/+1
I think the only place we need it is in NHibernate so a subclass is probably appropriate.
2008-07-07added skeleton (no function) region store componentSean Dague1-0/+268