aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate (unfollow)
Commit message (Collapse)AuthorFilesLines
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 Dague3-17/+25
right now.
2008-07-17need to synchronize the terrain updatesSean Dague1-4/+6
2008-07-17first pass at Terrain implementationSean Dague4-13/+44
2008-07-17add a Terrain object for the purpose of mapping. This may make senseSean Dague2-0/+129
to stick up in framework later, but for now we'll just keep it close to the data.
2008-07-17if no texture, make it plywoodSean Dague1-1/+2
2008-07-17Revert "git merge"Sean Dague3-4/+59
This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a.
2008-07-17git mergeSean Dague3-59/+4
2008-07-17finish NHibernate mapping for prims, and it even seems to workSean Dague1-1/+20
2008-07-17fix the null case for deep copySean Dague1-2/+10
2008-07-17got basic region object saves working time for lunchSean Dague1-1/+29
2008-07-17early remove callsSean Dague1-7/+38
2008-07-16clean up mappings for parent idSean Dague1-1/+2
2008-07-16getting close on saving prims via nhibernateSean Dague2-7/+36
2008-07-16fix RegionStore creation so that the .sql file worksSean Dague2-6/+6
2008-07-16made SOP have a blank setter for 2 convenience properties.Sean Dague2-13/+15
Got RegionStore mapping to the point that nhibernate would start, though definitely not complete
2008-07-16Revert "refactoring of PrimitiveBaseShape to properties"Sean Dague1-5/+4
This reverts commit 60e13a9997da89d224fbe8a97ab42bfc6114a45f.
2008-07-16refactoring of PrimitiveBaseShape to propertiesSean Dague1-4/+5
2008-07-16refactoring primitive base shape to use propertiesSean Dague1-5/+4
2008-07-16work in progress on nhibernateSean Dague2-4/+41
2008-07-15added new ParentUUID property to map out from SOP.Sean Dague2-4/+66
Updated some nhibernate parts, started in on migration.
2008-07-15killing a lonesome warning that managed to creep in...Dr Scofield1-1/+1
2008-07-12* minor: comment out a couple of lines to eliminate nhibernate compile ↵Justin Clarke Casey1-15/+15
warnings for now
2008-07-07changes to use NHPrim instead of SOP directlySean Dague1-1/+2
2008-07-07add NHPrim to subclass SOP so we can stick region uuid in there. Sean Dague2-1/+47
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
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey1-6/+0
2008-07-03add a couple of LL conversion properties to SOP. I'll wait to cleanSean Dague3-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
2008-07-03playing with multicolumn mapping of vectors using a custom typeSean Dague3-1/+170
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield4-23/+23
2008-06-27somehow, I seem to have actually made appearance persistantSean Dague1-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.
2008-06-27added in new type for mapping texture objects to the dbSean Dague2-2/+108
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke1-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.
2008-06-25chugging away on nhibernate, more incremental processSean Dague7-41/+49
2008-06-25lazy=true for these mappings, as we don't do full lists very oftenSean Dague6-7/+7
2008-06-25Minor formatting cleanup.Jeff Ames1-10/+15
2008-06-23fix typo in Inventory nhibernate mappings. nhibernate shouldSean Dague1-4/+4
load now.
2008-06-20lots of futzing with nhibernate to make it more efficient. ISean Dague4-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.
2008-06-19fixed to inventory for nhibernate that actually make it so I canSean Dague2-8/+8
log in using it as the driver for users, assets, inventory. User driver is still missing a lot of function.
2008-06-19more work towards nhibernate working with mysql, not there yet,Sean Dague4-7/+9
but moving in the right direction.
2008-06-19oops, it helps to reference the *right* migrationSean Dague2-2/+2
2008-06-18clean up the nhibernate definitions to work with mysqlSean Dague8-117/+30
integrate migration support into nhibernate
2008-06-18add mysql migrations for nhibernate driverSean Dague3-10/+136
2008-06-18add inventory store migration Sean Dague1-0/+40
2008-06-16I really didn't expect that one to work out of the box, but just managedSean Dague1-0/+14
to get NHibernate + MySQL + Assets working.
2008-06-16fix nhibernate driver so that it starts (based on the appearanceSean Dague2-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.
2008-06-16futzing around on the NHibernate side again trying to connectSean Dague3-8/+25
migrations into it.
2008-05-31* Implements UserServer logoff in a few situationsTeravus Ovares1-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.
2008-05-28update the nhibernate inventory item base definitionSean Dague1-0/+6