aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-22start parsing iar control fileJustin Clark-Casey (justincc)2-2/+20
2010-10-22slightly simplify oar control file loading codeJustin Clark-Casey (justincc)1-10/+3
2010-10-22write IAR control file first in the archive rather than lastJustin Clark-Casey (justincc)2-5/+8
2010-10-21* change the data exchanged within hypergrid transactionsJonathan Freedman10-44/+108
2010-10-22minor: add some text to the oar abort messages on assets timeout to make it c...Justin Clark-Casey (justincc)1-1/+1
2010-10-22Allow region modules to know which agents actually receive chatJustin Clark-Casey (justincc)2-8/+71
2010-10-21First attempt to get multiple attachments working to support viewer2.Master ScienceSim6-111/+100
2010-10-21This fixes a delay in llSetLinkPrimitiveParamsFastAdelleF1-1/+6
2010-10-21Deleted a verbose and unneeded log message.Diva Canto1-1/+1
2010-10-21Make SImStatsReporter pick ObjectCapacity striaght out of region infoMelanie2-9/+3
2010-10-21Remove a bit of dead code relating to ObjectCapacityMelanie1-2/+0
2010-10-21Fix the OOB error (#5102). Sorry, my bad.Melanie1-1/+1
2010-10-21Skip empty strings in ParseString* functionsMelanie1-0/+6
2010-10-20fix combining of multiple physics submeshesdahlia1-3/+4
2010-10-20* remove some spurious debug infoJonathan Freedman3-20/+22
2010-10-20* more url / hg cleanupJonathan Freedman8-45/+56
2010-10-20* additional serveruri cleanupJonathan Freedman8-54/+20
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman14-94/+72
2010-10-20Major refactoring of appearance handling.Master ScienceSim28-779/+955
2010-10-20* remove some spurious debug infoJonathan Freedman3-20/+22
2010-10-19Deleted verbose debug messages that are bringing sims to an halt. Increased t...Diva Canto2-3/+3
2010-10-20* One more goofy thing. I note that the sculpt texture id is broken out of t...Teravus Ovares (Dan Olivares)1-1/+4
2010-10-20* This removes an ugly extraparams hack that I used and makes UploadObjectAss...Teravus Ovares (Dan Olivares)1-17/+62
2010-10-19It looks like Vector3s also got written down in lower case at some point in t...Diva Canto1-3/+3
2010-10-19Another take related to the previous commit.Diva Canto1-13/+17
2010-10-19Added code to quaternion deserialization to try to cope with an exception see...Diva Canto1-4/+15
2010-10-19Added TextureAnimation and ParticleSystem to serialization.Diva Canto1-0/+27
2010-10-19* This concludes UploadObjectAsset for now until the permissions and physics ...Teravus Ovares (Dan Olivares)1-48/+76
2010-10-18* Almost complete implementation of UploadObjectAsset cap. all meshes get u...Teravus Ovares (Dan Olivares)1-0/+301
2010-10-19Stop the InventoryTransferModule logging every IM notification it receives, e...Justin Clark-Casey (justincc)1-3/+3
2010-10-19Pass in requesting agent ID when GetGroupMembers is called in the XMLRPC grou...Justin Clark-Casey (justincc)2-3/+6
2010-10-19Display more information when xmlrpcgroupsserver comms failsJustin Clark-Casey (justincc)2-13/+14
2010-10-19COmmented the wrong line instead, now I commented them all to be on the safe ...Melanie1-2/+2
2010-10-19Comment a spammy debug message in the serializerMelanie1-1/+1
2010-10-18Change substring matching to prefix matching in region search. This affectsMelanie1-1/+1
2010-10-18Alphabetize results on region search by prefix matchingMelanie1-0/+2
2010-10-18Bump migration version on LastSeen field so it is actually runMelanie1-1/+1
2010-10-18remove some cruft from last commitdahlia1-8/+0
2010-10-18initial support for meshies physics. Must set ini option UseMeshiesPhysicsMes...dahlia1-43/+94
2010-10-17Deleted all [XmlIgnore] from SOP, since those are meaningless now.Diva Canto2-58/+58
2010-10-17.NET automagical serialization of SOPs replaced by manual serialization acros...Diva Canto3-62/+28
2010-10-17Adding osFunctions for light projectionBlueWall4-5/+105
2010-10-16Add missing check for !_projectionEntryBlueWall1-1/+1
2010-10-16Drop max oar loading version back to 0 from 1Justin Clark-Casey (justincc)1-1/+1
2010-10-16Rip out version option since it turns out that the changed object serializati...Justin Clark-Casey (justincc)3-10/+13
2010-10-16change --old-guids switch on the save oar command line to --version=<x>Justin Clark-Casey (justincc)6-11/+33
2010-10-16Have OpenSim throw a strop if it tries to load an OAR with a major version th...Justin Clark-Casey (justincc)2-1/+23
2010-10-16save oar control file first rather than in the middle so that it's the first ...Justin Clark-Casey (justincc)3-38/+41
2010-10-16Fix test break - TestSerializeXml2() still requires old-guids optionJustin Clark-Casey (justincc)1-3/+6
2010-10-15Made OARs use the new serialization procedure. (TPs/crossings still on the ol...Diva Canto11-143/+189