summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregiondebugconsole.cpp
AgeCommit message (Collapse)Author
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-06Fix for windows build failureBrad Payne (Vir Linden)
2013-03-05Fixing issues with not detecting when LLSD XML parsing fails. Changing most ↵Don Kjer
http error handlers to understand LLSD error responses. Fleshing out most http error handler message spam.
2011-04-13SH-1299 and SH-1300 Adding mesh enabled checkbox to region floaterLeyla Farazha
2011-02-04Clean up license headers in a handfull of filesMerov Linden
2010-10-25Null checks for mOutput for good luck.Kyle Ambroff
2010-10-23ER-219: Add an asynchronous api for the region debug consoleKyle Ambroff
Add support for a new capability, SimConsoleAsync. This is a replacement for the deprecated SimConsole capability that provides an asynchronous API. The old API is still supported, but the simulator will never support both. For the new API, commands will be sent via HTTP POST to the SimConsoleAsync capability, same as before. But the resulting output will be pushed to the viewer view the event-poll, using the newly added SimConsoleResponse LLSD message. Will review with Simon or Falcon.
2010-08-26Cleaned up the debug console a bit. Gave it a command history and proper ↵Matthew Breindel (Falcon)
scrolling to the bottom of the returned data.
2010-07-29Adding a simple region debug console.brad kittenbrink