RLVa 1.1.2 to 1.1.3 upgrade. InvLinks + COF

This commit is contained in:
Siana Gearz
2010-11-25 23:47:11 +01:00
parent 074bec3ad1
commit f9dcb1bb09
88 changed files with 8710 additions and 4707 deletions

View File

@@ -4223,20 +4223,10 @@ void LLAppViewer::handleLoginComplete()
}
writeDebugInfo();
// [RLVa:KB] - Alternate: Snowglobe-1.2.4 | Checked: 2009-08-05 (RLVa-1.0.1e) | Modified: RLVa-1.0.1e
// TODO-RLVa: find some way to initialize the lookup table when we need them *and* support toggling RLVa at runtime
gRlvHandler.initLookupTables();
// [RLVa:KB] - Checked: 2010-09-27 (RLVa-1.1.3b) | Modified: RLVa-1.1.3b
if (rlv_handler_t::isEnabled())
{
RlvCurrentlyWorn::fetchWorn();
rlv_handler_t::fetchSharedInventory();
#ifdef RLV_EXTENSION_STARTLOCATION
RlvSettings::updateLoginLastLocation();
#endif // RLV_EXTENSION_STARTLOCATION
gRlvHandler.processRetainedCommands();
gRlvHandler.onLoginComplete();
}
// [/RLVa:KB]
}