index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Environment
/
ModuleLoader.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2007-10-05
Code from Illumious Beltran (IBM) implementing more LSL
Sean Dague
1
-1
/
+7
2007-10-05
getting all our line endings consistant again
Sean Dague
1
-155
/
+155
2007-10-03
more refactoring
MW
1
-142
/
+142
2007-09-19
* Modernized ScriptManager to new interface-based module calls.
lbsa71
1
-35
/
+31
2007-09-17
fixing me some line endings
Sean Dague
1
-160
/
+160
2007-09-10
hooked up sdague new sqlite asset database provider to the old asset system. ...
MW
1
-16
/
+17
2007-09-08
Converted the LSL scripting engine into a IRegionModule, so now all "modules"...
MW
1
-0
/
+3
2007-09-04
Some work on Module loading/management.
MW
1
-16
/
+58
2007-08-31
Added a Debug method to the Console/log class that has the Conditional attrib...
MW
1
-3
/
+21
2007-08-28
Taken the old scripting engine out of Region.Environment and moved it into a ...
MW
1
-0
/
+3
2007-08-28
Start of trying to make Region/Scene more modular.
MW
1
-0
/
+93