| Commit message (Expand) | Author | Files | Lines |
2008-06-24 | * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap... | lbsa71 | 1 | -374/+0 |
2008-06-05 | Mantis#1437. Patch 3 of 4. Thank you kindly, Melanie for: | Charles Krinke | 1 | -1/+1 |
2008-06-05 | Mantis#1437. Patch 2 of 4. Thank you kindly, Melanie for: | Charles Krinke | 1 | -0/+11 |
2008-05-30 | * This is Melanie's XEngine script engine. I've not tested this real well, h... | Teravus Ovares | 1 | -7/+8 |
2008-05-30 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2008-05-29 | * Fix string literal with URL + LLcommand(); | Teravus Ovares | 1 | -5/+5 |
2008-05-28 | * Resolves comment removal in string literals in the LSL2CSConverter | Teravus Ovares | 1 | -17/+19 |
2008-05-27 | another take on the whole string cleansing, by adding specific poison | Sean Dague | 1 | -2/+5 |
2008-05-27 | * Revert last commit as it opens sim owners up to all sorts of nasty scripts.... | Teravus Ovares | 1 | -3/+3 |
2008-05-27 | comment out the x.y security check in the script engine because it's so aggre... | Sean Dague | 1 | -3/+6 |
2008-05-18 | Formatting cleanup, minor refactoring. Fixed some comparisons of value types... | Jeff Ames | 1 | -12/+3 |
2008-05-17 | * whoops, misplaced / where should have been \ | Teravus Ovares | 1 | -1/+1 |
2008-05-17 | * Update on the script engine LSL parser. Blocks all static objects and meth... | Teravus Ovares | 1 | -8/+50 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -23/+4 |
2008-05-13 | * Tweaked a regex that was returning invalid results in some cases. | Teravus Ovares | 1 | -1/+1 |
2008-05-07 | Thank you, Middelink for a patch that fixes the regular expresion | Charles Krinke | 1 | -2/+2 |
2008-04-30 | Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e... | Teravus Ovares | 1 | -241/+9 |
2008-04-26 | * For info about this commit, see last commit. | Teravus Ovares | 1 | -3/+16 |
2008-04-26 | * Error on System. references with 'CS20003: 'System' is null or not an object" | Teravus Ovares | 1 | -0/+5 |
2008-04-25 | * Implements llTarget, llTargetRemove, at_target(), not_at_target() | Teravus Ovares | 1 | -5/+5 |
2008-04-23 | * Fixed an annoying pop-up box when crossing borders. | Teravus Ovares | 1 | -2/+2 |
2008-04-23 | * Fixes lsl scripts with no state_entry event at all | Teravus Ovares | 1 | -1/+39 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -11/+11 |
2008-04-20 | * Fixed up event discovery regexes to work with a specific string format m#1012 | Teravus Ovares | 1 | -2/+2 |
2008-04-20 | * Updates LSL2CS converter | Teravus Ovares | 1 | -1/+199 |
2008-04-15 | Fixed LSL State support. | Teravus Ovares | 1 | -33/+43 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -29/+26 |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 |
2008-02-10 | The very beginnings of attachments (no detachments! :) | Dalien Talbot | 1 | -14/+7 |
2008-02-10 | Bugfix to state command: | Tedd Hansen | 1 | -2/+6 |
2008-02-10 | Bugfix on that last Quaternion/Vector patch | Tedd Hansen | 1 | -2/+2 |
2008-02-10 | Untested bugfix in state support | Tedd Hansen | 1 | -4/+7 |
2008-02-10 | Added support for function calls as values in LSL-specific <0,0,0> and <0,0,0... | Tedd Hansen | 1 | -2/+2 |
2008-02-06 | Fixed regex in LSL2CSConverter so it will properly handle casting to (string)... | alondria | 1 | -2/+2 |
2008-02-02 | Temporarily disabled AllowedCompilers so all 3 compilers are allowed. | Tedd Hansen | 1 | -29/+11 |
2008-01-22 | Giving Mantis #388 a shot | Tedd Hansen | 1 | -2/+3 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -18/+19 |
2008-01-12 | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 1 | -1/+1 |
2008-01-01 | Fixed string issue in compiler | Tedd Hansen | 1 | -1/+1 |
2007-12-31 | Correction of last commit | Tedd Hansen | 1 | -1/+1 |
2007-12-30 | In this commit I am using an editor feature called "Save All" before I commit. | Tedd Hansen | 1 | -0/+4 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -2/+2 |
2007-12-18 | Many Thanks to Alondria for adding: | Charles Krinke | 1 | -2/+2 |
2007-12-15 | Thanks again to Alondria for adding: math support for | Charles Krinke | 1 | -4/+7 |
2007-12-14 | Again, thanks to Alondria for: adding llGetTime, llResetTime, and llGetAndRes... | Charles Krinke | 1 | -3/+3 |
2007-12-09 | "list" becomes "List" in LSL2CSConverter and (f,3) becomes (f,0) in llRound. ... | Charles Krinke | 1 | -1/+1 |
2007-11-01 | ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s... | Tedd Hansen | 1 | -0/+4 |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -30/+52 |
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 1 | -0/+28 |
2007-09-16 | Implemented: llSetText, llResetScript | Tedd Hansen | 1 | -5/+5 |