Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -139/+0 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -2/+4 | |
2015-09-04 | Moved RegionCombinerModule to OptionalModules. Removed it as its own ↵ | Diva Canto | 1 | -139/+0 | |
top-level project/dll. | |||||
2013-12-14 | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 1 | -4/+4 | |
Rename 'RegionWorldLocX' to 'WorldLocX' and same for Y and Z. This keeps the downward compatibility and follows the scheme of 'region' and 'world' location naming that is happening in the Util module. | |||||
2013-09-28 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 1 | -4/+4 | |
count number to integer world coordinates. Added new methods RegionWorldLoc[XY]. Refactored name of 'RegionLoc*' to 'LegacyRegionLoc*' throughout OpenSim. Kept old 'RegionLoc*' entrypoint to RegionInfo for downward compatability of external region management packages. | |||||
2013-09-25 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 1 | -4/+4 | |
count number to integer world coordinates. Added new methods RegionWorldLoc[XY]. Refactored name of 'RegionLoc*' to 'LegacyRegionLoc*' throughout OpenSim. Kept old 'RegionLoc*' entrypoint to RegionInfo for downward compatability of external region management packages. | |||||
2013-07-16 | Attachments module only registers when enabled. This enables alternative ↵ | Dan Lake | 1 | -2/+4 | |
attachments module implementations. All calls to Scene.AttachmentsModule are checking for null. Ideally, if we support disabling attachments then we need a null attachments module to register with the scene. | |||||
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2010-07-30 | remove gods event subscription to gods module from scene | Justin Clark-Casey (justincc) | 1 | -4/+15 | |
2010-07-30 | move attachment subscription events into AttachmentsModule from scene. | Justin Clark-Casey (justincc) | 1 | -3/+4 | |
restored to some heavy casting in order to preserve RegionCombinerModule semantics, pending better events. | |||||
2009-11-10 | * Update namespace in the regioncombinermodule. | Teravus Ovares (Dan Olivares) | 1 | -1/+1 | |
2009-11-10 | * Move RegionCombinerModule to it's own project | Teravus Ovares (Dan Olivares) | 1 | -0/+0 | |
* Moves the mono_metadata_token_from_dor message to a different module on loading. | |||||
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-09-13 | * Add the RegionCombinerModule back | Teravus Ovares (Dan Olivares) | 1 | -0/+125 | |
* Yay anonymous delegate in an anonymous delegate. | |||||
2009-09-13 | Temporarily removing the RegionCombinerModule to debug a mono assert on linux | Teravus Ovares (Dan Olivares) | 1 | -125/+0 | |
2009-09-13 | * Move nested classes from the RegionCombinerModule into their own file. | Teravus Ovares (Dan Olivares) | 1 | -0/+125 | |
* Rename the RegionCombinerModuleIndividualForwarder to RegionCombinerIndividualEventForwarder so there's no possibility that mono.addins sees any names similar |