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
0718aa0b7fd7cb3bb42d36b37f79d8d6cfc725bc
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
DotNetEngine
/
Compiler
/
LSL
History
Mike Mazur
16cf5aa2b8
Allow the list hack from issue 1863 to compile, however its behavior is
...
different than in SL. See
http://opensimulator.org/mantis/view.php?id=1863
for details.
2008-07-31 07:11:49 +00:00
..
Compiler.cs
Use new LSL compiler by default in DotNetEngine and XEngine. Fix issues 1651, 1339.
2008-07-27 23:53:18 +00:00
CSCodeGenerator.cs
Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-while
2008-07-31 01:27:33 +00:00
LSL2CSCodeTransformer.cs
Replace the try/catch with a null check.
2008-07-24 05:23:42 +00:00
LSL2CSConverter.cs
Mantis#1801. Thank you kindly, Junta_Kohime for a patch that:
2008-07-21 13:44:56 +00:00
lsl.lexer.cs
Patch from Mike which removes a lexer warning in the LSL compiler.
2008-07-09 07:37:42 +00:00
lsl.parser.cs
Allow the list hack from issue 1863 to compile, however its behavior is
2008-07-31 07:11:49 +00:00
YP2CSConverter.cs
Mantis#1753. Thank you kindly, Kinoc for a patch that:
2008-07-16 01:00:40 +00:00