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