| Commit message (Expand) | Author | Age | Files | Lines |
* | Set up a StreamReader and call ReadToEnd() instead of using the GetStreamStri... | Justin Clark-Casey (justincc) | 2014-02-27 | 1 | -41/+13 |
* | Remove long unused UntrustedWebRequest class | Justin Clark-Casey (justincc) | 2014-02-27 | 1 | -230/+0 |
* | refactor: More consistently use using construct within WebUtil to match other... | Justin Clark-Casey (justincc) | 2014-02-27 | 1 | -225/+218 |
* | Add more details to InvalidOperationException logging in SychronousRestFormsR... | Justin Clark-Casey (justincc) | 2014-02-27 | 1 | -3/+4 |
* | Add Util method to load OpSys env vars | Dev Random | 2014-02-26 | 1 | -83/+87 |
* | Log information about which function, request data and agent ID triggered an ... | Justin Clark-Casey (justincc) | 2014-02-14 | 1 | -0/+24 |
* | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-01-31 | 1 | -3/+3 |
|\ |
|
| * | Make sure Web streams are disposed after use | Oren Hurvitz | 2014-01-31 | 1 | -3/+3 |
* | | clear land tainting when tested. Then testing, pass scene to LandObject as no... | Robert Adams | 2014-01-28 | 1 | -1/+5 |
* | | Fix terrain tests by properly initializing low detail terrain to zero height. | Robert Adams | 2014-01-28 | 1 | -0/+1 |
* | | varregion: enable teleporting to a varregion by clicking on the map and | Robert Adams | 2014-01-26 | 2 | -0/+51 |
* | | Merge branch 'master' into varregion | Robert Adams | 2014-01-21 | 3 | -21/+43 |
|\ \ |
|
| * \ | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-01-20 | 1 | -14/+7 |
| |\ \
| | |/ |
|
| | * | Stop exceptions being generated on agent connection if a telehub object has b... | Justin Clark-Casey (justincc) | 2014-01-20 | 1 | -14/+7 |
| * | | Materials module: a) Store materials as assets; b) Finalized it (removed the ... | Oren Hurvitz | 2014-01-20 | 2 | -7/+36 |
* | | | Merge branch 'master' into varregion | Robert Adams | 2014-01-19 | 1 | -1/+25 |
|\ \ \
| |/ / |
|
| * | | Fix casting error for float type INI file parameter parsing. | Robert Adams | 2014-01-19 | 1 | -1/+1 |
| * | | minor: Add method doc to IImproveAssetCache | Justin Clark-Casey (justincc) | 2014-01-18 | 1 | -1/+25 |
* | | | Fix casting error for float type INI file parameter parsing. | Robert Adams | 2014-01-19 | 1 | -1/+1 |
* | | | Merge branch 'master' into varregion | Robert Adams | 2014-01-11 | 2 | -1/+90 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-01-11 | 1 | -1/+3 |
| |\ \
| | |/ |
|
| | * | Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that. | Oren Hurvitz | 2014-01-11 | 1 | -1/+3 |
| * | | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-01-10 | 1 | -0/+87 |
| |\ \
| | |/ |
|
| | * | Refactored: use a single function to apply an object's folded permissions to ... | Oren Hurvitz | 2014-01-10 | 1 | -0/+19 |
| | * | Refactored setting permissions when rezzing items: use the same function when... | Oren Hurvitz | 2014-01-10 | 1 | -0/+68 |
| | * | Add missing viewer param elements for butt and breast physics. | Justin Clark-Casey (justincc) | 2013-12-19 | 1 | -1/+75 |
| * | | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 2014-01-04 | 1 | -0/+2 |
| * | | Add routines in Util.cs for conversion of region handles to region | Robert Adams | 2014-01-04 | 2 | -1/+47 |
| * | | Add serialization/deserialization of region size to RegionInfo, GridRegion, a... | Robert Adams | 2013-12-28 | 2 | -37/+158 |
* | | | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 2014-01-03 | 2 | -1/+5 |
* | | | varregion: many more updates removing the constant RegionSize and replacing | Robert Adams | 2013-12-26 | 1 | -0/+5 |
* | | | Merge branch 'master' into varregion | Robert Adams | 2013-12-17 | 9 | -115/+419 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2013-12-14 | 1 | -15/+15 |
| |\ \
| | |/ |
|
| | * | ParseNotecardToList() returned data past end of notecard text (mantis #6881). | Kevin Cozens | 2013-12-14 | 1 | -15/+15 |
| * | | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2013-12-14 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | After previous discussion, put eye-catcher 'SCRIPT READY' messages to console... | Justin Clark-Casey (justincc) | 2013-12-14 | 1 | -2/+2 |
| * | | Add missing files *blush* | Melanie | 2013-12-11 | 1 | -0/+157 |
| * | | Committing the Avination Scene Presence and related texture code | Melanie | 2013-12-11 | 5 | -98/+237 |
| |/ |
|
| * | Add support for user preferences (im via email) | BlueWall | 2013-12-06 | 1 | -0/+8 |
* | | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 2013-12-14 | 1 | -46/+22 |
* | | varregion: Add MaxRegionSize constant and enforce in RegionInfo. | Robert Adams | 2013-11-30 | 2 | -2/+13 |
* | | varregion: many replacements of in-place arithmetic with calls to | Robert Adams | 2013-11-28 | 1 | -0/+1 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-11-24 | 1 | -1/+25 |
|\ \
| |/ |
|
| * | rename private field ACD.ViewerInternal to m_viewerInternal in line with conv... | Justin Clark-Casey (justincc) | 2013-11-19 | 1 | -5/+6 |
| * | Stop AgentCircuitData.Viewer.get() from throwing an error if no Viewer has be... | Justin Clark-Casey (justincc) | 2013-11-19 | 1 | -1/+1 |
| * | Normalize viewer version string to accomodate new style version reporting in ... | Latif Khalifa | 2013-11-19 | 1 | -1/+24 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-11-15 | 7 | -9/+9 |
|\ \
| |/ |
|
| * | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 7 | -9/+9 |
* | | varregion: fix GetLandObject error return and initialization of square | Robert Adams | 2013-11-10 | 1 | -2/+4 |
* | | varregion: elimination of Constants.RegionSize from all over OpenSimulator. | Robert Adams | 2013-11-08 | 3 | -7/+48 |