aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change default say distance to 20m from 30m, the same as on the big grid. Th...Justin Clark-Casey (justincc)2011-11-021-1/+1
* Get some hopefully more useful exception information when OpenJPEG.EncodeFrom...Justin Clark-Casey (justincc)2011-11-022-5/+8
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-251-0/+1
* meaningless change to goose pandaJustin Clark-Casey (justincc)2011-10-111-0/+1
* remove unused LastAssetID from DynamicTextureUpdaerJustin Clark-Casey (justincc)2011-10-101-6/+4
* Added a setting to [Startup] section of config that will allow the simulator ...Kevin Houlihan & Michelle Argus2011-09-241-3/+6
* Try disabling the inconsistent attachment state check to see if this actually...Justin Clark-Casey (justincc)2011-09-051-1/+2
* In WorldCommModule, replace the useless Attachments == null check with Attach...Justin Clark-Casey (justincc)2011-08-311-2/+1
* minor: seal up another instance of using the appearance list without lockingJustin Clark-Casey (justincc)2011-08-311-1/+1
* Make SP.Attachments available as sp.GetAttachments() instead.Justin Clark-Casey (justincc)2011-08-311-4/+8
* Add avatar and attachments to llRegionSayBlueWall2011-08-201-4/+67
* Add llRegionSayToBlueWall2011-08-191-0/+21
* Fix the cert validation handler so that it will not block other parts ofMelanie2011-05-131-2/+10
* Add support for llRequestSecureURL() if ssl is enabledBlueWall2011-05-051-5/+56
* minor: remove now inaccurate commentJustin Clark-Casey (justincc)2011-04-111-1/+1
* minor: adjust some spacing and indentationJustin Clark-Casey (justincc)2011-04-111-10/+10
* Implimented HTTP_VERIFY_CERT for llHttpRequestE. Allen Soard2011-04-111-3/+31
* Comment out some startup logging lines to make up for the one I added earlier...Justin Clark-Casey (justincc)2011-04-021-2/+0
* Normalization of OSSL function names.Marck2010-12-101-11/+12
* Thanks Snoopy for a patch that addresses Mantis #0005165: osSetDynamicTexture...dahlia2010-11-021-32/+32
* Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2010-06-281-1/+1
* minor: Print out port that http servers are usingJustin Clark-Casey (justincc)2010-03-251-6/+6
* Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...John Hurliman2010-03-161-11/+9
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+2
* 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
* Changes WorldCommModule to ISharedRegionModule.Revolution2010-01-281-1/+5
* Updates all IRegionModules to the new style region modules.Revolution2010-01-238-86/+210
* Fix a major security problem with osSetDynamicTexture which allowed the delet...CasperW2010-01-181-5/+12
* Make locking of timers and listeners in script related functions consistentJustin Clark-Casey (justincc)2009-11-271-3/+6
* minor: very minor formatting changeJustin Clark-Casey (justincc)2009-11-161-4/+1
* Fixed XMLRPC return paramsMic Bowman2009-11-101-1/+1
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-4/+1
* Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...John Hurliman2009-10-091-2/+2
* Revert "Merging in diva's locking fixes"Melanie2009-10-071-19/+18
* Merging in diva's locking fixesJohn Hurliman2009-10-061-18/+19
|\
| * Rewrote parts of the code that were double-locking different objects. This is...Diva Canto2009-10-061-18/+19
* | 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 Util.UTF...John Hurliman2009-10-021-2/+2
* | 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
* | Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman2009-09-301-1/+1
|/