aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/ModuleLoader.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Rolled back a few changes.Adam Frisby2008-05-011-18/+18
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-18/+18
* * Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby2008-05-011-0/+1
* * Assorted spring cleanings.Adam Frisby2008-05-011-1/+1
* * Sometimes you know, you do something really stupid.Adam Frisby2008-04-301-2/+8
* From: Dr Scofield <hud@zurich.ibm.com>Sean Dague2008-04-211-3/+8
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-2/+2
* Moved Avatar appearance Factory to its own project so that the reference to M...MW2008-03-251-9/+9
* Added back a fix that lbsa71 did aqes ago to fix a buffer overflow in the pac...MW2008-03-201-1/+1
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* small changeMW2008-02-201-0/+11
* Removed some ScriptEngine config debugging.Tedd Hansen2008-02-101-0/+7
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-11/+11
* Converted logging to use log4net.Jeff Ames2008-02-051-14/+14
* First part of avatar persistence, currently only really works in standalone m...MW2008-02-041-0/+1
* * setting some readonlieslbsa712008-01-311-1/+1
* Log instead of crash on some specific unknown startup bug I'm gettingTedd Hansen2008-01-051-8/+49
* * Optimized usingslbsa712007-12-271-1/+1
* Added null check back into ModuleLoader.csJeff Ames2007-12-201-1/+2
* Stopped module loader from re-loading .dll once for every plugin found within...Jeff Ames2007-12-191-12/+16
* From Michael Osias (IBM)Sean Dague2007-12-131-0/+3
* *Shared Modules have feelings too! -- Shared Region Modules that are found in...mingchen2007-11-241-1/+9
* * Supressed the "not a module assembly" warning for verbosity reasons.Adam Frisby2007-11-181-2/+2
* * Added MySQLDataStore (adapted from MonoSqlitelbsa712007-11-151-5/+12
* * Optimized usingslbsa712007-10-301-10/+9
* * ModuleLoader: Privatized some too-public fieldslbsa712007-10-291-13/+24
* Started the process of cleaning up AssetCache and moving most of the code int...MW2007-10-291-0/+3
* * Added prototypical AvatarFactory module interface to load avatar parameterslbsa712007-10-261-0/+6
* * Return of R2162. /Take that SVN!/Adam Frisby2007-10-221-1/+1
* nice catch by chi11ken that I was setting the wrong propertySean Dague2007-10-221-214/+214
* revert r2162 as it completely clobbered all the work onSean Dague2007-10-221-214/+214
* * Major ass commit.Adam Frisby2007-10-221-214/+214
* attempt to fix the muliple repeat problem (that sdague is getting) in the IRC...MW2007-10-221-203/+203
* Hopefully made it so ChatModule and InstantMessageModule are now running in S...MW2007-10-221-4/+13
* changes to pass nini config object to the modules that getSean Dague2007-10-191-202/+205
* * Removed some commentslbsa712007-10-181-6/+0
* Added "LoadImageUrl" module , that is a dynamic texture render, that works wi...MW2007-10-151-1/+1
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
* Change warning from "not a valid assembly" to "not a module assembly"Charles Krinke2007-10-111-1/+1
* * Okay, so maybe Error was a bit harsh for BadImageException; downgrading to ...lbsa712007-10-101-1/+1
* * Now loading modules from ScriptEngines directory as well.lbsa712007-10-101-31/+2
* * Gave ModuleLoader some good lovin'lbsa712007-10-101-162/+209
* Code from Illumious Beltran (IBM) implementing more LSLSean Dague2007-10-051-1/+7
* getting all our line endings consistant againSean Dague2007-10-051-155/+155
* more refactoringMW2007-10-031-142/+142
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-35/+31
* fixing me some line endingsSean Dague2007-09-171-160/+160
* hooked up sdague new sqlite asset database provider to the old asset system. ...MW2007-09-101-16/+17
* Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW2007-09-081-0/+3