aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Types/BasicQuadTreeNode.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-01* Rolled back a few changes.Adam Frisby1-26/+27
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-27/+26
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-1/+2
(this took a while to run).
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-1/+1
* 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-10-30* Optimized usingslbsa711-17/+28
* Shortened type references * Removed redundant 'this' qualifier
2007-10-19get rid of all the ^M line endingsSean Dague1-258/+258
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-1/+29
2007-10-11Some changes to the sending of updates of SceneObjects to clients, that I ↵MW1-173/+229
did a few weeks ago but never committed (and never completely finished what I had planned).
2007-10-05getting all our line endings consistant againSean Dague1-12/+12
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa711-19/+26
* 'remove redundant this qualifier' ftw
2007-09-17fixing me some line endingsSean Dague1-167/+167
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all ↵MW1-0/+167
"modules" share a common base interface and are loaded from the single loader. (It seems to work fine, but I have left the old scriptengine loader, incase we have to change back). Removed the reference to OpenJpeg in the DynamicTextureModule, to see if that was causing the build problem someone is having. Added a Temporary fix for the "existing connection was forcibly closed by the remote host" exception on windows when a user logs out of a multiregion instance. Some early work to prepare for improving the way clients are updated (about prims etc).