Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now, fix the slash issue the right way. Our URLs now work like SL's | Melanie Thielker | 2010-07-03 | 1 | -5/+5 |
| | |||||
* | Re-add the slashes at the end of the URL. Too much depends on them | Melanie Thielker | 2010-07-03 | 1 | -2/+2 |
| | |||||
* | ANother stab at LSL compatibility | Melanie Thielker | 2010-07-01 | 1 | -1/+1 |
| | |||||
* | Remove trailing slash from HTTP URLs to be compatible with SL | Melanie Thielker | 2010-07-01 | 1 | -1/+1 |
| | |||||
* | Change the way IRegionModule us referenced by IEmailModule to | Melanie Thielker | 2010-06-28 | 1 | -1/+1 |
| | | | | allow later conversion to new style | ||||
* | minor: Print out port that http servers are using | Justin Clark-Casey (justincc) | 2010-03-25 | 1 | -6/+6 |
| | | | | do this in callers so that we know who is setting up these things | ||||
* | Fixed several unhandled exceptions and performance issues with ↵ | John Hurliman | 2010-03-16 | 1 | -11/+9 |
| | | | | PrimitiveBaseShape.Textures. This really should be moved from a property to a method if it is going to decode a byte[] into a TextureEntry each time | ||||
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵ | John Hurliman | 2010-02-22 | 1 | -1/+2 |
| | | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | ||||
* | Endline fix | Teravus Ovares (Dan Olivares) | 2010-02-06 | 1 | -12/+12 |
| | |||||
* | minor: one method doc | Justin Clark-Casey (justincc) | 2010-02-04 | 1 | -0/+1 |
| | |||||
* | refactor: move world comm message queueing into its own method | Justin Clark-Casey (justincc) | 2010-02-02 | 1 | -23/+13 |
| | |||||
* | Resolve one more conflict I overlooked | Melanie | 2010-01-29 | 1 | -14/+0 |
| | |||||
* | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 8 | -203/+89 |
| | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf. | ||||
* | Changes WorldCommModule to ISharedRegionModule. | Revolution | 2010-01-28 | 1 | -1/+5 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 8 | -86/+210 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Fix a major security problem with osSetDynamicTexture which allowed the ↵ | CasperW | 2010-01-18 | 1 | -5/+12 |
| | | | | deletion of /any/ asset. | ||||
* | Make locking of timers and listeners in script related functions consistent | Justin Clark-Casey (justincc) | 2009-11-27 | 1 | -3/+6 |
| | | | | | See http://opensimulator.org/mantis/view.php?id=4316 Thanks KittyLiu! | ||||
* | minor: very minor formatting change | Justin Clark-Casey (justincc) | 2009-11-16 | 1 | -4/+1 |
| | |||||
* | Fixed XMLRPC return params | Mic Bowman | 2009-11-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Changing the AssetBase constructors to avoid initializing assets with an ↵ | John Hurliman | 2009-11-05 | 1 | -4/+1 |
| | | | | unknown asset type, and log an error if it ever does happen | ||||
* | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes ↵ | John Hurliman | 2009-10-09 | 1 | -2/+2 |
| | | | | contain an unmanaged resource that will not automatically be disposed when they are GCed), and commenting out some ManualResetEvents that are not in use yet | ||||
* | Revert "Merging in diva's locking fixes" | Melanie | 2009-10-07 | 1 | -19/+18 |
| | | | | This reverts commit 832cc685138b2244529f10b54b373c34adb4a633. | ||||
* | Merging in diva's locking fixes | John Hurliman | 2009-10-06 | 1 | -18/+19 |
|\ | |||||
| * | Rewrote parts of the code that were double-locking different objects. This ↵ | Diva Canto | 2009-10-06 | 1 | -18/+19 |
| | | | | | | | | is about half of the code base reviewed. | ||||
* | | Fixing a few compile errors in the previous commit | John Hurliman | 2009-10-06 | 2 | -2/+0 |
|/ | |||||
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 1 | -2/+2 |
|\ | |||||
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵ | John Hurliman | 2009-10-02 | 1 | -2/+2 |
| | | | | | | | | | | | | Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization? | ||||
* | | Merge branch 'master' into diva-textures | Melanie | 2009-10-02 | 2 | -21/+252 |
|\ \ | |/ |/| | |||||
| * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -4/+4 |
| | | |||||
| * | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-09-25 | 1 | -4/+3 |
| | | |||||
| * | Moved RegionName from RegionInfo to SimpleRegionInfo. | Diva Canto | 2009-09-22 | 1 | -242/+242 |
| | | |||||
| * | Thank you, Intari, for a patch that implements the missing pieces of | Melanie | 2009-09-22 | 1 | -37/+269 |
| | | | | | | | | | | | | | | | | Http-in and makes the host name for URL generation configurable. Applied with changes: llGetSimulatorHostname was not changed, because the change breaks existing behavior and carries a data exposure risk. That value needs to be configurable, the proposed fixed change is not acceptable. | ||||
* | | Attempting to improve the robustness of texture decoding by always ignoring ↵ | John Hurliman | 2009-09-30 | 1 | -1/+1 |
|/ | | | | | | | | LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug Replacing openjpeg-dotnet decoding with managed CSJ2K decoding. Should be much more reliable, faster, and use less memory * Re-added openjpeg-dotnet files since they are used elsewhere in OpenSim * Updated prebuild.xml with a reference to CSJ2K * Renamed IJ2KDecoder and J2KDecoder member names to follow standard naming conventions * Removed j2kDecodeCache cruft and replaced it with the OpenSim cache system * Rewrote the default layer boundary algorithm to use percentages instead of an exponent * Switched from an infinite in-memory cache to an expiring cache (10 minute timeout) * Slightly quieted logging errors for failed texture decodes | ||||
* | Apply http://opensimulator.org/mantis/view.php?id=4142 | Justin Clark-Casey (justincc) | 2009-09-14 | 1 | -1/+1 |
| | | | | | | Re-enable XMLRPC scripting calls Moves XMLRPC scripting setup to a separate section Thanks Fly-Man- | ||||
* | oops. fixing missing argument. | dr scofield (aka dirk husemann) | 2009-08-31 | 1 | -1/+1 |
| | |||||
* | adding log message to vector render to inform about default font being used | dr scofield (aka dirk husemann) | 2009-08-31 | 1 | -0/+1 |
| | |||||
* | - making font name used by VectorRenderModule configurable: can be set | dr scofield (aka dirk husemann) | 2009-08-31 | 1 | -3/+12 |
| | | | | | | | | | | | via [VectorRender] font_name = "Comic Sans MS" in OpenSim.ini - adding osSetFontName OSSL function | ||||
* | Implements osDrawPolygon, similar to already implemented osDrawFilledPolygon | Arthur Valadares | 2009-08-28 | 1 | -0/+6 |
| | |||||
* | Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows ↵ | Arthur Valadares | 2009-08-25 | 1 | -7/+70 |
| | | | | | | using arrow, diamond, round and flat caps. * Made image request safer, if it can't find an image for any reason, draws a square where the image should be and a message alerting the user. | ||||
* | Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing ↵ | Arthur Valadares | 2009-08-21 | 1 | -11/+37 |
| | | | | | | functions, this one has no start and end point, but a number of points that will form the desired polygon. Only FilledPolygon implemented so far. * Also added some LSL transparent type conversion, as it's done in LSL scripting (string to integer, float to string, etc) | ||||
* | Replace the Replaceable modules name | Melanie | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | * Remove hard coded 256 limitations from various places. There's no more ↵ | Teravus Ovares (Dan Olivares) | 2009-08-07 | 1 | -2/+3 |
| | | | | 256m limitation within the OpenSimulator framework, however, the LLClient ClientView does not support regions larger then 256 meters so, if you try and make your region larger by setting Constants.RegionSize = 512; in OpenSim.Framework.Constants.cs, the terrain will not display on clients using the LLUDP protocol | ||||
* | * Remove some mono compiler warnings | Justin Clark-Casey | 2009-08-05 | 1 | -3/+3 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-07-23 | 1 | -6/+6 |
| | |||||
* | Thank you, patnad, for a patch to advance the UrlModule's functionality. | Melanie Thielker | 2009-07-22 | 1 | -6/+9 |
| | | | | | | Mantis #3712 | ||||
* | Committing the interface change and the addition to the modules to get | Melanie Thielker | 2009-07-10 | 1 | -0/+5 |
| | | | | | | the ball rolling on replacable modules. No user functionality yet | ||||
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 1 | -1/+1 |
| | | | | | | Change all uses of the HttpServer properties to use the new singleton | ||||
* | * minor: remove one mono warning | Justin Clarke Casey | 2009-06-12 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-06-09 | 1 | -2/+2 |
| |