| Commit message (Expand) | Author | Age | Files | Lines |
* | small change | MW | 2008-02-20 | 1 | -0/+11 |
* | Removed some ScriptEngine config debugging. | Tedd Hansen | 2008-02-10 | 1 | -0/+7 |
* | Clean up logging calls using String.Format explicitly | Jeff Ames | 2008-02-10 | 1 | -11/+11 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -14/+14 |
* | First part of avatar persistence, currently only really works in standalone m... | MW | 2008-02-04 | 1 | -0/+1 |
* | * setting some readonlies | lbsa71 | 2008-01-31 | 1 | -1/+1 |
* | Log instead of crash on some specific unknown startup bug I'm getting | Tedd Hansen | 2008-01-05 | 1 | -8/+49 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -1/+1 |
* | Added null check back into ModuleLoader.cs | Jeff Ames | 2007-12-20 | 1 | -1/+2 |
* | Stopped module loader from re-loading .dll once for every plugin found within... | Jeff Ames | 2007-12-19 | 1 | -12/+16 |
* | From Michael Osias (IBM) | Sean Dague | 2007-12-13 | 1 | -0/+3 |
* | *Shared Modules have feelings too! -- Shared Region Modules that are found in... | mingchen | 2007-11-24 | 1 | -1/+9 |
* | * Supressed the "not a module assembly" warning for verbosity reasons. | Adam Frisby | 2007-11-18 | 1 | -2/+2 |
* | * Added MySQLDataStore (adapted from MonoSqlite | lbsa71 | 2007-11-15 | 1 | -5/+12 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -10/+9 |
* | * ModuleLoader: Privatized some too-public fields | lbsa71 | 2007-10-29 | 1 | -13/+24 |
* | Started the process of cleaning up AssetCache and moving most of the code int... | MW | 2007-10-29 | 1 | -0/+3 |
* | * Added prototypical AvatarFactory module interface to load avatar parameters | lbsa71 | 2007-10-26 | 1 | -0/+6 |
* | * Return of R2162. /Take that SVN!/ | Adam Frisby | 2007-10-22 | 1 | -1/+1 |
* | nice catch by chi11ken that I was setting the wrong property | Sean Dague | 2007-10-22 | 1 | -214/+214 |
* | revert r2162 as it completely clobbered all the work on | Sean Dague | 2007-10-22 | 1 | -214/+214 |
* | * Major ass commit. | Adam Frisby | 2007-10-22 | 1 | -214/+214 |
* | attempt to fix the muliple repeat problem (that sdague is getting) in the IRC... | MW | 2007-10-22 | 1 | -203/+203 |
* | Hopefully made it so ChatModule and InstantMessageModule are now running in S... | MW | 2007-10-22 | 1 | -4/+13 |
* | changes to pass nini config object to the modules that get | Sean Dague | 2007-10-19 | 1 | -202/+205 |
* | * Removed some comments | lbsa71 | 2007-10-18 | 1 | -6/+0 |
* | Added "LoadImageUrl" module , that is a dynamic texture render, that works wi... | MW | 2007-10-15 | 1 | -1/+1 |
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 1 | -0/+28 |
* | Change warning from "not a valid assembly" to "not a module assembly" | Charles Krinke | 2007-10-11 | 1 | -1/+1 |
* | * Okay, so maybe Error was a bit harsh for BadImageException; downgrading to ... | lbsa71 | 2007-10-10 | 1 | -1/+1 |
* | * Now loading modules from ScriptEngines directory as well. | lbsa71 | 2007-10-10 | 1 | -31/+2 |
* | * Gave ModuleLoader some good lovin' | lbsa71 | 2007-10-10 | 1 | -162/+209 |
* | Code from Illumious Beltran (IBM) implementing more LSL | Sean Dague | 2007-10-05 | 1 | -1/+7 |
* | getting all our line endings consistant again | Sean Dague | 2007-10-05 | 1 | -155/+155 |
* | more refactoring | MW | 2007-10-03 | 1 | -142/+142 |
* | * Modernized ScriptManager to new interface-based module calls. | lbsa71 | 2007-09-19 | 1 | -35/+31 |
* | fixing me some line endings | Sean Dague | 2007-09-17 | 1 | -160/+160 |
* | hooked up sdague new sqlite asset database provider to the old asset system. ... | MW | 2007-09-10 | 1 | -16/+17 |
* | Converted the LSL scripting engine into a IRegionModule, so now all "modules"... | MW | 2007-09-08 | 1 | -0/+3 |
* | Some work on Module loading/management. | MW | 2007-09-04 | 1 | -16/+58 |
* | Added a Debug method to the Console/log class that has the Conditional attrib... | MW | 2007-08-31 | 1 | -3/+21 |
* | Taken the old scripting engine out of Region.Environment and moved it into a ... | MW | 2007-08-28 | 1 | -0/+3 |
* | Start of trying to make Region/Scene more modular. | MW | 2007-08-28 | 1 | -0/+93 |