Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-05 | fixes mantis #2950 | Justin Clarke Casey | 1 | -1/+1 | |
2008-12-04 | * Check in another patch from http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 1 | -1/+0 | |
* 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=2710 | Justin Clarke Casey | 1 | -69/+8 | |
* 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 Casey | 1 | -8/+69 | |
for now. | |||||
2008-12-01 | * From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵ | Adam Frisby | 1 | -69/+8 | |
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 JHurliman | Teravus Ovares | 1 | -4/+4 | |
* 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-08-18 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 | |
2008-07-25 | squashing warning. | Dr Scofield | 1 | -1/+3 | |
2008-07-22 | Update svn properties. Squash a couple of warnings. | Jeff Ames | 1 | -2/+2 | |
2008-07-18 | found a better pattern for SaveOrUpdate with nhibernate | Sean Dague | 1 | -17/+28 | |
cleaned up the asset path a bit | |||||
2008-07-07 | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 1 | -6/+0 | |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -12/+12 | |
2008-06-27 | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 1 | -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-20 | lots of futzing with nhibernate to make it more efficient. I | Sean Dague | 1 | -23/+16 | |
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-19 | more work towards nhibernate working with mysql, not there yet, | Sean Dague | 1 | -2/+5 | |
but moving in the right direction. | |||||
2008-06-18 | clean up the nhibernate definitions to work with mysql | Sean Dague | 1 | -27/+0 | |
integrate migration support into nhibernate | |||||
2008-06-16 | futzing around on the NHibernate side again trying to connect | Sean Dague | 1 | -7/+10 | |
migrations into it. | |||||
2008-05-16 | Minor cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2008-05-14 | More formatting cleanup. Minor refactoring. | Jeff Ames | 1 | -15/+33 | |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -7/+7 | |
2008-05-07 | * Fixed some compiler warnings | Adam Frisby | 1 | -1/+1 | |
* Fixed prebuild.xml to remove DB4o references (more compiler warnings) | |||||
2008-04-24 | do a max of 3 splits when first processing the nhibernate connect | Sean Dague | 1 | -1/+1 | |
strings so the ; in the db connect strings pass to the native drivers correctly | |||||
2008-04-24 | auto table creation for nhibernate backends | Sean Dague | 1 | -1/+28 | |
2008-04-23 | allow for Inventory database source to be specified in main | Sean Dague | 1 | -3/+7 | |
configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those. | |||||
2008-04-23 | changes to allow asset_source to be specified in the opensim.ini | Sean Dague | 1 | -5/+11 | |
this will work for sqlite and nhibernate, but will be ignored for mysql and mssql (reverting to their ini files) until someone writes that bit. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -8/+6 | |
(this took a while to run). | |||||
2008-04-08 | LLUUID mapper actually appears to work now with | Sean Dague | 1 | -5/+5 | |
NHibernate for Assets. | |||||
2008-04-07 | fix bad indentation | Sean Dague | 1 | -1/+1 | |
2008-04-03 | Check in the remaining bits to do Asset store via NHibernate. Still | Sean Dague | 1 | -27/+29 | |
need to work out auto table creation in a reasonable way. Tommorrow I'll work on getting the NHibernate bits in place to be able to put this into the main tree. | |||||
2008-04-03 | point in time update of NHibernate Asset Mapping code | Sean Dague | 1 | -0/+154 | |