Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 2 | -11/+6 | |
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 | 2 | -6/+6 | |
* 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. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 2 | -2/+2 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2 | -4/+4 | |
notice of doom | |||||
2007-10-30 | * Optimized usings | lbsa71 | 2 | -2/+2 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2 | -2/+58 | |
2007-10-05 | getting all our line endings consistant again | Sean Dague | 2 | -15/+15 | |
2007-09-22 | Stand Alone ScriptEngine: early framework, ongoing planning (don't touch ↵ | Tedd Hansen | 2 | -18/+17 | |
yet, will go through major reorganizing). Still a LOT of things needs to be solved... | |||||
2007-09-19 | * Modernized ScriptManager to new interface-based module calls. | lbsa71 | 4 | -50/+50 | |
* 'remove redundant this qualifier' ftw | |||||
2007-09-17 | fixing me some line endings | Sean Dague | 4 | -243/+243 | |
2007-09-11 | Applied ldvoipeng's patch [#360], sorry for it taking so long to apply it. ↵ | MW | 2 | -0/+24 | |
If in future anyone's patch hasn't been applied within a few days, please can someone kick one of the developers with svn access. | |||||
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 2 | -2/+2 | |
2007-09-04 | Just trying to get more debug info from a exception that has been reported. | MW | 1 | -1/+1 | |
2007-08-28 | Taken the old scripting engine out of Region.Environment and moved it into a ↵ | MW | 32 | -3064/+0 | |
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-27 | Deleted a few old files that are no longer used. | MW | 1 | -1/+1 | |
Deleted the GridInterfaces projects, and for now moved the old local asset server into Framework.Communications, as we prepare to rewrite the asset cache and asset server. Deleted Framework.manager as I am sure this is no longer in use. | |||||
2007-08-27 | Stopped EntityBase from implementing IScriptHost, as don't think it should, ↵ | MW | 2 | -0/+4 | |
multiple objects are based on entitybase and they all don't want the baggage from IScriptHost. SceneObjectPart already implements it anyway. Added llGetOwner function, and tested the ll functions that I added in last commit. | |||||
2007-08-27 | Another small tweak to image sending. | MW | 2 | -1/+2 | |
Implemented a few ll Functions, llSetObjectName llGetObjectName, llLoadURL (all currently untested). | |||||
2007-08-22 | (Untested) Scripts are individually loaded into objects (on rez), and event ↵ | Tedd Hansen | 1 | -1/+1 | |
fired likewise. Bugfixes coming in next commit. | |||||
2007-08-17 | Pimped up Default.lsl. Now featuring a touch counter. | Tedd Hansen | 2 | -1/+4 | |
Changed "ObjectID" in ScriptEngine to IScriptHost reference. Events will now be queued based on IScriptHost reference instead of string ID of object. Removed "root" object reference in script. | |||||
2007-08-16 | * Now sending manager, host and root host to Script in constructor. | lbsa71 | 2 | -0/+6 | |
* Changed how Script accesses World * Implemented llSay, llWhisper and llShout * Added SetText() to IScriptHost, implemented llText * Minor renamings to conform with code conventions | |||||
2007-08-16 | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 3 | -1/+41 | |
* This meant introducing AbsolutePosition on all objects (since SimChat wants that) | |||||
2007-08-14 | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 2 | -5/+28 | |
2007-08-13 | Common script for all objects (Default.lsl). ScriptEngine touch_start event ↵ | Tedd Hansen | 1 | -0/+1 | |
now works, but llSay only outputs to server console. | |||||
2007-08-13 | Changed ScriptLoader to use Path.combine. | MW | 1 | -1/+2 | |
2007-08-13 | (DotNet) ScriptEngine is now loaded and added to Scene during startup. | Tedd Hansen | 2 | -0/+140 | |
2007-08-09 | Deleted old LSLEngine files (those under Scene.Scripting) | MW | 12 | -2911/+0 | |
2007-08-09 | Start of replacing the old SceneObject/Primitive classes with the new versions. | MW | 2 | -6/+8 | |
PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.) Also this revision may not work on mono, but that will be fixed soon. | |||||
2007-08-06 | * encapsulated firstname/lastname on ScenePresence | lbsa71 | 3 | -8/+9 | |
* fixed 'users' console command * minor refactorings | |||||
2007-08-06 | * minor refactorings | lbsa71 | 7 | -14/+14 | |
2007-08-06 | ... and here's the second part... | lbsa71 | 44 | -0/+5972 | |