aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2010-10-03Initial port of the Warp3D map tile rendererMelanie8-1293/+5
2010-10-02Attempt at fixing mantis #5057 -- CPU pinned high with HGAssetBroker.Diva Canto1-21/+34
2010-10-02So, the client can have an old idea of the object properties for the object ↵Melanie1-0/+24
when it goes to buy. This can cause a problem in the buy process. Additionally Hazim mentioned that the buy packets are spoofable. The core modules are the crowing glory example of best practice :P, so therefore, setting the example here, Validate Client sent Buy Data. WebAppSecurity 101, Never trust a client. Validate Validate Validate! Or you'll have problems whether intentional or not.
2010-10-02Reapplying the parts of the prior revert that were not derived from theMelanie3-5/+5
original patch
2010-10-02Revert "Forward-port 0.6 fix"Melanie3-17/+5
This reverts commit 90b51dc7d67507e27c4baa529e979de19dce8de1.
2010-10-02Replace CalculateMass with a more accurate version, contributed by Ubit.Melanie1-234/+219
Thank you.
2010-10-01adding -logconfig to Robust.exeBlueWall1-6/+20
Adding -logconfig to Robust.exe. will still process the -logfile option, as before. No options given, the value "Robust.log" will be written in the ./bin directory
2010-09-30couple fixes to enable profiles in simian connectorMaster ScienceSim1-5/+33
2010-09-30Prevent dropping someone else's attachmentsMelanie1-0/+3
2010-09-30Forward-port 0.6 fixMelanie3-5/+17
2010-09-30Fix an inventory fetch issueMelanie1-0/+3
2010-09-29Actually log users out (call LogoutAgent) in the ↵John Hurliman1-0/+6
SimianPresenceServiceConnector when LoggedOut() is called
2010-09-29Cleanup: Removed an unreferenced variable from ActivityDetector.csJohn Hurliman1-11/+1
2010-09-29Part two of the previous commit, making IGridUserService.LoggedOut() more ↵John Hurliman10-16/+22
flexible without changing current behavior
2010-09-29Made IGridUserService.SetLastPosition() more flexible to allow different ↵John Hurliman9-21/+30
possible implementations. This doesn't change any behavior or any Robust code, but it simplifies the SimianGrid connector by using the standard OpenSim interface for setting last position now
2010-09-27Restrict top colliders / top scripts to estate managersMelanie1-0/+3
2010-09-27Prevent setting arbitrary groups on your objects.Melanie1-0/+3