aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ExtensionsScriptModule/Engines/CSharp/Examples (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-08* Spring cleaning, round 3029Adam Frisby1-75/+0
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby1-2/+2
with namespaces.
2008-04-30* Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby1-19/+0
2008-03-25Comment out unused private methods.Jeff Ames1-17/+18
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-01-15* Mother of all commits:Adam Frisby1-3/+3
* 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 usingslbsa711-1/+1
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames1-2/+2
Works with LibSL rev>1532
2007-10-30* Optimized usingslbsa711-11/+5
* Shortened type references * Removed redundant 'this' qualifier
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-1/+29
2007-09-24* Renamed ScriptConsole to PluginConsole for clarityAdam Frisby1-1/+1
* Fixed a bug where ODE tries to do a physics update for zero frames.
2007-09-17fixing me some line endingsSean Dague1-71/+71
2007-08-28Taken the old scripting engine out of Region.Environment and moved it into a ↵MW1-0/+72
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.)