Add FMOD Logo to login screen to comply with licensing
Adds code to hide the new UI when compiled without FMOD Studio
@@ -1433,6 +1433,7 @@ endif (OPENAL)
|
||||
|
||||
if (USE_FMODSTUDIO)
|
||||
list(APPEND LLSTARTUP_COMPILE_DEFINITIONS "LL_FMODSTUDIO=1")
|
||||
set_source_files_properties(llpanellogin.cpp PROPERTIES COMPILE_DEFINITIONS "LL_FMODSTUDIO=1")
|
||||
endif (USE_FMODSTUDIO)
|
||||
|
||||
set_source_files_properties(llstartup.cpp PROPERTIES COMPILE_DEFINITIONS "${LLSTARTUP_COMPILE_DEFINITIONS}")
|
||||
|
||||
@@ -237,6 +237,10 @@ LLPanelLogin::LLPanelLogin(const LLRect& rect)
|
||||
|
||||
reshape(rect.getWidth(), rect.getHeight());
|
||||
|
||||
#ifndef LL_FMODSTUDIO
|
||||
getChildView("fmod_logo")->setVisible(false);
|
||||
#endif
|
||||
|
||||
LLComboBox* username_combo(getChild<LLComboBox>("username_combo"));
|
||||
username_combo->setCommitCallback(boost::bind(LLPanelLogin::onSelectLoginEntry, _2));
|
||||
username_combo->setFocusLostCallback(boost::bind(&LLPanelLogin::onLoginComboLostFocus, this, username_combo));
|
||||
|
||||
BIN
indra/newview/skins/default/textures/FMOD Logo.png
Normal file
|
After Width: | Height: | Size: 8.6 KiB |
@@ -57,6 +57,8 @@ with the same filename but different name
|
||||
<texture name="Favorite_Star_Over" file_name="navbar/Favorite_Star_Over.png" preload="false" />
|
||||
<texture name="Favorite_Link_Over" file_name="navbar/Favorite_Link_Over.png" preload="false" />
|
||||
|
||||
<texture name="FMOD_Logo" file_name="FMOD Logo.png" preload="true"/>
|
||||
|
||||
<texture name="Parcel_M_Dark" file_name="map_event_mature.tga" preload="true" />
|
||||
<texture name="Parcel_M_Light" file_name="map_event_mature.tga" preload="false" />
|
||||
<texture name="Parcel_PG_Light" file_name="map_event.tga" preload="false" />
|
||||
|
||||
@@ -80,6 +80,8 @@
|
||||
<button bottom_delta="0" left="146" height="16" width="16" follows="left|bottom" image_overlay="inv_folder_trash.tga" scale_image="true" label="" tool_tip="Delete the currently selected remembered login info, if any." name="remove_login"/>
|
||||
<check_box bottom_delta="0" left="173" control_name="RememberPassword" follows="left|bottom" height="16" label="Save password" name="remember_check" width="158"/>
|
||||
|
||||
<icon name="fmod_logo" bottom="7" height="60" left="-425" width="228" follows="right|bottom" image_name="FMOD_Logo"/>
|
||||
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="45" drop_shadow_visible="true" follows="right|bottom"
|
||||
font="SansSerifSmall" font-style="UNDERLINE" h_pad="0" halign="right" height="16"
|
||||
|
||||
BIN
indra/newview/skins/frenchtouch/textures/FMOD Logo.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
indra/newview/skins/italia/textures/FMOD Logo.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
indra/newview/skins/kirstenLite2/textures/FMOD Logo.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
indra/newview/skins/kliteat/textures/FMOD Logo.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
indra/newview/skins/new_silver/textures/FMOD Logo.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
indra/newview/skins/orangelife/textures/FMOD Logo.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
indra/newview/skins/secondlove/textures/FMOD Logo.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
indra/newview/skins/silver/textures/FMOD Logo.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
indra/newview/skins/snowwhite/textures/FMOD Logo.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
indra/newview/skins/stpatrick/textures/FMOD Logo.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
indra/newview/skins/white_emerald/textures/FMOD Logo.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |