Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -29/+26 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -0/+2 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -2/+2 | |
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | |||||
2008-01-12 | Added license to new files | Tedd Hansen | 1 | -1/+3 | |
2008-01-12 | ScriptServer communication is ok. Script is creatd on onrez. But since it ↵ | Tedd Hansen | 1 | -2/+2 | |
can not access Scene it sort of crashes right away ;) Added some sample placeholders for implementing rest of LSL events. | |||||
2008-01-02 | Full .dll-name in config option for ScriptEngine. Loading only scriptengine ↵ | Tedd Hansen | 1 | -2/+3 | |
specified in config. ScriptServer will still not start! | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -1/+1 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-10-30 | * Optimized usings | lbsa71 | 1 | -10/+7 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-05 | getting all our line endings consistant again | Sean Dague | 1 | -32/+32 | |
2007-09-25 | More reorganizing of new SE. Added debug print of application exception. | Tedd Hansen | 1 | -0/+12 | |
2007-09-24 | Reorganized some files | Tedd Hansen | 1 | -2/+2 | |
2007-09-22 | Stand Alone ScriptEngine: early framework, ongoing planning (don't touch ↵ | Tedd Hansen | 1 | -17/+20 | |
yet, will go through major reorganizing). Still a LOT of things needs to be solved... | |||||
2007-09-17 | fixing me some line endings | Sean Dague | 1 | -43/+43 | |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-08-28 | Taken the old scripting engine out of Region.Environment and moved it into a ↵ | MW | 1 | -43/+43 | |
separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.) | |||||
2007-08-06 | ... and here's the second part... | lbsa71 | 1 | -0/+0 | |
2007-08-06 | Part 1 of a two-part commit to change caps of 'scripting' dir... | lbsa71 | 1 | -0/+0 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -43/+43 | |
2007-07-13 | * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.Scripting | Adam Frisby | 1 | -1/+1 | |
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting | |||||
2007-07-13 | * Reorganising Java Virtual Machine code into a subfolder for the JVM ↵ | Adam Frisby | 1 | -0/+0 | |
specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API. | |||||
2007-07-05 | * Added Java support back into Sugilite (although it still needs a calling ↵ | Adam Frisby | 1 | -7/+7 | |
host to be added). | |||||
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -8/+0 | |
* added some licensing info |