| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2012-09-29 | 1 | -6/+11 |
|\ |
|
| * | Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concur... | Justin Clark-Casey (justincc) | 2012-09-28 | 1 | -6/+11 |
* | | Merge branch 'avination' into careminster | Melanie | 2012-09-27 | 1 | -1/+1 |
|\ \ |
|
| * | | just remove the damm thing | UbitUmarov | 2012-09-26 | 1 | -1/+1 |
| * | | Seems nothing actually need the request body for getevents. so change | UbitUmarov | 2012-09-26 | 1 | -1/+0 |
| * | | UriModule GetEvents also doesn't need a request body | UbitUmarov | 2012-09-26 | 1 | -0/+1 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-09-24 | 1 | -0/+367 |
|\ \ \
| | |/
| |/| |
|
| * | | Moving ScriptModuleComms into the CoreModules tree. | Mic Bowman | 2012-09-17 | 1 | -0/+367 |
* | | | Merge branch 'avination' into careminster | Melanie | 2012-09-10 | 1 | -6/+6 |
|\ \ \
| | |/
| |/| |
|
| * | | Remove debug spam | Melanie | 2012-09-04 | 1 | -6/+6 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-09-07 | 5 | -43/+218 |
|\ \ \
| | |/
| |/| |
|
| * | | 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 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-08-31 | 2 | -44/+80 |
|\ \ \
| |/ / |
|
| * | | 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 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-08-29 | 4 | -70/+410 |
|\ \ \
| |/ / |
|
| * | | 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 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-08-23 | 1 | -26/+42 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Lock disposal of separate gdi+ objects under different threads since this pre... | Justin Clark-Casey (justincc) | 2012-08-22 | 1 | -26/+42 |
* | | Merge branch 'careminster' into avination | Melanie | 2012-08-14 | 1 | -4/+9 |
|\ \ |
|
| * \ | Merge branch 'master' into careminster | Melanie | 2012-08-04 | 1 | -3/+8 |
| |\ \
| | |/ |
|
| | * | 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 |
* | | | fix build on win | UbitUmarov | 2012-08-04 | 1 | -2/+2 |
|/ / |
|
* | | Merge branch 'master' into careminster | Melanie | 2012-08-03 | 2 | -253/+391 |
|\ \
| |/ |
|
| * | 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 |
* | | Bump number of URLs to 15000 per region | Melanie | 2012-07-29 | 1 | -1/+1 |
* | | Merge branch 'avination' into careminster | Melanie | 2012-07-16 | 1 | -5/+5 |
|\ \ |
|
| * | | Make https work in the poll service manager | Melanie | 2012-07-15 | 1 | -2/+2 |
| * | | Fix a double parenthesis typo | Melanie | 2012-07-15 | 1 | -1/+1 |
| * | | Set up https to work like http does in the poll handler | Melanie | 2012-07-15 | 1 | -3/+3 |
* | | | Merge branch 'avination' into careminster | Melanie | 2012-07-06 | 1 | -5/+5 |
|\ \ \
| |/ / |
|
| * | | Add an EventType enum and Type field to the poll service event args. This allows | Melanie | 2012-07-05 | 1 | -4/+4 |
| * | | added a timeout paramenter to PollServiceEventArgs, so each type can define ... | UbitUmarov | 2012-07-04 | 1 | -2/+2 |
* | | | Merge branch 'avination' into careminster | Melanie | 2012-06-29 | 2 | -8/+14 |
|\ \ \
| |/ / |
|
| * | | Fix llRegionSayTo the right way | Melanie | 2012-06-28 | 1 | -7/+12 |
| * | | Comment out a spammy message that will spew 4 lines for each request to a | Melanie | 2012-06-27 | 1 | -1/+2 |
* | | | Revert "Mantis 5977 Corrections to llRegionSayTo" | Melanie | 2012-06-28 | 1 | -35/+35 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-21 | 1 | -1/+8 |
|\ \ \
| | |/
| |/| |
|