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 03:36:04 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
130d8047a2a13c0b0b2c950e0e26283e1d2fbf5d
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
/
CodeTools
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
another patch from Mike: the llscript compiler is now available in XEngine as well. Thanks Mike
2008-07-08 03:02:11 +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
another patch from Mike: the llscript compiler is now available in XEngine as well. Thanks Mike
2008-07-08 03:02:11 +00:00
LSL2CSConverter.cs
* Applied patch from Melanie, mantis issue
#1581
- "Refactor LSL language, api and compiler out of XEngine"
2008-06-24 21:09:49 +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
properly explaining each #pragma warning disable
2008-06-30 11:57:47 +00:00