OpenSimMirror/OpenSim/Framework
Melanie 7f74dc1b14 Merge branch 'master' into careminster-presence-refactor 2010-10-23 00:21:42 +01:00
..
AssetLoader/Filesystem Changed asset CreatorID to a string 2010-02-22 14:18:59 -08:00
Capabilities Revert "Merge remote branch 'otakup0pe/mantis5110'" 2010-10-22 23:52:07 +01:00
Client Formatting cleanup. 2009-10-01 01:17:47 +09:00
Communications Drop the RestClient timeout from 15 minutes to 30 seconds. This does not address the problem, but it will allow the regions to recover in the event that the remote server goes away. 2010-08-03 11:06:41 -07:00
Configuration Revert "remove long unused OpenSim/Framework/Configuration/* projects" 2010-08-04 01:10:01 +01:00
Console Limit formatting of local console output to actual logging messages. 2010-10-09 00:47:39 +01:00
RegionLoader Replace the screenful of code i deleted. 2010-07-17 02:46:04 +02:00
Serialization Allow OARs and IARs to save and load meshes. 2010-10-22 18:33:55 -04:00
Servers Merge branch 'master' into careminster-presence-refactor 2010-10-23 00:21:42 +01:00
Statistics Fix XStats formatting: 2010-08-06 23:27:57 +01:00
Tests minor: remove some mono compiler warnings 2010-10-09 01:46:29 +01:00
AgentCircuitData.cs Added viewer's channel, mac, and id0 to agent circuit data. Also moved client ip address to agent circuit data, so that it's always there. 2010-10-03 20:01:59 -07: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 minor:comments 2009-08-12 23:34:12 -04:00
AssemblyInfo.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
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 * Adds CreatorID to asset metadata. This is just the plumbing to support CreatorID, it doesn't modify database backends or OAR files to support storing/loading it 2010-02-22 13:27:17 -08:00
AssetRequestToClient.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
AuthenticateResponse.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
AvatarAppearance.cs Merge branch 'master' into presence-refactor 2010-02-22 03:00:59 +00:00
AvatarPickerAvatar.cs minor:comments 2009-08-12 23:34:12 -04:00
AvatarPickerReplyAgentDataArgs.cs minor:comments 2009-08-12 23:34:12 -04:00
AvatarPickerReplyDataArgs.cs
AvatarWearable.cs * Cleaned up the magic UUID definitions in AvatarWearable.cs 2010-08-13 17:39:45 -07:00
AvatarWearingArgs.cs
BlockingQueue.cs Formatting cleanup. 2009-10-19 08:58:03 +09:00
Cache.cs Connect up the new asset cache and introduce an asynchronous call path 2009-05-10 14:03:06 +00:00
ChatTypeEnum.cs
ChildAgentDataUpdate.cs * Fixed and re-enabled CacheTests 2010-09-17 18:41:12 -04:00
ClientInfo.cs
ClientManager.cs * Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) to use a non-blocking parallel method when operating in async mode 2009-10-27 00:26:56 -07:00
CnmMemoryCache.cs Formatting cleanup. 2009-10-01 01:17:47 +09:00
CnmSynchronizedCache.cs Formatting cleanup. 2009-10-01 01:17:47 +09:00
ColliderData.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
ConfigSettings.cs * Added ISimulationDataService and IEstateDataService 2010-09-12 14:20:26 -07:00
ConfigurationMember.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
ConfigurationOption.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
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 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
EstateSettings.cs Remove the reading of estate_settings.xml and the associated processing of 2010-03-22 18:49:56 +00:00
EventData.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
ForeignUserProfileData.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
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 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
GroupData.cs replace recent IModule.GetGroup() with better GetGroupRecord(string name) 2010-03-26 00:10:29 +00:00
IAssetLoader.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
IClientAPI.cs Make SendKillObject send multiple localIDs in one packet. This avoids the 2010-10-08 11:31:52 +02:00
ICnmCache.cs Formatting cleanup. 2009-10-01 01:17:47 +09:00
IGenericConfig.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
IImprovedAssetCache.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
IMoneyModule.cs Clean up IMoneyModule and adjust the other modules to the changes 2010-07-02 06:13:58 +01:00
IPlugin.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
IRegionCommsListener.cs Remove the old remoting-type interregion code for prim/script crossing 2009-11-26 13:13:56 +00:00
IRegionCreator.cs
IRegionLoader.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
IRegistryCore.cs
IScene.cs Finalized the client's TCP IP address verification process for HG1.5. 2010-05-15 19:25:14 -07: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 Remove the old (Remoting) region crossing code. Fix the new code to 2009-11-26 17:03:09 +00:00
InventoryCollection.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
InventoryFolderBase.cs Formatting cleanup. 2009-10-01 01:17:47 +09:00
InventoryFolderImpl.cs Formatting cleanup. 2009-10-01 09:38:36 +09:00
InventoryItemBase.cs Formatting cleanup. 2009-10-01 01:17:47 +09:00
InventoryNodeBase.cs Formatting cleanup. 2009-10-01 01:17:47 +09:00
LandData.cs Merge branch 'master' into careminster-presence-refactor 2010-09-13 16:17:38 +01:00
LandStatReportItem.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
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 * Removing ODEPrim and ODECharacter GetHashCode() overrides since they were based on something that could change 2009-10-20 10:56:15 -07:00
LocklessQueue.cs * Copied LocklessQueue.cs into OpenSim.Framework and added the .Count property and .Clear() method 2009-10-13 18:56:54 -07:00
Login.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
MainServer.cs minor: Print out port that http servers are using 2010-03-25 21:36:57 +00:00
MapAndArray.cs Add m_syncRoot lock to MapAndArray.ContainsKey(), as discussed with jhurliman 2010-09-18 01:57:13 +01:00
MapBlockData.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
MapItemReplyStruct.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
MinHeap.cs Add copyright header. Formatting cleanup. 2009-10-22 18:57:24 +09:00
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 Limit the number of packet data blocks to 50, as packets are already limited 2009-09-30 21:33:29 +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
PrimeNumberHelper.cs Formatting cleanup. Ignore some generated files. 2009-06-09 18:07:35 +00:00
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-10-23 00:21:42 +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 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 * Cache null account responses in the SimianUserAccountServiceConnector to avoid repeated requests for missing avatar IDs 2010-09-07 14:41:13 -07:00
SimStats.cs Formatting cleanup. 2009-10-01 01:17:47 +09:00
SurfaceTouchEventArgs.cs
TaskInventoryDictionary.cs Note to self: don't break the build 2010-08-10 09:17:30 -07:00
TaskInventoryItem.cs Add a setter to OldItemID so it can be deserialized 2010-10-13 19:45:55 +01:00
TextureRequestArgs.cs * Patch from RemedyTomm Mantis 3440 2009-04-10 08:30:21 +00:00
ThrottleOutPacketType.cs * Change the OnQueueEmpty signature to send the flags of the queues that are empty instead of firing once per empty queue 2009-10-21 18:03:41 -07:00
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 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
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-10-03 16:52:27 +01:00
ViewerEffectEventHandlerArg.cs
Watchdog.cs Fix "show threads" to show threads now being managed by OpenSim.Framework.Watchdog 2010-09-14 22:24:11 +01:00
WebUtil.cs * Tweaked WebUtil.PostToService() to help debug an object disposed exception 2010-07-29 14:39:08 -07:00