aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/chatbar_as_cmdline.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move streaming audio out of gAudiop into its own class.Armin Weatherwax2011-01-041-2/+2
| | | | | | * might solve several issues with streaming audio, like: streaming audio not working when the sound effects driver fails. * breaks fmod. Sorry. If you want fmod go fix it, its probably not difficult.
* Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood2010-11-051-1/+1
| | | | | | | | | | | There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming.
* Merge branch 'mccabe-plugins' into plugins_mergeRobin Cornelius2010-10-101-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/doc/contributions.txt linden/indra/cmake/GStreamer.cmake linden/indra/cmake/LLMedia.cmake linden/indra/cmake/OPENAL.cmake linden/indra/llmedia/CMakeLists.txt linden/indra/llprimitive/material_codes.h linden/indra/newview/chatbar_as_cmdline.cpp linden/indra/newview/llappviewer.cpp linden/indra/newview/llfloatertos.cpp linden/indra/newview/llstartup.cpp linden/indra/newview/llviewerwindow.cpp linden/indra/newview/llvoavatar.cpp linden/indra/newview/pipeline.cpp linden/indra/newview/pipeline.h linden/indra/newview/viewer_manifest.py linden/install.xml
| * llmediaplugins first stepArmin Weatherwax2010-09-231-2/+2
| |
* | Double-click teleport:thickbrick2010-09-211-2/+2
|/ | | | | | | - clean up duplicated (and subtly and needlessly different) code. - keep the camera heading in inter-sim double-click teleport in a hackish way, since SL sims give LookAt info that is kind of random in AgentMovementComplete.
* Fixed 'cao on/off' commands not working in the chatbarMcCabe Maxsted2010-09-021-3/+3
|
* Don't use 'rezplat' command on opensim since it currently doesn't work on ↵McCabe Maxsted2010-09-021-1/+2
| | | | any OS-based grid
* Moved chatbar commandline options into their own window, cleaned up more stuffMcCabe Maxsted2010-09-011-65/+64
|
* added autocorrect functionality and floaterPatrick Sapinski2010-08-301-3/+3
|
* updated chatbar command line and added the necessary settings and hooks to ↵Patrick Sapinski2010-08-301-0/+958
use it