Pathfinding navmesh isn't available without Havok anymore - remove notification
parent
e7b3d68cab
commit
518198d268
|
|
@ -52,12 +52,6 @@
|
|||
#include "llviewerparcelmgr.h"
|
||||
#include "pipeline.h"
|
||||
|
||||
// <FS:CR> For NoHavok alert
|
||||
#ifndef HAVOK_TPV
|
||||
#include "llnotificationsutil.h"
|
||||
#endif // OPENSIM
|
||||
// </FS:CR>
|
||||
|
||||
#define XUI_RENDER_HEATMAP_NONE 0
|
||||
#define XUI_RENDER_HEATMAP_A 1
|
||||
#define XUI_RENDER_HEATMAP_B 2
|
||||
|
|
@ -245,13 +239,6 @@ void LLFloaterPathfindingConsole::onOpen(const LLSD& pKey)
|
|||
{
|
||||
switchIntoTestPathMode();
|
||||
}
|
||||
// <FS:CR> Show an alert dialog if using the Opensim viewer as functionality will be limited without Havok
|
||||
#ifndef HAVOK_TPV
|
||||
LLSD args;
|
||||
args["FEATURE"] = getString("no_havok");
|
||||
LLNotificationsUtil::add("NoHavok", args);
|
||||
#endif // OPENSIM
|
||||
// </FS:CR>
|
||||
}
|
||||
|
||||
void LLFloaterPathfindingConsole::onClose(bool pIsAppQuitting)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="floater_pathfinding_console" title="Pathfinding-Ansicht/-Test">
|
||||
<floater.string name="no_havok">
|
||||
Navmesh für Pathfinding
|
||||
</floater.string>
|
||||
<floater.string name="navmesh_viewer_status_library_not_implemented">
|
||||
Pathfinding-Bibliotheksimplementierung nicht gefunden.
|
||||
</floater.string>
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@
|
|||
single_instance="true"
|
||||
title="Pathfinding view / test"
|
||||
width="240">
|
||||
<floater.string name="no_havok">navmesh for pathfinding</floater.string>
|
||||
|
||||
<floater.string name="navmesh_viewer_status_unknown"></floater.string>
|
||||
<floater.string name="navmesh_viewer_status_library_not_implemented">Cannot find pathing library implementation.</floater.string>
|
||||
<floater.string name="navmesh_viewer_status_region_not_enabled">This region is not enabled for pathfinding.</floater.string>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="floater_pathfinding_console" title="Vista/prueba de pathfinding">
|
||||
<floater.string name="no_havok">
|
||||
navmesh para pathfinding
|
||||
</floater.string>
|
||||
<floater.string name="navmesh_viewer_status_library_not_implemented">
|
||||
No se encuentra la implementación de la biblioteca de localización de rutas.
|
||||
</floater.string>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="floater_pathfinding_console" title="経路探索の表示/テスト">
|
||||
<floater.string name="no_havok">
|
||||
経路探索のためのナビメッシュ
|
||||
</floater.string>
|
||||
<floater.string name="navmesh_viewer_status_library_not_implemented">
|
||||
経路探索ライブラリの実装が見つかりません。
|
||||
</floater.string>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater name="floater_pathfinding_console" title="Podgląd odnajdywania ścieżek">
|
||||
<floater.string name="no_havok">
|
||||
wyświetlanie Navmeshu dla systemu odnajdywania ścieżek
|
||||
</floater.string>
|
||||
<floater.string name="navmesh_viewer_status_library_not_implemented">
|
||||
Nie można znaleźć implementacji biblioteki szukania ścieżek.
|
||||
</floater.string>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="floater_pathfinding_console" title="尋路檢視 / 測試">
|
||||
<floater.string name="no_havok">
|
||||
用於尋路的導航網格
|
||||
</floater.string>
|
||||
<floater.string name="navmesh_viewer_status_library_not_implemented">
|
||||
找不到尋路函式庫的實作。
|
||||
</floater.string>
|
||||
|
|
@ -127,4 +124,4 @@
|
|||
<button label="清除路徑" name="clear_path" />
|
||||
</panel>
|
||||
</tab_container>
|
||||
</floater>
|
||||
</floater>
|
||||
|
|
|
|||
Loading…
Reference in New Issue