MW 7db2e19500 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]) %!s(int64=16) %!d(string=hai) anos
..
AssetLoader de24380233 * Remove all use of asset.InvType, as outlined in mailing list discussion %!s(int64=16) %!d(string=hai) anos
Communications 7fa00f9ecd * remove redundant sync locking in AssetServerBase since this is already being done by the lower database layers %!s(int64=16) %!d(string=hai) anos
Configuration a1c8aa4050 * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. %!s(int64=16) %!d(string=hai) anos
Console 5910a49da6 Update svn properties. Formatting cleanup. %!s(int64=16) %!d(string=hai) anos
RegionLoader 682ec53420 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. %!s(int64=16) %!d(string=hai) anos
Servers 1122f3f693 Mantis#1685. Thank you kindly, Mjm for a patch that: %!s(int64=16) %!d(string=hai) anos
Statistics feb30217de dr scofield's warning safari: %!s(int64=16) %!d(string=hai) anos
ACL.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
AgentCircuitData.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
AgentCircuitManager.cs 47180080f0 Formatting cleanup. %!s(int64=16) %!d(string=hai) anos
AgentUpdateArgs.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
AssemblyInfo.cs 65c5efe43b Formatting cleanup. %!s(int64=16) %!d(string=hai) anos
AssetBase.cs 2dadbc2f70 mini-warnings-safari, plus cleanup of IUserServices method naming. %!s(int64=16) %!d(string=hai) anos
AssetConfig.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
AssetLandmark.cs de24380233 * Remove all use of asset.InvType, as outlined in mailing list discussion %!s(int64=16) %!d(string=hai) anos
AssetRequest.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
AssetRequestToClient.cs cb29926e3c * Refactors call to OutPacket out of AssetCache and into LLClientView %!s(int64=16) %!d(string=hai) anos
AssetStorage.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
AuthenticateResponse.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
AvatarAppearance.cs 5158aad662 make lots of properties virtual, which lets nhibernate do %!s(int64=16) %!d(string=hai) anos
AvatarPickerAvatar.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
AvatarPickerReplyAgentDataArgs.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
AvatarPickerReplyDataArgs.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
AvatarWearable.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
AvatarWearingArgs.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
BlockingQueue.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
ChatFromViewerArgs.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
ChatTypeEnum.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
ChildAgentDataUpdate.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
ClientInfo.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
ClientManager.cs feb30217de dr scofield's warning safari: %!s(int64=16) %!d(string=hai) anos
ColliderData.cs e12baa5eb3 * This sends collision events to the script engine. %!s(int64=16) %!d(string=hai) anos
ConfigurationMember.cs 838ffd7792 Mantis#1543. Thank you kindly, Jonc for a patch that: %!s(int64=16) %!d(string=hai) anos
ConfigurationOption.cs 392375d34b * Assigns a random UUID to a region if the Sim UUID is null. %!s(int64=16) %!d(string=hai) anos
Constants.cs 63c104efde *Fixed up EstateManagementModule to the module standard - no more packets allowed! %!s(int64=16) %!d(string=hai) anos
Culture.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
EstateSettings.cs 838ffd7792 Mantis#1543. Thank you kindly, Jonc for a patch that: %!s(int64=16) %!d(string=hai) anos
FriendListItem.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
GridConfig.cs 89c164fbc1 let Grid Servers specify a connect string in their configuration. %!s(int64=16) %!d(string=hai) anos
GridInstantMessage.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
IAssetLoader.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
IAssetProvider.cs 1813946937 * remove unused CommitAssets() hook for now %!s(int64=16) %!d(string=hai) anos
IAssetServer.cs 7fa00f9ecd * remove redundant sync locking in AssetServerBase since this is already being done by the lower database layers %!s(int64=16) %!d(string=hai) anos
IClientAPI.cs 7db2e19500 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]) %!s(int64=16) %!d(string=hai) anos
IClientAPI2.cs 535d64b66b Add copyright notices. %!s(int64=16) %!d(string=hai) anos
IGenericConfig.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
IInventoryData.cs 65c5efe43b Formatting cleanup. %!s(int64=16) %!d(string=hai) anos
IPlugin.cs 23ec21e44a Mantis#1647. Thank you very much, Sempuki for a patch that: %!s(int64=16) %!d(string=hai) anos
IRegionCommsListener.cs febe78d062 * Implements UserServer logoff in a few situations %!s(int64=16) %!d(string=hai) anos
IRegionLoader.cs 682ec53420 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. %!s(int64=16) %!d(string=hai) anos
IScene.cs c995d60d37 Formatting cleanup. %!s(int64=16) %!d(string=hai) anos
IUserData.cs febe78d062 * Implements UserServer logoff in a few situations %!s(int64=16) %!d(string=hai) anos
InventoryCollection.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
InventoryConfig.cs 35bd6e8760 * Make default inventory grid server db mysql rather than sqlite %!s(int64=16) %!d(string=hai) anos
InventoryFolderBase.cs 5158aad662 make lots of properties virtual, which lets nhibernate do %!s(int64=16) %!d(string=hai) anos
InventoryItemBase.cs 5158aad662 make lots of properties virtual, which lets nhibernate do %!s(int64=16) %!d(string=hai) anos
JId.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
LLGroup.cs 820bce16fc * Added standard copyright and removed un-necessary using of libsecondlife.Packets %!s(int64=16) %!d(string=hai) anos
LandData.cs ba2afef0f1 *Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual creation/reclaim/sale date. %!s(int64=16) %!d(string=hai) anos
LandStatReportItem.cs 042c9ed4d8 * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab. %!s(int64=16) %!d(string=hai) anos
LandUpdateArgs.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
Location.cs 535d64b66b Add copyright notices. %!s(int64=16) %!d(string=hai) anos
Login.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
MapBlockData.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
MessageServerConfig.cs 64f01ade04 Update svn properties, clean up formatting, refactor out duplicate hard-coded port numbers. %!s(int64=16) %!d(string=hai) anos
NeighbourInfo.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
NetworkServersInfo.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
OSUUID.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
PacketPool.cs 6a1b787436 More formatting cleanup. %!s(int64=16) %!d(string=hai) anos
ParcelMediaCommandEnum.cs b7fc172254 * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to IClientAPI. These methods have not been tested, but feel free to start wiring them to llParcelMediaCommandList. %!s(int64=16) %!d(string=hai) anos
PluginLoader.cs 23ec21e44a Mantis#1647. Thank you very much, Sempuki for a patch that: %!s(int64=16) %!d(string=hai) anos
PrimitiveBaseShape.cs feb30217de dr scofield's warning safari: %!s(int64=16) %!d(string=hai) anos
RegionBanListItem.cs 2758bc81ad * Persists region banlists across reboots for the sqlite datastore also now. %!s(int64=16) %!d(string=hai) anos
RegionCommsListener.cs febe78d062 * Implements UserServer logoff in a few situations %!s(int64=16) %!d(string=hai) anos
RegionHandle.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
RegionHandshakeArgs.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
RegionInfo.cs c1d5291ae0 RegionInfo.configMember can be null for dynamically created regions %!s(int64=16) %!d(string=hai) anos
RegionInfoForEstateMenuArgs.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
RegionSettings.cs d470d30c09 Copyright notices and formatting cleanup. %!s(int64=16) %!d(string=hai) anos
RegionUpData.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
Remoting.cs 65c5efe43b Formatting cleanup. %!s(int64=16) %!d(string=hai) anos
RequestAssetArgs.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
SerializableInventory.cs 65c5efe43b Formatting cleanup. %!s(int64=16) %!d(string=hai) anos
SerializableRegionInfo.cs 65c5efe43b Formatting cleanup. %!s(int64=16) %!d(string=hai) anos
TaskInventoryItem.cs feb30217de dr scofield's warning safari: %!s(int64=16) %!d(string=hai) anos
TextureRequestArgs.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
ThreadTracker.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos
ThrottleOutPacketType.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
UndoStack.cs 56802afff4 Update svn properties. Minor formatting cleanup. %!s(int64=16) %!d(string=hai) anos
UpdateShapeArgs.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
UserAgentData.cs 5158aad662 make lots of properties virtual, which lets nhibernate do %!s(int64=16) %!d(string=hai) anos
UserConfig.cs af825dae40 small console message change related to last revision %!s(int64=16) %!d(string=hai) anos
UserProfileData.cs 5158aad662 make lots of properties virtual, which lets nhibernate do %!s(int64=16) %!d(string=hai) anos
Util.cs feb30217de dr scofield's warning safari: %!s(int64=16) %!d(string=hai) anos
ViewerEffectEventHandlerArg.cs d9b802bb26 * Split out various classes from IClientAPI into their own files, in accordance with code standards %!s(int64=16) %!d(string=hai) anos
sLLVector3.cs 375163a6fe * Spring cleaning. %!s(int64=16) %!d(string=hai) anos