OpenSimMirror/OpenSim/Framework
unknown f73d73fcfe * Fixing serialisation properly so that inventory save/restore correctly works, and OAR save/restore works with components too. 2010-08-18 03:54:54 +10:00
..
AssetLoader/Filesystem Changed asset CreatorID to a string 2010-02-22 14:18:59 -08:00
Capabilities Clean up IMoneyModule and adjust the other modules to the changes 2010-07-02 06:13:58 +01:00
Client
Communications First attempt at fixing mantis #4641. It's better but there are now some issues with permissions. 2010-03-31 21:30:44 -07:00
Configuration Revert "remove long unused OpenSim/Framework/Configuration/* projects" 2010-08-04 01:10:01 +01:00
Console Added ': ' to password prompt. Mantis #4851 2010-07-22 04:00:24 -07:00
RegionLoader
Serialization Add --merge switch to load iar. 2010-06-30 00:10:44 +01:00
Servers HACK ALERT! There's some underlying bug in the HTTP server that makes requests come up with Accept headers from previous requests. Until that gets fixed, this hack goes in. 2010-08-06 10:59:19 -07:00
Statistics Fix XStats formatting: 2010-08-06 23:27:57 +01:00
Tests remove unused ACL class 2010-07-30 19:34:55 +01:00
AgentCircuitData.cs Plumb the viewer version string through into AgentCircuitData. Now all that 2010-05-05 22:15:32 +01: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 * Fixed spamming the assets table with map tiles. The tile image ID is now stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. 2010-05-09 13:39:56 -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
AuthenticateResponse.cs
AvatarAppearance.cs Merge branch 'master' into presence-refactor 2010-02-22 03:00:59 +00:00
AvatarPickerAvatar.cs
AvatarPickerReplyAgentDataArgs.cs
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
Cache.cs
ChatTypeEnum.cs
ChildAgentDataUpdate.cs Add scripted controllers into agent intersim messaging 2010-07-11 14:50:14 +01: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
CnmSynchronizedCache.cs
ColliderData.cs
ConfigSettings.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
ConfigurationMember.cs
ConfigurationOption.cs
Constants.cs Fix up the weird Lindenish "setaccess" message. Talk about strange.... 2010-01-09 15:28:52 +00: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
IClientAPI.cs Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files affected. 2010-08-16 11:39:46 -07: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 Remove the old remoting-type interregion code for prim/script crossing 2009-11-26 12:16:42 +00:00
IRegionCreator.cs
IRegionLoader.cs
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
InventoryFolderBase.cs
InventoryFolderImpl.cs
InventoryItemBase.cs
InventoryNodeBase.cs
LandData.cs Revolution is on the roll again! :) 2010-02-14 22:18:46 +00:00
LandStatReportItem.cs
LandUpdateArgs.cs
Lazy.cs * Initial commit of the slimupdates2 rewrite. This pass maintains the original behavior of avatar update sending and has a simplified set of IClientAPI methods for sending avatar/prim updates 2010-05-12 15:59:48 -07:00
Location.cs
LocklessQueue.cs
Login.cs
MainServer.cs minor: Print out port that http servers are using 2010-03-25 21:36:57 +00:00
MapBlockData.cs
MapItemReplyStruct.cs
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 Slight improvement on previous commit. 2010-07-30 14:27:53 -07:00
OSChatMessage.cs
PacketPool.cs
ParcelMediaCommandEnum.cs
PluginLoader.cs * Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always handle PluginLoader with the using pattern. This freed up 121,634,796 bytes on my system 2009-10-23 13:14:29 -07:00
PrimeNumberHelper.cs
PrimitiveBaseShape.cs Simplify serialized version string. Change element capitalization for consistency 2010-08-03 17:09:20 +01:00
RegionCommsListener.cs minor: remove a couple of compiler warnings 2010-03-03 23:03:41 +00:00
RegionHandshakeArgs.cs
RegionInfo.cs minor: Move log information about SYSTEMIP to the place where it's resolved 2010-06-25 18:29:02 +01:00
RegionInfoForEstateMenuArgs.cs
RegionSettings.cs
RegistryCore.cs
RequestAssetArgs.cs
SLUtil.cs Applying patch from lkalif to add support for inventory links to the SimianGrid connectors 2010-04-13 18:59:05 -07:00
SerializableDictionary.cs * Fixing serialisation properly so that inventory save/restore correctly works, and OAR save/restore works with components too. 2010-08-18 03:54:54 +10:00
SimStats.cs
SurfaceTouchEventArgs.cs
TaskInventoryDictionary.cs
TaskInventoryItem.cs Defer sending of CHANGED_OWNER to make it work on rezzed objects and 2010-05-03 01:14:38 +01:00
TextureRequestArgs.cs
ThreadTracker.cs minor: remove a few mono compiler warnings 2009-11-03 19:35:18 +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
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 Correct display of landmark about info. Also correct region maturity rating 2010-08-07 05:33:49 +01:00
ViewerEffectEventHandlerArg.cs
Watchdog.cs * Changed the watchdog timer to improve the speed of UpdateThread(), only track threads once the first call to UpdateThread() has been made, and allow re-tracking of threads that timed out but revived later 2009-10-26 14:41:27 -07:00
WebUtil.cs * Tweaked WebUtil.PostToService() to help debug an object disposed exception 2010-07-29 14:39:08 -07:00