aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/NHibernateAssetData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-135/+0
2009-08-19* Switching IAssetData to follow the new naming schema, removing the separate...Kunnis1-15/+9
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa711-1/+1
2009-03-09Implemented FetchAssetMetadataSet in DB backends.Mike Mazur1-0/+15
2009-02-20* Apply http://opensimulator.org/mantis/view.php?id=3195Justin Clarke Casey1-1/+8
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-3/+3
2009-02-16* Apply http://opensimulator.org/mantis/view.php?id=3166Justin Clarke Casey1-2/+2
2009-02-14Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-2/+3
2009-02-12* optimized usings.lbsa711-7/+1
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-3/+3
2009-01-05fixes mantis #2950Justin Clarke Casey1-1/+1
2008-12-04* Check in another patch from http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-1/+0
2008-12-02* Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-69/+8
2008-12-01* Unforunately it turns out not to be that simple. Revert the rest of r7560 ...Justin Clarke Casey1-8/+69
2008-12-01* From Mantis#2701 - Implements NHibernate data adapter, adds support for MsS...Adam Frisby1-69/+8
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-4/+4
2008-08-18Formatting cleanup.Jeff Ames1-3/+3
2008-07-25squashing warning.Dr Scofield1-1/+3
2008-07-22Update svn properties. Squash a couple of warnings.Jeff Ames1-2/+2
2008-07-18found a better pattern for SaveOrUpdate with nhibernateSean Dague1-17/+28
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey1-6/+0
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-12/+12
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke1-5/+3
2008-06-20lots of futzing with nhibernate to make it more efficient. ISean Dague1-23/+16
2008-06-19more work towards nhibernate working with mysql, not there yet,Sean Dague1-2/+5
2008-06-18clean up the nhibernate definitions to work with mysqlSean Dague1-27/+0
2008-06-16futzing around on the NHibernate side again trying to connectSean Dague1-7/+10
2008-05-16Minor cleanup.Jeff Ames1-2/+2
2008-05-16Formatting cleanup.Jeff Ames1-5/+5
2008-05-14More formatting cleanup. Minor refactoring.Jeff Ames1-15/+33
2008-05-14Formatting cleanup.Jeff Ames1-7/+7
2008-05-07* Fixed some compiler warningsAdam Frisby1-1/+1
2008-04-24do a max of 3 splits when first processing the nhibernate connect Sean Dague1-1/+1
2008-04-24auto table creation for nhibernate backendsSean Dague1-1/+28
2008-04-23allow for Inventory database source to be specified in mainSean Dague1-3/+7
2008-04-23changes to allow asset_source to be specified in the opensim.iniSean Dague1-5/+11
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-8/+6
2008-04-08LLUUID mapper actually appears to work now withSean Dague1-5/+5
2008-04-07fix bad indentationSean Dague1-1/+1
2008-04-03Check in the remaining bits to do Asset store via NHibernate. StillSean Dague1-27/+29
2008-04-03point in time update of NHibernate Asset Mapping codeSean Dague1-0/+154