Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop .NET 4 complaining on Windows when it tries to load in DLLs that ↵ | Justin Clark-Casey (justincc) | 2013-11-23 | 1 | -0/+1 |
| | | | | | | | | | haven't been marked as trusted in the operating system. This is done by adding <loadFromRemoteSources enabled="true" /> to the execute *.config files. This tells .NET 4 to trust the DLLs, which is safe in our case since we are not loading DLLs from locations that untrusted users may specify Addresses http://opensimulator.org/mantis/view.php?id=6853 and http://opensimulator.org/mantis/view.php?id=6846 As far as I know, CAS policy checks have never been performed in Mono | ||||
* | Add the experimental ability to dump stats (result of command "show stats ↵ | Justin Clark-Casey (justincc) | 2013-08-06 | 1 | -0/+22 |
| | | | | | | | | all") to file OpenSimStats.log every 5 seconds. This can currently only be activated with the console command "debug stats record start". Off by default. Records to file OpenSimStats.log for simulator and RobustStats.log for ROBUST | ||||
* | * Added 32bitLauncher for Robust. Still need to test it on a 64 bit machine. | Diva Canto | 2010-04-14 | 1 | -0/+32 |
* PrimitiveBaseShape wants to be be committed too -- EOF. |