.. |
IAgentAssetTransactions.cs
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
IAttachmentsModule.cs
|
150860c964
Add regression TestDetachScriptedAttachmentToInventory()
|
12 years ago |
IAvatarFactoryModule.cs
|
2ebb421331
Refactor appearance saving for NPC to use AvatarFactoryModule interface.
|
12 years ago |
IBuySellModule.cs
|
87c6386884
Reapplying the parts of the prior revert that were not derived from the
|
14 years ago |
ICallingCardModule.cs
|
a06c8fb7b2
Also add OSS header to interface
|
12 years ago |
ICapabilitiesModule.cs
|
f79400e94c
Broke down Caps.cs into a generic Caps object that simply registers/unregisters capabilities and a specific bunch of capability implementations in Linden space called BunchOfCaps.
|
13 years ago |
ICloudModule.cs
|
e89f0b3f71
refactor: move Scene.PerformObjectBuy into BuySellModule
|
14 years ago |
ICommand.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
ICommandableModule.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
ICommander.cs
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
IDialogModule.cs
|
3761f79971
Strip estate message sending out from the estate management module and
|
14 years ago |
IDwellModule.cs
|
64ec14c8c4
Add missing IDwellModule interface
|
14 years ago |
IDynamicTextureManager.cs
|
a53f90cf7a
If reusing dynamic textures, do not reuse small data length textures that fall below current viewer discard level 2 thresholds.
|
12 years ago |
IEmailModule.cs
|
0a82d10fc4
Change the way IRegionModule us referenced by IEmailModule to
|
14 years ago |
IEntityCreator.cs
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
IEntityInventory.cs
|
e21dd88ed5
When an attachment is detached to inv or derezzed, stop the scripts, update the known item with script state still in the script engine and then remove the scripts.
|
12 years ago |
IEntityTransferModule.cs
|
8d30a1f74b
Stop it being possible for an agent to teleport back to its source region before the source region has finished cleaning up old agent data and structures.
|
12 years ago |
IEstateDataService.cs
|
1458fab82c
Reattaching a region was failing if the estate name had not changed (issue 5035).
|
13 years ago |
IEstateDataStore.cs
|
1458fab82c
Reattaching a region was failing if the estate name had not changed (issue 5035).
|
13 years ago |
IEstateModule.cs
|
7e21c1eadf
Hack in a crude temporary "estate show" command
|
13 years ago |
IEventQueue.cs
|
d8ee0cbe1c
First stab at cleaning up Caps. Compiles. Untested.
|
13 years ago |
IFriendsModule.cs
|
fbd61106cb
refactor: Move "friends show cache" console command out into separate FriendsCommandsModule.
|
12 years ago |
IGodsModule.cs
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
IGroupsMessagingModule.cs
|
938905df1e
oops, add file missing from last commit
|
14 years ago |
IGroupsModule.cs
|
f1f0bc23f4
Formatting cleanup.
|
14 years ago |
IHttpRequests.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
IInterregionComms.cs
|
0b5cdc539c
Change teleports so the TeleportFlags are sent to the destination sim. It
|
15 years ago |
IInventoryAccessModule.cs
|
54c222be26
Fix bug where an avatar that had an object they owned attached through llAttachToAvatar() or osForceAttachToAvatar() would wrongly have next permissions come into play when they detached that object and rezzed it in scene.
|
12 years ago |
IInventoryArchiverModule.cs
|
f1f0bc23f4
Formatting cleanup.
|
14 years ago |
IInventoryTransferModule.cs
|
fd23f270c6
refactor: remove Scene.SetRootAgentScene() in favour of existing event with same name
|
14 years ago |
IJ2KDecoder.cs
|
b86e7715a8
Improve "j2k decode" command to tell us how many layers and components were decoded, instead of just success/failure
|
13 years ago |
IMessageTransferModule.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
IMoapModule.cs
|
f1f0bc23f4
Formatting cleanup.
|
14 years ago |
INPCModule.cs
|
9c84a8162f
If NPCModule.CreateNPC() fails to create the required ScenePresence (which should in theory never happen), don't add the NPC to the npc list but return UUID.Zero instead.
|
12 years ago |
INonSharedRegionModule.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
IPermissionsModule.cs
|
7f318277f1
When creating an OAR, optionally exclude objects according to their permissions
|
13 years ago |
IPresenceModule.cs
|
eebddcd5e6
Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
|
15 years ago |
IPrimCountModule.cs
|
6ae04448f7
Start using IPrimCounts populated by PrimCountModule instead of LandData counts populated by LandManagementModule.
|
13 years ago |
IProfileModule.cs
|
d40ec1c346
Move some interfaces to a more apropriate place
|
13 years ago |
IRegionArchiverModule.cs
|
6f4d079fc5
Add a --noassets option to "save oar".
|
13 years ago |
IRegionModule.cs
|
246443773a
minor: remove clutter null check from pass in config to AvatarFactoryModule.Initialize()
|
13 years ago |
IRegionModuleBase.cs
|
bbef5c344e
Remove typo version of ReplaceableInterface property from RegionCombinerModule.
|
15 years ago |
IRegionModulesController.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
IRegionReadyModule.cs
|
0fff0e1fad
Perform other region ready actions even if simulator is configured to leave logins disabled on startup.
|
12 years ago |
IRegionSerialiserModule.cs
|
1499607215
Made OARs use the new serialization procedure. (TPs/crossings still on the old one) Added an options argument down the pipeline. For the time being it takes --old-guids as an option to produce <Guid> instead of <UUID>.
|
14 years ago |
IRestartModule.cs
|
6734c9f83a
Implement the restart module
|
14 years ago |
IScenePresence.cs
|
0e9e60d55a
Remove duplicated IScenePresence.PresenceType. This is already in ISceneAgent.PresenceType from which IScenePresence inherits.
|
12 years ago |
IScriptModule.cs
|
a74408d1d2
Aggregate script execution times by linksets rather than individual prims.
|
12 years ago |
IScriptModuleComms.cs
|
b88bee9d48
add interface/method documentatio nto IScriptModuleComms
|
15 years ago |
ISearchModule.cs
|
d40ec1c346
Move some interfaces to a more apropriate place
|
13 years ago |
IServiceRequest.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
ISharedRegionModule.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
ISimulationDataService.cs
|
6c3b7617b0
Add lsClearWindlightScene() to the lightshare module to remove WL settings
|
14 years ago |
ISimulationDataStore.cs
|
6c3b7617b0
Add lsClearWindlightScene() to the lightshare module to remove WL settings
|
14 years ago |
ISimulatorFeaturesModule.cs
|
7cf4bb5256
Add ISimulatorFeaturesModule so that other modules can register features in addition to the hardcoded ones.
|
13 years ago |
ISoundModule.cs
|
9821c4f566
Revolution is on the roll again! :)
|
15 years ago |
ISunModule.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
ITerrain.cs
|
d45276b3f6
Add and plumb the usetex URL parameter to worldview. Required but not yet
|
14 years ago |
ITerrainChannel.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
ITerrainEffect.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
ITerrainModule.cs
|
9821c4f566
Revolution is on the roll again! :)
|
15 years ago |
IUrlModule.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
IUserManagement.cs
|
23d04fa25c
Add "friends show cache <first-name> <last-name>" command for debugging purposes.
|
12 years ago |
IVegetationModule.cs
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
IVoiceModule.cs
|
4f3975f04e
addition of a new script function osSetParcelSIPAddress(string SIPAddress), now including iVoiceModule
|
15 years ago |
IWindModelPlugin.cs
|
50aa775ea7
- Move IWindModule to OpenSim.Region.Framework.Interfaces
|
15 years ago |
IWindModule.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
IWorldComm.cs
|
e9602656f8
Add sensor, dataserver requests, timer and listener counts to "xengine status" command.
|
12 years ago |
IWorldMapModule.cs
|
f1f0bc23f4
Formatting cleanup.
|
14 years ago |
IXMLRPC.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
IXfer.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
IXmlRpcRouter.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |