aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/emeraldboobutils.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-11-07IMP-692: SNOW-713: Fixed compile bug fixes.Aleric Inglewood1-0/+1
Changes: * Added changes from snowglobe 1.5 to indra/llcommon/llstring.h (compile errors as a result of a missing include, but I copied everything else too). * Added #include "linden_common.h" to emeraldboobutils.cpp. Really it's one the header files that needed that, but that's how this header works: every source file should include it as first header anyway, then there is no need for other headers to do that. * Renamed LLPanelRegionOpenSettingsInfo::sendUpdate(void*) to LLPanelRegionOpenSettingsInfo::onClickOrs because it was hiding a virtual function (BOOL sendUpdate(void)). * Made cutToClipboard more equal to copyToClipboard (was also hiding a virtual function). * Install libllcommon.so in lib64 on Linux_x86_64, instead of lib.
2010-03-05Ported breast physics from Emerald.Armin Weatherwax1-0/+188