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