This website requires JavaScript.
Explore
Help
Register
Sign In
lotek
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
a949556c4ea74c993fc15bcfdcbc672d9f971897
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
/
CodeTools
History
Justin Clark-Casey (justincc)
0d25be3f81
Make C# scripts return correct error line and column numbers instead of failing because they have no linemap.
...
Adapted fix from
http://opensimulator.org/mantis/view.php?id=6571
Thanks Nickel Briand
2013-03-13 00:19:37 +00:00
..
Properties
Deleted all AssemblyFileVersion directives
2013-02-19 17:14:55 -08:00
Tests
Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests
2012-11-24 03:15:24 +00:00
Compiler.cs
Make C# scripts return correct error line and column numbers instead of failing because they have no linemap.
2013-03-13 00:19:37 +00:00
CSCodeGenerator.cs
Fix issue where lsl -> c# generation in co-operative termination mode did not correctly handle single statement versions of for, while and do-while loops.
2013-01-30 03:52:22 +00:00
CSReservedWords.cs
…
ICodeConverter.cs
…
LSL2CSCodeTransformer.cs
Formatting cleanup.
2009-06-10 04:28:56 +00:00
lsl.lexer.cs
…
lsl.parser.cs
Revert "Bind ~ and ! operators in LSL tighter in order to resolve issues in LSL where these aren't evaluated propertly."
2012-06-11 23:30:58 +01:00
YP2CSConverter.cs
…