aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-26Also take YP/commented out JS references from script engine CodeTools.Justin Clark-Casey (justincc)2-157/+0
2013-12-21Add lsl arg syntax checking for control eventJustin Clark-Casey (justincc)2-9386/+9716
2013-12-21refactor: rename internal lsl parser VectorDeclaration -> VecDeclaration for ...Justin Clark-Casey (justincc)1-7907/+7903
2013-12-21Add arg checking for at_target lsl eventJustin Clark-Casey (justincc)2-8828/+9158
2013-12-21Add lsl event arg checking for at_rot_targetJustin Clark-Casey (justincc)2-8915/+9306
2013-12-21Add lsl event argument checking for attach and on_rezJustin Clark-Casey (justincc)2-8593/+8946
2013-11-29Add parameter checking for land_collision, land_collision_start and land_coll...Justin Clark-Casey (justincc)2-7784/+8165
2013-11-16Add regression test to check that specifying a non-existent event raise a syn...Justin Clark-Casey (justincc)1-0/+9
2013-11-16Add syntax checking for no_sensor() no-arg eventJustin Clark-Casey (justincc)2-4970/+4981
2013-11-16refactor common code out of no argument LSL event regression testsJustin Clark-Casey (justincc)1-14/+13
2013-11-16If anything other than a single integer is specified for events that only tak...Justin Clark-Casey (justincc)2-8245/+8691
2013-11-16Make state_exit, moving_end, moving_start, not_at_rot_target, not_at_target a...Justin Clark-Casey (justincc)2-7447/+7520
2013-11-16refactor LSL_EventTests.TestStateEntryEvent into single method to test compileJustin Clark-Casey (justincc)1-14/+17
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-11-09Add initial test for checking that specifying a parameter in LSL state_entry(...Justin Clark-Casey (justincc)1-0/+64
2013-11-02If the LSL state_entry() event definition contains any parameters, then gener...Justin Clark-Casey (justincc)4-7471/+7692
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-08-02Fix problem with modInvoke defined integer constants being build intoRobert Adams1-1/+1
2013-03-13Make C# scripts return correct error line and column numbers instead of faili...Justin Clark-Casey (justincc)1-3/+8
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2013-01-30Fix issue where lsl -> c# generation in co-operative termination mode did not...Justin Clark-Casey (justincc)1-9/+21
2013-01-24Remove unnecessary System.Linq reference from Compiler.csJustin Clark-Casey (justincc)1-1/+0
2013-01-23If ScriptStopStrategy hasn't been set to co-op in [XEngine] config, then cont...Justin Clark-Casey (justincc)1-12/+18
2013-01-22Fix bug in generating termination checks in compound statement for loop.Justin Clark-Casey (justincc)1-1/+1
2013-01-17Implement non-wait co-operative termination of scripts for XEngine in additio...Justin Clark-Casey (justincc)2-65/+134
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2-2/+2
2012-11-14Added AssemblyInfos to every dll in the OpenSim.Region namespace.Diva Canto1-0/+33
2012-08-18Add a reference to OpenMetaverseType.dll to compiled script assemblies.Melanie1-0/+2
2012-07-31Adds support to ScriptModuleComms for region modules to exportMic Bowman1-2/+37
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-5/+3
2012-06-11Revert "Bind ~ and ! operators in LSL tighter in order to resolve issues in L...Justin Clark-Casey (justincc)1-3956/+3978
2012-06-09Bind ~ and ! operators in LSL tighter in order to resolve issues in LSL where...Justin Clark-Casey (justincc)1-3978/+3956
2012-03-15Protect the scriptmodulecomms interface.Mic Bowman1-1/+4
2012-03-15Adds a new script command 'modInvoke' to invoke registered functionsMic Bowman2-3/+30
2012-03-06Fix TestSyntaxError() and TestSyntaxErrorDeclaringVariableInForLoop()Justin Clark-Casey (justincc)1-8/+14
2012-03-06Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ...Justin Clark-Casey (justincc)2-1/+101
2012-03-06Fix off by one error in script error reporting.Justin Clark-Casey (justincc)1-1/+1
2012-02-07Add a regression test to compile and start a script. Remove Path.GetDirector...Justin Clark-Casey (justincc)2-3/+13
2011-06-24Optionally, don't delete previously compiled scripts on startupOren Hurvitz1-5/+14
2010-09-26Add configurable path to script engine assembliesBlueWall1-2/+3
2010-06-01Comment and remove JScript support. Mono 2.7Dev and 2.8 no longer include theMelanie1-19/+19
2010-04-28Compiler.cs contained method GetCompilerOutput which, apparently,unknown1-4/+7
2009-12-22FINALLY! Script compile errors now appear in the script error pane,Melanie3-4/+4
2009-11-20Fix http://opensimulator.org/mantis/view.php?id=3874 - parenthesis in for sta...Justin Clark-Casey (justincc)1-1/+19
2009-10-29* Misc. formatting cleanup for the previous patchJohn Hurliman1-25/+26
2009-10-29OptimizationsDan Lake1-84/+72
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-28/+22