| Commit message (Expand) | Author | Files | Lines |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -291/+433 |
2017-07-15 | Ooopsss | UbitUmarov | 1 | -44/+47 |
2017-07-15 | fixes and changes on TreePopulatorModule. Please read OpenSimDefaults.ini | UbitUmarov | 1 | -273/+412 |
2017-05-04 | do the same in the cases we are just moving parts around and not changing th... | UbitUmarov | 1 | -1/+1 |
2017-01-27 | several changes relative to objects return and parcel prim counts: avoid nul... | UbitUmarov | 1 | -1/+1 |
2017-01-17 | add more calls to effective permissions aggregation, some paths may still be ... | UbitUmarov | 1 | -1/+1 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -9/+9 |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -2/+2 |
2015-03-29 | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 1 | -2/+2 |
2013-11-08 | varregion: elimination of Constants.RegionSize from all over OpenSimulator. | Robert Adams | 1 | -2/+2 |
2012-11-13 | All optional modules' directives moved out of addin.xml | Diva Canto | 1 | -0/+2 |
2012-11-12 | Remove any mention of IRegionModule from region names and comments to aid | Melanie | 1 | -2/+1 |
2012-11-09 | One more module converted: TreePopulator. | Diva Canto | 1 | -11/+19 |
2012-03-31 | refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-10-12 | Fix tree populator | Melanie | 1 | -10/+0 |
2011-10-04 | Removed redundant IClientAPI calls from TreePopulatorModule. Removing tree ob... | Dan Lake | 1 | -14/+2 |
2011-09-01 | Eliminate pointless checks of SOG.RootPart != null | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2010-10-08 | Make SendKillObject send multiple localIDs in one packet. This avoids the | Melanie | 1 | -2/+2 |
2010-09-10 | First pass at cleaning up thread safety in EntityManager and SceneGraph | John Hurliman | 1 | -2/+1 |
2010-02-12 | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2010-01-29 | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 1 | -25/+16 |
2010-01-29 | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 1 | -25/+16 |
2010-01-23 | Updates all IRegionModules to the new style region modules. | Revolution | 1 | -16/+25 |
2010-01-10 | Remove all references to master avatar, replacing with estate owner where | Melanie | 1 | -4/+0 |
2009-10-02 | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 1 | -1/+1 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-08-07 | This is the second part of the 'not crash on regionsize changes'. This le... | Teravus Ovares (Dan Olivares) | 1 | -2/+2 |
2009-06-14 | Thank you kindly, M1sha, for a patch that improves the treePopulator module: | Charles Krinke | 1 | -137/+612 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-03-09 | Thanks M1sha for a patch to reinstate the original functionality of the TreeP... | Jeff Ames | 1 | -38/+51 |
2009-02-10 | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 1 | -1/+1 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -2/+2 |
2009-02-02 | Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-02-02 | * Adding the Tree module configuration options to OpenSim.ini.example | Teravus Ovares | 1 | -9/+57 |
2008-12-19 | * refactor: Move tree code out into a separate module | Justin Clarke Casey | 1 | -7/+9 |
2008-11-17 | Make newly created prims be the correct group | Melanie Thielker | 1 | -1/+1 |
2008-11-07 | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 1 | -1/+1 |
2008-10-14 | * refactor: rename SendKiPrimitive to SendKillObject since this appears more ... | Justin Clarke Casey | 1 | -1/+1 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -19/+18 |
2008-08-15 | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 1 | -6/+6 |
2008-08-14 | Refactor: Make the tree creation function take a UUID for the owner | Melanie Thielker | 1 | -5/+12 |
2008-05-24 | * Refactor: Collapse some multiple remove object paths | Justin Clarke Casey | 1 | -1/+1 |
2008-05-24 | * Refactor: Change previous commits Object methods to SceneObject methods ins... | Justin Clarke Casey | 1 | -1/+1 |
2008-05-24 | * Refactor: Renaming various *Entity*() methods to *Object*() methods on the ... | Justin Clarke Casey | 1 | -1/+1 |
2008-05-03 | * Cleaned up code in Terrain, Tree and Map modules. | Adam Frisby | 1 | -6/+3 |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -2/+2 |
2008-05-01 | * Spring cleaning on Region.Environment. | Adam Frisby | 1 | -2/+2 |
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond w... | Adam Frisby | 1 | -1/+1 |
2008-05-01 | Update svn properties. Minor formatting cleanup. | Jeff Ames | 1 | -250/+250 |
2008-04-30 | * Cruft removal step #1. Cleaning Modules directory. | Adam Frisby | 1 | -40/+43 |