aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/Compiler (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-7/+7
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-19/+36
2012-11-14The last few AssemblyInfos. Finished!Diva Canto1-0/+33
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than ↵Justin Clark-Casey (justincc)1-8/+5
constructing fresh copies. The encodings are thread-safe and already used in such a manner in other places. This isn't done where Byte Order Mark output is suppressed, since Encoding.UTF8 is constructed to output the BOM.
2009-11-24minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-12/+14
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-20/+16
2009-09-18Renamed the project lslc to OpenSim.Tools.lslc to conform to the naming ↵Diva Canto1-0/+26
conventions so far. Added copyright to it.
2009-09-16 This fix adds a stand-alone compilation environmentAlan M Webb1-0/+287
for OpenSIm scripts. It makes it very easy to address coding issues before going in-world to try a script out. This is a HUGE time saver if you're doing anything significant with scripts. Signed-off-by: dr scofield (aka dirk husemann) <drscofield@xyzzyxyzzy.net>