Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2 | -7/+7 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2 | -19/+36 | |
2012-11-14 | The last few AssemblyInfos. Finished! | Diva Canto | 1 | -0/+33 | |
2012-07-11 | Where 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-24 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -12/+14 | |
2009-09-29 | Add copyright header. Formatting cleanup. | Jeff Ames | 1 | -20/+16 | |
2009-09-18 | Renamed the project lslc to OpenSim.Tools.lslc to conform to the naming ↵ | Diva Canto | 1 | -0/+26 | |
conventions so far. Added copyright to it. | |||||
2009-09-16 | This fix adds a stand-alone compilation environment | Alan M Webb | 1 | -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> |