| Commit message (Expand) | Author | Age | Files | Lines |
* | reduce some grid services calls on region crossings, sending more informatio... | UbitUmarov | 2016-07-26 | 1 | -71/+3 |
* | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 2016-07-04 | 1 | -2/+1 |
* | Set culture also in object crossings. | Diva Canto | 2016-06-22 | 1 | -0/+2 |
* | Mantis #7802: set culture to US English on the thread that does the agent cro... | Diva Canto | 2016-06-22 | 1 | -5/+3 |
* | Mantis #7935: regression on transferring attachments over the HG | Diva Canto | 2016-06-22 | 1 | -5/+6 |
* | add option MaxRegionsViewDistance to control the maximum range to tell viewe... | UbitUmarov | 2016-01-26 | 1 | -4/+4 |
* | remove failed CreateAgent from agent child regions list | UbitUmarov | 2015-12-02 | 1 | -6/+8 |
* | suspend the use of DisableSimulator, that is causing teleport and crossing i... | UbitUmarov | 2015-11-25 | 1 | -11/+10 |
* | at end of teleport disable the sending simulator, not destiny | UbitUmarov | 2015-11-24 | 1 | -2/+6 |
* | add a missing override | UbitUmarov | 2015-11-21 | 1 | -1/+1 |
* | More plumbing of the EntityTransferContext (not yet complete) | Melanie Thielker | 2015-11-01 | 2 | -17/+18 |
* | fix merge issues | UbitUmarov | 2015-11-01 | 1 | -8/+9 |
* | Merge branch 'master' into avinationmerge | UbitUmarov | 2015-11-01 | 1 | -36/+32 |
|\ |
|
| * | Introduce an EntityTransferContext carrying the version numbers to pass | Melanie Thielker | 2015-10-31 | 1 | -19/+24 |
| * | fix mantis 7734, Thanks Garmin for the report | UbitUmarov | 2015-10-31 | 1 | -2/+2 |
| * | Testing stage of the new versioning system. Use at own risk. May not | Melanie Thielker | 2015-10-31 | 1 | -31/+16 |
| * | Clean up of simulation version, the number that rules the compatibility of te... | Diva Canto | 2015-10-18 | 1 | -41/+8 |
* | | Fixed merge conflicts | Diva Canto | 2015-10-18 | 1 | -40/+7 |
* | | do not send DisableSimulator on teleport if agent is already returning | UbitUmarov | 2015-10-02 | 1 | -2/+2 |
* | | send DisableSimulator messages on closing childagents. Possible still not on... | UbitUmarov | 2015-10-01 | 1 | -3/+9 |
* | | revert previus wrong commit | UbitUmarov | 2015-09-25 | 1 | -8/+1 |
* | | patch objects crossings for var regions, until region location is fully fixed | UbitUmarov | 2015-09-25 | 1 | -1/+7 |
* | | remove messages on agents cross fails that got merged | UbitUmarov | 2015-09-17 | 1 | -64/+40 |
* | | change point of evocation of AgentHasMovedAway for HG | UbitUmarov | 2015-09-16 | 1 | -19/+9 |
* | | try to improve vehicles crossing with Xengine. Lag seems main issue now, but... | UbitUmarov | 2015-09-14 | 1 | -5/+5 |
* | | try to be more friendly to HG | UbitUmarov | 2015-09-12 | 2 | -21/+30 |
* | | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | More namespace and dll name changes. Still no functional changes. | Diva Canto | 2015-08-30 | 2 | -2/+2 |
| * | Renamed the namespaces too | Diva Canto | 2015-08-30 | 2 | -2/+2 |
* | | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 2 | -447/+8 |
* | | bad merge? | UbitUmarov | 2015-09-01 | 3 | -263/+788 |
|\ \
| |/
|/| |
|
| * | more on tps and crossings | UbitUmarov | 2015-08-30 | 2 | -128/+117 |
| * | improve object crossings | UbitUmarov | 2015-08-29 | 1 | -37/+15 |
| * | fix NeighborRegions code | UbitUmarov | 2015-08-29 | 1 | -6/+5 |
| * | add more of the v03 checks and homeURL. Sending side only for now | UbitUmarov | 2015-08-26 | 1 | -6/+11 |
| * | change teleport version number to v0.3, without actually adding the checks | UbitUmarov | 2015-08-26 | 1 | -50/+27 |
| * | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 2015-03-29 | 1 | -2/+2 |
| * | varregion: restore checkAgentAccessToRegion routine in EntityTransferModule. | Robert Adams | 2015-03-27 | 1 | -2/+31 |
| * | Varregion: first cut at removing Border class checks for region crossings. | Robert Adams | 2015-03-22 | 1 | -458/+382 |
| * | allow drawdistance to change between 32 and MaxDrawDistance, configurable | UbitUmarov | 2014-11-06 | 1 | -4/+10 |
| * | BUG fix : fix a very silly bug uint in place of ulong :( | UbitUmarov | 2014-11-03 | 1 | -1/+1 |
| * | only close child agents on sucess of V1 tp not at start | UbitUmarov | 2014-11-01 | 1 | -38/+10 |
| * | add more temporary fixes for regionSize zero | UbitUmarov | 2014-10-24 | 1 | -0/+12 |
| * | check new region size on added code for varsize till its fully suported | UbitUmarov | 2014-10-24 | 1 | -0/+4 |
| * | try to make SOG crossings full async. Simplify some borders checking.... | UbitUmarov | 2014-10-24 | 1 | -30/+152 |
| * | do agent crossing async, including QUERYACCESS ( need to check vehicles for | UbitUmarov | 2014-10-21 | 1 | -9/+30 |
| * | Assume childreen don't need to know caps seeds | UbitUmarov | 2014-10-20 | 1 | -33/+38 |
| * | try to fix propagation of seeds to all relevante regions | UbitUmarov | 2014-10-19 | 1 | -22/+82 |
| * | change position in new region estimation. Reduce border jitter margin | UbitUmarov | 2014-10-18 | 1 | -34/+14 |
| * | fix SW direction diagonal crossing | UbitUmarov | 2014-10-18 | 1 | -2/+5 |