aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/TreePopulator (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-24* Refactor: Collapse some multiple remove object pathsJustin Clarke Casey1-1/+1
* Push some delete functionality into InnerScene to match what's already there for adding objects
2008-05-24* Refactor: Change previous commits Object methods to SceneObject methods ↵Justin Clarke Casey1-1/+1
instead, on the basis that this is less likely to cause confusion with c#'s base object type
2008-05-24* Refactor: Renaming various *Entity*() methods to *Object*() methods on the ↵Justin Clarke Casey1-1/+1
basis that they all take SOG parameters to improve code readability for now
2008-05-03* Cleaned up code in Terrain, Tree and Map modules.Adam Frisby1-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.
2008-05-01* Rolled back a few changes.Adam Frisby1-2/+2
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-2/+2
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby1-1/+1
with namespaces.
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-250/+250
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-40/+43
2008-04-30* Previous commit managed to miss some files despite me hitting 'Select all'.Adam Frisby1-0/+248
* Attached.