Add newlines to the end of all files
@@ -1,2 +1,2 @@
|
||||
#Ignore these directories
|
||||
SDKs
|
||||
SDKs
|
||||
|
||||
@@ -26,4 +26,4 @@ public class ${ANDROID_PROJECT_ACTIVITY} extends LumberyardActivity
|
||||
System.loadLibrary("c++_shared");
|
||||
Log.d("LMBR", "BootStrap: Finished Library load");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -85,4 +85,4 @@
|
||||
[
|
||||
"wscript"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -78,4 +78,4 @@
|
||||
}]
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
<bool name="use_patch_obb">${ANDROID_USE_PATCH_OBB}</bool>
|
||||
<bool name="enable_keep_screen_on">${ANDROID_ENABLE_KEEP_SCREEN_ON}</bool>
|
||||
<bool name="disable_immersive_mode">${ANDROID_DISABLE_IMMERSIVE_MODE}</bool>
|
||||
</resources>
|
||||
</resources>
|
||||
|
||||
@@ -79,4 +79,4 @@ ${CUSTOM_APPLY_ASSET_LAYOUT_RELEASE_TASK}
|
||||
${CUSTOM_GRADLE_COPY_NATIVE_DEBUG_LIB_TASK}
|
||||
${CUSTOM_GRADLE_COPY_NATIVE_PROFILE_LIB_TASK}
|
||||
${CUSTOM_GRADLE_COPY_NATIVE_RELEASE_LIB_TASK}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -164,4 +164,4 @@
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
"version_name" : "1.0.0.0",
|
||||
"orientation" : "landscape"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
"Tags": ["Foo"],
|
||||
"IconPath": "preview.png",
|
||||
"EditorModule": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
"Tags": ["Foo"],
|
||||
"IconPath": "preview.png",
|
||||
"EditorModule": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
"Tags": ["Foo"],
|
||||
"IconPath": "preview.png",
|
||||
"EditorModule": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
namespace AssetBundler
|
||||
{
|
||||
extern const char RelativeTestFolder[];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -190,4 +190,4 @@ namespace AssetBuilder
|
||||
}
|
||||
return functionAddr;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
|
||||
void AssetBuilderApplication::InstallCtrlHandler()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,4 +32,4 @@ namespace AssetBuilderApplicationPrivate
|
||||
void AssetBuilderApplication::InstallCtrlHandler()
|
||||
{
|
||||
::SetConsoleCtrlHandler(AssetBuilderApplicationPrivate::CtrlHandlerRoutine, TRUE);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,4 +20,4 @@ set(FILES
|
||||
TraceMessageHook.h
|
||||
TraceMessageHook.cpp
|
||||
AssetBuilder.rc
|
||||
)
|
||||
)
|
||||
|
||||
@@ -117,4 +117,4 @@ namespace AssetBuilderSDK
|
||||
};
|
||||
|
||||
typedef AZ::EBus<JobCommandTraits> JobCommandBus;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,4 +68,4 @@ namespace AssetBuilderSDK
|
||||
}
|
||||
|
||||
|
||||
#endif //ASSETBUILDERUTILEBUSHELPER_H
|
||||
#endif //ASSETBUILDERUTILEBUSHELPER_H
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AssetProcessor_Traits_Linux.h>
|
||||
#include <AssetProcessor_Traits_Linux.h>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AssetProcessor_Traits_Mac.h>
|
||||
#include <AssetProcessor_Traits_Mac.h>
|
||||
|
||||
@@ -56,4 +56,4 @@
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,4 +56,4 @@
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,4 +22,4 @@ set_target_properties(AssetProcessor PROPERTIES
|
||||
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Platform/Mac/gui_info.plist
|
||||
RESOURCE ${CMAKE_CURRENT_SOURCE_DIR}/Platform/Mac/Images.xcassets
|
||||
XCODE_ATTRIBUTE_ASSETCATALOG_COMPILER_APPICON_NAME AssetProcessorAppIcon
|
||||
)
|
||||
)
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AssetProcessor_Traits_Windows.h>
|
||||
#include <AssetProcessor_Traits_Windows.h>
|
||||
|
||||
@@ -85,4 +85,4 @@ namespace AssetProcessor
|
||||
};
|
||||
} // namespace AssetProcessor
|
||||
|
||||
#endif //ASSETPROCESSOR_RCQUEUESORTMODEL_H
|
||||
#endif //ASSETPROCESSOR_RCQUEUESORTMODEL_H
|
||||
|
||||
@@ -32,4 +32,4 @@ namespace AssetProcessor
|
||||
AZ::AllocatorInstance<AZ::SystemAllocator>::Destroy();
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,4 +42,4 @@ private:
|
||||
QLineEdit* m_id;
|
||||
QLineEdit* m_ipAddress;
|
||||
AzQtComponents::SpinBox* m_port;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -140,4 +140,4 @@ QListWidget::item:hover {
|
||||
|
||||
QListWidget QHeaderView::section {
|
||||
background-color: rgb(34,34,34);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
|
||||
<polygon id="Combined-Shape" fill="#FFFFFF" transform="translate(12.000000, 12.000000) rotate(90.000000) translate(-12.000000, -12.000000) " points="17 11 12 6 12 3 21 12 12 21 12 18 17 13 3 13 3 11"></polygon>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 643 B After Width: | Height: | Size: 644 B |
@@ -5,4 +5,4 @@
|
||||
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
|
||||
<polygon id="Combined-Shape" fill="#FFFFFF" points="7.02553943 13 12 18.0361734 12 21 3 12 12 3 12 5.98884985 7 11 21 11 21 13"></polygon>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 572 B |
@@ -5,4 +5,4 @@
|
||||
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
|
||||
<polygon id="Combined-Shape" fill="#FFFFFF" points="17 11 12 6 12 3 21 12 12 21 12 18 17 13 3 13 3 11"></polygon>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 545 B |
@@ -5,4 +5,4 @@
|
||||
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
|
||||
<polygon id="Combined-Shape" fill="#FFFFFF" transform="translate(12.000000, 12.000000) rotate(90.000000) translate(-12.000000, -12.000000) " points="7.02553943 13 12 18.0361734 12 21 3 12 12 3 12 5.98884985 7 11 21 11 21 13"></polygon>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 664 B After Width: | Height: | Size: 665 B |
@@ -8,4 +8,4 @@
|
||||
<path d="M21,3 L21,19.5 L21.0070809,19.5 L21.0070809,20.9975284 L21,20.997 L21,21 L19.5,21 L19.5,20.997 L7.97261837,21 L9.45378213,19.5 L19.5,19.5 L19.5,7 L4.5,7 L4.5,14.7148938 L3,16.0495017 L3,3 L21,3 Z" id="Combined-Shape" fill="#FFFFFF"></path>
|
||||
<path d="M13.5,17 L12,17 L12,13.063 L4.06066017,21.0033009 L3,19.9426407 L10.942,12 L7,12 L7,10.5 L13.5,10.5 L13.5,17 Z" id="Combined-Shape" fill="#FFFFFF"></path>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 994 B After Width: | Height: | Size: 995 B |
@@ -8,4 +8,4 @@
|
||||
<path d="M21,3 L21,19.5 L21.0070809,19.5 L21.0070809,20.9975284 L21,20.997 L21,21 L19.5,21 L19.5,20.997 L7.97261837,21 L9.45378213,19.5 L19.5,19.5 L19.5,7 L4.5,7 L4.5,14.7148938 L3,16.0495017 L3,3 L21,3 Z" id="Combined-Shape" fill="#17A3CD"></path>
|
||||
<path d="M13.5,17 L12,17 L12,13.063 L4.06066017,21.0033009 L3,19.9426407 L10.942,12 L7,12 L7,10.5 L13.5,10.5 L13.5,17 Z" id="Combined-Shape" fill="#17A3CD"></path>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1006 B After Width: | Height: | Size: 1007 B |
@@ -5,4 +5,4 @@
|
||||
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
|
||||
<path d="M13,3 L13,11 L21,11 L21,13 L13,13 L13,21 L11,21 L11,13 L3,13 L3,11 L11,11 L11,3 L13,3 Z" id="Combined-Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 583 B After Width: | Height: | Size: 584 B |
@@ -106,4 +106,4 @@ namespace AssetProcessor
|
||||
QByteArray m_payload;
|
||||
SendMessageCallBack m_callback;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,4 +93,4 @@ namespace AssetProcessor
|
||||
|
||||
return true;
|
||||
}
|
||||
} // namespace AssetProcessor
|
||||
} // namespace AssetProcessor
|
||||
|
||||
@@ -36,4 +36,4 @@ private:
|
||||
char m_streamBuffer[128];
|
||||
AZStd::string m_stringBeingConcatenated;
|
||||
AZStd::string m_errorStringBeingConcatenated;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -66,4 +66,4 @@ namespace AssetProcessor
|
||||
AZStd::map<AZ::Uuid, PotentialDependencyMetaData> m_uuids;
|
||||
AZStd::map<AZ::Data::AssetId, PotentialDependencyMetaData> m_assetIds;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,4 +16,4 @@ provo=copy
|
||||
|
||||
; this will remove "mov" from the default configuration
|
||||
[RC mov]
|
||||
ignore=true
|
||||
ignore=true
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
"use_main_obb" : "false",
|
||||
"use_patch_obb" : "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
set(FILES
|
||||
platform_android.cpp
|
||||
native_app_glue_include.c
|
||||
)
|
||||
)
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
set(FILES
|
||||
../Common/platform_host_main.cpp
|
||||
../Common/platform_host_posix.cpp
|
||||
)
|
||||
)
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
set(FILES
|
||||
../Common/platform_host_main.cpp
|
||||
../Common/platform_host_posix.cpp
|
||||
)
|
||||
)
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
set(FILES
|
||||
../Common/platform_host_main.cpp
|
||||
platform_windows.cpp
|
||||
)
|
||||
)
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
set(FILES
|
||||
Resources/Info.plist
|
||||
Launcher_iOS.mm
|
||||
)
|
||||
)
|
||||
|
||||
@@ -28,4 +28,4 @@ add_subdirectory(SerializeContextTools)
|
||||
add_subdirectory(AssetBundler)
|
||||
add_subdirectory(GridHub)
|
||||
add_subdirectory(Standalone)
|
||||
add_subdirectory(TestImpactFramework)
|
||||
add_subdirectory(TestImpactFramework)
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
#pragma once
|
||||
|
||||
#define AZ_TRAIT_CRASHHANDLER_CONVERT_MULTIBYTE_CHARS 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <CrashHandler_Traits_Android.h>
|
||||
#include <CrashHandler_Traits_Android.h>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
#pragma once
|
||||
|
||||
#define AZ_TRAIT_CRASHHANDLER_CONVERT_MULTIBYTE_CHARS 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <CrashHandler_Traits_Linux.h>
|
||||
#include <CrashHandler_Traits_Linux.h>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
#pragma once
|
||||
|
||||
#define AZ_TRAIT_CRASHHANDLER_CONVERT_MULTIBYTE_CHARS 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <CrashHandler_Traits_Mac.h>
|
||||
#include <CrashHandler_Traits_Mac.h>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <CrashHandler_Traits_Windows.h>
|
||||
#include <CrashHandler_Traits_Windows.h>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
#pragma once
|
||||
|
||||
#define AZ_TRAIT_CRASHHANDLER_CONVERT_MULTIBYTE_CHARS 1
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 1
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 1
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <CrashHandler_Traits_iOS.h>
|
||||
#include <CrashHandler_Traits_iOS.h>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
#pragma once
|
||||
|
||||
#define AZ_TRAIT_CRASHHANDLER_CONVERT_MULTIBYTE_CHARS 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
|
||||
@@ -69,4 +69,4 @@ namespace CrashHandler
|
||||
std::string m_submissionToken;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,4 +82,4 @@ namespace CrashHandler
|
||||
returnPath = returnPath.substr(0, extPos);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,4 +35,4 @@ namespace CrashHandler
|
||||
time(&rawtime);
|
||||
localtime_s(&timeInfo, &rawtime);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ namespace CrashHandler
|
||||
return buffer;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,4 +37,4 @@ namespace CrashHandler
|
||||
virtual void GetOSAnnotations(CrashHandlerAnnotations& annotations) const override;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,4 +33,4 @@ namespace CrashHandler
|
||||
}
|
||||
return returnPath;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ namespace O3de
|
||||
|
||||
static std::string GetRootFolder();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,4 +33,4 @@ namespace O3de
|
||||
BufferedDataStream& operator=(const BufferedDataStream& rhs) = delete;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,4 +72,4 @@ namespace O3de
|
||||
std::string m_submissionToken;
|
||||
std::string m_executableName;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ namespace O3de
|
||||
|
||||
base::FilePath m_filePath;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -246,4 +246,4 @@ namespace O3de
|
||||
// Reset so we can loop again inside crashpad
|
||||
optind = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,4 +27,4 @@ void invert_affine(AffineParts *parts, AffineParts *inverse);
|
||||
|
||||
#endif // CRYINCLUDE_CRYCOMMONTOOLS_DECOMPOSE_H
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -294,4 +294,4 @@ NonSkeletalAnimationData::State::State()
|
||||
NonSkeletalAnimationData::ModelEntry::ModelEntry()
|
||||
: flags(0)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -127,4 +127,4 @@ bool ExportSourceDecoratorBase::HasValidRotController(const IModelData* modelDat
|
||||
bool ExportSourceDecoratorBase::HasValidSclController(const IModelData* modelData, int modelIndex) const
|
||||
{
|
||||
return this->source->HasValidSclController(modelData, modelIndex);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -104,4 +104,4 @@ bool MaterialHelpers::WriteMaterials(const std::string& filename, const std::vec
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,4 +51,4 @@ set(FILES
|
||||
ZipDir/ZipFileFormat.h
|
||||
ZipDir/ZipFileFormat_info.h
|
||||
SuffixUtil.h
|
||||
)
|
||||
)
|
||||
|
||||
@@ -150,4 +150,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
LIBRARY CryXML
|
||||
EXPORTS
|
||||
GetICryXML @1
|
||||
GetICryXML @1
|
||||
|
||||
@@ -468,4 +468,4 @@ private:
|
||||
};
|
||||
|
||||
#endif // CRYINCLUDE_CRYXML_XML_XML_H
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -19,4 +19,4 @@ set(FILES
|
||||
XML/xml.h
|
||||
CryXML_precompiled.h
|
||||
CryXML_precompiled.cpp
|
||||
)
|
||||
)
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -985,4 +985,4 @@ SearchLineEdit{
|
||||
|
||||
SearchLineEdit>QLineEdit{
|
||||
background-color: rgb(160, 160, 160);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,4 +68,4 @@ Submitting:
|
||||
/Code/CryEngine/RenderDll/Common/Shaders/ShaderCache.cpp
|
||||
/Code/CryEngine/RenderDll/Common/Shaders/Shader.h
|
||||
/Tools/RemoteShaderCompiler/Compiler/PCGL/[rsc_version]/HLSLcc.exe
|
||||
This will make sure there is no mismatch between any cached shaders, and remotely or locally compiled shaders.
|
||||
This will make sure there is no mismatch between any cached shaders, and remotely or locally compiled shaders.
|
||||
|
||||
@@ -57,4 +57,4 @@ set(FILES
|
||||
set(SKIP_UNITY_BUILD_INCLUSION_FILES
|
||||
# 'bsafe.c' tries to forward declar 'strncpy', 'strncat', etc, but they are already declared in other modules. Remove from unity builds conideration
|
||||
src/cbstring/bsafe.c
|
||||
)
|
||||
)
|
||||
|
||||
@@ -164,4 +164,4 @@ const char * GetAuxArgumentName(const SHADER_VARIABLE_TYPE varType)
|
||||
ASSERT(0);
|
||||
return "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,4 +32,4 @@ bool IsGmemReservedSlot(FRAMEBUFFER_FETCH_TYPE type, const uint32_t regNumber);
|
||||
// Return the name of an auxiliary variable used to save intermediate values to bypass driver issues
|
||||
const char * GetAuxArgumentName(const SHADER_VARIABLE_TYPE varType);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -12,4 +12,4 @@ extern void* (* hlslcc_realloc)(void* p, size_t size);
|
||||
#define bstr__alloc hlslcc_malloc
|
||||
#define bstr__free hlslcc_free
|
||||
#define bstr__realloc hlslcc_realloc
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
#
|
||||
|
||||
set(PAL_TRAIT_BUILD_HLSLCC_METAL FALSE)
|
||||
set(PAL_TRAIT_BUILD_HLSLCC_METAL FALSE)
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
#
|
||||
|
||||
set(PAL_TRAIT_BUILD_HLSLCC_METAL FALSE)
|
||||
set(PAL_TRAIT_BUILD_HLSLCC_METAL FALSE)
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
#
|
||||
|
||||
set(PAL_TRAIT_BUILD_HLSLCC_METAL TRUE)
|
||||
set(PAL_TRAIT_BUILD_HLSLCC_METAL TRUE)
|
||||
|
||||
@@ -62,4 +62,4 @@ set(FILES
|
||||
set(SKIP_UNITY_BUILD_INCLUSION_FILES
|
||||
# 'bsafe.c' tries to forward declar 'strncpy', 'strncat', etc, but they are already declared in other modules. Remove from unity builds conideration
|
||||
src/cbstring/bsafe.c
|
||||
)
|
||||
)
|
||||
|
||||
@@ -437,4 +437,4 @@ HLSLCC_API int HLSLCC_APIENTRY TranslateHLSLFromFileToMETAL(const char* filename
|
||||
hlslcc_free(shader);
|
||||
|
||||
return success;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
MotionBuilder support was removed in CL 88235, please back it out if this decision is reversed. This was for bug LMBR-9220
|
||||
MotionBuilder support was removed in CL 88235, please back it out if this decision is reversed. This was for bug LMBR-9220
|
||||
|
||||
@@ -48,4 +48,4 @@ namespace News {
|
||||
private Q_SLOTS:
|
||||
void imageClickedSlot();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,4 +48,4 @@ namespace News {
|
||||
|
||||
void ImageSelected(ImageItem* imageItem);
|
||||
};
|
||||
} // namespace News
|
||||
} // namespace News
|
||||
|
||||
@@ -127,4 +127,4 @@ namespace News
|
||||
//! Initializes S3 connector with selected endpoint
|
||||
bool InitS3Connector() const;
|
||||
};
|
||||
} // namespace News
|
||||
} // namespace News
|
||||
|
||||
@@ -41,4 +41,4 @@ QFrame#imageFrame
|
||||
News--ArticleView.SelectedArticle > QWidget
|
||||
{
|
||||
background: #333333;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@ namespace News
|
||||
private:
|
||||
std::vector<int> m_uids;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
<qresource>
|
||||
<file>Resources/NewsBuilder.qss</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
</RCC>
|
||||
|
||||
@@ -53,4 +53,4 @@ namespace News
|
||||
}
|
||||
return errors[typeIndex];
|
||||
}
|
||||
} // namespace News
|
||||
} // namespace News
|
||||
|
||||
@@ -20,4 +20,4 @@ namespace News {
|
||||
LogError,
|
||||
LogWarning
|
||||
};
|
||||
} // namespace News
|
||||
} // namespace News
|
||||
|
||||