Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-13 | prevent self call to llSetScriptState(ownname,FALSE) from blocking entire engine | UbitUmarov | 1 | -1/+1 | |
2016-09-23 | add a version tag to wind and cloud data updates to iclient | UbitUmarov | 1 | -2/+2 | |
2016-09-17 | add load baked terrain methods | UbitUmarov | 1 | -0/+13 | |
2016-09-17 | add to databases a table to store baked terrain. | UbitUmarov | 1 | -0/+11 | |
2016-08-25 | send selected objects Proprieties udp part outside update queues and as a ↵ | UbitUmarov | 1 | -0/+4 | |
physics single caps message per selection request | |||||
2016-08-18 | add caps HomeLocation ; add client SendAlertMessage(string message, string ↵ | UbitUmarov | 1 | -0/+4 | |
info), where info in info message field. only minimal testing done | |||||
2016-08-11 | to do that don't use slideexpiration; add cap event ChatterBoxForceClose | UbitUmarov | 1 | -0/+5 | |
2016-07-26 | add a public SetGroupPowers to clientView | UbitUmarov | 1 | -0/+2 | |
2016-07-26 | let some group related data to have a public set | UbitUmarov | 1 | -0/+3 | |
2016-07-26 | get a copy of current clientView group powers | UbitUmarov | 1 | -0/+5 | |
2016-07-23 | add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵ | UbitUmarov | 1 | -2/+2 | |
and its use even worse | |||||
2016-07-15 | disable OSHttpTests that will collide with testing new http server changes | UbitUmarov | 3 | -0/+6 | |
2016-07-01 | cleanup a bit | UbitUmarov | 1 | -5/+0 | |
2016-07-01 | add a few methods to modify clientview group powers | UbitUmarov | 1 | -0/+12 | |
2016-07-01 | revert several changes to groups modules (agentGroupData is private). change ↵ | UbitUmarov | 1 | -1/+1 | |
interregions invite/eject messages, etc | |||||
2016-06-19 | Mantis #7920: group info was not being updated in many situations. ↵ | Diva Canto | 1 | -1/+1 | |
(regression) Putting back the heavy messaging. | |||||
2016-06-19 | Restored sending group membership data via EventQueue -- this had been a ↵ | Diva Canto | 1 | -0/+5 | |
regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function. | |||||
2016-03-09 | Plumb RezRestoreToWorld from the client (part done) | Melanie Thielker | 1 | -0/+1 | |
2015-10-26 | add basic SendFindAgent() to lludp. Future use may require a list of pairs ↵ | UbitUmarov | 1 | -2/+7 | |
(X,Y). For now one pair is good enough. | |||||
2015-09-27 | add missing SendAgentGroupDataUpdate to llClientView | UbitUmarov | 1 | -0/+4 | |
2015-09-04 | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 1 | -1/+1 | |
OpenSim.Framework. | |||||
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -3/+0 | |
2015-08-31 | First commit where physics work as region module. | Diva Canto | 1 | -2/+2 | |
Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager. | |||||
2015-08-30 | More namespace and dll name changes. Still no functional changes. | Diva Canto | 1 | -1/+1 | |
2015-08-30 | Renamed the namespaces too | Diva Canto | 1 | -1/+1 | |
2015-08-30 | Moved instantiation of SceneCommunicationService object to inside the scene ↵ | Diva Canto | 1 | -2/+2 | |
constructor. This was a left over from the original monolithic design of scene communications. The less the instantiators of scenes know about the scene's internals, the better. | |||||
2015-08-22 | delay terrain sending if land queue is 2 busy | UbitUmarov | 1 | -0/+5 | |
2015-08-19 | add missing regionExtent setup and Scene physicsscene configuration ( not | UbitUmarov | 1 | -2/+3 | |
exactly as core) | |||||
2015-08-17 | Change the IScriptApi back to it's original form, removing XEngine | Melanie Thielker | 1 | -0/+4 | |
specific additions that should not have been there in the first place. Sleeping and time measurement are now completely internal to XEngine | |||||
2015-08-15 | Track selected objects per client | Melanie Thielker | 1 | -0/+2 | |
2015-03-27 | varregion: refactor use of 'double heightmap[,]' into references to new ↵ | Robert Adams | 1 | -3/+26 | |
class TerrainData and push the implementation from Scene into the database readers and writers. | |||||
2015-02-03 | If the owner of an object is taking a copy from the scene (e.g. via the ↵ | Justin Clark-Casey (justincc) | 2 | -5/+20 | |
"take copy" option on a viewer) then only require owner copy perms, not copy and transfer. This matches Linden Lab behaviour and what was already possible via shift-copy. Transfer would not apply here as the owner and copier are the same. This is the only functional change, all other current take copy logic remains the same. Adds regression tests around relevant take copy cases. | |||||
2014-11-25 | refactor: consistently put all test classes in the OpenSim.Tests.Common ↵ | Justin Clark-Casey (justincc) | 10 | -10/+10 | |
package rather than some in OpenSim.Tests.Common.Mock the separate mock package was not useful and was just another using line to always add | |||||
2014-11-25 | refactor: Move test clientstack setup code out of BasicCircuitTests into ↵ | Justin Clark-Casey (justincc) | 1 | -0/+171 | |
OpenSim.Tests.Common.ClientStackHelpers | |||||
2014-11-06 | scale ChildAgentThrottles with distance (internal to child server and not | UbitUmarov | 1 | -0/+4 | |
root as was done before ) | |||||
2014-08-29 | add method to get a category throttle rate | UbitUmarov | 1 | -0/+5 | |
2014-08-21 | add a direct sendpartfullUpdate to send a full object update to a part, | UbitUmarov | 1 | -0/+4 | |
optionally overriding its parentID. check what it does to attachments | |||||
2014-08-14 | add a estimator of client ping time, and painfully make it visible in show | UbitUmarov | 1 | -0/+2 | |
connections console command | |||||
2014-07-31 | MESS: changes in MakeRootAgent and CompleteMovement reordering things. | UbitUmarov | 1 | -0/+1 | |
Added sending of land overlay and parcel information. This in order to only send avatar related information after having its position well defined and on the right parcel. THIS MAY STILL BE BAD :) | |||||
2014-07-29 | Allow the "debug scene set physics false|true" command to work when ↵ | Justin Clark-Casey (justincc) | 1 | -2/+3 | |
bulletsim physics is running in a separate thread. This will also allow the "disable physics" setting in the region debug viewer dialog to work in this circumstance. | |||||
2014-05-30 | Moved these two estate-related interfaces to the projects where they belong. | Diva Canto | 1 | -0/+1 | |
2014-05-22 | Add regression test for in-range chat between neighbouring regions from east ↵ | Justin Clark-Casey (justincc) | 1 | -0/+40 | |
to west. | |||||
2014-05-19 | Fix recent regression from 77e7bbc where an attachment on a received group ↵ | Justin Clark-Casey (justincc) | 1 | -1/+23 | |
notice with XmlRpcGroups messaging did not appear in the user's inventory. This was because the "session ID" when the message template was copied was always replaced with the group ID, whereas a notice requires this to be the notice ID. Instead just copy the "session ID" as is - other callers already have this set properly so replacing with group ID was redundant anyway. Relates to http://opensimulator.org/mantis/view.php?id=7037 | |||||
2014-04-23 | Eliminated many warnings | Oren Hurvitz | 1 | -1/+3 | |
2014-04-02 | Added assets service method AssetsExist(), which returns whether the given ↵ | Oren Hurvitz | 1 | -4/+5 | |
list of assets exist. This method is used to optimize sending assets with embedded assets: e.g., when a Hypergrid visitor takes an item into the inventory. | |||||
2014-03-17 | Add regression test for http inventory fetch. | Justin Clark-Casey (justincc) | 3 | -0/+455 | |
Involved some restructuring to allow regression tests to dequeue inventory requests and perform poll responses synchronously rather than async | |||||
2014-03-07 | Add regression test for sending group notices via xmlrpc groups connector. | Justin Clark-Casey (justincc) | 1 | -23/+129 | |
2014-03-05 | If an avatar is sitting, send out position updates to clients for any ↵ | Justin Clark-Casey (justincc) | 1 | -0/+3 | |
change, not just those outside the usual tolerances. This is to allow small adjustments of less than 0.05m in functions such as llSetPrimitiveLinkParams() to work This is another fix for http://opensimulator.org/mantis/view.php?id=7044 Extends regression test for this case. | |||||
2014-02-24 | Stop mesh avatars that specify the alpha texture in their bake slots from ↵ | Justin Clark-Casey (justincc) | 1 | -0/+3 | |
causing the simulator to continually request that they rebake This is because the alpha texture is not in the cache, we must continue to have the fallback of looking for these and other persisted bakes in the asset service. Relates to http://opensimulator.org/mantis/view.php?id=6927 | |||||
2014-01-20 | Stop exceptions being generated on agent connection if a telehub object has ↵ | Justin Clark-Casey (justincc) | 1 | -5/+0 | |
been deleted or has no spawn points. |