OpenSimMirror/OpenSim/Framework
Melanie 50aa89dae6 Merge commit 'eda770e978c09c756d15ba62dbbf6ee34a61b2f5' into bigmerge
Conflicts:
	OpenSim/Region/Framework/Scenes/Scene.cs
2011-12-08 03:24:25 +00:00
..
AssetLoader/Filesystem Changed asset CreatorID to a string 2010-02-22 14:18:59 -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 Stop also adding an ordinary http handler when we set up a poll http handler. 2011-12-07 12:28:42 +00:00
RegionLoader Merge commit '39d7945efc8daa6e5cd0f4728b499e7a624526cd' into bigmerge 2011-10-11 23:01:52 +01:00
Serialization Save the sun's position in OARs 2011-06-10 20:55:58 +01:00
Servers Merge commit 'eda770e978c09c756d15ba62dbbf6ee34a61b2f5' into bigmerge 2011-12-08 03:24:25 +00:00
Statistics Fix XStats formatting: 2010-08-06 23:27:57 +01:00
Tests Merge branch 'master' into bigmerge 2011-12-05 17:10:51 +00:00
AgentCircuitData.cs Get rid of AvatarAppearance.Owner to simplify the code. 2011-08-02 00:13:04 +01:00
AgentCircuitManager.cs Improve locking in AgentCircuitManager 2011-12-03 16:19:11 +00: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 Merge commit 'c8304b7f84b1a8d9fb978cae510f684e36419deb' into bigmerge 2011-10-11 22:51:44 +01:00
AssetLandmark.cs HG Landmarks now working. 2011-06-03 10:26:58 -07:00
AssetRequestToClient.cs
AuthenticateResponse.cs
AvatarAppearance.cs Merge branch 'master' into bigmerge 2011-11-05 11:17:40 +00:00
AvatarAttachment.cs Stop NPCs losing attachments when the source avatar takes them off. 2011-09-03 01:11:16 +01:00
AvatarPickerAvatar.cs
AvatarPickerReplyAgentDataArgs.cs
AvatarPickerReplyDataArgs.cs
AvatarWearable.cs Drop the static from default wearables. It isn't 2010-12-27 12:43:54 -08:00
AvatarWearingArgs.cs
BlockingQueue.cs
Cache.cs
CapsUtil.cs Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dll 2011-04-30 11:03:22 -07:00
ChatTypeEnum.cs
ChildAgentDataUpdate.cs lock attachments when enumerating through them in ScenePresence.CopyTo(). 2011-09-10 01:09:17 +01:00
ClientInfo.cs One less [Serializable] -- ClientInfo. 2011-04-28 09:06:57 -07:00
ClientManager.cs
CnmMemoryCache.cs
CnmSynchronizedCache.cs
ColliderData.cs
ConfigSettings.cs move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with the others 2011-10-15 03:03:05 +01:00
ConfigurationMember.cs Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around. 2011-10-25 20:24:21 +01:00
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 Add some more fields to Estate settings and make them work. 2011-03-22 10:43:43 +01: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 Implement ChangeInventoryItemFlagsPacket handling 2011-12-04 12:35:01 +01:00
ICnmCache.cs
ICommandConsole.cs Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around. 2011-10-25 20:24:21 +01:00
IConsole.cs Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around. 2011-10-25 20:24:21 +01:00
IGenericConfig.cs
IImprovedAssetCache.cs
ILandChannel.cs remove now unused individual LandData prim counts. 2011-04-05 21:25:54 +01:00
ILandObject.cs refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() instance methods since it didn't make sense to use anything other than the instance themselves. 2011-05-14 02:42:47 +01:00
IMoneyModule.cs Add needed dummy to sample money 2011-02-17 18:51:43 +01:00
IPlugin.cs
IPrimCounts.cs (re)implement selected prim count. 2011-03-30 00:13:07 +01:00
IRegionCreator.cs
IRegionLoader.cs
IRegistryCore.cs
IScene.cs Implement XMLRPCAdmin command admin_teleport_agent. 2011-12-07 17:31:57 +00:00
ISceneEntity.cs add Name property to ISceneEntity 2011-08-30 22:39:16 +01: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 Remove manually permissions settings on all current library items so that they use the defaults instead. 2011-07-23 02:13:11 +01:00
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 2011-04-06 09:22:55 +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
MainConsole.cs Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around. 2011-10-25 20:24:21 +01: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 Get rid of some traces of the old pre-ROBUST grid architecture config 2011-10-12 21:51:34 +01: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 In the packetpool, if we encounter a data block that somehow wasn't retrieved via GetDataBlock() then create a new stack instead of throwing an exception 2011-07-31 02:30:40 +01:00
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
PresenceType.cs Don't try to save changed attachment states when an NPC with attachments is removed from the scene. 2011-08-18 00:53:05 +01:00
PrimeNumberHelper.cs
PrimitiveBaseShape.cs Resolve merge commits, stage 1 2011-09-04 07:06:36 -07:00
PriorityQueue.cs minor: remove mono compiler warnings 2011-05-06 22:45:03 +01:00
RegionHandshakeArgs.cs
RegionInfo.cs Merge branch 'master' into bigmerge 2011-10-26 01:27:24 +01: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 Add some flags to control content in search better 2011-06-20 02:29:09 +02: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 Pass the first name and last name from the agent circuit data to the authorization service rather than from the account. 2011-07-23 03:48:53 +01:00
TaskInventoryItem.cs Merge branch 'master' into bigmerge 2011-11-28 11:06:38 +00:00
TextureRequestArgs.cs
ThrottleOutPacketType.cs
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 commit 'ffdf59a57c936189e3b161b79b4a76a3a9b260bb' into bigmerge 2011-10-25 03:19:10 +01:00
ViewerEffectEventHandlerArg.cs
Watchdog.cs Merge branch 'master' into bigmerge 2011-11-17 19:04:27 +00:00
WebUtil.cs Merge branch 'master' into bigmerge 2011-11-28 11:06:38 +00:00