| Commit message (Expand) | Author | Files | Lines |
2011-04-11 | Make it more obvious when it happens that DLL plugin loading fails. Improve ... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2009-08-04 | * Small commented out debug message for module loading, partly to test my abi... | Justin Clark-Casey | 1 | -0/+2 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-02-06 | * Make the module loader display which module failed if there was a loading p... | Justin Clarke Casey | 1 | -2/+6 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -80/+8 |
2008-10-20 | cleaning up IRCBridgeModule to allow for configuration from in-world, | Dr Scofield | 1 | -9/+9 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -18/+18 |
2008-05-01 | * Spring cleaning on Region.Environment. | Adam Frisby | 1 | -18/+18 |
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond w... | Adam Frisby | 1 | -0/+1 |
2008-05-01 | * Assorted spring cleanings. | Adam Frisby | 1 | -1/+1 |
2008-04-30 | * Sometimes you know, you do something really stupid. | Adam Frisby | 1 | -2/+8 |
2008-04-21 | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 1 | -3/+8 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -2/+2 |
2008-03-25 | Moved Avatar appearance Factory to its own project so that the reference to M... | MW | 1 | -9/+9 |
2008-03-20 | Added back a fix that lbsa71 did aqes ago to fix a buffer overflow in the pac... | MW | 1 | -1/+1 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+26 |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 |
2008-02-20 | small change | MW | 1 | -0/+11 |
2008-02-10 | Removed some ScriptEngine config debugging. | Tedd Hansen | 1 | -0/+7 |
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 1 | -11/+11 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -14/+14 |
2008-02-04 | First part of avatar persistence, currently only really works in standalone m... | MW | 1 | -0/+1 |
2008-01-31 | * setting some readonlies | lbsa71 | 1 | -1/+1 |
2008-01-05 | Log instead of crash on some specific unknown startup bug I'm getting | Tedd Hansen | 1 | -8/+49 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -1/+1 |
2007-12-20 | Added null check back into ModuleLoader.cs | Jeff Ames | 1 | -1/+2 |
2007-12-19 | Stopped module loader from re-loading .dll once for every plugin found within... | Jeff Ames | 1 | -12/+16 |
2007-12-13 | From Michael Osias (IBM) | Sean Dague | 1 | -0/+3 |
2007-11-24 | *Shared Modules have feelings too! -- Shared Region Modules that are found in... | mingchen | 1 | -1/+9 |
2007-11-18 | * Supressed the "not a module assembly" warning for verbosity reasons. | Adam Frisby | 1 | -2/+2 |
2007-11-15 | * Added MySQLDataStore (adapted from MonoSqlite | lbsa71 | 1 | -5/+12 |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -10/+9 |
2007-10-29 | * ModuleLoader: Privatized some too-public fields | lbsa71 | 1 | -13/+24 |
2007-10-29 | Started the process of cleaning up AssetCache and moving most of the code int... | MW | 1 | -0/+3 |
2007-10-26 | * Added prototypical AvatarFactory module interface to load avatar parameters | lbsa71 | 1 | -0/+6 |
2007-10-22 | * Return of R2162. /Take that SVN!/ | Adam Frisby | 1 | -1/+1 |
2007-10-22 | nice catch by chi11ken that I was setting the wrong property | Sean Dague | 1 | -214/+214 |
2007-10-22 | revert r2162 as it completely clobbered all the work on | Sean Dague | 1 | -214/+214 |
2007-10-22 | * Major ass commit. | Adam Frisby | 1 | -214/+214 |
2007-10-22 | attempt to fix the muliple repeat problem (that sdague is getting) in the IRC... | MW | 1 | -203/+203 |
2007-10-22 | Hopefully made it so ChatModule and InstantMessageModule are now running in S... | MW | 1 | -4/+13 |
2007-10-19 | changes to pass nini config object to the modules that get | Sean Dague | 1 | -202/+205 |
2007-10-18 | * Removed some comments | lbsa71 | 1 | -6/+0 |
2007-10-15 | Added "LoadImageUrl" module , that is a dynamic texture render, that works wi... | MW | 1 | -1/+1 |
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 1 | -0/+28 |
2007-10-11 | Change warning from "not a valid assembly" to "not a module assembly" | Charles Krinke | 1 | -1/+1 |
2007-10-10 | * Okay, so maybe Error was a bit harsh for BadImageException; downgrading to ... | lbsa71 | 1 | -1/+1 |
2007-10-10 | * Now loading modules from ScriptEngines directory as well. | lbsa71 | 1 | -31/+2 |
2007-10-10 | * Gave ModuleLoader some good lovin' | lbsa71 | 1 | -162/+209 |