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