.. |
Api
|
061c748b75
Add --force flag to "kick user" console command to allow bypassing of recent race condition checks.
|
12 years ago |
CodeTools
|
85985a8c3e
Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies.
|
12 years ago |
Instance
|
89efccaa71
Rather than instantiating a UTF8 encoding everywhere when we want to supress the BOM, use a single Util.UTF8NoBomEncoding.
|
12 years ago |
Tests
|
222f844d65
Disable logging in regression test in OSSL_ApiAttachmentTests
|
12 years ago |
AssemblyResolver.cs
|
038d1bf742
Add a regression test to compile and start a script. Remove Path.GetDirectoryName when getting assembly loading path in Compiler.CompileFromDotNetText().
|
12 years ago |
Helpers.cs
|
095b3e5756
Remove pointless cluttering SOP.ParentGroup != null checks.
|
13 years ago |
LSL_Types.cs
|
6963b8b046
refactor: Get LSLString(LSLInteger i) constructor to now call LSLString(int i) structure to remove code duplication.
|
13 years ago |