Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 2012-09-30 | 3 | -5/+9 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concur... | Justin Clark-Casey (justincc) | 2012-09-28 | 1 | -6/+11 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving ScriptModuleComms into the CoreModules tree. | Mic Bowman | 2012-09-17 | 1 | -0/+367 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing DynamicTexture.cs file from last commit | Justin Clark-Casey (justincc) | 2012-09-06 | 1 | -0/+61 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If reusing dynamic textures, do not reuse small data length textures that fal... | Justin Clark-Casey (justincc) | 2012-09-06 | 4 | -41/+125 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the GetTexture capability receives a request for a range of data beyond th... | Justin Clark-Casey (justincc) | 2012-09-06 | 2 | -3/+33 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make ReuseDynamicTextures an experimental config setting in [Textures]. Defa... | Justin Clark-Casey (justincc) | 2012-08-30 | 1 | -1/+4 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the compile-time DynamicTextureModule.ReuseTextures flag is set, check met... | Justin Clark-Casey (justincc) | 2012-08-30 | 1 | -43/+59 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This partially implements the LSL function to set the response | Mic Bowman | 2012-08-29 | 1 | -1/+19 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf... | Justin Clark-Casey (justincc) | 2012-08-28 | 4 | -55/+297 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove... | Justin Clark-Casey (justincc) | 2012-08-28 | 2 | -6/+7 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minor: Simplify return of vector render module name and some very minor remov... | Justin Clark-Casey (justincc) | 2012-08-27 | 1 | -4/+3 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add VectorRenderModule.TestRepeatSameDrawDifferentExtraParams() | Justin Clark-Casey (justincc) | 2012-08-27 | 1 | -2/+32 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add VectorRenderModuleTests.TestRepeatDrawContainingImage() | Justin Clark-Casey (justincc) | 2012-08-27 | 1 | -0/+31 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add VectorRenderModuleTests.TestRepeatDraw() | Justin Clark-Casey (justincc) | 2012-08-27 | 1 | -11/+48 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lock disposal of separate gdi+ objects under different threads since this pre... | Justin Clark-Casey (justincc) | 2012-08-22 | 1 | -26/+42 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the recent windows compile error by putting newFont for case "R" in Vecto... | Justin Clark-Casey (justincc) | 2012-08-03 | 1 | -3/+8 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | attempting to fix a build issue | SignpostMarv | 2012-08-03 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | Properly dispose of all GDI+ entities used in VectorRenderModule for dynamic ... | Justin Clark-Casey (justincc) | 2012-08-03 | 1 | -253/+316 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Add simple draw test for the VectorRenderModule | Justin Clark-Casey (justincc) | 2012-08-02 | 1 | -0/+75 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve various race conditions between accessing and removing external scrip... | Justin Clark-Casey (justincc) | 2012-06-22 | 1 | -132/+148 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid a race condition where an incoming request to a script external URL can... | Justin Clark-Casey (justincc) | 2012-06-22 | 1 | -35/+73 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | Change read config paramter from max_urls_per_simulator to max_external_urls_... | Justin Clark-Casey (justincc) | 2012-06-16 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Implement max_external_urls_per_simulator setting in [LL-Functions] to allow ... | Justin Clark-Casey (justincc) | 2012-06-16 | 1 | -1/+8 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Make XMLRPCModule use an existing HTTP server if one already exists on the de... | Justin Clark-Casey (justincc) | 2012-06-15 | 1 | -4/+5 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | Fix llGetSimulatorHostname to return configured hostname | BlueWall | 2012-05-23 | 1 | -0/+4 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Modifications for SMTP in OpenSimulator. Email size limit was fixed (was out ... | Chris Koeritz | 2012-05-13 | 1 | -19/+5 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Temporarily add debug log lines to lsl url request and release | Justin Clark-Casey (justincc) | 2012-05-04 | 1 | -0/+13 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | Mantis 5977 Corrections to llRegionSayTo | Talun | 2012-04-23 | 1 | -35/+35 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Allow llRegionSayTo() to work on the PUBLIC_CHANNEL, as per http://wiki.secon... | Justin Clark-Casey (justincc) | 2012-03-31 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Add sensor, dataserver requests, timer and listener counts to "xengine status... | Justin Clark-Casey (justincc) | 2012-03-06 | 1 | -0/+20 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Allow SmtpClients and other SSL users to work with our cert handler installed | Melanie | 2012-01-14 | 1 | -9/+25 | |
* | | | | | | | | | | | | | | | | | Register the UrlModule for script engine events OnScriptRemoved and OnObjectR... | Justin Clark-Casey (justincc) | 2012-01-14 | 1 | -1/+8 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Fix for failed http request status | BlueWall | 2012-01-01 | 1 | -14/+17 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Stop also adding an ordinary http handler when we set up a poll http handler. | Justin Clark-Casey (justincc) | 2011-12-07 | 1 | -11/+6 | |
* | | | | | | | | | | | | | | | Fix CHANGED_TEXTURE and CHANGED_COLOR. | Melanie | 2011-12-05 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Change default say distance to 20m from 30m, the same as on the big grid. Th... | Justin Clark-Casey (justincc) | 2011-11-02 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Get some hopefully more useful exception information when OpenJPEG.EncodeFrom... | Justin Clark-Casey (justincc) | 2011-11-02 | 2 | -5/+8 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o... | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -0/+1 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | meaningless change to goose panda | Justin Clark-Casey (justincc) | 2011-10-11 | 1 | -0/+1 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | remove unused LastAssetID from DynamicTextureUpdaer | Justin Clark-Casey (justincc) | 2011-10-10 | 1 | -6/+4 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Added a setting to [Startup] section of config that will allow the simulator ... | Kevin Houlihan & Michelle Argus | 2011-09-24 | 1 | -3/+6 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Try disabling the inconsistent attachment state check to see if this actually... | Justin Clark-Casey (justincc) | 2011-09-05 | 1 | -1/+2 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | In WorldCommModule, replace the useless Attachments == null check with Attach... | Justin Clark-Casey (justincc) | 2011-08-31 | 1 | -2/+1 | |
* | | | | | | | minor: seal up another instance of using the appearance list without locking | Justin Clark-Casey (justincc) | 2011-08-31 | 1 | -1/+1 | |
* | | | | | | | Make SP.Attachments available as sp.GetAttachments() instead. | Justin Clark-Casey (justincc) | 2011-08-31 | 1 | -4/+8 | |
* | | | | | | | Add avatar and attachments to llRegionSay | BlueWall | 2011-08-20 | 1 | -4/+67 | |
* | | | | | | | Add llRegionSayTo | BlueWall | 2011-08-19 | 1 | -0/+21 | |
* | | | | | | | Fix the cert validation handler so that it will not block other parts of | Melanie | 2011-05-13 | 1 | -2/+10 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Add support for llRequestSecureURL() if ssl is enabled | BlueWall | 2011-05-05 | 1 | -5/+56 | |
| |_|_|_|/ |/| | | | |