aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* VB.Net compiler might work on Windows now.Tedd Hansen2008-02-071-1/+1
* * Marking off which uses of catch (Exception e) is legit and which are not, f...Adam Frisby2008-02-061-2/+2
* Fixed regex in LSL2CSConverter so it will properly handle casting to (string)...alondria2008-02-061-2/+2
* Converted logging to use log4net.Jeff Ames2008-02-051-17/+16
* * Replacing missing break statement from DotNetEngine/Compiler/LSL/Compiler.csAdam Frisby2008-02-041-0/+1
* * Added JavaScript support to OpenSim scripting. Totally Untested. Enjoy. :)Adam Frisby2008-02-041-2/+19
* Temporarily disabled shared threads because of a bug. Script were only workin...Tedd Hansen2008-02-031-1/+1
* Re-enabled AllowedCompilers functionTedd Hansen2008-02-021-1/+1
* Almost forgot to check in:Tedd Hansen2008-02-021-1/+1
* Note to self: Next time read debug-files on correct computer. It makes bughun...Tedd Hansen2008-02-021-1/+1
* Bugfixes. Now it even reads configuration before it uses it! ;)Tedd Hansen2008-02-021-9/+12
* Temporarily disabled AllowedCompilers so all 3 compilers are allowed.Tedd Hansen2008-02-022-37/+31
* Added header/footer of scripts to make C# and VB scripts much easier to write.Tedd Hansen2008-02-021-8/+46
* Bugfix: LSL was mapped to VB.Net compiler ... that didn't work out so well :)Tedd Hansen2008-02-021-3/+3
* Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen2008-02-021-33/+222
* Giving Mantis #388 a shotTedd Hansen2008-01-221-2/+3
* * Mother of all commits:Adam Frisby2008-01-152-19/+20
* Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen2008-01-123-2157/+3
* Linking osTerrainGetHeight, osTerrainSetHeight, and osRegionRestart to LSL_Ba...alondria2008-01-121-0/+15
* Added const definintions for sculpted prims.Tedd Hansen2008-01-101-1/+7
* Fixed string issue in compilerTedd Hansen2008-01-011-1/+1
* Correction of last commitTedd Hansen2007-12-311-1/+1
* In this commit I am using an editor feature called "Save All" before I commit.Tedd Hansen2007-12-301-0/+4
* Added comments to ScriptEngine classes that explains what their purpose isTedd Hansen2007-12-302-0/+16
* * Optimized usingslbsa712007-12-273-8/+13
* Again, great thanks to Alondria for:Charles Krinke2007-12-241-2/+2
* Many Thanks to Alondria for adding:Charles Krinke2007-12-182-34/+34
* Again, thanks to Alondria for:Charles Krinke2007-12-171-3/+3
* Thanks again to Alondria for adding: math support forCharles Krinke2007-12-151-4/+7
* Again, thanks to Alondria for: adding llGetTime, llResetTime, and llGetAndRes...Charles Krinke2007-12-141-3/+3
* From Michael Osias (IBM)Sean Dague2007-12-121-2/+2
* * The 'Create' functions should be called to factor up a new, otherwise empty...lbsa712007-12-111-0/+2
* "list" becomes "List" in LSL2CSConverter and (f,3) becomes (f,0) in llRound. ...Charles Krinke2007-12-091-1/+1
* * miniscule changes just to keep myself in synchlbsa712007-12-071-1/+3
* ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s...Tedd Hansen2007-11-012-1/+6
* * Optimized usingslbsa712007-10-303-399/+1728
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-153-0/+84
* fixing me some line endingsSean Dague2007-09-172-122/+122
* Implemented: llSetText, llResetScript Tedd Hansen2007-09-162-8/+9
* Now loading "OpenSim.Region.ScriptEngine.Common.dll" into scripts AppDomain a...Tedd Hansen2007-09-151-5/+6
* * fixed script compilationlbsa712007-09-141-113/+113
* If first 4 characters in script is "//C#" script will be treated as pure C# i...Tedd Hansen2007-09-131-2/+9
* remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague2007-09-133-1161/+1161
* Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen2007-09-132-19/+19
* Some work on Module loading/management.MW2007-09-042-6/+5
* startup event on script added to object, not all inside object.Tedd Hansen2007-08-281-0/+1
* Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW2007-08-261-1/+0
* in-world run-time error-message no-w con-tains function-name.Tedd Hansen2007-08-262-11/+15
* Run-time script errors are now shown in-world. No line number though, might r...Tedd Hansen2007-08-261-3/+23
* Fixed error on shutdown caused by ThreadAbortException sending message throug...Tedd Hansen2007-08-251-1/+1