aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Repair x-query-stringTom2011-02-031-1/+1
|
* Fix cm/15627 : Don't block the entire URL on duplicate requests, just that ↵Tom2011-01-311-3/+3
| | | | particular request!
* If llHTTPRequest results in an error, still attempt to get the response ↵Tom2011-01-291-1/+11
| | | | text. If we can't (which implies the server is unreachable), return the StatusDescription as before.
* Ignore duplicate llHTTPResponse calls to the same request. Prevents response ↵Tom2011-01-291-4/+9
| | | | corruption. Only the first llHTTPResponse call is obeyed, akin to SL.
* Significantly increase the total number of URL's available. In second life, ↵Tom2011-01-281-1/+1
| | | | the limit is 15,000 URL's (one per prim), so i'd hope we can manage 1k.
* Fix a discrepancy vs. SL with parsing x-query-stringTom2011-01-281-1/+8
|
* Workaround to allow llHTTPRequest to POST data to Lighthttpd which doesn't ↵Tom2010-12-141-0/+4
| | | | support Expect: 100-Continue
* Merge branch 'master' into careminster-presence-refactorMelanie2010-12-121-11/+12
|\
| * Normalization of OSSL function names.Marck2010-12-101-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the following replacement functions for compliance to the OSSL standards stated on the wiki: osGetTerrainHeight osSetTerrainHeight osGetSunParam osSetSunParam osSetPenColor The functions that do not comply to the standard give a warning when used but work normally otherwise. The graphics primitive drawing command "PenColor" has also been added as well as dynamic texture parameter "bgcolor" as an alternative to "bgcolour". The following two functions have been renamed because they are not enabled yet aynway: osWindParamSet => osSetWindParam osWindParamGet => osGetWindParam
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-021-32/+32
|\ \ | |/
| * Thanks Snoopy for a patch that addresses Mantis #0005165: ↵dahlia2010-11-021-32/+32
| | | | | | | | | | | | osSetDynamicTextureURL crashed region server Signed-off-by: dahlia <dahliaTrimble@gmail.removeme.com>
| * Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2010-06-281-1/+1
| | | | | | | | allow later conversion to new style
* | Now, fix the slash issue the right way. Our URLs now work like SL'sMelanie Thielker2010-07-031-5/+5
| |
* | Re-add the slashes at the end of the URL. Too much depends on themMelanie Thielker2010-07-031-2/+2
| |
* | ANother stab at LSL compatibilityMelanie Thielker2010-07-011-1/+1
| |
* | Remove trailing slash from HTTP URLs to be compatible with SLMelanie Thielker2010-07-011-1/+1
| |
* | Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2010-06-281-1/+1
|/ | | | allow later conversion to new style
* minor: Print out port that http servers are usingJustin Clark-Casey (justincc)2010-03-251-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 Hurliman2010-03-161-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 stringJohn Hurliman2010-02-221-1/+1
|
* * Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman2010-02-221-1/+2
| | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
* Endline fixTeravus Ovares (Dan Olivares)2010-02-061-12/+12
|
* minor: one method docJustin Clark-Casey (justincc)2010-02-041-0/+1
|
* refactor: move world comm message queueing into its own methodJustin Clark-Casey (justincc)2010-02-021-23/+13
|
* Resolve one more conflict I overlookedMelanie2010-01-291-14/+0
|
* Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-298-203/+89
| | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
* Changes WorldCommModule to ISharedRegionModule.Revolution2010-01-281-1/+5
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Updates all IRegionModules to the new style region modules.Revolution2010-01-238-86/+210
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Fix a major security problem with osSetDynamicTexture which allowed the ↵CasperW2010-01-181-5/+12
| | | | deletion of /any/ asset.
* Make locking of timers and listeners in script related functions consistentJustin Clark-Casey (justincc)2009-11-271-3/+6
| | | | | See http://opensimulator.org/mantis/view.php?id=4316 Thanks KittyLiu!
* minor: very minor formatting changeJustin Clark-Casey (justincc)2009-11-161-4/+1
|
* Fixed XMLRPC return paramsMic Bowman2009-11-101-1/+1
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Changing the AssetBase constructors to avoid initializing assets with an ↵John Hurliman2009-11-051-4/+1
| | | | unknown asset type, and log an error if it ever does happen
* Calling .Close() on AutoResetEvent and ManualResetEvent (those classes ↵John Hurliman2009-10-091-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"Melanie2009-10-071-19/+18
| | | | This reverts commit 832cc685138b2244529f10b54b373c34adb4a633.
* Merging in diva's locking fixesJohn Hurliman2009-10-061-18/+19
|\
| * Rewrote parts of the code that were double-locking different objects. This ↵Diva Canto2009-10-061-18/+19
| | | | | | | | is about half of the code base reviewed.
* | Fixing a few compile errors in the previous commitJohn Hurliman2009-10-062-2/+0
|/
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-2/+2
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵John Hurliman2009-10-021-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-texturesMelanie2009-10-022-21/+252
|\ \ | |/ |/|
| * Formatting cleanup.Jeff Ames2009-10-011-4/+4
| |
| * minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-09-251-4/+3
| |
| * Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto2009-09-221-242/+242
| |
| * Thank you, Intari, for a patch that implements the missing pieces ofMelanie2009-09-221-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 Hurliman2009-09-301-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=4142Justin Clark-Casey (justincc)2009-09-141-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-311-1/+1
|
* adding log message to vector render to inform about default font being useddr scofield (aka dirk husemann)2009-08-311-0/+1
|
* - making font name used by VectorRenderModule configurable: can be setdr scofield (aka dirk husemann)2009-08-311-3/+12
| | | | | | | | | | | via [VectorRender] font_name = "Comic Sans MS" in OpenSim.ini - adding osSetFontName OSSL function