aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/NHibernateRegionData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch #9151Melanie Thielker2008-07-181-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.
* fix build breakSean Dague2008-07-171-1/+1
|
* terrain is close to working, but I still end up at the bottom of the seaSean Dague2008-07-171-6/+3
| | | | | | right now.
* need to synchronize the terrain updatesSean Dague2008-07-171-4/+6
|
* first pass at Terrain implementationSean Dague2008-07-171-12/+23
|
* add a Terrain object for the purpose of mapping. This may make senseSean Dague2008-07-171-0/+28
| | | | | | | to stick up in framework later, but for now we'll just keep it close to the data.
* Revert "git merge"Sean Dague2008-07-171-1/+29
| | | | | | This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a.
* git mergeSean Dague2008-07-171-29/+1
|
* got basic region object saves working time for lunchSean Dague2008-07-171-1/+29
|
* early remove callsSean Dague2008-07-171-7/+38
|
* getting close on saving prims via nhibernateSean Dague2008-07-161-3/+32
|
* fix RegionStore creation so that the .sql file worksSean Dague2008-07-161-5/+5
|
* added new ParentUUID property to map out from SOP.Sean Dague2008-07-151-4/+15
| | | | | | Updated some nhibernate parts, started in on migration.
* * minor: comment out a couple of lines to eliminate nhibernate compile ↵Justin Clarke Casey2008-07-121-15/+15
| | | | warnings for now
* add NHPrim to subclass SOP so we can stick region uuid in there. Sean Dague2008-07-071-1/+1
| | | | | | | I think the only place we need it is in NHibernate so a subclass is probably appropriate.
* added skeleton (no function) region store componentSean Dague2008-07-071-0/+268