aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-14* Whoops, That was supposed to use the HTTP VERB 'GET' not 'POST'Teravus Ovares (Dan Olivares)1-1/+1
* At this point. Visually, Mesh works OK. Remember peeps, this is still highly experimental from the viewer side as well as the Simulator side. There are known problems with the new beta viewers and attachment breaking so be careful until that's fixed. Additionally there some new properties in the Mesh Viewer that determine physics settings that are non-functional. More work will be done on that.
2010-10-14* Tweaked the upload response and now at least uploading the mesh works.Teravus Ovares (Dan Olivares)3-16/+35
* Binary error on downloading the mesh though.. so still not yet working.
2010-10-14Rename file + more testing and tweakingTeravus Ovares (Dan Olivares)1-9/+17
2010-10-14Kill some magic numbers in the caps moduleMelanie1-3/+3
2010-10-14* Partially complete stuff for Mesh support that Melanie wanted to see ↵Teravus Ovares (Dan Olivares)3-1/+451
before it was done. * Shouldn't break the build. * Doesn't work yet either.
2010-10-13Added SOP.MediaUrl and Shape.Media to the deserializationDiva Canto1-204/+14
2010-10-13fix build breakJustin Clark-Casey (justincc)1-1/+1
2010-10-13Correctly update the LastSeen fieldMelanie Thielker1-1/+1
2010-10-13Ensure no UUID.Zero region ID is ever written to presence. Add a MigrationMelanie Thielker2-1/+11
to add a LastSeen field of type "Timestamp" to Presence for MySQL
2010-10-13Comment a debug message so that it doesn't spew the console upon ↵Diva Canto1-1/+1
encountering unknown xml elements.
2010-10-13New SOG/SOP parser using XmlTextReader + delegates dictionary. Active for ↵Diva Canto2-7/+1381
load oar and load xml2, but not for packing objects on crossings/TPs yet.
2010-10-10Change the part for sound playback to be the root part / object UUID insteadMelanie1-8/+8
of the child prim because using the child prim plain doesn't work.
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 ↵Latif Khalifa1-1/+9
satisfiable
2010-10-09In case when 1 single byte is requested (yes viewer does this)Latif Khalifa1-2/+2
start of the ranges gets clamped with a wrong value. In case of a texture with 601 byte long texture the viewer request range 0-599 first, then 600- in which case both start and end should be 600. End can also be 0, valid request for the firt byte of the file is 0-0. Thanks to Thickbrick for explaining how HTTP range header works.
2010-10-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-4/+4
2010-10-09Limit formatting of local console output to actual logging messages.Marck1-13/+17
The formatting of lines with the help of a regular expression match will be done only for output with an explicitly given logging level. This fixes the issue of colons being added to help texts on the local console.
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 ↵dahlia1-1/+2
caching for meshing
2010-10-07Fix autoreturn to not return zero objectsMelanie1-6/+2
2010-10-06Plumb the path for multiple object deletesMelanie6-46/+45
2010-10-06Add and plumb the usetex URL parameter to worldview. Required but not yetMelanie5-14/+20
functional
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
2010-10-06Remove defunct sirikata client stackMelanie17-30051/+0
2010-10-05Add the view generating method to the image generator interfaceMelanie2-0/+7
2010-10-05Revert an accidental default value changeMelanie1-1/+1
2010-10-05Patch to allow other cam angles. Not complete. Thanks, Antont.Melanie1-4/+14
2010-10-04Formatting cleanup.Jeff Ames9-19/+19
2010-10-05Make windlight set the default environment on startBlueWall1-0/+1
2010-10-04Avoid throwing errors when adding existing meshes to the render sceneLatif Khalifa1-0/+6
2010-10-03Made the home agent handler check for xff if behind a proxy.Diva Canto2-3/+23
2010-10-03Made the Gatekeeper proxy-able.Diva Canto3-3/+28
2010-10-03Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵Diva Canto8-20/+97
client ip address to agent circuit data, so that it's always there.
2010-10-04Fix a comment markerMelanie1-1/+1
2010-10-04Add linden prim renderer and update libOMVMelanie4-23/+38
2010-10-03I really have to say it again and again: e.Message is NOT enough data forMelanie1-2/+1
troubleshooting. It MUST be combined with e.StackTrace, or e.ToString() must be used. Fix one more instance of that cr.p
2010-10-03Port ExecutingDirectory from omfOS Util class.Melanie1-0/+11
2010-10-03Adapt to core changesMelanie1-1/+1
2010-10-03Addign the new / renamed files for previous commitMelanie8-0/+2655