.. |
Animation
|
99ac770abb
Close streams immediately when we finish using them
|
hace 10 años |
Scripting
|
2ce8a050e4
Remove very long unused IScriptHost and NullScriptHost
|
hace 12 años |
Serialization
|
e2dd15625f
Added GetDisplayNames capability. For now, we don't actually use display names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others.
|
hace 10 años |
Tests
|
1abbad71b4
Refactored some code that is used in two different dlls related to SOP rewriting. Also added some unit tests that relate to mantis #7514
|
hace 9 años |
Types
|
4d83b2d8a6
remove unused BasicQuadTreeNode
|
hace 14 años |
AsyncInventorySender.cs
|
1b1f0a2d77
OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather than scanning all scene for the presence with the right id
|
hace 12 años |
AsyncSceneObjectGroupDeleter.cs
|
b4a6f2195d
Only send one kill object to the deleter when they derez an object rather than two.
|
hace 11 años |
Border.cs
|
93206ef0fa
Add "show borders" command to show the borders of a region.
|
hace 12 años |
Cardinals.cs
|
56ddd6828c
Add copyright headers. Formatting cleanup.
|
hace 15 años |
CoalescedSceneObjects.cs
|
68cc5b46fe
refactor: move code to obtain the coalescence size and object offsets into CoalescedSceneObjects from the serializer.
|
hace 14 años |
EntityBase.cs
|
b6d83e9c0f
Stop OdePrim and OdeCharacter insanely overriding set LocalID to set their own private m_localID property but leaving get to return the then unset PhysicsActor.LocalId!
|
hace 13 años |
EntityManager.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 |
EventManager.cs
|
bb82076a4d
Allow for richer semantics of object derez. Specifically, allow the existence of region modules that do other kinds of garbage collection. Instead of placing deleted objects in the user's Trash folder, or deleting them immediately (UseTrashOnDelete = false), a module may decide to take garbage collection under its control. For example, it may place derezzed objects in a certain area inworld and delete them later.
|
hace 10 años |
KeyframeMotion.cs
|
99ac770abb
Close streams immediately when we finish using them
|
hace 10 años |
Prioritizer.cs
|
095b3e5756
Remove pointless cluttering SOP.ParentGroup != null checks.
|
hace 13 años |
RegionStatsHandler.cs
|
e19defde36
Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap
|
hace 11 años |
ReturnInfo.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
Scene.Inventory.cs
|
2482d567cf
added missing senderId in GiveInventoryFolder this little mistake prevented passing on folders for HG visitors
|
hace 10 años |
Scene.PacketHandlers.cs
|
aef6fd6927
If the SnedInventoryAync() method receives an exception log this but make sure it does not terminate the process.
|
hace 10 años |
Scene.Permissions.cs
|
9622e8ac72
If a Grid God teleports then include the Godlike teleport flag. This can affect the starting position in the destination region.
|
hace 12 años |
Scene.cs
|
59778cfc2a
Added in all metrics for Phase 1 except for Time Dilation.
|
hace 9 años |
SceneBase.cs
|
5861401faa
Remove long unused region parameters from SceneBase. Some of these weren't even being set. Region parameters come from Scene.RegionInfo instead.
|
hace 10 años |
SceneCommunicationService.cs
|
ac93ba9f85
minor: correct SceneCommunicationService.LogHeader spelling
|
hace 10 años |
SceneGraph.cs
|
099212167b
Implement STATUS_BLOCK_GRAB_OBJECT in llSetStatus()/llGetStatus() and correct effect of STATUS_BLOCK_GRAB
|
hace 10 años |
SceneManager.cs
|
13a9a4b653
varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.
|
hace 11 años |
SceneObjectGroup.Inventory.cs
|
1d2616e7a2
If the owner of an object is taking a copy from the scene (e.g. via the "take copy" option on a viewer) then only require owner copy perms, not copy and transfer.
|
hace 10 años |
SceneObjectGroup.cs
|
e171ae899d
Revert "Enable grab feature (Ctrl+Drag) for non-physical link-sets and add code to handle spin (Ctrl+Shift+Drag)"
|
hace 9 años |
SceneObjectPart.cs
|
8b2af1071f
Add NaN and Infinity tests for SOP Velocity and Acceleration setters.
|
hace 10 años |
SceneObjectPartInventory.cs
|
d0a2ea0857
Fix regression where the stored state of every second script in an object rezzed from inventory (e.g. attachments) was no longer loaded.
|
hace 10 años |
ScenePresence.cs
|
beba2ce781
Fix stand position for differing seat and root rotation.
|
hace 9 años |
ScenePresenceStateMachine.cs
|
857f24a5e2
Fix bug where users teleporting to non-neighbour regions could continue to hear chat from their source region for some time after teleport completion.
|
hace 11 años |
SimStatsReporter.cs
|
59778cfc2a
Added in all metrics for Phase 1 except for Time Dilation.
|
hace 9 años |
TerrainChannel.cs
|
904baa6da6
Fix issue where terrain height values > 327 caused chaotic spiked terrain.
|
hace 10 años |
TerrainCompressor.cs
|
0aa0dad478
Send multiple terrain patches per terrain update packet if terrain
|
hace 10 años |
TerrainUtil.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
UndoState.cs
|
e2c51a977d
Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.
|
hace 13 años |
UuidGatherer.cs
|
a03d893f2c
Fix bug where the uuid gatherer was not inspecting UUIDs for items in an embedded object's inventory.
|
hace 10 años |