aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/TreePopulator (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Refactor: Collapse some multiple remove object pathsJustin Clarke Casey2008-05-241-1/+1
| | | | | | * Push some delete functionality into InnerScene to match what's already there for adding objects
* * Refactor: Change previous commits Object methods to SceneObject methods ↵Justin Clarke Casey2008-05-241-1/+1
| | | | instead, on the basis that this is less likely to cause confusion with c#'s base object type
* * Refactor: Renaming various *Entity*() methods to *Object*() methods on the ↵Justin Clarke Casey2008-05-241-1/+1
| | | | basis that they all take SOG parameters to improve code readability for now
* * Cleaned up code in Terrain, Tree and Map modules.Adam Frisby2008-05-031-6/+3
| | | | | | | * Fixed a bug with Terragen loader where it would do bad things on a non 256x256 sized terrain. Now loads the array correctly. * Moved MapImageModule.cs to Modules/World/WorldMap * Changed Location.RegionHandle to use Helpers.GetUlong instead of doing it ourselves.
* * Rolled back a few changes.Adam Frisby2008-05-011-2/+2
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-2/+2
| | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
* * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby2008-05-011-1/+1
| | | | with namespaces.
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-011-250/+250
|
* * Cruft removal step #1. Cleaning Modules directory.Adam Frisby2008-04-301-40/+43
|
* * Previous commit managed to miss some files despite me hitting 'Select all'.Adam Frisby2008-04-301-0/+248
* Attached.