aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.32BitLaunch.exe.config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop appending redundant newline to console messages in Robust and pCampbot ↵Justin Clark-Casey (justincc)2014-05-271-1/+1
| | | | | | | configs This is to fix an issue since recent commit fbcb763 where these are no longer removed automatically. OpenSim.*.config was already not appending these newlines
* Revert "Use log-rolling on the log files (once per day)"Oren Hurvitz2014-03-261-2/+8
| | | | This reverts commit 8ecab21b379d34f97ac966b13e1605024364142b.
* Use log-rolling on the log files (once per day)Oren Hurvitz2014-03-251-1/+3
| | | | Resolves http://opensimulator.org/mantis/view.php?id=6950
* Stop .NET 4 complaining on Windows when it tries to load in DLLs that ↵Justin Clark-Casey (justincc)2013-11-231-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-061-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 Canto2010-04-141-0/+32
* PrimitiveBaseShape wants to be be committed too -- EOF.