Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-20 | * Apply http://opensimulator.org/mantis/view.php?id=3020 | Justin Clarke Casey | 1 | -2/+2 | |
* Adds a grid db implementation and unit tests to the NHibernate module | |||||
2009-01-20 | * Apply http://opensimulator.org/mantis/view.php?id=3012 | Justin Clarke Casey | 1 | -10/+49 | |
* Allows different assemblies to be used in NHibernateManager, which makes it possible to use mapping and migration files in different assemblies. * Thanks mpallari! | |||||
2009-01-10 | Thank you kindly, Tlaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -45/+73 | |
NHibernate MySQL migration was not working as mysql dialect is MySQL5Dialect now instead of MySQLDialect which is the migration sub folder name. Fixed this by adding simple dialect to migration sub type mapping to manager initialization to avoid need of renaming migration script folder each time MySQL version changes. Removed shared session and changed session to be constructed per call as NHibernate session is not thread safe. Refactored manager member names to be according to the naming convention (full words in camel case). | |||||
2009-01-05 | fixes mantis #2950 | Justin Clarke Casey | 1 | -0/+6 | |
2008-12-04 | * Check in another patch from http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 1 | -6/+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 | -18/+124 | |
* 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 | -124/+18 | |
for now. | |||||
2008-12-01 | * From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵ | Adam Frisby | 1 | -18/+124 | |
MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks! | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -4/+4 | |
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -6/+3 | |
(this took a while to run). | |||||
2008-04-03 | point in time update of NHibernate Asset Mapping code | Sean Dague | 1 | -10/+10 | |
2008-04-02 | starting to stub out NHibernate data source. This isn't in | Sean Dague | 1 | -28/+23 | |
prebuild yet so it's currently dead code in tree, and shouldn't bother anyone. Once this does *something* I'll add it into the main build. However it seemed like a good idea to commit work as I go for people interested in it. | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+27 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -4/+7 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -1/+1 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-10-30 | * Optimized usings | lbsa71 | 1 | -3/+4 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-09-17 | fixing me some line endings | Sean Dague | 1 | -63/+63 | |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-08-28 | Taken the old scripting engine out of Region.Environment and moved it into a ↵ | MW | 1 | -63/+63 | |
separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.) | |||||
2007-08-06 | ... and here's the second part... | lbsa71 | 1 | -0/+0 | |
2007-08-06 | Part 1 of a two-part commit to change caps of 'scripting' dir... | lbsa71 | 1 | -0/+0 | |
2007-07-17 | * More LSL related fun | Adam Frisby | 1 | -1/+6 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -58/+58 | |
2007-07-14 | * encapsulated some public fields | lbsa71 | 1 | -1/+1 | |
2007-07-13 | * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.Scripting | Adam Frisby | 1 | -1/+1 | |
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting | |||||
2007-07-05 | * Added Java support back into Sugilite (although it still needs a calling ↵ | Adam Frisby | 1 | -1/+5 | |
host to be added). | |||||
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -6/+2 | |
* added some licensing info | |||||
2007-06-28 | Finished removing the old scripting code, Scene.Scripting.cs and ↵ | MW | 1 | -1/+1 | |
OpenSim.Framework.Interfaces.Scripting. | |||||
2007-06-28 | Imported the scripting changes, so now should be up to date with sugilite. | MW | 1 | -12/+20 | |