This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-16 11:46:04 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
130d8047a2a13c0b0b2c950e0e26283e1d2fbf5d
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
DotNetEngine
/
Compiler
/
LSL
History
Johan Berntsson
130d8047a2
Thanks Mike for another LSL compiler patch which fixes a bug where 'vector v=<0, 0, -0.5>' caused a syntax error, and implements multiple assignments in one line (x = y = 3;)
2008-07-11 08:33:53 +00:00
..
Compiler.cs
The new llScript-cs parser. Thanks Mike
2008-07-04 08:59:41 +00:00
CSCodeGenerator.cs
Patch from Mike: errors from the LSL/C# compilers are now reported to the user in-world
2008-07-10 05:40:45 +00:00
LSL2CSCodeTransformer.cs
llscript compiler patch from Mike: adds LSL jumps and implicit variable initializations
2008-07-08 02:34:45 +00:00
LSL2CSConverter.cs
Mantis#1451. Thank you kindly, Mikem for a patch that addresses:
2008-06-05 13:54:20 +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
Thanks Mike for another LSL compiler patch which fixes a bug where 'vector v=<0, 0, -0.5>' caused a syntax error, and implements multiple assignments in one line (x = y = 3;)
2008-07-11 08:33:53 +00:00
YP2CSConverter.cs
last round of warning squashing. calling it a day now.
2008-06-27 23:03:39 +00:00