Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-03-09 | Plumb RezRestoreToWorld from the client (part done) | Melanie Thielker | 1 | -0/+2 | |
2016-02-21 | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 7 | -6/+8 | |
replace anymore. | |||||
2015-12-27 | Add locking around stats record fetch to resolve Mantis 7793. | Robert Adams | 1 | -18/+21 | |
2015-12-15 | replace GetNearestPoint... funtions | UbitUmarov | 1 | -0/+4 | |
2015-12-14 | calculate land startpoint, endpoint and center estimate when it is updated, ↵ | UbitUmarov | 1 | -6/+9 | |
it not every time they are needed | |||||
2015-12-13 | change default landpoint type to anywhere (direct) | UbitUmarov | 1 | -1/+1 | |
2015-12-09 | minor cleanup | UbitUmarov | 1 | -17/+4 | |
2015-12-09 | coment out odd DoubleQueue class code | UbitUmarov | 1 | -1/+2 | |
2015-12-04 | add default eyes to default wearables, and revert previus bad commit | UbitUmarov | 1 | -0/+6 | |
2015-12-03 | fix a 1m diference in regions view range estimations | UbitUmarov | 1 | -1/+1 | |
2015-12-02 | minor: fix a log timing information | UbitUmarov | 1 | -3/+0 | |
2015-12-01 | Change protocol version max to 0.6 | Melanie Thielker | 1 | -2/+2 | |
2015-11-29 | Trying to make http requests less slow, according to ↵ | Diva Canto | 1 | -0/+2 | |
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow | |||||
2015-11-27 | coment out warnings that do a messed around number of threadpool workitens ↵ | UbitUmarov | 1 | -1/+3 | |
and number of active threads ( at least when a pool is in use) | |||||
2015-11-27 | revert last change to watchdog timeouts, that should not be needed | UbitUmarov | 1 | -26/+22 | |
2015-11-27 | change JobEngine stop code and add a extra check for thread removed on ↵ | UbitUmarov | 2 | -83/+73 | |
watchdog timeout checks | |||||
2015-11-25 | suspend the use of DisableSimulator, that is causing teleport and crossing ↵ | UbitUmarov | 1 | -1/+1 | |
issues | |||||
2015-11-24 | If no job engine is started at all, keep checking it's status from | Melanie Thielker | 1 | -3/+2 | |
bombing | |||||
2015-11-24 | try not to use Process.HasExit that is broken in some mono versions | UbitUmarov | 1 | -9/+12 | |
2015-11-23 | Flipped version to 0.9.0.0 | Diva Canto | 1 | -1/+1 | |
2015-11-22 | Changes to LandObject/ILandObject to support importing OARs with different ↵ | Jak Daniels | 1 | -2/+45 | |
Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2015-11-16 | work around some 'tests' error: normalization of <0,0,0> no longer causes ↵ | UbitUmarov | 1 | -3/+4 | |
argument exception, missed a few more | |||||
2015-11-16 | work around some 'tests' error: normalization of <0,0,0> no longer causes ↵ | UbitUmarov | 1 | -2/+2 | |
argument exception | |||||
2015-11-16 | Fix a merge conflict | Melanie Thielker | 1 | -7/+0 | |
2015-11-15 | handle diferente number of wearables on getting assets form another appearance | UbitUmarov | 1 | -2/+10 | |
2015-11-15 | fix the protection for more Wearables than region suports | UbitUmarov | 1 | -6/+9 | |
2015-11-10 | fix cut points of UTF-8 strings | UbitUmarov | 1 | -10/+28 | |
2015-11-10 | add a StringToBytes variant that takes Maximum lenght as argument. | UbitUmarov | 1 | -0/+50 | |
2015-11-02 | fix avatarAppearance wearables copy | UbitUmarov | 1 | -3/+8 | |
2015-11-02 | Add forgotten file | Melanie Thielker | 1 | -0/+70 | |
2015-11-01 | More EntityTransferContext plumbing | Melanie Thielker | 5 | -27/+21 | |
2015-11-01 | More plumbing of the EntityTransferContext (not yet complete) | Melanie Thielker | 5 | -34/+57 | |
2015-10-31 | Testing stage of the new versioning system. Use at own risk. May not | Melanie Thielker | 2 | -5/+10 | |
work. Will eat your babies. Yada. Yada. | |||||
2015-10-28 | fix cut points of UTF-8 strings | UbitUmarov | 1 | -10/+28 | |
2015-10-26 | add basic SendFindAgent() to lludp. Future use may require a list of pairs ↵ | UbitUmarov | 1 | -0/+2 | |
(X,Y). For now one pair is good enough. | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 5 | -5/+5 | |
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 5 | -5/+5 | |
2015-10-18 | Fixed merge conflicts | Diva Canto | 2 | -11/+21 | |
Clean up of simulation version, the number that rules the compatibility of teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3. Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs | |||||
2015-10-18 | Clean up of simulation version, the number that rules the compatibility of ↵ | Diva Canto | 2 | -11/+21 | |
teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3. | |||||
2015-09-28 | change version string | UbitUmarov | 1 | -2/+2 | |
2015-09-27 | add missing SendAgentGroupDataUpdate to llClientView | UbitUmarov | 1 | -0/+1 | |
2015-09-24 | change console main help to match master | UbitUmarov | 1 | -13/+8 | |
2015-09-23 | dont let http keepalive and context reuse be true | UbitUmarov | 2 | -3/+16 | |
2015-09-21 | remove duplicated and breaking code | UbitUmarov | 1 | -3/+0 | |
2015-09-15 | temporary reduce maxwearables, so teleport testing can be performed before ↵ | UbitUmarov | 1 | -3/+3 | |
other regions get updated | |||||
2015-09-14 | change interface version to 8, as core | UbitUmarov | 1 | -1/+1 | |
2015-09-14 | Bump Interface Version to 8 | Melanie Thielker | 1 | -1/+1 | |
2015-09-14 | Make regions tolerant to newer regions with more werables. | Melanie Thielker | 2 | -3/+6 | |
Also, bump the interface version to 8 | |||||
2015-09-13 | Remove the last proprietary copyright headers, insert BSD ones. | Melanie Thielker | 2 | -2/+2 | |
2015-09-10 | remove a avn thing before it gets into core | UbitUmarov | 1 | -11/+0 | |