aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-01More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker1-12/+13
2015-11-01 fix merge issuesUbitUmarov1-8/+9
2015-10-31Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker1-19/+24
2015-10-31fix mantis 7734, Thanks Garmin for the reportUbitUmarov1-2/+2
2015-10-31Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker1-31/+16
2015-10-18Fixed merge conflictsDiva Canto1-40/+7
2015-10-18Clean up of simulation version, the number that rules the compatibility of te...Diva Canto1-41/+8
2015-10-02 do not send DisableSimulator on teleport if agent is already returningUbitUmarov1-2/+2
2015-10-01 send DisableSimulator messages on closing childagents. Possible still not on...UbitUmarov1-3/+9
2015-09-25 revert previus wrong commitUbitUmarov1-8/+1
2015-09-25 patch objects crossings for var regions, until region location is fully fixedUbitUmarov1-1/+7
2015-09-17remove messages on agents cross fails that got mergedUbitUmarov1-64/+40
2015-09-16 change point of evocation of AgentHasMovedAway for HGUbitUmarov1-19/+9
2015-09-14 try to improve vehicles crossing with Xengine. Lag seems main issue now, but...UbitUmarov1-5/+5
2015-09-12 try to be more friendly to HGUbitUmarov1-16/+25
2015-09-02seems to compile ( tests comented out)UbitUmarov1-440/+8
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-08-30more on tps and crossingsUbitUmarov1-125/+114
2015-08-29 improve object crossingsUbitUmarov1-37/+15
2015-08-29 fix NeighborRegions codeUbitUmarov1-6/+5
2015-08-26add more of the v03 checks and homeURL. Sending side only for nowUbitUmarov1-6/+11
2015-08-26change teleport version number to v0.3, without actually adding the checksUbitUmarov1-50/+27
2015-08-20Partial plumbing for the agent stateful module features negotiationMelanie Thielker1-2/+2
2015-07-22Added logging in places where regions are searched for by their locationOren Hurvitz1-1/+1
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-2/+2
2015-03-27varregion: restore checkAgentAccessToRegion routine in EntityTransferModule.Robert Adams1-2/+31
2015-03-22Varregion: first cut at removing Border class checks for region crossings.Robert Adams1-458/+382
2015-01-14Stop simulators attempting to contact registered but offline regions (RegionF...Justin Clark-Casey (justincc)1-14/+23
2014-11-29When performing region cross, don't add the velocity to the new position in E...Justin Clark-Casey (justincc)1-1/+2
2014-11-25Add naive implementation of controlled incoming HG attachments to manage load.Justin Clark-Casey (justincc)1-0/+64
2014-11-25minor: Remove unused field from EntityTransferModuleJustin Clark-Casey (justincc)1-2/+0
2014-11-06 allow drawdistance to change between 32 and MaxDrawDistance, configurableUbitUmarov1-4/+10
2014-11-03BUG fix : fix a very silly bug uint in place of ulong :(UbitUmarov1-1/+1
2014-11-01 only close child agents on sucess of V1 tp not at startUbitUmarov1-38/+10
2014-10-24add more temporary fixes for regionSize zeroUbitUmarov1-0/+12
2014-10-24 check new region size on added code for varsize till its fully suportedUbitUmarov1-0/+4
2014-10-24 try to make SOG crossings full async. Simplify some borders checking....UbitUmarov1-30/+152
2014-10-21do agent crossing async, including QUERYACCESS ( need to check vehicles forUbitUmarov1-9/+30
2014-10-20 Assume childreen don't need to know caps seedsUbitUmarov1-33/+38
2014-10-19 try to fix propagation of seeds to all relevante regionsUbitUmarov1-22/+82
2014-10-18 change position in new region estimation. Reduce border jitter marginUbitUmarov1-34/+14
2014-10-18 fix SW direction diagonal crossingUbitUmarov1-2/+5
2014-10-18 change child agents creation/notification. As before this assumes thatUbitUmarov1-118/+116
2014-10-17 send correct caps seed on CreateAgent to a nearby regionUbitUmarov1-45/+23
2014-09-16 try to send fly state on tpsUbitUmarov1-0/+8
2014-09-05 near region check on tp needs to be a full current view check.UbitUmarov1-6/+6
2014-08-28 try to make child presence know its root region. Incomplete, some paths dont...UbitUmarov1-4/+8
2014-08-27 on TPs to nearby regions, only send kills if needed by parcel privacyUbitUmarov1-4/+8
2014-08-24 put back the kills on tp where they belongUbitUmarov1-6/+1