Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster | Melanie | 2012-10-23 | 1 | -2/+4 |
|\ | |||||
| * | Add object count stats for new IncomingPacket and UDPPacketBuffer pools if ↵ | Justin Clark-Casey (justincc) | 2012-10-23 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | they are enabled. Add count stats for existing LLUDP pool. This introduces a pull stat type in addition to the push stat type. A pull stat takes a method on construction which knows how to update the stat on request. In this way, special interfaces for pull stat collection are not necessary. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-10-20 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | minor: Rename assetCache constructor param in UUIDGatherer to assetService ↵ | Justin Clark-Casey (justincc) | 2012-10-20 | 1 | -2/+2 |
| | | | | | | | | which is what it is. | ||||
| * | normalize quaternion.Slerp outputs | UbitUmarov | 2012-10-19 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-10-18 | 2 | -3/+20 |
|\ \ | |/ | |||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-10-18 | 2 | -37/+18 |
| |\ | |||||
| | * | Remove extraneous calls to the now commented CheckSculptAndLoad | Melanie | 2012-10-18 | 1 | -24/+0 |
| | | | |||||
| | * | extend coment to include all unused SOG CheckSculptAndLoad() | UbitUmarov | 2012-10-18 | 1 | -3/+4 |
| | | | |||||
| | * | [DANGER UNTESTED] ODE mesh assets. Other plugins will not do meshs/sculpts | UbitUmarov | 2012-10-18 | 2 | -14/+18 |
| | | | | | | | | | | | | | | | | | | now Signed-off-by: Melanie <melanie@t-data.com> | ||||
| * | | Add number of inventory items to information displayed via "show part" ↵ | Justin Clark-Casey (justincc) | 2012-10-18 | 2 | -3/+20 |
| |/ | | | | | | | console command | ||||
* | | Merge branch 'avination' into careminster | Melanie | 2012-10-18 | 3 | -23/+36 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/WebUtil.cs OpenSim/Region/Physics/OdePlugin/OdeScene.cs | ||||
| * \ | Merge branch 'ubitwork' into avination | Melanie | 2012-10-17 | 3 | -23/+36 |
| |\ \ | |||||
| | * | | normalize quaternion.Slerp outputs | UbitUmarov | 2012-10-10 | 2 | -0/+2 |
| | | | | |||||
| | * | | bug fix + make costs visible for testing | UbitUmarov | 2012-10-07 | 1 | -4/+9 |
| | | | | |||||
| | * | | [DANGER UNTESTED] ODE mesh assets. Other plugins will not do meshs/sculpts | UbitUmarov | 2012-10-07 | 2 | -19/+23 |
| | | | | | | | | | | | | | | | | now | ||||
| | * | | Merge branch 'avination' into ubitwork | UbitUmarov | 2012-10-05 | 2 | -16/+29 |
| | |\ \ | |||||
| | * | | | meshworker basic replacement of SOP CheckSculptAndLoad ( for now disabled | UbitUmarov | 2012-10-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | for all physics engines) | ||||
* | | | | | Merge branch 'avination' into careminster | Melanie | 2012-10-17 | 4 | -14/+37 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix perms when linking an object. Set root part perms to the perms | Melanie | 2012-10-14 | 4 | -14/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | of the link set to make the build floater behave consistently. Fixes permissions exploit introduced on 23 August. | ||||
| * | | | | Change permissions on child prim inventory items when god mode "force | Melanie | 2012-10-08 | 2 | -2/+10 |
| | |/ / | |/| | | | | | | | | | | permissive" is used. | ||||
| * | | | Allow default animation to be stopped to be replaced with another one. | Melanie | 2012-10-04 | 2 | -16/+29 |
| |/ / | | | | | | | | | | Fixes Mantis #6327 | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-10-16 | 1 | -2/+3 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Services/Connectors/Friends/FriendsSimConnector.cs | ||||
| * | | minor: Add/correct some doc messages associated with entity teleport. | Justin Clark-Casey (justincc) | 2012-10-16 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | I believe UseCircuitCode is sent on EnableSimulator EQ message, rather than EstablishAgentCommunication At least with LL 3.3.4, EstablishAgentCommunication appears unnecessary in the teleport context - viewer still requests it though possibly only after TeleportFinish(). However, we will continue to send it. | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-10-12 | 3 | -215/+316 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * | | Get rid of accidental scene start left in ScenePresenceAutopilotTests | Justin Clark-Casey (justincc) | 2012-10-12 | 1 | -1/+0 |
| | | | |||||
| * | | Fix problems with regression tests by allowing invoke of Update() with a ↵ | Justin Clark-Casey (justincc) | 2012-10-12 | 2 | -3/+5 |
| | | | | | | | | | | | | finite number of frames even if the scene isn't active. | ||||
| * | | Add "active true|false" to "debug scene" console command. | Justin Clark-Casey (justincc) | 2012-10-12 | 1 | -3/+37 |
| | | | | | | | | | | | | This allows the scene update and maintenance loops to be started and stopped for debug purposes. | ||||
| * | | minor: Add method doc to EventManager.OnNewClient, OnClientLogin, ↵ | Justin Clark-Casey (justincc) | 2012-10-10 | 1 | -0/+14 |
| | | | | | | | | | | | | ClientClosed, OnRemovePresence that any long-running operations should be launched on a thread separate to the event thread. | ||||
| * | | Lock on AgentCircuitData during Scene.AddClient() and RemoveClient() to ↵ | Justin Clark-Casey (justincc) | 2012-10-10 | 1 | -201/+256 |
| | | | | | | | | | | | | | | | | | | prevent an inactive connection being left behind if the user closes the viewer whilst the connection is being established. This should remove the need to run the console command "kick user --force" when these connections are left around. | ||||
| * | | minor: elaborate method doc on Scene.NewUserConnection() | Justin Clark-Casey (justincc) | 2012-10-09 | 1 | -6/+13 |
| | | | |||||
| * | | Merge branch 'master' of git://opensimulator.org/git/opensim | Dan Lake | 2012-10-08 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | Add bool to TriggerSceneObjectPartUpdated where full = true indicates a full ↵ | Dan Lake | 2012-10-05 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | update. There should be a better way to indicate which properties have changed that is non LLUDP-centric | ||||
| * | | | Trigger ObjectAddedToScene when loading objects from oarfile. Already ↵ | Dan Lake | 2012-10-05 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | triggers when creating, duplicating or loading from database, incoming attachments, etc | ||||
* | | | | Fix merge issues | Melanie | 2012-10-07 | 1 | -7/+0 |
| | | | | |||||
* | | | | Merge branch 'master' into careminster | Melanie | 2012-10-07 | 2 | -2/+29 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Lure/LureModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs | ||||
| * | | | On receiving TaskInventoryAccepted with a destination folder in the binary ↵ | Justin Clark-Casey (justincc) | 2012-10-06 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bucket slot for RLV, notify the viewer about inventory folder updates. The viewer would not see the folder move without this, either on accept or decline. This commit also updates the TaskInventoryOffered message to better conform with the data LL uses Changes are, agentID is prim owner rather than prim id, agent name is now simply object name rather than name with owner detail, message is just folder name in single quotes, message is not timestamped. However, folder is not renamed "still #RLV/~<name>". Long term solution is probably not to do these operations server-side. Notes will be added to http://opensimulator.org/mantis/view.php?id=6311 | ||||
| * | | minor: Add missing license information from the top of IUserManagement | Justin Clark-Casey (justincc) | 2012-10-05 | 1 | -1/+28 |
| | | | |||||
| * | | Forgot to actually remove the packetpool set code from scene. | Justin Clark-Casey (justincc) | 2012-10-05 | 1 | -7/+0 |
| | | | |||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-10-04 | 3 | -16/+62 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SimStatsReporter.cs | ||||
| * | | Allow default animation to be stopped to be replaced with another one. | Melanie | 2012-10-04 | 2 | -16/+29 |
| | | | | | | | | | | | | Fixes Mantis #6327 | ||||
| * | | Add generic PercentageStat. | Justin Clark-Casey (justincc) | 2012-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Not yet used. | ||||
| * | | Add experimental "slow frames" stat, available in "show stats" and via the ↵ | Justin Clark-Casey (justincc) | 2012-10-04 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | monitoring module. This increments a SlowFrames counter if a frame takes over 120% of maximum time. This commit also introduces a generic OpenSim.Framework.Monitoring.Stat which is available to any code that wants to register a statistic. This is more granualar than asking objects to create their own reports. At some point this will supersede earlier IMonitor and IAlert facilities in MonitoringModule which are only available to scene code. | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-10-03 | 2 | -0/+15 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | ||||
| * | | implementing osDropAttachment & osDropAttachmentAt | SignpostMarv | 2012-10-02 | 1 | -0/+9 |
| | | | |||||
| * | | Prevent the ExtraSettings code from crashing SQLite driven sims. | Melanie | 2012-10-02 | 1 | -0/+6 |
| | | | |||||
| * | | Add MaxPrimsUndo config setting to [Startup] section of OpenSim.ini. | Justin Clark-Casey (justincc) | 2012-09-27 | 5 | -19/+12 |
| | | | | | | | | | | | | | | | | | | This controls how many undo steps the simulator will store for each prim. Default is now 20 rather than 5 as it briefly was. The default number could be increased through this is a memory tradeoff which will scale with the number of prims in the sim and level of activity. | ||||
| * | | Don't store undo states if a scene object is manipulated when it is not in a ↵ | Justin Clark-Casey (justincc) | 2012-09-26 | 2 | -3/+26 |
| | | | | | | | | | | | | | | | | | | scene. Adds regression test for this. | ||||
| * | | refactor: Change control structures in SOP.StoreUndoState() to reduce nesting. | Justin Clark-Casey (justincc) | 2012-09-26 | 1 | -45/+43 |
| | | | |||||
| * | | Make it possible to rescale SOGs when they are not in a scene. | Justin Clark-Casey (justincc) | 2012-09-26 | 2 | -34/+40 |
| | | |