OpenSimMirror/OpenSim/Framework
Melanie 42d44c00f3 Change the mute list parts of the client interface so that all data is provided
to the module
2010-12-24 03:46:57 +01:00
..
AssetLoader/Filesystem Changed asset CreatorID to a string 2010-02-22 14:18:59 -08:00
Capabilities Shooting in the dark for solutions to the appearance problem 2010-12-20 14:24:52 -08:00
Client
Communications Merge branch 'master' into careminster-presence-refactor 2010-12-03 02:36:13 +00:00
Configuration Revert "remove long unused OpenSim/Framework/Configuration/* projects" 2010-08-04 01:10:01 +01:00
Console small refactor: reuse existing commandLine string rather than calling cmdline.ToString() again 2010-11-17 23:50:23 +00:00
RegionLoader Replace the screenful of code i deleted. 2010-07-17 02:46:04 +02:00
Serialization Added some comments. Better than listening to the boring speaker... 2010-12-01 16:01:22 -08:00
Servers Merge branch 'master' into careminster-presence-refactor 2010-12-21 20:56:37 +00:00
Statistics Fix XStats formatting: 2010-08-06 23:27:57 +01:00
Tests Major refactoring of appearance handling. 2010-10-20 16:17:54 -07:00
AgentCircuitData.cs Refactor appearance and avatar data sending code. Paritioning the routines into "one-to-many" and "many-to-one" makes it possible to call the right function on presence creation (both child and root) and when a child agent is promoted to root. This brings the total number of appearance sends down to one or two on login. 2010-11-27 01:14:36 +00:00
AgentCircuitManager.cs Prevent a crash when the two agent dictionaries get out of sync 2010-05-16 20:31:02 +01:00
AgentUpdateArgs.cs add an agent position field to AgentUpdateArgs for use by some non-LL clients 2010-01-14 02:16:40 -08:00
Animation.cs
AssemblyInfo.cs
AssetBase.cs The other half of the asset fix. Implement an exponentially incrementing retry timer for asset upload failures. Total queue time in the ballpark of 24 hours, which should be a reasonable time for any grid admin to get their asset service back online. This should stop lost assets. 2010-06-29 23:18:48 -07:00
AssetLandmark.cs Fix handling of landmarks for systems with culture settings other than en_US. This fixes Mantis #5177. 2010-11-26 11:50:51 +01:00
AssetRequestToClient.cs
AuthenticateResponse.cs
AvatarAppearance.cs Lock the attachments dict so it doesn't get out of sync when iterating 2010-12-06 17:40:07 +01:00
AvatarAttachment.cs Major refactoring of appearance handling. 2010-10-20 16:17:54 -07:00
AvatarPickerAvatar.cs
AvatarPickerReplyAgentDataArgs.cs
AvatarPickerReplyDataArgs.cs
AvatarWearable.cs Try to not make avatars switch outfits 2010-11-02 19:55:05 +00:00
AvatarWearingArgs.cs
BlockingQueue.cs
Cache.cs
ChatTypeEnum.cs
ChildAgentDataUpdate.cs Refactor appearance and avatar data sending code. Paritioning the routines into "one-to-many" and "many-to-one" makes it possible to call the right function on presence creation (both child and root) and when a child agent is promoted to root. This brings the total number of appearance sends down to one or two on login. 2010-11-27 01:14:36 +00:00
ClientInfo.cs
ClientManager.cs
CnmMemoryCache.cs
CnmSynchronizedCache.cs
ColliderData.cs
ConfigSettings.cs * Added ISimulationDataService and IEstateDataService 2010-09-12 14:20:26 -07:00
ConfigurationMember.cs
ConfigurationOption.cs
Constants.cs Partial rewrite of client IP verification. Not completely finished yet, and untested. Committing to move to my other computer. 2010-08-19 18:55:30 -07:00
Culture.cs Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 2010-02-12 23:13:35 +00:00
EstateBan.cs
EstateSettings.cs Remove the reading of estate_settings.xml and the associated processing of 2010-03-22 18:49:56 +00:00
EventData.cs
ForeignUserProfileData.cs
FriendListItem.cs Change a member of the friendslist module to better reflect the client side 2010-01-19 11:33:42 +00:00
GridInstantMessage.cs
GroupData.cs replace recent IModule.GetGroup() with better GetGroupRecord(string name) 2010-03-26 00:10:29 +00:00
IAssetLoader.cs
ICallingCardModule.cs Update calling card interface 2010-12-07 04:45:28 +01:00
IClientAPI.cs Change the mute list parts of the client interface so that all data is provided 2010-12-24 03:46:57 +01:00
ICnmCache.cs
IGenericConfig.cs
IImprovedAssetCache.cs
IMoneyModule.cs Clean up IMoneyModule and adjust the other modules to the changes 2010-07-02 06:13:58 +01:00
IPlugin.cs
IRegionCommsListener.cs
IRegionCreator.cs
IRegionLoader.cs
IRegistryCore.cs
IScene.cs Change all restarting to use the restart module. Remove hardcoded behavior 2010-11-25 03:16:52 +00:00
ISceneEntity.cs * Moving all of the prioritization/reprioritization code into a new file Prioritizer.cs 2010-05-21 13:55:36 -07:00
ISceneObject.cs Change the way attachments are persisted. Editing a worn attachment will now 2010-11-16 21:01:56 +00:00
InventoryCollection.cs
InventoryFolderBase.cs
InventoryFolderImpl.cs
InventoryItemBase.cs Initialize InventoryItemBase.creatorData properly. Could throw. 2010-11-23 06:36:57 -08:00
InventoryNodeBase.cs
LandData.cs Merge branch 'master' into careminster-presence-refactor 2010-09-13 16:17:38 +01:00
LandStatReportItem.cs
LandUpdateArgs.cs Formatting cleanup. 2010-09-12 13:43:49 -04:00
Lazy.cs Add copyright headers. 2010-09-12 12:54:31 -04:00
Location.cs
LocklessQueue.cs
Login.cs
MainServer.cs Formatting cleanup. 2010-11-08 07:48:35 -05:00
MapAndArray.cs Add m_syncRoot lock to MapAndArray.ContainsKey(), as discussed with jhurliman 2010-09-18 01:57:13 +01:00
MapBlockData.cs
MapItemReplyStruct.cs
MinHeap.cs
MultipartForm.cs Formatting cleanup. Add copyright notices. 2010-03-10 13:15:36 +09:00
NetworkServersInfo.cs Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lots of other obsolete configs. 2010-01-31 13:01:23 -08:00
NetworkUtil.cs Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general. 2010-08-19 19:54:40 -07:00
OSChatMessage.cs
PacketPool.cs
ParcelMediaCommandEnum.cs ANother stab at LSL compatibility 2010-07-01 17:06:29 +02:00
PluginLoader.cs When clearing the addin registry, respect a custom path 2010-09-24 22:00:51 +02:00
PrimeNumberHelper.cs
PrimitiveBaseShape.cs Merge branch 'master' into careminster-presence-refactor 2010-10-18 20:30:46 +01:00
RegionCommsListener.cs minor: remove a couple of compiler warnings 2010-03-03 23:03:41 +00:00
RegionHandshakeArgs.cs
RegionInfo.cs Merge branch 'master' into careminster-presence-refactor 2010-12-06 02:54:51 +00:00
RegionInfoForEstateMenuArgs.cs Plumb the region type through to the ProductName field in estate messages 2010-08-24 12:41:21 +01:00
RegionSettings.cs Finally putting estate_settings.xml to rest. There will be no more attempts 2010-08-21 17:38:47 +01:00
RegistryCore.cs
RequestAssetArgs.cs
SLUtil.cs Fix notecards that end with an embedded object causing an exception 2010-12-17 22:50:00 +00:00
SimStats.cs
SurfaceTouchEventArgs.cs
TaskInventoryDictionary.cs Instrument TI Dictionary to finally find that pesky script-caused deadlock 2010-11-27 13:02:51 +01:00
TaskInventoryItem.cs Added creator info across the board -- TaskInventoryItems and InventoryItems themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. 2010-11-21 17:19:24 -08:00
TextureRequestArgs.cs
ThrottleOutPacketType.cs
UndoStack.cs The majority of the Undo fix. There is still an issue with Rotation which i'll address next; however position undo and scale undo should be working just fine now. Also removed some residual debug logging. 2010-07-04 19:28:39 -07:00
UntrustedWebRequest.cs Formatting cleanup. Add copyright notices. 2010-03-10 13:15:36 +09:00
UpdateShapeArgs.cs
UserAgentData.cs
UserProfileData.cs Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's not even stored in mysql. 2009-12-06 03:57:15 +00:00
Util.cs Merge branch 'master' into careminster-presence-refactor 2010-12-03 02:36:13 +00:00
ViewerEffectEventHandlerArg.cs
Watchdog.cs Prevent a null ref when an avatar login doesn't go as planned 2010-12-22 03:25:30 +01:00
WebUtil.cs Added ability for GetTexture to serve multiple formats. The format may come as an extra query parameter in the URL format=<format> (this was tested and working) or it may come in the Accept header (code added, but not tested). The result of the conversion is placed in the asset cache, under the name <uuid>-<format>. 2010-12-08 18:53:15 -08:00