aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/pCampBot.exe.config (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Remove useless executable bit that Windows adds.onefang1-0/+0
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-2/+2
2016-11-04Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel1-2/+2
Log configs are still in the bin directory.
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-1/+25
2012-09-18Update libopenmetaverse components to commit f5cecaajustincc1-0/+0
Among other things this allows pCampbot to work under Windows since libopenmateverse now ships the same log4net.dll (publicly signed) as OpenSimulator This also updates the libopenmetaverse embedded libopenjpeg from 1.3 to 1.5. DLL naming and mapping for non-Windows libopenjpeg changes to remove version number to make future udpates easier and bring it into line with names of other shipped DLLs. libopenjpeg updates have been made for OSX, Windows (32 and 64 bit) and Linux (32 and 64 bit). Please report any issues.
2012-05-18Add millisecond logging to pCampBot for debugging purposesJustin Clark-Casey (justincc)1-1/+1
2008-02-12default to appending for log files per Mantis 530, and per Sean Dague1-1/+1
previous OpenSim behavior.
2008-02-07Convert pCampBot to use log4netJeff Ames1-1/+1
2008-02-06make a couple more changes to get us back very close to old color schemeSean Dague1-1/+1
2008-02-06pass 1 on getting colors back to the consoleSean Dague1-2/+2
2008-02-06Shortened console log messages.Jeff Ames1-1/+1
2008-02-06change the console logging format a little bit to look more likeSean Dague1-2/+2
it did before (still no colors)
2008-02-06Revert color console changes until a cross-platform method is found.Jeff Ames1-19/+1
2008-02-06Added colors back to console output.Jeff Ames1-1/+19
Fixed line duplication in console output.
2008-02-05Converted logging to use log4net.Jeff Ames1-0/+28
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.