.. |
AssetLoader
|
5450b1b024
Change assembly versions to 0.8.1
|
hace 10 años |
Client
|
c13a99dc5c
Fix script error messages not showing up in viewer 3 and associated viewers.
|
hace 12 años |
Communications
|
3372210c46
Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis.
|
hace 10 años |
Console
|
f6f7585ec5
Add a "debug scene set child-repri <double>" command that allows child reprioritization distance to be changed on the fly.
|
hace 10 años |
Monitoring
|
c18cecbeb7
Change jobengine logging command to "debug jobengine log <int>" rather than loglevel, in common with similar commands.
|
hace 10 años |
RegionLoader
|
5450b1b024
Change assembly versions to 0.8.1
|
hace 10 años |
Serialization
|
1b75ec5647
Ignore whitespace when reading serialized XML objects.
|
hace 10 años |
Servers
|
9c8d5f54d8
Add "show threadpool calls active" console debug command.
|
hace 10 años |
ServiceAuth
|
235eb92c0e
minor: remove warning in BasicHttpAuthentication by commenting out unused remove_me parameter (which looks like it might still be potentially useful for logging)
|
hace 10 años |
Tests
|
51043746f3
refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock
|
hace 10 años |
AgentCircuitData.cs
|
251b93d97e
Store the Teleport Flags in the Circuit. This doesn't seem to be necessary, because everything has worked so far, but it's the right thing to do.
|
hace 10 años |
AgentCircuitManager.cs
|
ced820bd5e
Improve locking in AgentCircuitManager
|
hace 13 años |
AgentUpdateArgs.cs
|
88d2adc93c
add an agent position field to AgentUpdateArgs for use by some non-LL clients
|
hace 15 años |
Animation.cs
|
998d7009a6
Eliminated many warnings
|
hace 10 años |
AssemblyInfo.cs
|
5450b1b024
Change assembly versions to 0.8.1
|
hace 10 años |
AssetBase.cs
|
93a9ed2a6d
Changed the maximum asset name and description lengths to constants. Also, pre-truncate the description of dynamic textures.
|
hace 10 años |
AssetLandmark.cs
|
e33cedfd42
HG Landmarks now working.
|
hace 13 años |
AssetPermissions.cs
|
f931c0a868
Minor: may avoid crashes of sims that still don't have this configuration section.
|
hace 12 años |
AssetRequestToClient.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
AuthenticateResponse.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
AvatarAppearance.cs
|
712c50e0bf
Don't append attachments multiple times
|
hace 10 años |
AvatarAttachment.cs
|
5c1fa968ab
Stop NPCs losing attachments when the source avatar takes them off.
|
hace 13 años |
AvatarPickerAvatar.cs
|
0a85d1d767
minor:comments
|
hace 15 años |
AvatarPickerReplyAgentDataArgs.cs
|
0a85d1d767
minor:comments
|
hace 15 años |
AvatarPickerReplyDataArgs.cs
|
bbb8d6fc51
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
hace 16 años |
AvatarWearable.cs
|
b16173e3e8
Drop the static from default wearables. It isn't
|
hace 14 años |
AvatarWearingArgs.cs
|
bbb8d6fc51
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
hace 16 años |
BasicDOSProtector.cs
|
75f63ecfcd
* Add a session concurrency option per key. Allows developer/config to specify number of concurrent requests on a service.
|
hace 11 años |
BlockingQueue.cs
|
7df325c275
Extend locking in BlockingQueue to cover operations that are not guaranteed to be thread-safe
|
hace 10 años |
Cache.cs
|
970727e57e
Tighten up OpenSim.Framework.Cache locking to avoid race conditions.
|
hace 12 años |
CachedTextureEventArg.cs
|
33aaa40bee
Adds an event and a method so that handling of the CachedTexture
|
hace 11 años |
CapsUtil.cs
|
3e79842312
Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dll
|
hace 13 años |
ChatTypeEnum.cs
|
bbb8d6fc51
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
hace 16 años |
ChildAgentDataUpdate.cs
|
5b73b9c4a8
Committing the Avination Scene Presence and related texture code
|
hace 11 años |
CircularBuffer.cs
|
f76cc6036e
* Added a Basic DOS protection container/base object for the most common HTTP Server handlers. XMLRPC Handler, GenericHttpHandler and <Various>StreamHandler
|
hace 11 años |
ClientInfo.cs
|
00e31de872
Fix an issue where specifying both max client and server outgoing UDP throttles would cause client throttles to be lower than expected when total requests exceeded the scene limit.
|
hace 10 años |
ClientManager.cs
|
c75d415648
* Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) to use a non-blocking parallel method when operating in async mode
|
hace 15 años |
CnmMemoryCache.cs
|
ee205e7e81
Formatting cleanup.
|
hace 15 años |
CnmSynchronizedCache.cs
|
ee205e7e81
Formatting cleanup.
|
hace 15 años |
ColliderData.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
ConfigSettings.cs
|
39de7614ec
Remove legacy sqlite lines added internally by OpenSimulator to the [Startup] section.
|
hace 11 años |
ConfigurationOption.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
Constants.cs
|
9984ecf862
varregion: Add region size to teleport event messages (EnableSimulator,
|
hace 11 años |
Culture.cs
|
00800c59d3
Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522
|
hace 14 años |
DAMap.cs
|
eccec4f8f6
minor: remove now unused migration-hack bool from DAMap
|
hace 11 años |
DOMap.cs
|
f7d09b898a
Make the concept of namespaces explicit in dynamic attributes
|
hace 11 años |
DoubleDictionaryThreadAbortSafe.cs
|
0568c76a88
Use a thread abort safe version of OpenMetaverse.DoubleDictionary with the aim of avoiding OpenSimulator problems due to script thread aborts.
|
hace 12 años |
EstateBan.cs
|
2ff9ea3f80
Fixed a few things pertaining to interfacing with the estate service. Specifically, StoreEstateSettings was not being used anywhere; instead EstatSetting.Save was being called, but that method is a trigger to the DB-layer code directly, which, besides being wrong, was making it impossible to replace the service with a remote connector.
|
hace 10 años |
EstateSettings.cs
|
14a31c3e9b
Correct minor bug regarding packing of estate bans
|
hace 10 años |
EventData.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
ExtraPhysicsData.cs
|
e5beb480ea
Partial port of Avination's support for the new physics parameters.
|
hace 11 años |
ForeignUserProfileData.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
FriendListItem.cs
|
5908b8ed7c
Change a member of the friendslist module to better reflect the client side
|
hace 15 años |
GcNotify.cs
|
54a8a5baba
If "debug scene updates true" then print out to log when a garbage collection occurs.
|
hace 12 años |
GridInstantMessage.cs
|
69975763d2
Several major improvements to group (V2) chat. Specifically: handle join/drop appropriately, invitechatboxes.
|
hace 11 años |
GroupData.cs
|
87fe96ae2c
replace recent IModule.GetGroup() with better GetGroupRecord(string name)
|
hace 14 años |
IAssetLoader.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
IClientAPI.cs
|
5b73b9c4a8
Committing the Avination Scene Presence and related texture code
|
hace 11 años |
ICnmCache.cs
|
ee205e7e81
Formatting cleanup.
|
hace 15 años |
ICommandConsole.cs
|
a26d1ffc66
minor: add method doc to ICommands.HasCommand()
|
hace 10 años |
IConsole.cs
|
5c48d7a378
factor out common HandleShow code for "show uptime"
|
hace 12 años |
IGenericConfig.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
IImprovedAssetCache.cs
|
d381da81d6
minor: Add method doc to IImproveAssetCache
|
hace 11 años |
ILandChannel.cs
|
c1115e4c2e
Add ILandChannel.GetLandObject(Vector3 position) as this is a very common input to GetLandObject()
|
hace 11 años |
ILandObject.cs
|
f0998a9222
Add per-user checking to PrimLimitsModule
|
hace 10 años |
IMoneyModule.cs
|
533bbf033d
Update the money framework to allow sending the new style linden "serverside is now viewerside" messages regarding currency
|
hace 11 años |
IPeople.cs
|
e92c05ebbd
Added AvatarPickerSearch capability handler.
|
hace 11 años |
IPlugin.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
IPrimCounts.cs
|
8b16f7d976
(re)implement selected prim count.
|
hace 13 años |
IRegionCreator.cs
|
808e4a847a
Update svn properties, add copyright headers, minor formatting cleanup.
|
hace 15 años |
IRegionLoader.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
IRegistryCore.cs
|
808e4a847a
Update svn properties, add copyright headers, minor formatting cleanup.
|
hace 15 años |
IScene.cs
|
2cd95fac73
refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in the code that this is symmetric with CloseAgent()
|
hace 11 años |
ISceneAgent.cs
|
e0c6bfa81e
If a user moves back in sight of a child region before the agent has been closed on teleport, don't unnecessarily resend all avatar and object data about that region.
|
hace 10 años |
ISceneEntity.cs
|
f9137c923b
Fix bug where objects could not be set to a new group if the group had been created in that client session, or if no other action has been performed on the object.
|
hace 13 años |
ISceneObject.cs
|
f9137c923b
Fix bug where objects could not be set to a new group if the group had been created in that client session, or if no other action has been performed on the object.
|
hace 13 años |
InventoryCollection.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
InventoryFolderBase.cs
|
7ea832d47c
Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folders with asset type of 'Folder' and 'Unknown' were accidentally treated as system folders.
|
hace 12 años |
InventoryFolderImpl.cs
|
f0895028e9
Remove manually permissions settings on all current library items so that they use the defaults instead.
|
hace 13 años |
InventoryItemBase.cs
|
0fe08c8799
- When sending the "My Suitcase" folder to the client, always claim it has Folder Type 8. (Previously we had used Folder Type -1 in one place, and LLClientView didn't even bother changing Folder Type 100 to anything else.)
|
hace 10 años |
InventoryNodeBase.cs
|
ee205e7e81
Formatting cleanup.
|
hace 15 años |
LandData.cs
|
d7fa4cacb3
Fix: invinite loading for Viewer3 : parcelinfo request of traffic-value (implementation of dwell-value in LandData + eventhandler, return always 0); source-formatting of LandData
|
hace 12 años |
LandStatReportItem.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
LandUpdateArgs.cs
|
f1f0bc23f4
Formatting cleanup.
|
hace 14 años |
Lazy.cs
|
20cd1da6bf
Add copyright headers.
|
hace 14 años |
Location.cs
|
7b9a50721d
* Thanks Plugh for pointing out that the constructor that takes a ulong regionhandle and saves it to to X,Y vars in the OpenSim.Framework.Location object was inverting the X and Y resulting in X and Y confusion. The test also used 256x256 in the uint,uint constructor so it was unable to determine if the X and Y components swapped. I don't expect much upheaval from this commit, not a lot of features were using the ulong Location object constructor. The database never stores the ulong regionhandle... the prims are loaded by region Guid. LLUDPServer used it to determine regions that it handled in a service definition where there was simply a X == X test which has the same logical result un-switched as it did switched. Again, thanks LibOMV for the regionhandle code.
|
hace 11 años |
LocklessQueue.cs
|
55c1c10c0d
Committing Avination's memleak fix-a-thon, installment #2
|
hace 12 años |
Login.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
MainConsole.cs
|
8a0a78cbcc
Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around.
|
hace 13 años |
MapAndArray.cs
|
2501372d3b
Add m_syncRoot lock to MapAndArray.ContainsKey(), as discussed with jhurliman
|
hace 14 años |
MapBlockData.cs
|
49af6b53e7
varregion: enable teleporting to a varregion by clicking on the map and
|
hace 10 años |
MapItemReplyStruct.cs
|
49af6b53e7
varregion: enable teleporting to a varregion by clicking on the map and
|
hace 10 años |
MinHeap.cs
|
7d16d0664e
Commiting Avination's memleak fix-a-thon, installment #1
|
hace 12 años |
MultipartForm.cs
|
e0dd38f672
Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream().
|
hace 12 años |
NetworkServersInfo.cs
|
631d5e16ef
Get rid of some traces of the old pre-ROBUST grid architecture config
|
hace 13 años |
NetworkUtil.cs
|
a39ea07158
Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general.
|
hace 14 años |
OSChatMessage.cs
|
679da63da6
Mantis 5977 Corrections to llRegionSayTo
|
hace 12 años |
ParcelMediaCommandEnum.cs
|
cf0a14bec9
* Added IClientIM to IClientCore interfaces
|
hace 16 años |
PermissionsUtil.cs
|
91fd9c4670
Refactored: use a single function to apply an object's folded permissions to its main permissions
|
hace 11 años |
PluginLoader.cs
|
3d0778bcd6
Allow Mono Plugin Registry setting for Regions
|
hace 10 años |
PluginManager.cs
|
39a0928052
minor: Remove some mono compiler warnings in OpenSim.Framework.dll
|
hace 11 años |
Pool.cs
|
4578ff74fe
Add object count stats for new IncomingPacket and UDPPacketBuffer pools if they are enabled. Add count stats for existing LLUDP pool.
|
hace 12 años |
PresenceType.cs
|
c1a34cd8da
Don't try to save changed attachment states when an NPC with attachments is removed from the scene.
|
hace 13 años |
PrimeNumberHelper.cs
|
a7fcacf8f3
Formatting cleanup. Ignore some generated files.
|
hace 15 años |
PrimitiveBaseShape.cs
|
2dc92e7de1
Preserve attachment point & position when attachment is rezzed in world
|
hace 11 años |
PriorityQueue.cs
|
3d095e84d6
minor: remove mono compiler warnings
|
hace 13 años |
RegionFlags.cs
|
4cbadc3c49
Allow one to specify a DefaultHGRegion flag in [GridService] in order to allow different default regions for HG and direct grid logins.
|
hace 11 años |
RegionHandshakeArgs.cs
|
bbb8d6fc51
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
hace 16 años |
RegionInfo.cs
|
12f50a2798
Add "region set" console command.
|
hace 10 años |
RegionInfoForEstateMenuArgs.cs
|
de85aabcbe
Plumb the region type through to the ProductName field in estate messages
|
hace 14 años |
RegionSettings.cs
|
8e72b53edc
Stop exceptions being generated on agent connection if a telehub object has been deleted or has no spawn points.
|
hace 10 años |
RegistryCore.cs
|
808e4a847a
Update svn properties, add copyright headers, minor formatting cleanup.
|
hace 15 años |
RequestAssetArgs.cs
|
bbb8d6fc51
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
hace 16 años |
SLUtil.cs
|
3018b2c5d7
Materials module: a) Store materials as assets; b) Finalized it (removed the "Demo" label; removed most of the logging); c) Enabled by default
|
hace 11 años |
SimStats.cs
|
ee205e7e81
Formatting cleanup.
|
hace 15 años |
SurfaceTouchEventArgs.cs
|
cf0a14bec9
* Added IClientIM to IClientCore interfaces
|
hace 16 años |
TaskInventoryDictionary.cs
|
6235d16c31
Make "show object part" command correctly display script status.
|
hace 12 años |
TaskInventoryItem.cs
|
7cab41f422
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
|
hace 11 años |
TerrainData.cs
|
904baa6da6
Fix issue where terrain height values > 327 caused chaotic spiked terrain.
|
hace 10 años |
TextureRequestArgs.cs
|
515bf6d7dc
* Patch from RemedyTomm Mantis 3440
|
hace 15 años |
ThreadSafeRandom.cs
|
0c8f3dddd8
Use thread-safe version of .NET Random as the SDK class is not thread-safe.
|
hace 10 años |
ThrottleOutPacketType.cs
|
5563a8916e
Complete removal of the now unused state queue
|
hace 12 años |
UpdateShapeArgs.cs
|
bbb8d6fc51
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
hace 16 años |
UserAgentData.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
UserProfileData.cs
|
beeec1c467
varregion: elimination of Constants.RegionSize from all over OpenSimulator.
|
hace 11 años |
UserProfiles.cs
|
1842388bb4
Add support for user preferences (im via email)
|
hace 11 años |
Util.cs
|
9c8d5f54d8
Add "show threadpool calls active" console debug command.
|
hace 10 años |
ViewerEffectEventHandlerArg.cs
|
bbb8d6fc51
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
hace 16 años |
WearableCacheItem.cs
|
92aad6f1bb
Add missing files *blush*
|
hace 11 años |
WebUtil.cs
|
6b57b61836
Log RestClient requests similarly to WebClient (e.g, "debug http all 6" logs the entire request and response)
|
hace 10 años |