OpenSimMirror/OpenSim/Framework
Justin Clarke Casey b41abbd50e * Minor: really just comment and subsequent indentation adjustment. Preparation for handling inventory problems where the inventory server receives a request and never responds, or is late in responding 2008-04-10 17:44:19 +00:00
..
AssetLoader/Filesystem Formatting cleanup. 2008-03-18 05:16:43 +00:00
Communications * Minor: really just comment and subsequent indentation adjustment. Preparation for handling inventory problems where the inventory server receives a request and never responds, or is late in responding 2008-04-10 17:44:19 +00:00
Configuration * Converted a large number of ASCII encodings to UTF8. 2008-03-21 02:26:00 +00:00
Console sadly, had to modify line by Ter because it caused mono cil compiler 2008-04-01 13:04:29 +00:00
RegionLoader Formatting cleanup. 2008-03-18 05:16:43 +00:00
Servers * Log exceptions which make it up to the top of the http request frame, rather than having them disappear off into the ether 2008-03-31 17:34:32 +00:00
Statistics Formatting cleanup. 2008-03-18 05:16:43 +00:00
ACL.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
AgentCircuitData.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
AgentCircuitManager.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
AgentInventory.cs * Remove pointless boolean on AgentInventory.CreateRootFolder() 2008-03-28 16:27:29 +00:00
AssemblyInfo.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
AssetBase.cs make AssetBase use Properties instead of fields. This probably 2008-04-04 18:14:00 +00:00
AssetConfig.cs changing more references to OpenSim.Data 2008-04-02 15:38:44 +00:00
AssetLandmark.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
AssetRequest.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
AssetStorage.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
AuthenticateResponse.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
AvatarPickerAvatar.cs Set svn:eol-style. 2008-03-29 04:25:52 +00:00
AvatarWearable.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
BlockingQueue.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
ChildAgentDataUpdate.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
ClientManager.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
ConfigurationMember.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
ConfigurationOption.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
Constants.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
Culture.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
EstateSettings.cs * Fixes Region/Estate panel in current Linden Official client. 2008-04-03 22:59:38 +00:00
FriendListItem.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
GridConfig.cs changing more references to OpenSim.Data 2008-04-02 15:38:44 +00:00
GridInstantMessage.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
IAssetLoader.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
IAssetProvider.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
IAssetServer.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
IClientAPI.cs * Updates BetaGridLikeMoneyModule 2008-04-10 09:36:55 +00:00
IGenericConfig.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
IInventoryData.cs break out the 5 classes that were 2008-04-07 18:28:48 +00:00
IPlugin.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
IRegionCommsListener.cs This update has good news and bad news, first the bad. 2008-03-30 08:01:47 +00:00
IRegionLoader.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
IScene.cs * First draft resolution of mantis 777, 734, 389 - scripts do not save in non-home regions 2008-03-20 20:04:45 +00:00
IUserData.cs * Introduced common abstract UserDataBase provider 2008-03-28 19:58:45 +00:00
IUserService.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
InventoryCollection.cs refactor of InventoryCollection for good measure 2008-04-07 23:34:41 +00:00
InventoryConfig.cs changing more references to OpenSim.Data 2008-04-02 15:38:44 +00:00
InventoryFolderBase.cs add comment for version field based on what Teravus said :) 2008-04-08 23:37:02 +00:00
InventoryItemBase.cs Refactor InventoryItemBase to do the following: 2008-04-07 23:15:35 +00:00
JId.cs * Updating the version of the ODE library. (big update). The Mac library needs to be updated still. 2008-04-02 01:03:31 +00:00
LandData.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
Login.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
MapBlockData.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
MessageServerConfig.cs changing more references to OpenSim.Data 2008-04-02 15:38:44 +00:00
NeighbourInfo.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
NetworkServersInfo.cs * Start passing around a region server's http port in RegionInfo. 2008-03-23 21:21:39 +00:00
OSUUID.cs make this a class 2008-04-09 15:20:26 +00:00
PacketPool.cs Added back a fix that lbsa71 did aqes ago to fix a buffer overflow in the packetpool, which somewhere through time got lost/reverted 2008-03-20 15:33:08 +00:00
PrimitiveBaseShape.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
RegionCommsListener.cs This update has good news and bad news, first the bad. 2008-03-30 08:01:47 +00:00
RegionHandle.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
RegionInfo.cs * Minor cleanup 2008-03-30 19:58:14 +00:00
RegionUpData.cs This update has good news and bad news, first the bad. 2008-03-30 08:01:47 +00:00
Remoting.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
SerializableInventory.cs break out the 5 classes that were 2008-04-07 18:28:48 +00:00
SerializableRegionInfo.cs * Start passing around a region server's http port in RegionInfo. 2008-03-23 21:21:39 +00:00
TaskInventoryItem.cs * Minor: log message correction 2008-04-07 16:46:49 +00:00
ThreadTracker.cs Added copyright heaaders. Minor cleanup. 2008-03-04 04:11:37 +00:00
UserAgentData.cs renaming of attributes in UserAgentData for readability 2008-04-10 14:50:52 +00:00
UserConfig.cs changing more references to OpenSim.Data 2008-04-02 15:38:44 +00:00
UserProfileData.cs further renaming of properties for clarity 2008-04-10 14:09:30 +00:00
Util.cs XmlRpcCommand refactoring 2008-03-24 01:37:00 +00:00
sLLVector3.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00