aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/ModuleLoader.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-09-04Some work on Module loading/management.MW1-16/+58
2007-08-31Added a Debug method to the Console/log class that has the Conditional attrib...MW1-3/+21
2007-08-28Taken the old scripting engine out of Region.Environment and moved it into a ...MW1-0/+3
2007-08-28Start of trying to make Region/Scene more modular. MW1-0/+93