aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console (follow)
Commit message (Expand)AuthorAgeFilesLines
* make Console Promt(..) compatible with rest of code, againUbitUmarov2019-09-212-1/+18
* make Console Output(..) compatible with rest of code, againUbitUmarov2019-09-213-4/+9
* Fix console outputting raw format stringsMelanie2019-08-251-3/+5
* Make ReadConfig a general features of consoles, rather than type dependentMelanie2019-08-213-1/+9
* Call SetServer on consoles reflectively to avoid having type checks in places...Melanie2019-08-211-0/+2
* Massive console refactor. Greatly simplify interface.Melanie2019-08-205-103/+48
* http reusecontext is obsoleteUbitUmarov2018-07-141-1/+0
* mantis 8333: kept idea but my own code. With ini setting ConsoleHistoryTimeSt...UbitUmarov2018-07-141-2/+23
* keepalive is defaultUbitUmarov2018-01-301-1/+0
* fix mergeUbitUmarov2017-01-056-248/+248
|\
| * Massive tab and trailing space cleanupMelanie Thielker2017-01-056-248/+248
* | fix pool parameters for httptestsUbitUmarov2016-11-191-1/+1
|/
* REST console v2. This is an incompatible protocol change. It degrades gracefu...Melanie Thielker2016-11-191-56/+265
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto2016-02-211-1/+1
* change console main help to match masterUbitUmarov2015-09-241-13/+8
* at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-031-1/+1
* bad merge?UbitUmarov2015-09-011-7/+12
|\
| * Merge branch 'master' into careminsterMelanie2013-10-061-1/+1
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-09-011-2/+27
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-08-071-1/+21
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-07-241-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-05-111-0/+15
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-02-221-4/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-02-051-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-01-101-5/+5
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-01-041-7/+8
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-12-161-4/+24
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix new command console code to match the output of the original while keepingMelanie2012-11-231-2/+5
| * | | | | | | | | | | Add a newline before the constant help textMelanie2012-11-231-0/+1
| * | | | | | | | | | | Revert help to display a full command list. Leave the help categories in asMelanie2012-11-231-5/+6
| * | | | | | | | | | | Merge branch 'master' into careminsterMelanie2012-11-231-1/+28
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-223-11/+8
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-151-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-261-66/+180
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-121-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-071-0/+114
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | missing fileUbitUmarov2012-09-261-1/+1
| * | | | | | | | | | | | | | | | | Allow the use of the region debug console found in recent viewers. This consoleMelanie2012-08-144-2/+16
| * | | | | | | | | | | | | | | | | Merge branch 'avination' into careminsterMelanie2012-07-061-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | added a timeout paramenter to PollServiceEventArgs, so each type can define ...UbitUmarov2012-07-041-1/+1
* | | | | | | | | | | | | | | | | | | Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* | | | | | | | | | | | | | | | | | | Revert "Allow a console command to give blank arguments ("") without the pars...dahlia2015-03-141-5/+2
* | | | | | | | | | | | | | | | | | | Allow a console command to give blank arguments ("") without the parser faili...Justin Clark-Casey (justincc)2015-03-111-2/+5
* | | | | | | | | | | | | | | | | | | Add persistent command history in consoleJak Daniels2014-09-231-2/+56
* | | | | | | | | | | | | | | | | | | Add a "debug scene set child-repri <double>" command that allows child reprio...Justin Clark-Casey (justincc)2014-07-291-2/+42
* | | | | | | | | | | | | | | | | | | Add ICommands.HasCommand() method so that we can detect whether a command has...Justin Clark-Casey (justincc)2014-07-182-15/+32
* | | | | | | | | | | | | | | | | | | Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* | | | | | | | | | | | | | | | | | | Compile the regex that extract categories for colourization just once rather ...Justin Clark-Casey (justincc)2014-05-231-5/+7
* | | | | | | | | | | | | | | | | | | Allow console output to be multiline by making colourization regex RegexOptio...Justin Clark-Casey (justincc)2014-05-231-1/+1
* | | | | | | | | | | | | | | | | | | minor: Use Vector2.Zero constant and only set in condition branch where it wa...Justin Clark-Casey (justincc)2014-04-301-1/+2