aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-04* Check in another patch from http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey5-0/+274
* This allows removal of the old NHiberate.Mapping.Attributes.dll * Also add in the files I forgot about last time. Doh!
2008-12-02* Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey7-41/+74
* 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 Casey7-74/+41
for now.
2008-12-01* From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby7-41/+74
MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks!
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares7-79/+79
* 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-07-23few additional fixed to get prim inventory up on nhibernateSean Dague2-3/+1
2008-07-23fix column mappingSean Dague1-1/+1
2008-07-23complete the prim inventory mappingSean Dague1-0/+6
2008-07-23refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague1-0/+17
are stored in the db.
2008-07-23add primitems migration for nhibernateSean Dague1-0/+27
2008-07-17terrain is close to working, but I still end up at the bottom of the seaSean Dague1-1/+1
right now.
2008-07-17first pass at Terrain implementationSean Dague2-1/+15
2008-07-17Revert "git merge"Sean Dague1-1/+20
This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a.
2008-07-17git mergeSean Dague1-20/+1
2008-07-17finish NHibernate mapping for prims, and it even seems to workSean Dague1-1/+20
2008-07-16clean up mappings for parent idSean Dague1-1/+2
2008-07-16getting close on saving prims via nhibernateSean Dague1-4/+4
2008-07-16fix RegionStore creation so that the .sql file worksSean Dague1-1/+1
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 Dague1-0/+51
Updated some nhibernate parts, started in on migration.
2008-07-07changes to use NHPrim instead of SOP directlySean Dague1-1/+2
2008-07-03add a couple of LL conversion properties to SOP. I'll wait to cleanSean Dague2-29/+43
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 Dague1-0/+62
2008-06-27added in new type for mapping texture objects to the dbSean Dague1-2/+2
2008-06-25chugging away on nhibernate, more incremental processSean Dague6-9/+9
2008-06-25lazy=true for these mappings, as we don't do full lists very oftenSean Dague6-7/+7
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 Dague1-3/+3
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 Dague2-4/+4
but moving in the right direction.
2008-06-18clean up the nhibernate definitions to work with mysqlSean Dague5-20/+20
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 Dague2-1/+15
migrations into it.
2008-05-28update the nhibernate inventory item base definitionSean Dague1-0/+6
2008-05-02fixed up a bunch of the nhibernate user driver. Friends are notSean Dague3-3/+3
implemented, and something is still funny with agents, but this at least got me logged in, so is good enough to plumb through appearance and see how that goes.
2008-05-02in theory fix the user table mappingSean Dague1-2/+2
2008-05-02added user appearance mapping in nhibernateSean Dague1-0/+37
2008-04-15fix types on nhibernate mappings for User bitsSean Dague2-11/+12
2008-04-11first drop of user storage implementation for nhibernate. Sean Dague1-2/+2
This surely doesn't work yet, but it compiles, and I'm getting close to a stopping point for the day.
2008-04-11add user agent mappingSean Dague1-0/+21
2008-04-10add user profile mapping for nhibernateSean Dague1-0/+29
2008-04-09NHibernate Inventory support. Lightly tested, but seems to workSean Dague1-1/+1
well enough on my test environment. Will need to add some exception catching down the road. On to User Store.
2008-04-09changing around types a bit to make stuff more readable for Sean Dague3-9/+9
me.