aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * rename private field ACD.ViewerInternal to m_viewerInternal in line with conv...Justin Clark-Casey (justincc)2013-11-191-5/+6
| * Stop AgentCircuitData.Viewer.get() from throwing an error if no Viewer has be...Justin Clark-Casey (justincc)2013-11-191-1/+1
| * Normalize viewer version string to accomodate new style version reporting in ...Latif Khalifa2013-11-191-1/+24
* | Merge branch 'master' into varregionRobert Adams2013-11-157-9/+9
|\ \ | |/
| * refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-157-9/+9
* | varregion: fix GetLandObject error return and initialization of squareRobert Adams2013-11-101-2/+4
* | varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2013-11-083-7/+48
* | varregion: properly sense size of terrain heightmap and store asRobert Adams2013-11-051-4/+15
* | Merge branch 'master' into varregionRobert Adams2013-11-041-1/+0
|\ \ | |/
| * Remove legacy sqlite lines added internally by OpenSimulator to the [Startup]...Justin Clark-Casey (justincc)2013-10-281-1/+0
* | varregion: Enforce the configuration of square regions in RegionInfo.cs.Robert Adams2013-11-021-3/+15
* | varregion: fix lawn-mower terrain fill so it works for non-square regions.Robert Adams2013-11-011-2/+2
* | varregion: enforce multiple of 256 for region size when parameters fetched fr...Robert Adams2013-11-011-0/+33
* | varregion: push TerrainData implementation up and down the database storage s...Robert Adams2013-11-011-24/+169
* | varregion: fix problem of X/Y dimensions swapped and incorrect terrainRobert Adams2013-10-311-1/+1
* | Merge branch 'master' into varregionRobert Adams2013-10-165-0/+904
|\ \ | |/
| * * Add a session concurrency option per key. Allows developer/config to speci...teravus2013-10-094-23/+102
| * * Move the BasicDOSProtector.cs to OpenSim.Framework (all useful classes belo...teravus2013-10-071-1/+29
| * * Refactorteravus2013-10-074-410/+213
| * * Added a Basic DOS protection container/base object for the most common HTTP...teravus2013-10-074-0/+994
* | varregion: move the compressed heighmap compression factor fromRobert Adams2013-10-162-15/+30
* | Merge branch 'master' into varregionRobert Adams2013-10-0713-14/+77
|\ \ | |/
| * * Add an initial complete frame timeout to the WebSocket processor to make it...teravus2013-10-041-2/+65
| * Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-0412-12/+12
* | varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams2013-10-072-12/+103
* | varregion: add new TerrainData and TerrainCompressor routines. TerrainCompres...Robert Adams2013-10-071-0/+152
* | varregion: serious rework of TerrainChannel:Robert Adams2013-09-282-13/+21
* | varregion: go back to using Constants.RegionSize so as not to breakRobert Adams2013-09-281-20/+13
* | VarRegion: add RegionSize[XYZ] to RegionInfo.cs.Robert Adams2013-09-281-23/+78
* | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-281-23/+59
|/
* refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...Justin Clark-Casey (justincc)2013-09-271-2/+2
* refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)2013-09-271-5/+7
* Don't use 'Indented' formatting for RpcXml responses.Aleric Inglewood2013-09-221-1/+15
* Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2013-09-221-0/+11
* Make new regions PG by default instead of Mature.Justin Clark-Casey (justincc)2013-09-201-1/+1
* minor simplification of some unix date functions in Util. No functional change.Justin Clark-Casey (justincc)2013-09-031-5/+3
* Add experimental "show grid users online" console command to show grid users ...Justin Clark-Casey (justincc)2013-09-031-4/+4
* Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2013-09-021-1/+2