Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -11/+16 | |
2019-01-26 | change encoding of a few event caps messages | UbitUmarov | 1 | -1/+12 | |
2019-01-25 | script mono is meaningless for us | UbitUmarov | 1 | -1/+1 | |
2017-05-31 | change child agents close control; disablesimulator is not a caps event message | UbitUmarov | 1 | -2/+2 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -5/+5 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -0/+182 | |
2016-08-11 | to do that don't use slideexpiration; add cap event ChatterBoxForceClose | 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-01 | cleanup a bit | UbitUmarov | 1 | -5/+0 | |
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. | |||||
2014-01-04 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 1 | -4/+7 | |
CorssRegion, TeleportFinishEvent). Have Simian grid service return the region size. Many teleport related debug log messages. Can be removed when teleport works (like that's ever going to happen). Conflicts: OpenSim/Framework/RegionInfo.cs | |||||
2014-01-03 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 1 | -4/+7 | |
CorssRegion, TeleportFinishEvent). Have Simian grid service return the region size. Many teleport related debug log messages. Can be removed when teleport works (like that's ever going to happen). | |||||
2013-12-18 | Create regression test TestSendAgentGroupDataUpdate() for groups agent data ↵ | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
sending | |||||
2013-03-06 | Add code for testing event queue messages recevied on region cross. | Justin Clark-Casey (justincc) | 1 | -0/+178 | |
This is currently disabled pending an improvement in the test code to properly add avatars when an event queue module is present. |