post rename updates

master
Beq 2022-08-16 17:57:37 +01:00
parent c0641bbfdd
commit 79928fc1fe
9 changed files with 15 additions and 15 deletions

View File

@ -223,9 +223,9 @@ set(viewer_SOURCE_FILES
llagentwearablesfetch.cpp
# local mesh
lllocalmesh.cpp
llfloaterlocalmesh.cpp
lllocalmeshimportdae.cpp
vjlocalmesh.cpp
vjfloaterlocalmesh.cpp
vjlocalmeshimportdae.cpp
llaccountingcostmanager.cpp
llaisapi.cpp
@ -1002,9 +1002,9 @@ set(viewer_HEADER_FILES
llagentwearablesfetch.h
# local mesh
lllocalmesh.h
llfloaterlocalmesh.h
lllocalmeshimportdae.h
vjlocalmesh.h
vjfloaterlocalmesh.h
vjlocalmeshimportdae.h
llaccountingcostmanager.h
llaisapi.h

View File

@ -221,7 +221,7 @@
#include "NACLfloaterexploresounds.h"
#include "particleeditor.h"
#include "quickprefs.h"
#include "llfloaterlocalmesh.h" // local mesh
#include "vjfloaterlocalmesh.h" // local mesh
// handle secondlife:///app/openfloater/{NAME} URLs
@ -524,7 +524,7 @@ void LLViewerFloaterReg::registerFloaters()
LLFloaterReg::add("script_recover", "floater_script_recover.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterScriptRecover>);
LLFloaterReg::add("sound_explorer", "floater_NACL_explore_sounds.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<NACLFloaterExploreSounds>);
LLFloaterReg::add("vram_usage", "floater_fs_vram_usage.xml", static_cast<LLFloaterBuildFunc>( &LLFloaterReg::build< FSFloaterVRAMUsage >) );
LLFloaterReg::add("local_mesh_floater", "llfloaterlocalmesh.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterLocalMesh>); // local mesh
LLFloaterReg::add("local_mesh_floater", "floater_vj_local_mesh.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterLocalMesh>); // local mesh
LLFloaterReg::registerControlVariables(); // Make sure visibility and rect controls get preserved when saving
}

View File

@ -40,8 +40,8 @@
#include "llviewerobjectlist.h"
// own headers
#include "llfloaterlocalmesh.h"
#include "lllocalmesh.h"
#include "vjfloaterlocalmesh.h"
#include "vjlocalmesh.h"
static const S32 LOCAL_TRACKING_ID_COLUMN = 4;

View File

@ -42,11 +42,11 @@
#include <boost/filesystem.hpp>
// local mesh headers
#include "lllocalmesh.h"
#include "llfloaterlocalmesh.h"
#include "vjlocalmesh.h"
#include "vjfloaterlocalmesh.h"
// local mesh importers
#include "lllocalmeshimportdae.h"
#include "vjlocalmeshimportdae.h"
/*==========================================*/

View File

@ -28,8 +28,8 @@
#include "llviewerprecompiledheaders.h"
/* own header */
#include "lllocalmesh.h"
#include "lllocalmeshimportdae.h"
#include "vjlocalmesh.h"
#include "vjlocalmeshimportdae.h"
/* linden headers */
#include "llmodelloader.h"