aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-08-231-26/+42
|\
| * Lock disposal of separate gdi+ objects under different threads since this pre...Justin Clark-Casey (justincc)2012-08-221-26/+42
* | Merge branch 'careminster' into avinationMelanie2012-08-141-4/+9
|\ \
| * \ Merge branch 'master' into careminsterMelanie2012-08-041-3/+8
| |\ \ | | |/
| | * Fix the recent windows compile error by putting newFont for case "R" in Vecto...Justin Clark-Casey (justincc)2012-08-031-3/+8
| | * attempting to fix a build issueSignpostMarv2012-08-031-2/+2
* | | fix build on winUbitUmarov2012-08-041-2/+2
|/ /
* | Merge branch 'master' into careminsterMelanie2012-08-032-253/+391
|\ \ | |/
| * Properly dispose of all GDI+ entities used in VectorRenderModule for dynamic ...Justin Clark-Casey (justincc)2012-08-031-253/+316
| * Add simple draw test for the VectorRenderModuleJustin Clark-Casey (justincc)2012-08-021-0/+75
| * Resolve various race conditions between accessing and removing external scrip...Justin Clark-Casey (justincc)2012-06-221-132/+148
| * Avoid a race condition where an incoming request to a script external URL can...Justin Clark-Casey (justincc)2012-06-221-35/+73
* | Bump number of URLs to 15000 per regionMelanie2012-07-291-1/+1
* | Merge branch 'avination' into careminsterMelanie2012-07-161-5/+5
|\ \
| * | Make https work in the poll service managerMelanie2012-07-151-2/+2
| * | Fix a double parenthesis typoMelanie2012-07-151-1/+1
| * | Set up https to work like http does in the poll handlerMelanie2012-07-151-3/+3
* | | Merge branch 'avination' into careminsterMelanie2012-07-061-5/+5
|\ \ \ | |/ /
| * | Add an EventType enum and Type field to the poll service event args. This allowsMelanie2012-07-051-4/+4
| * | added a timeout paramenter to PollServiceEventArgs, so each type can define ...UbitUmarov2012-07-041-2/+2
* | | Merge branch 'avination' into careminsterMelanie2012-06-292-8/+14
|\ \ \ | |/ /
| * | Fix llRegionSayTo the right wayMelanie2012-06-281-7/+12
| * | Comment out a spammy message that will spew 4 lines for each request to aMelanie2012-06-271-1/+2
* | | Revert "Mantis 5977 Corrections to llRegionSayTo"Melanie2012-06-281-35/+35
* | | Merge branch 'master' into careminsterMelanie2012-06-211-1/+8
|\ \ \ | | |/ | |/|
| * | Change read config paramter from max_urls_per_simulator to max_external_urls_...Justin Clark-Casey (justincc)2012-06-161-1/+1
| * | Implement max_external_urls_per_simulator setting in [LL-Functions] to allow ...Justin Clark-Casey (justincc)2012-06-161-1/+8
* | | Merge branch 'master' into careminsterMelanie2012-06-151-4/+5
|\ \ \ | |/ /
| * | Make XMLRPCModule use an existing HTTP server if one already exists on the de...Justin Clark-Casey (justincc)2012-06-151-4/+5
* | | Merge branch 'master' into careminsterMelanie2012-05-271-0/+4
|\ \ \ | |/ /
| * | Fix llGetSimulatorHostname to return configured hostnameBlueWall2012-05-231-0/+4
* | | Merge branch 'master' into careminsterMelanie2012-05-141-19/+5
|\ \ \ | |/ /
| * | Modifications for SMTP in OpenSimulator. Email size limit was fixed (was out ...Chris Koeritz2012-05-131-19/+5
* | | Merge branch 'master' into careminsterMelanie2012-05-051-0/+13
|\ \ \ | |/ /
| * | Temporarily add debug log lines to lsl url request and releaseJustin Clark-Casey (justincc)2012-05-041-0/+13
* | | Merge branch 'master' into careminsterMelanie2012-04-231-35/+35
|\ \ \ | |/ / | | / | |/ |/|
| * Mantis 5977 Corrections to llRegionSayToTalun2012-04-231-35/+35
* | Merge branch 'master' into careminsterMelanie2012-03-311-1/+1
|\ \ | |/
| * Allow llRegionSayTo() to work on the PUBLIC_CHANNEL, as per http://wiki.secon...Justin Clark-Casey (justincc)2012-03-311-1/+1
* | Merge branch 'master' into careminsterMelanie2012-03-071-0/+20
|\ \ | |/
| * Add sensor, dataserver requests, timer and listener counts to "xengine status...Justin Clark-Casey (justincc)2012-03-061-0/+20
* | Merge branch 'master' into careminsterMelanie2012-01-141-0/+8
|\ \ | |/
| * Allow SmtpClients and other SSL users to work with our cert handler installedMelanie2012-01-141-9/+25
| * Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)2012-01-141-1/+8
* | Allow SmtpClients and other SSL users to work with our cert handler installedMelanie2012-01-141-9/+25
* | Merge branch 'master' into careminsterMelanie2012-01-021-3/+15
|\ \ | |/
| * Fix for failed http request statusBlueWall2012-01-011-14/+17
* | Merge commit 'eda770e978c09c756d15ba62dbbf6ee34a61b2f5' into bigmergeMelanie2011-12-081-11/+6
|\ \ | |/
| * Stop also adding an ordinary http handler when we set up a poll http handler.Justin Clark-Casey (justincc)2011-12-071-11/+6
| * Fix CHANGED_TEXTURE and CHANGED_COLOR.Melanie2011-12-051-2/+2