aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptServer/ScriptServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-272-6/+6
|
* * Rolled back a few changes.Adam Frisby2008-05-015-14/+11
|
* * Cleaning code still.Adam Frisby2008-05-015-11/+14
|
* * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby2008-05-013-8/+7
| | | | with namespaces.
* * Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby2008-04-301-13/+0
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-214-7/+4
| | | | (this took a while to run).
* Comment out unused private methods.Jeff Ames2008-03-251-9/+10
|
* Formatting cleanup.Jeff Ames2008-03-185-135/+132
|
* "threads" command now works. I've added manual tracking of threads (only if ↵Tedd Hansen2008-02-211-0/+1
| | | | compiled in DEBUG mode)... Its ugly and even requires a separate thread to track the treads, but it will be very valuable in debugging.
* Minor cleanup.Jeff Ames2008-02-203-3/+3
|
* Playing "Name that thread". Adding names and isbackground=true to all ↵Tedd Hansen2008-02-191-1/+1
| | | | threads so it will be easier to debug.
* Converted logging to use log4net.Jeff Ames2008-02-054-23/+10
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Mother of all commits:Adam Frisby2008-01-151-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.
* Set svn:eol-style.Jeff Ames2008-01-091-122/+122
|
* Did someone say missing files? Thanks SakaiTedd Hansen2008-01-091-0/+123
|
* Dynamic loading of ScriptEngine in ScriptServerTedd Hansen2008-01-093-169/+6
| | | | | ScriptServer event pipe (OpenSim->ScriptServer->ScriptEngine) should in theory be done
* * Optimized usingslbsa712007-12-273-3/+3
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-103-6/+6
| | | | notice of doom
* * Optimized usingslbsa712007-10-305-63/+187
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* get rid of all the ^M line endingsSean Dague2007-10-191-114/+114
|
* * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵lbsa712007-10-152-0/+56
| | | | messages. Thanks Chillken!
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
|
* * Applied Chillken patch #418 : newline-r2092.patch ; failed on assemblyinfo ↵lbsa712007-10-152-20/+20
| | | | tho. Thanxs Chillken!
* Some more work on new ScriptEngine.Tedd Hansen2007-10-054-7/+115
|
* getting all our line endings consistant againSean Dague2007-10-054-135/+135
|
* More reorganizing of new SE. Added debug print of application exception.Tedd Hansen2007-09-253-3/+3
|
* More structural changes to new SETedd Hansen2007-09-245-27/+55
|
* Reorganized some filesTedd Hansen2007-09-245-0/+291