aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-15 handle diferente number of wearables on getting assets form another appearanceUbitUmarov1-2/+10
2015-11-15 fix the protection for more Wearables than region suportsUbitUmarov1-6/+9
2015-11-10 fix cut points of UTF-8 stringsUbitUmarov1-10/+28
2015-11-10 add a StringToBytes variant that takes Maximum lenght as argument.UbitUmarov1-0/+50
2015-11-02fix avatarAppearance wearables copyUbitUmarov1-3/+8
2015-11-02Add forgotten fileMelanie Thielker1-0/+70
2015-11-01More EntityTransferContext plumbingMelanie Thielker5-27/+21
2015-11-01More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker5-34/+57
2015-10-31Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2-5/+10
2015-10-28 fix cut points of UTF-8 stringsUbitUmarov1-10/+28
2015-10-26 add basic SendFindAgent() to lludp. Future use may require a list of pairs (...UbitUmarov1-0/+2
2015-10-18On to 0.8.3!Diva Canto5-5/+5
2015-10-18On to 0.8.3!Diva Canto5-5/+5
2015-10-18Fixed merge conflictsDiva Canto2-11/+21
2015-10-18Clean up of simulation version, the number that rules the compatibility of te...Diva Canto2-11/+21
2015-09-28 change version stringUbitUmarov1-2/+2
2015-09-27 add missing SendAgentGroupDataUpdate to llClientViewUbitUmarov1-0/+1
2015-09-24 change console main help to match masterUbitUmarov1-13/+8
2015-09-23 dont let http keepalive and context reuse be trueUbitUmarov2-3/+16
2015-09-21remove duplicated and breaking codeUbitUmarov1-3/+0
2015-09-15temporary reduce maxwearables, so teleport testing can be performed before ot...UbitUmarov1-3/+3
2015-09-14 change interface version to 8, as coreUbitUmarov1-1/+1
2015-09-14Bump Interface Version to 8Melanie Thielker1-1/+1
2015-09-14Make regions tolerant to newer regions with more werables.Melanie Thielker2-3/+6
2015-09-13Remove the last proprietary copyright headers, insert BSD ones.Melanie Thielker2-2/+2
2015-09-10remove a avn thing before it gets into coreUbitUmarov1-11/+0
2015-09-09revert SynchronousRestObjectRequester timeout to miliseconds, and fix where i...UbitUmarov1-1/+1
2015-09-05Amend to previous commit: delete the corresponding AssemblyInfo'sDiva Canto2-66/+0
2015-09-05Moved the two region loaders into the RegionLoaderPlugin dll, therefore elimi...Diva Canto3-300/+0
2015-09-06let extra stats travel side by side with viewers ones... try to fix damm arra...UbitUmarov2-12/+30
2015-09-05Deleted unused file.Diva Canto1-77/+0
2015-09-05fix modifing m_threads on a foreach scanning itUbitUmarov1-1/+3
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto3-68/+3
2015-09-04Deleted old unfinished code under Framework.Communications that wasn't being ...Diva Canto13-1007/+154
2015-09-04Deleted unused interfaceDiva Canto1-157/+0
2015-09-04add a GetTimeStampMS method, this returns a time stamp in miliSeconds with th...UbitUmarov1-0/+11
2015-09-03 missing fileUbitUmarov1-0/+530
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov6-73/+21
2015-09-02seems to compile ( tests comented out)UbitUmarov16-537/+151
2015-08-31All physics plugins are now region modules. Compiles but doesn't run.Diva Canto1-0/+181
2015-08-30more on tps and crossingsUbitUmarov1-7/+16
2015-08-27minor clear. Use isTainted in is read clear formUbitUmarov1-9/+8
2015-08-25 remove rest of ushort test codeUbitUmarov1-94/+31
2015-08-25 change terrain internal representation to float. ushort work with legalUbitUmarov1-79/+162
2015-08-25 terrain stored as ushorts with gzip compressionUbitUmarov1-30/+221
2015-08-24 change internal representation of terrain from int to ushort. This willUbitUmarov1-19/+19
2015-08-22delay terrain sending if land queue is 2 busyUbitUmarov1-0/+2
2015-08-18change pollService stop() to send 503 error and no keepalive. ( untested )UbitUmarov2-6/+32
2015-08-18do keepalive on mesh and texture GET. Dont use reusecontext any where.UbitUmarov1-1/+1
2015-08-18try to serialize http requests from same connection, so they are processedUbitUmarov2-0/+84