aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reformatting README (just noticed that that line was a bit on the longDr Scofield2009-03-191-1/+2
| | | | | side.
* adding missing ChatSessionRequest voice capability for direct AV-AV calls.Dr Scofield2009-03-191-0/+32
|
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-03-121-3/+7
| | | | | | | Patch to RegionReady which adds a field which adds to the message whether the region is ready due to a server startup or due to an oar file loading.
* Thanks M1sha for a patch to reinstate the original functionality of the ↵Jeff Ames2009-03-091-38/+51
| | | | | | | TreePopulatorModule. Note that the planting command 'tree' has been changed to 'tree plant'. (#3264)
* Add copyright headers.Jeff Ames2009-03-0712-12/+336
|
* Update svn properties.Jeff Ames2009-03-0712-845/+845
|
* MRM Scripting ChangesAdam Frisby2009-03-053-8/+8
| | | | | | * Renames MiniRegionModule to MRMModule to make it more distinct from the actual Mini Region Module[s] executed in Scene. * Renames MiniRegionModuleBase to MRMBase for convenience. MRM's need to be adjusted to inherit from MRMBase.
* * Implements a number of members on SOGObject for use with the MRM Script ↵Adam Frisby2009-03-052-15/+166
| | | | | | | Engine API. * It's lag-tacular! :D
* * Fleshed out the MRM Module a little.Adam Frisby2009-03-045-44/+84
| | | | | * Please don't use this yet, it represents a very heavy security risk if you enable it.
* * Whoops. Left MiniModule enabled to anyone. (potential security risk). ↵Adam Frisby2009-03-041-0/+3
| | | | Disabled - edit code to load.
* * More work on MiniRegionModule module.Adam Frisby2009-03-045-0/+275
|
* IObjectFace needs to be public to compile.Mike Mazur2009-03-041-1/+1
|
* * More work on MiniRegionModule module.Adam Frisby2009-03-046-3/+243
|
* * Implementing some interfaces for aformentioned script engine. Ignore this.Adam Frisby2009-03-044-0/+136
|
* Plumb in the RetrieveInstantMessages event that is sent by the viewerMelanie Thielker2009-02-261-0/+2
| | | | | | when it is ready to receive offline IM
* * Renamed and encapsulated m_sceneGraph as SceneGraph for ccclbsa712009-02-201-1/+1
|
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵lbsa712009-02-201-3/+3
| | | | 0.6.3.* to better track down dll ref and overwrite problems.
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-201-3/+3
|
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵lbsa712009-02-191-1/+1
| | | | poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-191-1/+1
| | | | | | | | usable. Applied with formatting changes, please don't introduce K&R style indentations into OpenSim Fixes Mantis #3190
* - additional code to get ConciergeModule to do truly async broker updatesDr Scofield2009-02-171-13/+63
| | | | | | | - adding watchdog timer async web request - making broker update timeout configurable
* Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker2009-02-171-1/+1
| | | | | | | | and dropped nonths ago, because it is required to get smooth region crossings with AO running. Without it, in some corner cases, anims will continue to run in an unstoppable state.
* cosmetic: adding region name to logging statementDr Scofield2009-02-161-3/+3
|
* fixing crash due to make-child and make-root stepping on each other's toesDr Scofield2009-02-131-7/+16
|
* Add copyright headers. Minor formatting cleanup. Fix some compiler ↵Jeff Ames2009-02-132-3/+3
| | | | warnings. Fix some m_log declarations.
* * Change SendBulkUpdateInventory from two methods to one which accepts an ↵Justin Clarke Casey2009-02-111-5/+1
| | | | InventoryNode
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-02-111-0/+146
| | | | | | | | | | | | | | | This changeset add the RegionReady module code. The module sends a message on a configurable channel when an oar file has finished loading or if the script engine has emptied its queue for the first time (eg server startup). Config is something like this: [RegionReady] enabled = true channel_notify = -800 The module also knows if there was an error with startup.
* fixing ConciergeModule to follow coding conventionsDr Scofield2009-02-101-106/+106
|
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-1034-0/+9325
NOTHING has been deleted or moved off to forge at this point. what has happened is that OpenSim.Region.Environment.Modules has been split in two: - OpenSim.Region.CoreModules: all those modules that are either directly or indirectly referenced from other OpenSim packages, or that provide functionality that the OpenSim developer community considers core functionality: CoreModules/Agent/AssetTransaction CoreModules/Agent/Capabilities CoreModules/Agent/TextureDownload CoreModules/Agent/TextureSender CoreModules/Agent/TextureSender/Tests CoreModules/Agent/Xfer CoreModules/Avatar/AvatarFactory CoreModules/Avatar/Chat/ChatModule CoreModules/Avatar/Combat CoreModules/Avatar/Currency/SampleMoney CoreModules/Avatar/Dialog CoreModules/Avatar/Friends CoreModules/Avatar/Gestures CoreModules/Avatar/Groups CoreModules/Avatar/InstantMessage CoreModules/Avatar/Inventory CoreModules/Avatar/Inventory/Archiver CoreModules/Avatar/Inventory/Transfer CoreModules/Avatar/Lure CoreModules/Avatar/ObjectCaps CoreModules/Avatar/Profiles CoreModules/Communications/Local CoreModules/Communications/REST CoreModules/Framework/EventQueue CoreModules/Framework/InterfaceCommander CoreModules/Hypergrid CoreModules/InterGrid CoreModules/Scripting/DynamicTexture CoreModules/Scripting/EMailModules CoreModules/Scripting/HttpRequest CoreModules/Scripting/LoadImageURL CoreModules/Scripting/VectorRender CoreModules/Scripting/WorldComm CoreModules/Scripting/XMLRPC CoreModules/World/Archiver CoreModules/World/Archiver/Tests CoreModules/World/Estate CoreModules/World/Land CoreModules/World/Permissions CoreModules/World/Serialiser CoreModules/World/Sound CoreModules/World/Sun CoreModules/World/Terrain CoreModules/World/Terrain/DefaultEffects CoreModules/World/Terrain/DefaultEffects/bin CoreModules/World/Terrain/DefaultEffects/bin/Debug CoreModules/World/Terrain/Effects CoreModules/World/Terrain/FileLoaders CoreModules/World/Terrain/FloodBrushes CoreModules/World/Terrain/PaintBrushes CoreModules/World/Terrain/Tests CoreModules/World/Vegetation CoreModules/World/Wind CoreModules/World/WorldMap - OpenSim.Region.OptionalModules: all those modules that are not core modules: OptionalModules/Avatar/Chat/IRC-stuff OptionalModules/Avatar/Concierge OptionalModules/Avatar/Voice/AsterixVoice OptionalModules/Avatar/Voice/SIPVoice OptionalModules/ContentManagementSystem OptionalModules/Grid/Interregion OptionalModules/Python OptionalModules/SvnSerialiser OptionalModules/World/NPC OptionalModules/World/TreePopulator