This commit is contained in:
Phillip Stephens 2016-12-09 18:36:20 -08:00
commit 0dc6729144
7 changed files with 11 additions and 4 deletions

View File

@ -81,6 +81,11 @@ set(HECL_DATASPEC_PUSHES
hecl::Database::DATA_SPEC_REGISTRY.push_back(&DataSpec::SpecEntMP3);
hecl::Database::DATA_SPEC_REGISTRY.push_back(&DataSpec::SpecEntMP3PC);")
add_subdirectory(hecl)
if(NOT TARGET atdna)
message(FATAL_ERROR "atdna required for building URDE; please verify LLVM installation")
endif()
add_definitions(${BOO_SYS_DEFINES})
include_directories(${BOO_SYS_INCLUDES})
add_subdirectory(amuse)

View File

@ -333,7 +333,7 @@ void ViewManager::init(boo::IApplication* app)
m_mainWindow->showWindow();
m_mainWindow->setWaitCursor(true);
float pixelFactor = 1.0;
float pixelFactor = m_mainWindow->getVirtualPixelFactor();
m_mainBooFactory = m_mainWindow->getMainContextDataFactory();
m_mainPlatformName = m_mainBooFactory->platformName();

View File

@ -12,6 +12,7 @@ if(WIN32)
"$ENV{ProgramW6432}/Inkscape"
"$ENV{PROGRAMFILES(X86)}/Inkscape")
else()
set(CMAKE_FIND_APPBUNDLE FIRST)
find_program(INKSCAPE_BIN inkscape)
endif()
if(INKSCAPE_BIN STREQUAL "INKSCAPE_BIN-NOTFOUND")

View File

@ -71,6 +71,7 @@ void CGraphics::SetFog(ERglFogMode mode, float startz, float endz, const zeus::C
if (mode == ERglFogMode::None)
{
g_Fog.m_start = 4096.f;
g_Fog.m_rangeScale = 1.f;
}
else
{

2
amuse

@ -1 +1 @@
Subproject commit c886bfd7d2e7ef0d397db469160cbce3e29484ee
Subproject commit eb948dfd63236cceaf4055c032fa7f88c8fa4955

2
hecl

@ -1 +1 @@
Subproject commit 9a4781eb6c763ba412e432806990694235d5fb48
Subproject commit 389c6a2e3d7aaffc132c7d027af8eb17873433ed

@ -1 +1 @@
Subproject commit 1410e76566910b2436d1588f6976470684d57e33
Subproject commit ac2ebd5499cfcdb6183c7fa26618555575f9b9c6