Melanie 70c870972a Fix the user and password defaults int he remote console setup 15 years ago
..
AssetLoader 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
Capabilities 142b481e03 Update svn properties. 15 years ago
Client e0bc5c5db2 Add copyright headers, formatting cleanup. 15 years ago
Communications b1853d9f26 Fixing a spot I missed in assets. Switching Grid to the new naming schema with Store/Get 15 years ago
Configuration 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
Console cef16bec6d Add the OpenSim.ConsoleClient app. 15 years ago
RegionLoader 82305b0dea From this version onwards, all new region files created automatically will 15 years ago
Serialization acf7206f4b Thank you kindly, dslake, for a patch that: 15 years ago
Servers f1287cc7af * Switching IAssetData to follow the new naming schema, removing the separate insert and update methods. 15 years ago
Statistics 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
Tests f34e89f385 * More Test tweaking to get down to the root cause of the test wierdness 15 years ago
ACL.cs 18634e9dd8 minor: comments 15 years ago
AgentCircuitData.cs e02062051d Making attachments work again. Tons of debug more. This needs more testing and a lot of cleaning. 15 years ago
AgentCircuitManager.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
AgentUpdateArgs.cs 18634e9dd8 minor: comments 15 years ago
Animation.cs 0a85d1d767 minor:comments 15 years ago
AssemblyInfo.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
AssetBase.cs 0a85d1d767 minor:comments 15 years ago
AssetConfig.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
AssetLandmark.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
AssetRequest.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
AssetRequestToClient.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
AssetStorage.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
AuthenticateResponse.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
AvatarAppearance.cs ae2ceda479 * Only update TextureEntry in AvatarAppearance if the incoming XML-RPC has a valid TextureEntry. About half the time update_avatar_appearance calls are made, the TextureEntry is empty 15 years ago
AvatarPickerAvatar.cs 0a85d1d767 minor:comments 15 years ago
AvatarPickerReplyAgentDataArgs.cs 0a85d1d767 minor:comments 15 years ago
AvatarPickerReplyDataArgs.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. 16 years ago
AvatarWearable.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
AvatarWearingArgs.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. 16 years ago
BlockingQueue.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
Cache.cs 1a910b6e1d Connect up the new asset cache and introduce an asynchronous call path 15 years ago
ChatTypeEnum.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. 16 years ago
ChildAgentDataUpdate.cs e02062051d Making attachments work again. Tons of debug more. This needs more testing and a lot of cleaning. 15 years ago
ClientInfo.cs bdf95e54a2 A few updates necessary for load balancer. 15 years ago
ClientManager.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
CnmMemoryCache.cs a7fcacf8f3 Formatting cleanup. Ignore some generated files. 15 years ago
CnmSynchronizedCache.cs a7fcacf8f3 Formatting cleanup. Ignore some generated files. 15 years ago
ColliderData.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
ConfigBase.cs 2fafc74c74 Add copyright header. 15 years ago
ConfigSettings.cs 23d902be42 Remove the old asset cache and local services and the configurations for them 15 years ago
ConfigurationMember.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
ConfigurationOption.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
Constants.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
Culture.cs 0a85d1d767 minor:comments 15 years ago
EstateBan.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
EstateSettings.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
EventData.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
ForeignUserProfileData.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
FriendListItem.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
FriendRegionInfo.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
GridConfig.cs 70c870972a Fix the user and password defaults int he remote console setup 15 years ago
GridInstantMessage.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
GroupData.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
HGNetworkServersInfo.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
IAssetCache.cs 024755d8b7 Slowly working my way towards the elimination of IAssetServer and IAssetCache. 15 years ago
IAssetLoader.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
IClientAPI.cs d519f1885f Added MoveItems, which is most useful upon viewer-delete inventory operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently). 15 years ago
IClientFileTransfer.cs 801da4346a * optimized usings. 15 years ago
ICnmCache.cs a23d64dec1 Formatting cleanup. 15 years ago
IGenericConfig.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
IImprovedAssetCache.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
ILoginServiceToRegionsConnector.cs e0a06f6416 - moving banned check and public/private check to 15 years ago
IMoneyModule.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
IPlugin.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
IProfileModule.cs 94dfe2a20d Add a profile module interface for the client view to use 15 years ago
IRegionCommsListener.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
IRegionCreator.cs 808e4a847a Update svn properties, add copyright headers, minor formatting cleanup. 15 years ago
IRegionLoader.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
IRegistryCore.cs 808e4a847a Update svn properties, add copyright headers, minor formatting cleanup. 15 years ago
IScene.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
ISceneObject.cs ea940d98f9 Added ToXml2() to ISceneObject, so that components other than regions can use this abstraction. 15 years ago
InventoryCollection.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
InventoryConfig.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
InventoryFolderBase.cs 124f66bfc2 jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024 15 years ago
InventoryFolderImpl.cs 135ff63c3d Update svn properties. 15 years ago
InventoryItemBase.cs 50056871b8 IAvatarFactory.UpdateDatabase gets the assetID and not the object's inworld UUID. 15 years ago
InventoryNodeBase.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
LandData.cs 9d9fcac038 Misc cleanup. 15 years ago
LandStatReportItem.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
LandUpdateArgs.cs 64bd9a3354 * Updates libOMV to version 0.7.0 15 years ago
Location.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
Login.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
MainServer.cs 7b457805a3 Create a MainServer static class to access the regions server's HTTP server 15 years ago
MapBlockData.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
MapItemReplyStruct.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
MessageServerConfig.cs 70c870972a Fix the user and password defaults int he remote console setup 15 years ago
NeighbourInfo.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
NetworkServersInfo.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
NetworkUtil.cs 35b450d41d Add copyright headers, formatting cleanup, ignore some generated files. 15 years ago
OSChatMessage.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. 16 years ago
PacketPool.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
ParcelMediaCommandEnum.cs cf0a14bec9 * Added IClientIM to IClientCore interfaces 16 years ago
PluginLoader.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
PrimeNumberHelper.cs a7fcacf8f3 Formatting cleanup. Ignore some generated files. 15 years ago
PrimitiveBaseShape.cs aae94a8c80 add some more intuitive overloads for PrimitiveBaseShape SetPathRange and SetProfileRange 15 years ago
ProxyCodec.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
RegionCommsListener.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
RegionHandshakeArgs.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. 16 years ago
RegionInfo.cs ad016ba87c Added some help instructions to the new RegionInfo region setup process; mainly to point out 'yes you can input information here.' since it seems to elude some users. 15 years ago
RegionInfoForEstateMenuArgs.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. 16 years ago
RegionSettings.cs 3dc2010da6 From: Chris Yeoh <[email protected]> 15 years ago
RegionUpData.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
RegistryCore.cs 808e4a847a Update svn properties, add copyright headers, minor formatting cleanup. 15 years ago
Remoting.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
RequestAssetArgs.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. 16 years ago
SerializableInventory.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
SerializableRegionInfo.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
SimStats.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
SurfaceTouchEventArgs.cs cf0a14bec9 * Added IClientIM to IClientCore interfaces 16 years ago
TaskInventoryDictionary.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
TaskInventoryItem.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
TextureRequestArgs.cs 515bf6d7dc * Patch from RemedyTomm Mantis 3440 15 years ago
ThreadTracker.cs 0781ac9a5e * Add ThreadTracker Tests, Tests default thread, Adding Testing and Removing a thread, a dead thread, and a null Thread 15 years ago
ThrottleOutPacketType.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. 16 years ago
UndoStack.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
UpdateShapeArgs.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. 16 years ago
UserAgentData.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
UserConfig.cs 70c870972a Fix the user and password defaults int he remote console setup 15 years ago
UserProfileData.cs 655438a59d Apply http://opensimulator.org/mantis/view.php?id=1448 15 years ago
Util.cs 257ed4c4ac Remove debugging output frm ini file loading. Make it collect matching 15 years ago
ViewerEffectEventHandlerArg.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. 16 years ago
WearableItem.cs a23d64dec1 Formatting cleanup. 15 years ago
sLLVector3.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago