aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Extend locking in BlockingQueue to cover operations that are not guaranteed t...Justin Clark-Casey (justincc)2014-03-181-10/+8
* Allow "show stats" console command to take a full stat name and display only ...Justin Clark-Casey (justincc)2014-03-181-1/+23
* Lock m_syncRoot on DoubleQueue.Count. This is not documented as a thread-saf...Justin Clark-Casey (justincc)2014-03-181-1/+5
* Add regression test for http inventory fetch.Justin Clark-Casey (justincc)2014-03-173-397/+122
* Change terrain update sending to be triggered by frame tick ratherRobert Adams2014-03-101-5/+46
* minor: Increase size of parcel name field in "land show" console command outp...Justin Clark-Casey (justincc)2014-03-061-1/+6
* Add UUID and ready status (whether region has finished starting up) to "show ...Justin Clark-Casey (justincc)2014-03-051-0/+43
* Set up a StreamReader and call ReadToEnd() instead of using the GetStreamStri...Justin Clark-Casey (justincc)2014-02-271-41/+13
* Remove long unused UntrustedWebRequest classJustin Clark-Casey (justincc)2014-02-271-230/+0
* refactor: More consistently use using construct within WebUtil to match other...Justin Clark-Casey (justincc)2014-02-271-225/+218
* Add more details to InvalidOperationException logging in SychronousRestFormsR...Justin Clark-Casey (justincc)2014-02-271-3/+4
* Add Util method to load OpSys env varsDev Random2014-02-261-83/+87
* Log information about which function, request data and agent ID triggered an ...Justin Clark-Casey (justincc)2014-02-141-0/+24
* Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-311-3/+3
|\
| * Make sure Web streams are disposed after useOren Hurvitz2014-01-311-3/+3
* | clear land tainting when tested. Then testing, pass scene to LandObject as no...Robert Adams2014-01-281-1/+5
* | Fix terrain tests by properly initializing low detail terrain to zero height.Robert Adams2014-01-281-0/+1
* | varregion: enable teleporting to a varregion by clicking on the map andRobert Adams2014-01-262-0/+51
* | Merge branch 'master' into varregionRobert Adams2014-01-213-21/+43
|\ \
| * \ Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-201-14/+7
| |\ \ | | |/
| | * Stop exceptions being generated on agent connection if a telehub object has b...Justin Clark-Casey (justincc)2014-01-201-14/+7
| * | Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz2014-01-202-7/+36
* | | Merge branch 'master' into varregionRobert Adams2014-01-191-1/+25
|\ \ \ | |/ /
| * | Fix casting error for float type INI file parameter parsing.Robert Adams2014-01-191-1/+1
| * | minor: Add method doc to IImproveAssetCacheJustin Clark-Casey (justincc)2014-01-181-1/+25
* | | Fix casting error for float type INI file parameter parsing.Robert Adams2014-01-191-1/+1
* | | Merge branch 'master' into varregionRobert Adams2014-01-112-1/+90
|\ \ \ | |/ /
| * | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-111-1/+3
| |\ \ | | |/
| | * Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that.Oren Hurvitz2014-01-111-1/+3
| * | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-101-0/+87
| |\ \ | | |/
| | * Refactored: use a single function to apply an object's folded permissions to ...Oren Hurvitz2014-01-101-0/+19
| | * Refactored setting permissions when rezzing items: use the same function when...Oren Hurvitz2014-01-101-0/+68
| | * Add missing viewer param elements for butt and breast physics.Justin Clark-Casey (justincc)2013-12-191-1/+75
| * | varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-041-0/+2
| * | Add routines in Util.cs for conversion of region handles to regionRobert Adams2014-01-042-1/+47
| * | Add serialization/deserialization of region size to RegionInfo, GridRegion, a...Robert Adams2013-12-282-37/+158
* | | varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-032-1/+5
* | | varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-261-0/+5
* | | Merge branch 'master' into varregionRobert Adams2013-12-179-115/+419
|\ \ \ | |/ /
| * | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2013-12-141-15/+15
| |\ \ | | |/
| | * ParseNotecardToList() returned data past end of notecard text (mantis #6881).Kevin Cozens2013-12-141-15/+15
| * | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2013-12-141-2/+2
| |\ \ | | |/
| | * After previous discussion, put eye-catcher 'SCRIPT READY' messages to console...Justin Clark-Casey (justincc)2013-12-141-2/+2
| * | Add missing files *blush*Melanie2013-12-111-0/+157
| * | Committing the Avination Scene Presence and related texture codeMelanie2013-12-115-98/+237
| |/
| * Add support for user preferences (im via email)BlueWall2013-12-061-0/+8
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-46/+22
* | varregion: Add MaxRegionSize constant and enforce in RegionInfo.Robert Adams2013-11-302-2/+13
* | varregion: many replacements of in-place arithmetic with calls toRobert Adams2013-11-281-0/+1
* | Merge branch 'master' into varregionRobert Adams2013-11-241-1/+25
|\ \ | |/