Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-02-07 | Add a regression test to compile and start a script. Remove ↵ | Justin Clark-Casey (justincc) | 1 | -1/+3 | |
Path.GetDirectoryName when getting assembly loading path in Compiler.CompileFromDotNetText(). The Path.GetDirectoryName call in Compiler.CompileFromDotNetText is unnecessary since AppDomain.CurrentDomain.BaseDirectory is always a directory. Later path concatenation is already done by Path.Combine() which handles any trailing slash. Removing Path.GetDirectoryName() will not affect the runtime but allows NUnit to work since it doesn't add a trailing slash to AppDomain.CurrentDomain.BaseDirectory. | |||||
2010-09-26 | Add configurable path to script engine assemblies | BlueWall | 1 | -3/+4 | |
Adding ability to place script engine assemblies outside the codebase directories. Uses new [XEngine] option: ScriptEnginesPath = "path_to_assemblies" Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-06-24 | * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵ | lbsa71 | 1 | -1/+1 | |
api and compiler out of XEngine" "First stage in a major Script Engine refactor, that will result in the LSL implementaions ebing reconverged. Not there yet, but one major part is done." Thank you, Melanie! | |||||
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 1 | -7/+7 | |
2008-05-30 | * This is Melanie's XEngine script engine. I've not tested this real well, ↵ | Teravus Ovares | 1 | -18/+26 | |
however, it's confirmed to compile and OpenSimulator to run successfully without this script engine active. | |||||
2008-05-01 | Attempt to locate SL client in LaunchSLClient under other Unices. | Jeff Ames | 1 | -4/+14 | |
2008-05-01 | More config cleanup in LaunchSLClient. | Jeff Ames | 1 | -0/+5 | |
2008-05-01 | Refactor machine-dependent configuration in LaunchSLClient. | Jeff Ames | 1 | -4/+7 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+25 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-01-10 | Whitespace cleanup. | Jeff Ames | 1 | -10/+7 | |
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 1 | -0/+28 | |
2007-07-13 | rename file to not have spaces in it | Sean Dague | 1 | -0/+0 | |