aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/NHibernateManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-6/+3
(this took a while to run).
2008-04-03point in time update of NHibernate Asset Mapping codeSean Dague1-10/+10
2008-04-02starting to stub out NHibernate data source. This isn't in Sean Dague1-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-18Formatting cleanup.Jeff Ames1-27/+27
2008-02-05Converted logging to use log4net.Jeff Ames1-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 usingslbsa711-1/+1
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-10-30* Optimized usingslbsa711-3/+4
* Shortened type references * Removed redundant 'this' qualifier
2007-09-17fixing me some line endingsSean Dague1-63/+63
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-28Taken the old scripting engine out of Region.Environment and moved it into a ↵MW1-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...lbsa711-0/+0
2007-08-06Part 1 of a two-part commit to change caps of 'scripting' dir...lbsa711-0/+0
2007-07-17* More LSL related funAdam Frisby1-1/+6
2007-07-16changed to native line ending encodingSean Dague1-58/+58
2007-07-14* encapsulated some public fieldslbsa711-1/+1
2007-07-13* Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.ScriptingAdam Frisby1-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 Frisby1-1/+5
host to be added).
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-6/+2
* added some licensing info
2007-06-28Finished removing the old scripting code, Scene.Scripting.cs and ↵MW1-1/+1
OpenSim.Framework.Interfaces.Scripting.
2007-06-28Imported the scripting changes, so now should be up to date with sugilite. MW1-12/+20