OpenSimMirror/OpenSim/Framework
Charles Krinke cda5269391 Mantis#1682. Revert temporarily, Sempuki's mono addins patch
while he studies the issues in Windows a little bit.
2008-07-11 02:04:02 +00:00
..
AssetLoader/Filesystem * Remove all use of asset.InvType, as outlined in mailing list discussion 2008-06-23 18:01:58 +00:00
Communications * remove redundant sync locking in AssetServerBase since this is already being done by the lower database layers 2008-07-07 19:32:21 +00:00
Configuration * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
Console Update svn properties. Formatting cleanup. 2008-06-10 08:35:46 +00:00
RegionLoader As per the suggestion on the mailing list, added support for a OpenSim.xml config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that. 2008-06-26 17:20:08 +00:00
Servers Mantis#1685. Thank you kindly, Mjm for a patch that: 2008-07-08 01:11:52 +00:00
Statistics dr scofield's warning safari: 2008-06-27 16:58:21 +00:00
ACL.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
AgentCircuitData.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
AgentCircuitManager.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
AgentUpdateArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
AssemblyInfo.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
AssetBase.cs mini-warnings-safari, plus cleanup of IUserServices method naming. 2008-07-04 10:19:58 +00:00
AssetConfig.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
AssetLandmark.cs * Remove all use of asset.InvType, as outlined in mailing list discussion 2008-06-23 18:01:58 +00:00
AssetRequest.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
AssetRequestToClient.cs * Refactors call to OutPacket out of AssetCache and into LLClientView 2008-06-18 23:04:15 +00:00
AssetStorage.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
AuthenticateResponse.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
AvatarAppearance.cs make lots of properties virtual, which lets nhibernate do 2008-06-25 19:18:51 +00:00
AvatarPickerAvatar.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
AvatarPickerReplyAgentDataArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
AvatarPickerReplyDataArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
AvatarWearable.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
AvatarWearingArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
BlockingQueue.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
ChatFromViewerArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
ChatTypeEnum.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
ChildAgentDataUpdate.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
ClientInfo.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
ClientManager.cs dr scofield's warning safari: 2008-06-27 16:58:21 +00:00
ColliderData.cs * This sends collision events to the script engine. 2008-06-05 13:24:59 +00:00
ConfigurationMember.cs Mantis#1543. Thank you kindly, Jonc for a patch that: 2008-06-19 20:57:00 +00:00
ConfigurationOption.cs * Assigns a random UUID to a region if the Sim UUID is null. 2008-05-26 22:11:56 +00:00
Constants.cs *Fixed up EstateManagementModule to the module standard - no more packets allowed! 2008-05-04 18:59:18 +00:00
Culture.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
EstateSettings.cs Mantis#1543. Thank you kindly, Jonc for a patch that: 2008-06-19 20:57:00 +00:00
FriendListItem.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
GridConfig.cs let Grid Servers specify a connect string in their configuration. 2008-05-28 17:59:46 +00:00
GridInstantMessage.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
IAssetLoader.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
IAssetProvider.cs * remove unused CommitAssets() hook for now 2008-07-07 19:18:44 +00:00
IAssetServer.cs * remove redundant sync locking in AssetServerBase since this is already being done by the lower database layers 2008-07-07 19:32:21 +00:00
IClientAPI.cs corrected the params types on IClientAPI.SendParcelMediaCommand. the command parameter should be set to the the ParcelMediaCommandEnum value. While flags seems to need to be set to (uint)(1<<[value of the command enum]) 2008-07-09 11:01:26 +00:00
IClientAPI2.cs Add copyright notices. 2008-05-20 15:38:49 +00:00
IGenericConfig.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
IInventoryData.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
IPlugin.cs Mantis#1647. Thank you very much, Sempuki for a patch that: 2008-07-04 03:11:53 +00:00
IRegionCommsListener.cs * Implements UserServer logoff in a few situations 2008-05-31 12:18:29 +00:00
IRegionLoader.cs As per the suggestion on the mailing list, added support for a OpenSim.xml config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that. 2008-06-26 17:20:08 +00:00
IScene.cs Formatting cleanup. 2008-05-14 05:11:23 +00:00
IUserData.cs * Implements UserServer logoff in a few situations 2008-05-31 12:18:29 +00:00
InventoryCollection.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
InventoryConfig.cs * Make default inventory grid server db mysql rather than sqlite 2008-07-04 17:05:41 +00:00
InventoryFolderBase.cs make lots of properties virtual, which lets nhibernate do 2008-06-25 19:18:51 +00:00
InventoryItemBase.cs make lots of properties virtual, which lets nhibernate do 2008-06-25 19:18:51 +00:00
JId.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
LLGroup.cs * Added standard copyright and removed un-necessary using of libsecondlife.Packets 2008-05-14 07:00:42 +00:00
LandData.cs *Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual creation/reclaim/sale date. 2008-07-03 01:29:18 +00:00
LandStatReportItem.cs * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab. 2008-05-25 11:22:05 +00:00
LandUpdateArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
Location.cs Add copyright notices. 2008-05-20 15:38:49 +00:00
Login.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
MapBlockData.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
MessageServerConfig.cs Update svn properties, clean up formatting, refactor out duplicate hard-coded port numbers. 2008-06-13 00:21:53 +00:00
NeighbourInfo.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
NetworkServersInfo.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
OSUUID.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
PacketPool.cs More formatting cleanup. 2008-05-14 05:33:32 +00:00
ParcelMediaCommandEnum.cs * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to IClientAPI. These methods have not been tested, but feel free to start wiring them to llParcelMediaCommandList. 2008-07-08 14:17:59 +00:00
PluginLoader.cs Mantis#1682. Revert temporarily, Sempuki's mono addins patch 2008-07-11 02:04:02 +00:00
PrimitiveBaseShape.cs dr scofield's warning safari: 2008-06-27 16:58:21 +00:00
RegionBanListItem.cs * Persists region banlists across reboots for the sqlite datastore also now. 2008-06-21 06:50:38 +00:00
RegionCommsListener.cs * Implements UserServer logoff in a few situations 2008-05-31 12:18:29 +00:00
RegionHandle.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
RegionHandshakeArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
RegionInfo.cs RegionInfo.configMember can be null for dynamically created regions 2008-07-08 11:13:26 +00:00
RegionInfoForEstateMenuArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
RegionSettings.cs Copyright notices and formatting cleanup. 2008-07-06 14:02:22 +00:00
RegionUpData.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
Remoting.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
RequestAssetArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
SerializableInventory.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
SerializableRegionInfo.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
TaskInventoryItem.cs dr scofield's warning safari: 2008-06-27 16:58:21 +00:00
TextureRequestArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
ThreadTracker.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00
ThrottleOutPacketType.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
UndoStack.cs Update svn properties. Minor formatting cleanup. 2008-06-26 20:04:06 +00:00
UpdateShapeArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
UserAgentData.cs make lots of properties virtual, which lets nhibernate do 2008-06-25 19:18:51 +00:00
UserConfig.cs small console message change related to last revision 2008-07-08 15:37:52 +00:00
UserProfileData.cs make lots of properties virtual, which lets nhibernate do 2008-06-25 19:18:51 +00:00
Util.cs dr scofield's warning safari: 2008-06-27 16:58:21 +00:00
ViewerEffectEventHandlerArg.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
sLLVector3.cs * Spring cleaning. 2008-04-29 14:04:55 +00:00