aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate (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-173-17/+25
| | | | | | right now.
* need to synchronize the terrain updatesSean Dague2008-07-171-4/+6
|
* first pass at Terrain implementationSean Dague2008-07-174-13/+44
|
* add a Terrain object for the purpose of mapping. This may make senseSean Dague2008-07-172-0/+129
| | | | | | | to stick up in framework later, but for now we'll just keep it close to the data.
* if no texture, make it plywoodSean Dague2008-07-171-1/+2
|
* Revert "git merge"Sean Dague2008-07-173-4/+59
| | | | | | This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a.
* git mergeSean Dague2008-07-173-59/+4
|
* finish NHibernate mapping for prims, and it even seems to workSean Dague2008-07-171-1/+20
|
* fix the null case for deep copySean Dague2008-07-171-2/+10
|
* got basic region object saves working time for lunchSean Dague2008-07-171-1/+29
|
* early remove callsSean Dague2008-07-171-7/+38
|
* clean up mappings for parent idSean Dague2008-07-161-1/+2
|
* getting close on saving prims via nhibernateSean Dague2008-07-162-7/+36
|
* fix RegionStore creation so that the .sql file worksSean Dague2008-07-162-6/+6
|
* made SOP have a blank setter for 2 convenience properties.Sean Dague2008-07-162-13/+15
| | | | | | | Got RegionStore mapping to the point that nhibernate would start, though definitely not complete
* Revert "refactoring of PrimitiveBaseShape to properties"Sean Dague2008-07-161-5/+4
| | | | | | This reverts commit 60e13a9997da89d224fbe8a97ab42bfc6114a45f.
* refactoring of PrimitiveBaseShape to propertiesSean Dague2008-07-161-4/+5
|
* refactoring primitive base shape to use propertiesSean Dague2008-07-161-5/+4
|
* work in progress on nhibernateSean Dague2008-07-162-4/+41
|
* added new ParentUUID property to map out from SOP.Sean Dague2008-07-152-4/+66
| | | | | | Updated some nhibernate parts, started in on migration.
* killing a lonesome warning that managed to creep in...Dr Scofield2008-07-151-1/+1
|
* * minor: comment out a couple of lines to eliminate nhibernate compile ↵Justin Clarke Casey2008-07-121-15/+15
| | | | warnings for now
* changes to use NHPrim instead of SOP directlySean Dague2008-07-071-1/+2
|
* add NHPrim to subclass SOP so we can stick region uuid in there. Sean Dague2008-07-072-1/+47
| | | | | | | 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
|
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-071-6/+0
|
* add a couple of LL conversion properties to SOP. I'll wait to cleanSean Dague2008-07-033-29/+159
| | | | | | | | | | up the sit target usage until the sit target fix patch goes in, but it should be cleaned. Get prims table mappings to the point where nhibernate likes them enough to start. Remove field from asset mapping so it will start
* playing with multicolumn mapping of vectors using a custom typeSean Dague2008-07-033-1/+170
|
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-274-23/+23
|
* somehow, I seem to have actually made appearance persistantSean Dague2008-06-271-0/+2
| | | | | | | | correctly with nhibernate. Go figure. :) User services still remain partial, but I'm going to move on to Region Store to get that chunk out of the way.
* added in new type for mapping texture objects to the dbSean Dague2008-06-272-2/+108
|
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-271-5/+3
| | | | | | | | | | Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders.
* chugging away on nhibernate, more incremental processSean Dague2008-06-257-41/+49
|
* lazy=true for these mappings, as we don't do full lists very oftenSean Dague2008-06-256-7/+7
|
* Minor formatting cleanup.Jeff Ames2008-06-251-10/+15
|
* fix typo in Inventory nhibernate mappings. nhibernate shouldSean Dague2008-06-231-4/+4
| | | | | | load now.
* lots of futzing with nhibernate to make it more efficient. ISean Dague2008-06-204-212/+136
| | | | | | | don't think this works, but I don't want to loose the work before the weekend, and it doesn't break the build.
* fixed to inventory for nhibernate that actually make it so I canSean Dague2008-06-192-8/+8
| | | | | | | log in using it as the driver for users, assets, inventory. User driver is still missing a lot of function.
* more work towards nhibernate working with mysql, not there yet,Sean Dague2008-06-194-7/+9
| | | | | | but moving in the right direction.
* oops, it helps to reference the *right* migrationSean Dague2008-06-192-2/+2
|
* clean up the nhibernate definitions to work with mysqlSean Dague2008-06-188-117/+30
| | | | | | integrate migration support into nhibernate
* add mysql migrations for nhibernate driverSean Dague2008-06-183-10/+136
|
* add inventory store migration Sean Dague2008-06-181-0/+40
|
* I really didn't expect that one to work out of the box, but just managedSean Dague2008-06-161-0/+14
| | | | | | to get NHibernate + MySQL + Assets working.
* fix nhibernate driver so that it starts (based on the appearanceSean Dague2008-06-162-3/+3
| | | | | | | | | | changes it wouldn't come up). include embedded dialect specific sql files for nhibernate migrations figure out how to get the raw db connection so that migrations can work with nhibernate. create initial migration for NHibernate + SQLite + Assets.
* futzing around on the NHibernate side again trying to connectSean Dague2008-06-163-8/+25
| | | | | | migrations into it.
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-1/+1
| | | | | | | * User tries to log-in but is already logged in. Userserver will send message to simulator user was in to log the user out there. * From the UserServer, admin types 'logoff-user firstname lastname message'. * Some regions may not get the message because they're not updated yet.
* update the nhibernate inventory item base definitionSean Dague2008-05-281-0/+6
|