aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/Compiler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-192-7/+7
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-032-19/+36
|
* The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
|
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than ↵Justin Clark-Casey (justincc)2012-07-111-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.
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-241-12/+14
|
* Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-20/+16
|
* Renamed the project lslc to OpenSim.Tools.lslc to conform to the naming ↵Diva Canto2009-09-181-0/+26
| | | | conventions so far. Added copyright to it.
* This fix adds a stand-alone compilation environmentAlan M Webb2009-09-161-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>