| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure we dispose of WebResponse, StreamReader and Stream in various place... | Justin Clark-Casey (justincc) | 2013-02-27 | 14 | -212/+245 |
* | minor: Remove unnecessary very old System.Net reference in OpenSim.Region.Scr... | Justin Clark-Casey (justincc) | 2013-02-26 | 1 | -1/+0 |
* | minor: remove warning in ConfigurationLoaderTest | Justin Clark-Casey (justincc) | 2013-02-26 | 1 | -0/+2 |
* | Add regression test for llRequestUrl() | Justin Clark-Casey (justincc) | 2013-02-26 | 5 | -22/+86 |
* | BulletSim: fix crash around race condition when a mesh asset cannot | Robert Adams | 2013-02-26 | 2 | -8/+12 |
* | BulletSim: tweeks to make avatar jump work better. | Robert Adams | 2013-02-25 | 1 | -4/+6 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-02-25 | 8 | -91/+109 |
|\ |
|
| * | Move map related settings from [Startup] to a new [Map] section in OpenSim.ini | Justin Clark-Casey (justincc) | 2013-02-25 | 8 | -91/+109 |
* | | Mantis #6552 -- stricter error (crash) if server URL is malformed. | Diva Canto | 2013-02-25 | 1 | -5/+2 |
|/ |
|
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-02-25 | 5 | -218/+628 |
|\ |
|
| * | Add StatsManager registration for region specific stats as collected | Robert Adams | 2013-02-24 | 1 | -1/+47 |
| * | Streamline stat registration code in ServerStats. Remove most of the | Robert Adams | 2013-02-24 | 1 | -160/+50 |
| * | Make StatsManager default output a little more readable | Robert Adams | 2013-02-24 | 1 | -1/+1 |
| * | Add EventHistogram.GetHistogramAsOSDMap that returns that parameters | Robert Adams | 2013-02-24 | 1 | -211/+228 |
| * | Modify StatsManager so console command "show stats category container" | Robert Adams | 2013-02-24 | 1 | -5/+24 |
| * | Addition of ServerStats shared region module which collects and registers | Robert Adams | 2013-02-24 | 1 | -0/+438 |
* | | Missing var in [LoginService] for HG Robust. | Diva Canto | 2013-02-25 | 1 | -0/+1 |
* | | Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the roles... | Diva Canto | 2013-02-25 | 4 | -3/+16 |
|/ |
|
* | More clarification on the [Groups] section | Diva Canto | 2013-02-23 | 1 | -0/+1 |
* | Further clarification on the same spot. | Diva Canto | 2013-02-23 | 1 | -0/+1 |
* | Improved documentation of Groups section. | Diva Canto | 2013-02-23 | 1 | -2/+6 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-02-22 | 2 | -42/+87 |
|\ |
|
| * | minor: Add doc to ScenePresence.IsInTransit to make it clear that this is set... | Justin Clark-Casey (justincc) | 2013-02-22 | 1 | -0/+6 |
| * | Make reset of EntityTransferStateMachine for an avatar transfer always happen... | Justin Clark-Casey (justincc) | 2013-02-22 | 1 | -42/+81 |
* | | Added new Util function for reading config vars that's more generic than the ... | Diva Canto | 2013-02-22 | 13 | -15/+54 |
|/ |
|
* | Err.. wrong dll name for groups in Robust.HG.ini.example | Diva Canto | 2013-02-21 | 2 | -1/+3 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-02-21 | 4 | -3/+236 |
|\ |
|
| * | Add a virtual ToOSDMap() function to Monitoring.Stat for future | Robert Adams | 2013-02-21 | 1 | -0/+16 |
| * | Add CounterStat which is a wrapper for a counter stat but, because | Robert Adams | 2013-02-21 | 2 | -1/+218 |
| * | minor: Change summary in "show appearance" console command to "incomplete" ra... | Justin Clark-Casey (justincc) | 2013-02-21 | 2 | -2/+2 |
* | | Minor formatting cleanup. No changes. | Diva Canto | 2013-02-21 | 1 | -12/+12 |
* | | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de... | Diva Canto | 2013-02-21 | 16 | -67/+153 |
|/ |
|
* | BulletSim: add OutOfBounds logic and some position sanity checking | Robert Adams | 2013-02-21 | 5 | -33/+68 |
* | Add a method to IStatsCollector for returning stats as an OSDMap. | Robert Adams | 2013-02-20 | 6 | -4/+82 |
* | Add flush after write feature to LogWriter | Robert Adams | 2013-02-20 | 1 | -1/+12 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2013-02-20 | 61 | -155/+58 |
|\ |
|
| * | Fix the JsonStore path set problem justincc found earlier today and | Mic Bowman | 2013-02-19 | 4 | -96/+3 |
| * | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 55 | -55/+53 |
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-02-19 | 6 | -18/+39 |
| |\ |
|
| * | | Updated AssemblyInfo.cs for Groups and OfflineIM to 0.7.6.*. Removed Assembly... | Diva Canto | 2013-02-19 | 2 | -4/+2 |
* | | | Correct mistake in parsing 'show object pos' and similar pos commands where t... | Justin Clark-Casey (justincc) | 2013-02-20 | 2 | -9/+9 |
| |/
|/| |
|
* | | Give the user some feedback about the success or failure of console login pro... | Justin Clark-Casey (justincc) | 2013-02-20 | 1 | -2/+13 |
* | | Add information about MinLoginLevel to example ini files | Justin Clark-Casey (justincc) | 2013-02-20 | 2 | -1/+11 |
* | | minor: remove some mono compiler warnings in OpenSim.Region.ClientStack.Linde... | Justin Clark-Casey (justincc) | 2013-02-20 | 2 | -5/+5 |
* | | Convert JsonTestPath() use in json regression tests to JsonGetPathType() instead | Justin Clark-Casey (justincc) | 2013-02-19 | 1 | -10/+10 |
|/ |
|
* | This should fix the build fail. Fingers crossed. | Diva Canto | 2013-02-19 | 1 | -1/+1 |
* | Previous build failed. Checking in a dummy change to see if the fail persists. | Diva Canto | 2013-02-19 | 1 | -3/+3 |
* | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the res... | Diva Canto | 2013-02-19 | 24 | -15/+9544 |
* | Offline IM: moved the Data and MySQL bits to the corresponding places in core... | Diva Canto | 2013-02-19 | 6 | -13/+5 |
* | One more sql statement on migration #2 for offline im, to really clean up thi... | Diva Canto | 2013-02-18 | 1 | -0/+1 |