aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
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 projectionBlueWall3-0/+55
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 Canto10-142/+188
2010-10-15A couple of more ways attachment point is sentLatif Khalifa1-0/+8
2010-10-15one more silly line ending thing.... *If you have problems, fetch the tree an...Teravus Ovares (Dan Olivares)1-71/+71
2010-10-14one more silly line ending thing....Teravus Ovares (Dan Olivares)1-71/+71
2010-10-14more work in progress on mesh physics - still non-functionaldahlia1-2/+67
2010-10-14laying some groundwork for mesh physicsdahlia1-70/+80
2010-10-14* Replacing Magic numbers with EnumsTeravus Ovares (Dan Olivares)2-4/+4
2010-10-14Don't distroy attachments when using viewer 2.1+, strip multiple attachment dataLatif Khalifa1-0/+4
2010-10-14Kill some magic numbers in the mesh upload module and change the mesh assetMelanie1-3/+3
2010-10-14Added manual xml2 serialization. Rewired only save xml2, not oars yet. Seems ...Diva Canto2-105/+164
2010-10-14* A few additional cleanup elementsTeravus Ovares (Dan Olivares)2-0/+6
2010-10-14* Whoops, That was supposed to use the HTTP VERB 'GET' not 'POST'Teravus Ovares (Dan Olivares)1-1/+1
2010-10-14* Tweaked the upload response and now at least uploading the mesh works.Teravus Ovares (Dan Olivares)2-16/+21
2010-10-14Rename file + more testing and tweakingTeravus Ovares (Dan Olivares)1-9/+17
2010-10-14* Partially complete stuff for Mesh support that Melanie wanted to see before...Teravus Ovares (Dan Olivares)2-0/+449
2010-10-13Added SOP.MediaUrl and Shape.Media to the deserializationDiva Canto1-204/+14
2010-10-13Comment a debug message so that it doesn't spew the console upon encountering...Diva Canto1-1/+1
2010-10-13New SOG/SOP parser using XmlTextReader + delegates dictionary. Active for loa...Diva Canto2-7/+1381
2010-10-10Change the part for sound playback to be the root part / object UUID insteadMelanie1-8/+8
2010-10-09* Make line endings consistant in Meshmerizer.csTeravus Ovares (Dan Olivares)1-1/+1
2010-10-09Fix a typo in previouis commit: start must not pass the end of the fileLatif Khalifa1-2/+2
2010-10-09weird line endings fix commitTeravus Ovares (Dan Olivares)1-7/+7
2010-10-09Return error code instead of the last byte of the file if range is not satisf...Latif Khalifa1-1/+9
2010-10-09In case when 1 single byte is requested (yes viewer does this)Latif Khalifa1-2/+2
2010-10-08Fix an infinite recursionMelanie1-1/+4
2010-10-08Guard against locking a nullref to avoid build breakMelanie1-0/+3
2010-10-08Change the order of actions to address a possible nullrefMelanie1-3/+2
2010-10-07add a flag in OpenSim.ini.example for enabling/disabling decoded sculpt map c...dahlia1-1/+2
2010-10-07Fix autoreturn to not return zero objectsMelanie1-6/+2
2010-10-06Plumb the path for multiple object deletesMelanie5-45/+44
2010-10-06Add and plumb the usetex URL parameter to worldview. Required but not yetMelanie5-14/+20
2010-10-06Convert worldview to GETMelanie1-7/+11
2010-10-06Change the URL /worldview to /worldview/<region id> to support multiregionMelanie2-3/+4
2010-10-06Convert the BMP to a JPEG image and return it. This should be testable.Melanie1-1/+7
2010-10-06Add the parameter plumbing and image generationMelanie2-2/+22
2010-10-06Add WOrldView request handler and plumbingMelanie2-0/+155
2010-10-06Fix incorrect class nameMelanie1-1/+1
2010-10-06Add WorldView module skeletonMelanie2-0/+81
2010-10-06Convert the map image modules to new style modulesMelanie3-12/+42