Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change encoding of a few event caps messages | UbitUmarov | 2019-01-26 | 1 | -1/+12 |
| | |||||
* | script mono is meaningless for us | UbitUmarov | 2019-01-25 | 1 | -1/+1 |
| | |||||
* | missing file | UbitUmarov | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | cosmetics on terrain patchs | UbitUmarov | 2019-01-20 | 1 | -5/+2 |
| | |||||
* | more on the hack (runprebuild) | UbitUmarov | 2019-01-02 | 1 | -0/+3 |
| | |||||
* | replace my hack by others hack | UbitUmarov | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | temporary HACK to not kill some viewers | UbitUmarov | 2018-12-31 | 1 | -0/+2 |
| | |||||
* | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 2018-12-28 | 1 | -0/+1 |
| | |||||
* | remove a dev only conditional on lludp handlers; change parcel lists updates ↵ | UbitUmarov | 2018-11-25 | 1 | -0/+2 |
| | | | | a bit; | ||||
* | mantis8342: make max ban height above ground configurable per regions ↵ | UbitUmarov | 2018-07-21 | 1 | -0/+2 |
| | | | | instance with ini file option BanLineSafeHeight | ||||
* | http reusecontext is obsolete | UbitUmarov | 2018-07-14 | 1 | -2/+0 |
| | |||||
* | add missing part of mutes list protocol | UbitUmarov | 2017-11-16 | 1 | -0/+4 |
| | |||||
* | osSetParcelDetails: add more land update code | UbitUmarov | 2017-07-12 | 1 | -0/+1 |
| | |||||
* | change child agents close control; disablesimulator is not a caps event message | UbitUmarov | 2017-05-31 | 1 | -2/+2 |
| | |||||
* | find parcels by GlobalID.. well most time | UbitUmarov | 2017-05-13 | 1 | -0/+5 |
| | |||||
* | Added a fully functional groups data layer for testing. | Diva Canto | 2017-05-04 | 1 | -0/+339 |
| | |||||
* | add functions to send entity updates imediatly, except for avatars (or now) ↵ | UbitUmarov | 2017-04-14 | 1 | -1/+5 |
| | | | | they should be use to bypass normal delayed updates, for debug | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 14 | -157/+157 |
| | |||||
* | Remove the AllowAlternatePorts option. It wasn't implemented anyway. | Melanie Thielker | 2016-12-13 | 1 | -2/+2 |
| | | | | | Instead, handle the port being 0 as "any port" and assign a random port for regions in that case. | ||||
* | Rename charterMember to membershipType to show what it actually is. | Melanie Thielker | 2016-12-12 | 1 | -1/+1 |
| | | | | | | This field started out as a simple flag in the protocol to indicate a user being a SL charter member. It has since then taken on additional functionality that means that the name is no longer appropriate. | ||||
* | prevent self call to llSetScriptState(ownname,FALSE) from blocking entire engine | UbitUmarov | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | add a version tag to wind and cloud data updates to iclient | UbitUmarov | 2016-09-23 | 1 | -2/+2 |
| | |||||
* | add load baked terrain methods | UbitUmarov | 2016-09-17 | 1 | -0/+13 |
| | |||||
* | add to databases a table to store baked terrain. | UbitUmarov | 2016-09-17 | 1 | -0/+11 |
| | |||||
* | send selected objects Proprieties udp part outside update queues and as a ↵ | UbitUmarov | 2016-08-25 | 1 | -0/+4 |
| | | | | physics single caps message per selection request | ||||
* | add caps HomeLocation ; add client SendAlertMessage(string message, string ↵ | UbitUmarov | 2016-08-18 | 1 | -0/+4 |
| | | | | info), where info in info message field. only minimal testing done | ||||
* | to do that don't use slideexpiration; add cap event ChatterBoxForceClose | UbitUmarov | 2016-08-11 | 1 | -0/+5 |
| | |||||
* | add a public SetGroupPowers to clientView | UbitUmarov | 2016-07-26 | 1 | -0/+2 |
| | |||||
* | let some group related data to have a public set | UbitUmarov | 2016-07-26 | 1 | -0/+3 |
| | |||||
* | get a copy of current clientView group powers | UbitUmarov | 2016-07-26 | 1 | -0/+5 |
| | |||||
* | add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵ | UbitUmarov | 2016-07-23 | 1 | -2/+2 |
| | | | | and its use even worse | ||||
* | disable OSHttpTests that will collide with testing new http server changes | UbitUmarov | 2016-07-15 | 3 | -0/+6 |
| | |||||
* | cleanup a bit | UbitUmarov | 2016-07-01 | 1 | -5/+0 |
| | |||||
* | add a few methods to modify clientview group powers | UbitUmarov | 2016-07-01 | 1 | -0/+12 |
| | |||||
* | revert several changes to groups modules (agentGroupData is private). change ↵ | UbitUmarov | 2016-07-01 | 1 | -1/+1 |
| | | | | interregions invite/eject messages, etc | ||||
* | Mantis #7920: group info was not being updated in many situations. ↵ | Diva Canto | 2016-06-19 | 1 | -1/+1 |
| | | | | (regression) Putting back the heavy messaging. | ||||
* | Restored sending group membership data via EventQueue -- this had been a ↵ | Diva Canto | 2016-06-19 | 1 | -0/+5 |
| | | | | regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function. | ||||
* | Plumb RezRestoreToWorld from the client (part done) | Melanie Thielker | 2016-03-09 | 1 | -0/+1 |
| | |||||
* | add basic SendFindAgent() to lludp. Future use may require a list of pairs ↵ | UbitUmarov | 2015-10-26 | 1 | -2/+7 |
| | | | | (X,Y). For now one pair is good enough. | ||||
* | add missing SendAgentGroupDataUpdate to llClientView | UbitUmarov | 2015-09-27 | 1 | -0/+4 |
| | |||||
* | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 1 | -5/+5 |
|\ | | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1 | ||||
| * | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 2015-09-04 | 1 | -1/+1 |
| | | | | | | | | OpenSim.Framework. | ||||
| * | First commit where physics work as region module. | Diva Canto | 2015-08-31 | 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. | ||||
| * | More namespace and dll name changes. Still no functional changes. | Diva Canto | 2015-08-30 | 1 | -1/+1 |
| | | |||||
| * | Renamed the namespaces too | Diva Canto | 2015-08-30 | 1 | -1/+1 |
| | | |||||
| * | Moved instantiation of SceneCommunicationService object to inside the scene ↵ | Diva Canto | 2015-08-30 | 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. | ||||
* | | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -3/+0 |
| | | |||||
* | | bad merge? | UbitUmarov | 2015-09-01 | 5 | -8/+55 |
|\ \ | |/ |/| | |||||
| * | delay terrain sending if land queue is 2 busy | UbitUmarov | 2015-08-22 | 1 | -0/+5 |
| | | |||||
| * | add missing regionExtent setup and Scene physicsscene configuration ( not | UbitUmarov | 2015-08-19 | 1 | -2/+3 |
| | | | | | | | | exactly as core) |