.. |
IAgentAssetTransactions.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
IAttachmentsModule.cs
|
Get rid of the confusing version of IAttachmentsModule.RezSingleAttachmentFromInventory() with the updateInventoryStatus switch, since this is never called with false
|
2011-09-06 00:36:38 +01:00 |
IAvatarFactory.cs
|
Fix bug in persisting saved appearances for npcs
|
2011-08-30 01:58:32 +01:00 |
IBuySellModule.cs
|
Reapplying the parts of the prior revert that were not derived from the
|
2010-10-02 18:47:26 +01:00 |
ICapabilitiesModule.cs
|
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.
|
2011-05-01 18:22:53 -07:00 |
ICloudModule.cs
|
refactor: move Scene.PerformObjectBuy into BuySellModule
|
2010-08-13 22:29:42 +01:00 |
ICommand.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
ICommandableModule.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
ICommander.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
IDialogModule.cs
|
Strip estate message sending out from the estate management module and
|
2010-05-04 21:26:10 +01:00 |
IDwellModule.cs
|
Add missing IDwellModule interface
|
2010-09-05 17:08:57 +01:00 |
IDynamicTextureManager.cs
|
Formatting cleanup.
|
2010-02-15 19:21:56 +09:00 |
IEmailModule.cs
|
Change the way IRegionModule us referenced by IEmailModule to
|
2010-06-28 03:14:05 +01:00 |
IEntityCreator.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
IEntityInventory.cs
|
Make prim inventories a bit more sane
|
2010-12-21 20:49:31 +00:00 |
IEntityTransferModule.cs
|
HG lures working! Friends can offer friends HG teleports via the profile. WARNING: additional configuration for HG inis -- see *Common.ini.example
|
2011-05-27 13:07:18 -07:00 |
IEstateDataService.cs
|
Make the "All Estates" option work from the client (this makes chosen changes to all the estates that the user owns).
|
2011-04-05 01:30:13 +01:00 |
IEstateDataStore.cs
|
Make the "All Estates" option work from the client (this makes chosen changes to all the estates that the user owns).
|
2011-04-05 01:30:13 +01:00 |
IEstateModule.cs
|
Hack in a crude temporary "estate show" command
|
2011-02-12 00:46:01 +00:00 |
IEventQueue.cs
|
First stab at cleaning up Caps. Compiles. Untested.
|
2011-04-30 09:24:15 -07:00 |
IFriendsModule.cs
|
Fixed permissions bug related to friends in PermissionsModule. Added FriendsData[] GetFriends(string principalID) to IFriendsData and FriendInfo[] GetFriends(string PrincipalID) to IFriendsService. Refactored some more in the FriendsModule. Made client get notification of local friends permissions upon HGLogin. HG Friends object permissions work.
|
2011-05-21 16:48:00 -07:00 |
IGodsModule.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
IGroupsMessagingModule.cs
|
oops, add file missing from last commit
|
2010-04-01 22:45:01 +01:00 |
IGroupsModule.cs
|
Formatting cleanup.
|
2010-09-12 13:43:49 -04:00 |
IHttpRequests.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
IInterregionComms.cs
|
Change teleports so the TeleportFlags are sent to the destination sim. It
|
2009-12-29 18:35:06 +00:00 |
IInventoryAccessModule.cs
|
Stop NPCs losing attachments when the source avatar takes them off.
|
2011-09-03 01:11:16 +01:00 |
IInventoryArchiverModule.cs
|
Formatting cleanup.
|
2010-09-12 13:43:49 -04:00 |
IInventoryTransferModule.cs
|
refactor: remove Scene.SetRootAgentScene() in favour of existing event with same name
|
2010-08-13 21:01:10 +01:00 |
IJ2KDecoder.cs
|
Attempting to improve the robustness of texture decoding by always ignoring LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug Replacing openjpeg-dotnet decoding with managed CSJ2K decoding. Should be much more reliable, faster, and use less memory
|
2009-09-30 19:26:53 +01:00 |
IMessageTransferModule.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
IMoapModule.cs
|
Formatting cleanup.
|
2010-09-12 13:43:49 -04:00 |
INPCModule.cs
|
add regression test for osNpcCreate when cloning an in-region avatar
|
2011-08-11 21:43:26 +01:00 |
INonSharedRegionModule.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
IPresenceModule.cs
|
Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
|
2009-12-28 01:24:15 +00:00 |
IPrimCountModule.cs
|
Start using IPrimCounts populated by PrimCountModule instead of LandData counts populated by LandManagementModule.
|
2011-03-25 23:05:51 +00:00 |
IRegionArchiverModule.cs
|
Add a --noassets option to "save oar".
|
2011-05-26 01:27:01 +01:00 |
IRegionModule.cs
|
* Commenting SQLiteNG out of prebuild.xml, because it's making compile fail in Windows. Justin: you forgot to add Mono.Sqlite.dll, and I can't figure out where to grab it from!
|
2010-04-26 14:52:22 -07:00 |
IRegionModuleBase.cs
|
Remove typo version of ReplaceableInterface property from RegionCombinerModule.
|
2009-08-31 14:16:16 +09:00 |
IRegionModulesController.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
IRegionSerialiserModule.cs
|
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>.
|
2010-10-15 17:27:19 -07:00 |
IRestartModule.cs
|
Implement the restart module
|
2010-11-25 01:22:05 +00:00 |
IScenePresence.cs
|
Stop NPCs losing attachments when the source avatar takes them off.
|
2011-09-03 01:11:16 +01:00 |
ISceneViewer.cs
|
Comment out unused ISceneViewer.Reset() to reduce code complexity
|
2011-09-06 22:39:01 +01:00 |
IScriptModule.cs
|
Delay loading scripts until the scene has finished loading
|
2011-09-09 23:01:05 +01:00 |
IScriptModuleComms.cs
|
add interface/method documentatio nto IScriptModuleComms
|
2010-01-11 17:17:58 +00:00 |
IServiceRequest.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
ISharedRegionModule.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
ISimulationDataService.cs
|
Add lsClearWindlightScene() to the lightshare module to remove WL settings
|
2010-11-03 02:31:43 +00:00 |
ISimulationDataStore.cs
|
Add lsClearWindlightScene() to the lightshare module to remove WL settings
|
2010-11-03 02:31:43 +00:00 |
ISimulatorFeaturesModule.cs
|
Add ISimulatorFeaturesModule so that other modules can register features in addition to the hardcoded ones.
|
2011-08-22 22:13:07 +01:00 |
ISoundModule.cs
|
Revolution is on the roll again! :)
|
2010-02-14 22:18:46 +00:00 |
ISunModule.cs
|
Revert "Updates all IRegionModules to the new style region modules."
|
2010-01-29 07:21:06 +00:00 |
ITerrain.cs
|
Add and plumb the usetex URL parameter to worldview. Required but not yet
|
2010-10-06 05:44:19 +01:00 |
ITerrainChannel.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
ITerrainEffect.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
ITerrainModule.cs
|
Revolution is on the roll again! :)
|
2010-02-14 22:18:46 +00:00 |
IUrlModule.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
IUserManagement.cs
|
Stop NPC's getting hypergrid like names in some circumstances.
|
2011-08-19 00:45:22 +01:00 |
IVegetationModule.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
IVoiceModule.cs
|
addition of a new script function osSetParcelSIPAddress(string SIPAddress), now including iVoiceModule
|
2009-09-18 15:47:15 +02:00 |
IWindModelPlugin.cs
|
- Move IWindModule to OpenSim.Region.Framework.Interfaces
|
2009-04-05 17:08:01 +00:00 |
IWindModule.cs
|
Revert "Updates all IRegionModules to the new style region modules."
|
2010-01-29 07:21:06 +00:00 |
IWorldComm.cs
|
Add avatar and attachments to llRegionSay
|
2011-08-20 12:36:35 -04:00 |
IWorldMapModule.cs
|
Formatting cleanup.
|
2010-09-12 13:43:49 -04:00 |
IXMLRPC.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
IXfer.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
IXmlRpcRouter.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |