aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptEngine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* get rid of all the ^M line endingsSean Dague2007-10-191-2/+2
|
* changes to pass nini config object to the modules that getSean Dague2007-10-191-132/+133
| | | | | | loaded so that they may read out any bits they are interested in
* Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax2007-10-181-1/+1
| | | | | | | | | Bugs 449, 454, 408, 244, 197 implemented InformClientOfNeighbours as an asynchroneous process, handling timeouts without blocking the main thread. Improved logging of errors, removed catch all in try catch
* * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵lbsa712007-10-1513-0/+364
| | | | messages. Thanks Chillken!
* * Gave ModuleLoader some good lovin'lbsa712007-10-101-132/+132
| | | | | | | * Introduced ModuleLoader.PickupModules that currently picks up IRegionModule:s from /bin * Made LogBase thread-safe (or at least not thread-ignorant) * Ignored some genned files
* Fixed bug in last commitTedd Hansen2007-10-051-1/+1
|
* Some more work on new ScriptEngine.Tedd Hansen2007-10-0530-0/+8004