From 14fb2b83aebb58309b88999b06eccb9aefeb7f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Mon, 25 Oct 2021 15:48:49 +0200 Subject: [PATCH 01/10] Minor fixes --- include/Nazara/Shader/SpirvSectionBase.inl | 2 +- src/Nazara/Graphics/ForwardFramePipeline.cpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/Nazara/Shader/SpirvSectionBase.inl b/include/Nazara/Shader/SpirvSectionBase.inl index 760bfea6b..8c930e9b2 100644 --- a/include/Nazara/Shader/SpirvSectionBase.inl +++ b/include/Nazara/Shader/SpirvSectionBase.inl @@ -12,7 +12,7 @@ namespace Nz return AppendRaw(BuildOpcode(opcode, wordCount.wc)); } - template + template std::size_t SpirvSectionBase::Append(SpirvOp opcode, const Args&... args) { unsigned int wordCount = 1 + (CountWord(args) + ... + 0); diff --git a/src/Nazara/Graphics/ForwardFramePipeline.cpp b/src/Nazara/Graphics/ForwardFramePipeline.cpp index 6d44ee007..9ad4bcf43 100644 --- a/src/Nazara/Graphics/ForwardFramePipeline.cpp +++ b/src/Nazara/Graphics/ForwardFramePipeline.cpp @@ -131,6 +131,8 @@ namespace Nz // Update UBOs and materials UploadPool& uploadPool = renderFrame.GetUploadPool(); + bool prepare = false; + renderFrame.Execute([&](CommandBufferBuilder& builder) { builder.BeginDebugRegion("UBO Update", Color::Yellow); @@ -155,6 +157,7 @@ namespace Nz { viewerData.rebuildDepthPrepass = true; viewerData.rebuildForwardPass = true; + prepare = true; } } } @@ -171,7 +174,6 @@ namespace Nz }; // Render queues handling - bool prepare = false; for (auto&& [viewer, data] : m_viewers) { auto& viewerData = data; From 8d5276ddac62726d2223b52fc9b4e81cae0fc3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Tue, 26 Oct 2021 11:14:20 +0200 Subject: [PATCH 02/10] XMake: update SPIRV and Unicode data parsers --- include/Nazara/Shader/SpirvData.hpp | 110 +- src/Nazara/Core/UnicodeData.hpp | 971 ++++++- src/Nazara/Shader/SpirvData.cpp | 3662 ++++++++++++++++++++++----- xmake/actions/spirv.lua | 16 +- xmake/actions/unicode.lua | 15 + 5 files changed, 4121 insertions(+), 653 deletions(-) diff --git a/include/Nazara/Shader/SpirvData.hpp b/include/Nazara/Shader/SpirvData.hpp index aaacc4631..9b337f93b 100644 --- a/include/Nazara/Shader/SpirvData.hpp +++ b/include/Nazara/Shader/SpirvData.hpp @@ -1,5 +1,5 @@ // Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp" // This file was generated automatically, please do not edit @@ -379,6 +379,12 @@ namespace Nz OpConvertUToAccelerationStructureKHR = 4447, OpIgnoreIntersectionKHR = 4448, OpTerminateRayKHR = 4449, + OpSDotKHR = 4450, + OpUDotKHR = 4451, + OpSUDotKHR = 4452, + OpSDotAccSatKHR = 4453, + OpUDotAccSatKHR = 4454, + OpSUDotAccSatKHR = 4455, OpTypeRayQueryKHR = 4472, OpRayQueryInitializeKHR = 4473, OpRayQueryTerminateKHR = 4474, @@ -405,6 +411,8 @@ namespace Nz OpIgnoreIntersectionNV = 5335, OpTerminateRayNV = 5336, OpTraceNV = 5337, + OpTraceMotionNV = 5338, + OpTraceRayMotionNV = 5339, OpTypeAccelerationStructureNV = 5341, OpTypeAccelerationStructureKHR = 5341, OpExecuteCallableNV = 5344, @@ -575,7 +583,59 @@ namespace Nz OpVariableLengthArrayINTEL = 5818, OpSaveMemoryINTEL = 5819, OpRestoreMemoryINTEL = 5820, + OpArbitraryFloatSinCosPiINTEL = 5840, + OpArbitraryFloatCastINTEL = 5841, + OpArbitraryFloatCastFromIntINTEL = 5842, + OpArbitraryFloatCastToIntINTEL = 5843, + OpArbitraryFloatAddINTEL = 5846, + OpArbitraryFloatSubINTEL = 5847, + OpArbitraryFloatMulINTEL = 5848, + OpArbitraryFloatDivINTEL = 5849, + OpArbitraryFloatGTINTEL = 5850, + OpArbitraryFloatGEINTEL = 5851, + OpArbitraryFloatLTINTEL = 5852, + OpArbitraryFloatLEINTEL = 5853, + OpArbitraryFloatEQINTEL = 5854, + OpArbitraryFloatRecipINTEL = 5855, + OpArbitraryFloatRSqrtINTEL = 5856, + OpArbitraryFloatCbrtINTEL = 5857, + OpArbitraryFloatHypotINTEL = 5858, + OpArbitraryFloatSqrtINTEL = 5859, + OpArbitraryFloatLogINTEL = 5860, + OpArbitraryFloatLog2INTEL = 5861, + OpArbitraryFloatLog10INTEL = 5862, + OpArbitraryFloatLog1pINTEL = 5863, + OpArbitraryFloatExpINTEL = 5864, + OpArbitraryFloatExp2INTEL = 5865, + OpArbitraryFloatExp10INTEL = 5866, + OpArbitraryFloatExpm1INTEL = 5867, + OpArbitraryFloatSinINTEL = 5868, + OpArbitraryFloatCosINTEL = 5869, + OpArbitraryFloatSinCosINTEL = 5870, + OpArbitraryFloatSinPiINTEL = 5871, + OpArbitraryFloatCosPiINTEL = 5872, + OpArbitraryFloatASinINTEL = 5873, + OpArbitraryFloatASinPiINTEL = 5874, + OpArbitraryFloatACosINTEL = 5875, + OpArbitraryFloatACosPiINTEL = 5876, + OpArbitraryFloatATanINTEL = 5877, + OpArbitraryFloatATanPiINTEL = 5878, + OpArbitraryFloatATan2INTEL = 5879, + OpArbitraryFloatPowINTEL = 5880, + OpArbitraryFloatPowRINTEL = 5881, + OpArbitraryFloatPowNINTEL = 5882, OpLoopControlINTEL = 5887, + OpFixedSqrtINTEL = 5923, + OpFixedRecipINTEL = 5924, + OpFixedRsqrtINTEL = 5925, + OpFixedSinINTEL = 5926, + OpFixedCosINTEL = 5927, + OpFixedSinCosINTEL = 5928, + OpFixedSinPiINTEL = 5929, + OpFixedCosPiINTEL = 5930, + OpFixedSinCosPiINTEL = 5931, + OpFixedLogINTEL = 5932, + OpFixedExpINTEL = 5933, OpPtrCastToCrossWorkgroupINTEL = 5934, OpCrossWorkgroupCastToPtrINTEL = 5938, OpReadPipeBlockingINTEL = 5946, @@ -631,7 +691,9 @@ namespace Nz ImageChannelDataType, FPRoundingMode, FPDenormMode, + QuantizationModes, FPOperationMode, + OverflowModes, LinkageType, AccessQualifier, FunctionParameterAttribute, @@ -644,6 +706,7 @@ namespace Nz RayQueryIntersection, RayQueryCommittedIntersectionType, RayQueryCandidateIntersectionType, + PackedVectorFormat, IdResultType, IdResult, IdMemorySemantics, @@ -680,12 +743,13 @@ namespace Nz VolatileTexelKHR = 0x0800, SignExtend = 0x1000, ZeroExtend = 0x2000, + Offsets = 0x10000, }; template<> struct EnumAsFlags { - static constexpr SpirvImageOperands max = SpirvImageOperands::ZeroExtend; + static constexpr SpirvImageOperands max = SpirvImageOperands::Offsets; static constexpr bool AutoFlag = false; }; @@ -766,12 +830,13 @@ namespace Nz DontInline = 0x0002, Pure = 0x0004, Const = 0x0008, + OptNoneINTEL = 0x10000, }; template<> struct EnumAsFlags { - static constexpr SpirvFunctionControl max = SpirvFunctionControl::Const; + static constexpr SpirvFunctionControl max = SpirvFunctionControl::OptNoneINTEL; static constexpr bool AutoFlag = false; }; @@ -896,6 +961,7 @@ namespace Nz OpenCL_C = 3, OpenCL_CPP = 4, HLSL = 5, + CPP_for_OpenCL = 6, }; enum class SpirvExecutionModel @@ -981,6 +1047,7 @@ namespace Nz SubgroupsPerWorkgroupId = 37, LocalSizeId = 38, LocalSizeHintId = 39, + SubgroupUniformControlFlowKHR = 4421, PostDepthCoverage = 4446, DenormPreserve = 4459, DenormFlushToZero = 4460, @@ -1176,12 +1243,32 @@ namespace Nz FlushToZero = 1, }; + enum class SpirvQuantizationModes + { + TRN = 0, + TRN_ZERO = 1, + RND = 2, + RND_ZERO = 3, + RND_INF = 4, + RND_MIN_INF = 5, + RND_CONV = 6, + RND_CONV_ODD = 7, + }; + enum class SpirvFPOperationMode { IEEE = 0, ALT = 1, }; + enum class SpirvOverflowModes + { + WRAP = 0, + SAT = 1, + SAT_ZERO = 2, + SAT_SYM = 3, + }; + enum class SpirvLinkageType { Export = 0, @@ -1428,6 +1515,7 @@ namespace Nz HitTNV = 5332, HitKindNV = 5333, HitKindKHR = 5333, + CurrentRayTimeNV = 5334, IncomingRayFlagsNV = 5351, IncomingRayFlagsKHR = 5351, RayGeometryIndexKHR = 5352, @@ -1616,6 +1704,7 @@ namespace Nz StorageTexelBufferArrayNonUniformIndexing = 5312, StorageTexelBufferArrayNonUniformIndexingEXT = 5312, RayTracingNV = 5340, + RayTracingMotionBlurNV = 5341, VulkanMemoryModel = 5345, VulkanMemoryModelKHR = 5345, VulkanMemoryModelDeviceScope = 5346, @@ -1654,6 +1743,7 @@ namespace Nz FPGAMemoryAttributesINTEL = 5824, FPFastMathModeINTEL = 5837, ArbitraryPrecisionIntegersINTEL = 5844, + ArbitraryPrecisionFloatingPointINTEL = 5845, UnstructuredLoopControlsINTEL = 5886, FPGALoopControlsINTEL = 5888, KernelAttributesINTEL = 5892, @@ -1662,13 +1752,22 @@ namespace Nz FPGAClusterAttributesINTEL = 5904, LoopFuseINTEL = 5906, FPGABufferLocationINTEL = 5920, + ArbitraryPrecisionFixedPointINTEL = 5922, USMStorageClassesINTEL = 5935, IOPipesINTEL = 5943, BlockingPipesINTEL = 5945, FPGARegINTEL = 5948, + DotProductInputAllKHR = 6016, + DotProductInput4x8BitKHR = 6017, + DotProductInput4x8BitPackedKHR = 6018, + DotProductKHR = 6019, + BitInstructions = 6025, AtomicFloat32AddEXT = 6033, AtomicFloat64AddEXT = 6034, LongConstantCompositeINTEL = 6089, + OptNoneINTEL = 6094, + AtomicFloat16AddEXT = 6095, + DebugInfoModuleINTEL = 6114, }; enum class SpirvRayQueryIntersection @@ -1690,6 +1789,11 @@ namespace Nz RayQueryCandidateIntersectionAABBKHR = 1, }; + enum class SpirvPackedVectorFormat + { + PackedVectorFormat4x8BitKHR = 0, + }; + struct SpirvInstruction { struct Operand diff --git a/src/Nazara/Core/UnicodeData.hpp b/src/Nazara/Core/UnicodeData.hpp index 4486d4891..f60e35a45 100644 --- a/src/Nazara/Core/UnicodeData.hpp +++ b/src/Nazara/Core/UnicodeData.hpp @@ -1,4 +1,10 @@ -UnicodeCharacter unicodeCharacters[33763] = { +// this file was automatically generated and should not be edited + +// Copyright (C) 2021 Jérôme Leclercq +// This file is part of the "Nazara Engine - Core module" +// For conditions of distribution and use, see copyright notice in Config.hpp" + +UnicodeCharacter unicodeCharacters[34592] = { {0, Unicode::Category_Other_Control, Unicode::Direction_Boundary_Neutral}, {1, Unicode::Category_Other_Control, Unicode::Direction_Boundary_Neutral}, {2, Unicode::Category_Other_Control, Unicode::Direction_Boundary_Neutral}, @@ -1526,6 +1532,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {1562, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {1563, Unicode::Category_Punctuation_Other, Unicode::Direction_Arabic_Letter}, {1564, Unicode::Category_Other_Format, Unicode::Direction_Arabic_Letter}, + {1565, Unicode::Category_Punctuation_Other, Unicode::Direction_Arabic_Letter}, {1566, Unicode::Category_Punctuation_Other, Unicode::Direction_Arabic_Letter}, {1567, Unicode::Category_Punctuation_Other, Unicode::Direction_Arabic_Letter}, {1568, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, @@ -2090,6 +2097,47 @@ UnicodeCharacter unicodeCharacters[33763] = { {2152, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {2153, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {2154, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2160, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2161, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2162, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2163, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2164, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2165, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2166, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2167, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2168, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2169, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2170, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2171, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2172, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2173, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2174, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2175, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2176, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2177, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2178, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2179, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2180, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2181, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2182, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2183, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2184, Unicode::Category_Symbol_Modifier, Unicode::Direction_Arabic_Letter}, + {2185, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2186, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2187, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2188, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2189, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2190, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2192, Unicode::Category_Other_Format, Unicode::Direction_Arabic_Number}, + {2193, Unicode::Category_Other_Format, Unicode::Direction_Arabic_Number}, + {2200, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2201, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2202, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2203, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2204, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2205, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2206, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2207, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {2208, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {2209, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {2210, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, @@ -2111,6 +2159,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {2226, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {2227, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {2228, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2229, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {2230, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {2231, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {2232, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, @@ -2129,6 +2178,17 @@ UnicodeCharacter unicodeCharacters[33763] = { {2245, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {2246, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {2247, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2248, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {2249, Unicode::Category_Letter_Modifier, Unicode::Direction_Arabic_Letter}, + {2250, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2251, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2252, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2253, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2254, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2255, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2256, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2257, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {2258, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {2259, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {2260, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {2261, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, @@ -2787,6 +2847,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {3127, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {3128, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {3129, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {3132, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {3133, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {3134, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {3135, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, @@ -2807,6 +2868,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {3160, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {3161, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {3162, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {3165, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {3168, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {3169, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {3170, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, @@ -2902,6 +2964,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {3277, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {3285, Unicode::Category_Mark_SpacingCombining, Unicode::Direction_Left_To_Right}, {3286, Unicode::Category_Mark_SpacingCombining, Unicode::Direction_Left_To_Right}, + {3293, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {3294, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {3296, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {3297, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -5259,6 +5322,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {5898, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {5899, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {5900, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {5901, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {5902, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {5903, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {5904, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -5266,6 +5330,8 @@ UnicodeCharacter unicodeCharacters[33763] = { {5906, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {5907, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {5908, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {5909, Unicode::Category_Mark_SpacingCombining, Unicode::Direction_Left_To_Right}, + {5919, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {5920, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {5921, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {5922, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -5286,7 +5352,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {5937, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {5938, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {5939, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, - {5940, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {5940, Unicode::Category_Mark_SpacingCombining, Unicode::Direction_Left_To_Right}, {5941, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, {5942, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, {5952, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -5456,6 +5522,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {6156, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {6157, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {6158, Unicode::Category_Other_Format, Unicode::Direction_Boundary_Neutral}, + {6159, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {6160, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, {6161, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, {6162, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, @@ -6060,6 +6127,20 @@ UnicodeCharacter unicodeCharacters[33763] = { {6846, Unicode::Category_Mark_Enclosing, Unicode::Direction_Nonspacing_Mark}, {6847, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {6848, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6849, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6850, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6851, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6852, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6853, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6854, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6855, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6856, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6857, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6858, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6859, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6860, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6861, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {6862, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {6912, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {6913, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {6914, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, @@ -6136,6 +6217,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {6985, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {6986, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {6987, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {6988, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {6992, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, {6993, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, {6994, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, @@ -6181,6 +6263,8 @@ UnicodeCharacter unicodeCharacters[33763] = { {7034, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, {7035, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, {7036, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {7037, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, + {7038, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, {7040, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {7041, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {7042, Unicode::Category_Mark_SpacingCombining, Unicode::Direction_Left_To_Right}, @@ -6779,6 +6863,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {7671, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {7672, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {7673, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {7674, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {7675, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {7676, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {7677, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, @@ -7458,6 +7543,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {8381, Unicode::Category_Symbol_Currency, Unicode::Direction_European_Terminator}, {8382, Unicode::Category_Symbol_Currency, Unicode::Direction_European_Terminator}, {8383, Unicode::Category_Symbol_Currency, Unicode::Direction_European_Terminator}, + {8384, Unicode::Category_Symbol_Currency, Unicode::Direction_European_Terminator}, {8400, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {8401, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {8402, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, @@ -10301,6 +10387,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {11308, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, {11309, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, {11310, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {11311, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, {11312, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, {11313, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, {11314, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, @@ -10348,6 +10435,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {11356, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, {11357, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, {11358, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {11359, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, {11360, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, {11361, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, {11362, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, @@ -10796,6 +10884,17 @@ UnicodeCharacter unicodeCharacters[33763] = { {11856, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {11857, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {11858, Unicode::Category_Punctuation_Other, Unicode::Direction_Other_Neutral}, + {11859, Unicode::Category_Punctuation_Other, Unicode::Direction_Other_Neutral}, + {11860, Unicode::Category_Punctuation_Other, Unicode::Direction_Other_Neutral}, + {11861, Unicode::Category_Punctuation_Open, Unicode::Direction_Other_Neutral}, + {11862, Unicode::Category_Punctuation_Close, Unicode::Direction_Other_Neutral}, + {11863, Unicode::Category_Punctuation_Open, Unicode::Direction_Other_Neutral}, + {11864, Unicode::Category_Punctuation_Close, Unicode::Direction_Other_Neutral}, + {11865, Unicode::Category_Punctuation_Open, Unicode::Direction_Other_Neutral}, + {11866, Unicode::Category_Punctuation_Close, Unicode::Direction_Other_Neutral}, + {11867, Unicode::Category_Punctuation_Open, Unicode::Direction_Other_Neutral}, + {11868, Unicode::Category_Punctuation_Close, Unicode::Direction_Other_Neutral}, + {11869, Unicode::Category_Punctuation_Dash, Unicode::Direction_Other_Neutral}, {11904, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {11905, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {11906, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, @@ -14146,6 +14245,8 @@ UnicodeCharacter unicodeCharacters[33763] = { {42941, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, {42942, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, {42943, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {42944, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {42945, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, {42946, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, {42947, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, {42948, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, @@ -14155,6 +14256,17 @@ UnicodeCharacter unicodeCharacters[33763] = { {42952, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, {42953, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, {42954, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {42960, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {42961, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {42963, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {42965, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {42966, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {42967, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {42968, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {42969, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {42994, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {42995, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {42996, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, {42997, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, {42998, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, {42999, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -15781,6 +15893,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {64447, Unicode::Category_Symbol_Modifier, Unicode::Direction_Arabic_Letter}, {64448, Unicode::Category_Symbol_Modifier, Unicode::Direction_Arabic_Letter}, {64449, Unicode::Category_Symbol_Modifier, Unicode::Direction_Arabic_Letter}, + {64450, Unicode::Category_Symbol_Modifier, Unicode::Direction_Arabic_Letter}, {64467, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {64468, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {64469, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, @@ -16146,6 +16259,22 @@ UnicodeCharacter unicodeCharacters[33763] = { {64829, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {64830, Unicode::Category_Punctuation_Close, Unicode::Direction_Other_Neutral}, {64831, Unicode::Category_Punctuation_Open, Unicode::Direction_Other_Neutral}, + {64832, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64833, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64834, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64835, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64836, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64837, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64838, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64839, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64840, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64841, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64842, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64843, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64844, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64845, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64846, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {64847, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {64848, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {64849, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {64850, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, @@ -16264,6 +16393,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {64965, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {64966, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {64967, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, + {64975, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {65008, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {65009, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {65010, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, @@ -16278,6 +16408,8 @@ UnicodeCharacter unicodeCharacters[33763] = { {65019, Unicode::Category_Letter_Other, Unicode::Direction_Arabic_Letter}, {65020, Unicode::Category_Symbol_Currency, Unicode::Direction_Arabic_Letter}, {65021, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {65022, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {65023, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {65024, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {65025, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {65026, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, @@ -17785,6 +17917,76 @@ UnicodeCharacter unicodeCharacters[33763] = { {66914, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {66915, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {66927, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, + {66928, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66929, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66930, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66931, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66932, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66933, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66934, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66935, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66936, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66937, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66938, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66940, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66941, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66942, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66943, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66944, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66945, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66946, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66947, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66948, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66949, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66950, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66951, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66952, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66953, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66954, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66956, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66957, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66958, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66959, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66960, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66961, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66962, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66964, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66965, Unicode::Category_Letter_Uppercase, Unicode::Direction_Left_To_Right}, + {66967, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66968, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66969, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66970, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66971, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66972, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66973, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66974, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66975, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66976, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66977, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66979, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66980, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66981, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66982, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66983, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66984, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66985, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66986, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66987, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66988, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66989, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66990, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66991, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66992, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66993, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66995, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66996, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66997, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66998, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {66999, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {67000, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {67001, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {67003, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {67004, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, {67072, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {67073, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {67074, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -18126,6 +18328,63 @@ UnicodeCharacter unicodeCharacters[33763] = { {67429, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {67430, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {67431, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {67456, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67457, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67458, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67459, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67460, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67461, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67463, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67464, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67465, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67466, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67467, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67468, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67469, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67470, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67471, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67472, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67473, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67474, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67475, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67476, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67477, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67478, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67479, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67480, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67481, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67482, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67483, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67484, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67485, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67486, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67487, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67488, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67489, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67490, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67491, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67492, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67493, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67494, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67495, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67496, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67497, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67498, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67499, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67500, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67501, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67502, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67503, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67504, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67506, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67507, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67508, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67509, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67510, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67511, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67512, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67513, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {67514, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, {67584, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, {67585, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, {67586, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, @@ -19209,6 +19468,32 @@ UnicodeCharacter unicodeCharacters[33763] = { {69463, Unicode::Category_Punctuation_Other, Unicode::Direction_Arabic_Letter}, {69464, Unicode::Category_Punctuation_Other, Unicode::Direction_Arabic_Letter}, {69465, Unicode::Category_Punctuation_Other, Unicode::Direction_Arabic_Letter}, + {69488, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69489, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69490, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69491, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69492, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69493, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69494, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69495, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69496, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69497, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69498, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69499, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69500, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69501, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69502, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69503, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69504, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69505, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, + {69506, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {69507, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {69508, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {69509, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {69510, Unicode::Category_Punctuation_Other, Unicode::Direction_Right_To_Left}, + {69511, Unicode::Category_Punctuation_Other, Unicode::Direction_Right_To_Left}, + {69512, Unicode::Category_Punctuation_Other, Unicode::Direction_Right_To_Left}, + {69513, Unicode::Category_Punctuation_Other, Unicode::Direction_Right_To_Left}, {69552, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, {69553, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, {69554, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, @@ -19368,6 +19653,12 @@ UnicodeCharacter unicodeCharacters[33763] = { {69741, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, {69742, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, {69743, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, + {69744, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {69745, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {69746, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {69747, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {69748, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {69749, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {69759, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {69760, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {69761, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, @@ -19435,6 +19726,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {69823, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, {69824, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, {69825, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, + {69826, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {69837, Unicode::Category_Other_Format, Unicode::Direction_Left_To_Right}, {69840, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {69841, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -20372,6 +20664,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {71350, Unicode::Category_Mark_SpacingCombining, Unicode::Direction_Left_To_Right}, {71351, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {71352, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {71353, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, {71360, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, {71361, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, {71362, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, @@ -20440,6 +20733,13 @@ UnicodeCharacter unicodeCharacters[33763] = { {71485, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, {71486, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, {71487, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {71488, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {71489, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {71490, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {71491, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {71492, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {71493, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {71494, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {71680, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {71681, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {71682, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -20876,6 +21176,22 @@ UnicodeCharacter unicodeCharacters[33763] = { {72352, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, {72353, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, {72354, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, + {72368, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72369, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72370, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72371, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72372, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72373, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72374, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72375, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72376, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72377, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72378, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72379, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72380, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72381, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72382, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {72383, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {72384, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {72385, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {72386, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -22547,6 +22863,105 @@ UnicodeCharacter unicodeCharacters[33763] = { {75073, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {75074, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {75075, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77712, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77713, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77714, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77715, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77716, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77717, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77718, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77719, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77720, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77721, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77722, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77723, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77724, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77725, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77726, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77727, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77728, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77729, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77730, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77731, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77732, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77733, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77734, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77735, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77736, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77737, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77738, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77739, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77740, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77741, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77742, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77743, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77744, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77745, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77746, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77747, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77748, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77749, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77750, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77751, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77752, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77753, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77754, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77755, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77756, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77757, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77758, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77759, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77760, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77761, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77762, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77763, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77764, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77765, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77766, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77767, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77768, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77769, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77770, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77771, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77772, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77773, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77774, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77775, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77776, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77777, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77778, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77779, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77780, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77781, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77782, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77783, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77784, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77785, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77786, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77787, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77788, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77789, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77790, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77791, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77792, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77793, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77794, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77795, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77796, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77797, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77798, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77799, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77800, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77801, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77802, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77803, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77804, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77805, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77806, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77807, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77808, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {77809, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, + {77810, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, {77824, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {77825, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {77826, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -24822,6 +25237,95 @@ UnicodeCharacter unicodeCharacters[33763] = { {92777, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, {92782, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, {92783, Unicode::Category_Punctuation_Other, Unicode::Direction_Left_To_Right}, + {92784, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92785, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92786, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92787, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92788, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92789, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92790, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92791, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92792, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92793, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92794, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92795, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92796, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92797, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92798, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92799, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92800, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92801, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92802, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92803, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92804, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92805, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92806, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92807, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92808, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92809, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92810, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92811, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92812, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92813, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92814, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92815, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92816, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92817, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92818, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92819, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92820, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92821, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92822, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92823, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92824, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92825, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92826, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92827, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92828, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92829, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92830, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92831, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92832, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92833, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92834, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92835, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92836, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92837, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92838, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92839, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92840, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92841, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92842, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92843, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92844, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92845, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92846, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92847, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92848, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92849, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92850, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92851, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92852, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92853, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92854, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92855, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92856, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92857, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92858, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92859, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92860, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92861, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92862, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {92864, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, + {92865, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, + {92866, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, + {92867, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, + {92868, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, + {92869, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, + {92870, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, + {92871, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, + {92872, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, + {92873, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, {92880, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {92881, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {92882, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -26470,6 +26974,19 @@ UnicodeCharacter unicodeCharacters[33763] = { {101587, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {101588, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {101589, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {110576, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {110577, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {110578, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {110579, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {110581, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {110582, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {110583, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {110584, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {110585, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {110586, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {110587, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {110589, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, + {110590, Unicode::Category_Letter_Modifier, Unicode::Direction_Left_To_Right}, {110592, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {110593, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {110594, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -26757,6 +27274,10 @@ UnicodeCharacter unicodeCharacters[33763] = { {110876, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {110877, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {110878, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {110879, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {110880, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {110881, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {110882, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {110928, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {110929, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {110930, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -27307,6 +27828,191 @@ UnicodeCharacter unicodeCharacters[33763] = { {113825, Unicode::Category_Other_Format, Unicode::Direction_Boundary_Neutral}, {113826, Unicode::Category_Other_Format, Unicode::Direction_Boundary_Neutral}, {113827, Unicode::Category_Other_Format, Unicode::Direction_Boundary_Neutral}, + {118528, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118529, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118530, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118531, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118532, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118533, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118534, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118535, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118536, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118537, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118538, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118539, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118540, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118541, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118542, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118543, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118544, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118545, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118546, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118547, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118548, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118549, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118550, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118551, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118552, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118553, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118554, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118555, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118556, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118557, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118558, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118559, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118560, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118561, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118562, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118563, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118564, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118565, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118566, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118567, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118568, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118569, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118570, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118571, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118572, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118573, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118576, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118577, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118578, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118579, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118580, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118581, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118582, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118583, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118584, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118585, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118586, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118587, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118588, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118589, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118590, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118591, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118592, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118593, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118594, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118595, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118596, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118597, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118598, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {118608, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118609, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118610, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118611, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118612, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118613, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118614, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118615, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118616, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118617, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118618, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118619, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118620, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118621, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118622, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118623, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118624, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118625, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118626, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118627, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118628, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118629, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118630, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118631, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118632, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118633, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118634, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118635, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118636, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118637, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118638, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118639, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118640, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118641, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118642, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118643, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118644, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118645, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118646, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118647, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118648, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118649, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118650, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118651, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118652, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118653, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118654, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118655, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118656, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118657, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118658, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118659, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118660, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118661, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118662, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118663, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118664, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118665, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118666, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118667, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118668, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118669, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118670, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118671, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118672, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118673, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118674, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118675, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118676, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118677, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118678, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118679, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118680, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118681, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118682, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118683, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118684, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118685, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118686, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118687, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118688, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118689, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118690, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118691, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118692, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118693, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118694, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118695, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118696, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118697, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118698, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118699, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118700, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118701, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118702, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118703, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118704, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118705, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118706, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118707, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118708, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118709, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118710, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118711, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118712, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118713, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118714, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118715, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118716, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118717, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118718, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118719, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118720, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118721, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118722, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {118723, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, {118784, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, {118785, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, {118786, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, @@ -27784,6 +28490,8 @@ UnicodeCharacter unicodeCharacters[33763] = { {119270, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, {119271, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, {119272, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {119273, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {119274, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {119296, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {119297, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {119298, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, @@ -29654,6 +30362,37 @@ UnicodeCharacter unicodeCharacters[33763] = { {121517, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {121518, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {121519, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, + {122624, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122625, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122626, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122627, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122628, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122629, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122630, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122631, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122632, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122633, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122634, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {122635, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122636, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122637, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122638, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122639, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122640, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122641, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122642, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122643, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122644, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122645, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122646, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122647, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122648, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122649, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122650, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122651, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122652, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122653, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, + {122654, Unicode::Category_Letter_Lowercase, Unicode::Direction_Left_To_Right}, {122880, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {122881, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {122882, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, @@ -29763,6 +30502,37 @@ UnicodeCharacter unicodeCharacters[33763] = { {123209, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, {123214, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {123215, Unicode::Category_Symbol_Other, Unicode::Direction_Left_To_Right}, + {123536, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123537, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123538, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123539, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123540, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123541, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123542, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123543, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123544, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123545, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123546, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123547, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123548, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123549, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123550, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123551, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123552, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123553, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123554, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123555, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123556, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123557, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123558, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123559, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123560, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123561, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123562, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123563, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123564, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123565, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {123566, Unicode::Category_Mark_NonSpacing, Unicode::Direction_Nonspacing_Mark}, {123584, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {123585, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {123586, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, @@ -29822,6 +30592,34 @@ UnicodeCharacter unicodeCharacters[33763] = { {123640, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, {123641, Unicode::Category_Number_DecimalDigit, Unicode::Direction_Left_To_Right}, {123647, Unicode::Category_Symbol_Currency, Unicode::Direction_European_Terminator}, + {124896, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124897, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124898, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124899, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124900, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124901, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124902, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124904, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124905, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124906, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124907, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124909, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124910, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124912, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124913, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124914, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124915, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124916, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124917, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124918, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124919, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124920, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124921, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124922, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124923, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124924, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124925, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, + {124926, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}, {124928, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, {124929, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, {124930, Unicode::Category_Letter_Other, Unicode::Direction_Right_To_Left}, @@ -31869,6 +32667,9 @@ UnicodeCharacter unicodeCharacters[33763] = { {128725, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {128726, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {128727, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {128733, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {128734, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {128735, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {128736, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {128737, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {128738, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, @@ -32112,6 +32913,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {129001, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129002, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129003, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129008, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129024, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129025, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129026, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, @@ -32383,6 +33185,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {129398, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129399, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129400, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129401, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129402, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129403, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129404, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, @@ -32465,6 +33268,7 @@ UnicodeCharacter unicodeCharacters[33763] = { {129481, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129482, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129483, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129484, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129485, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129486, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129487, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, @@ -32622,6 +33426,8 @@ UnicodeCharacter unicodeCharacters[33763] = { {129656, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129657, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129658, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129659, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129660, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129664, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129665, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129666, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, @@ -32654,6 +33460,10 @@ UnicodeCharacter unicodeCharacters[33763] = { {129702, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129703, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129704, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129705, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129706, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129707, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129708, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129712, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129713, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129714, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, @@ -32661,9 +33471,16 @@ UnicodeCharacter unicodeCharacters[33763] = { {129716, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129717, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129718, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129719, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129720, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129721, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129722, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129728, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129729, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129730, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129731, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129732, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129733, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129744, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129745, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129746, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, @@ -32671,6 +33488,24 @@ UnicodeCharacter unicodeCharacters[33763] = { {129748, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129749, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129750, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129751, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129752, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129753, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129760, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129761, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129762, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129763, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129764, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129765, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129766, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129767, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129776, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129777, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129778, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129779, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129780, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129781, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, + {129782, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129792, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129793, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, {129794, Unicode::Category_Symbol_Other, Unicode::Direction_Other_Neutral}, @@ -33766,7 +34601,7 @@ UnicodeCharacter unicodeCharacters[33763] = { UnicodeSet unicodeSets[17] = { {13312, 19903, {13312, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}}, - {19968, 40956, {19968, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}}, + {19968, 40959, {19968, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}}, {44032, 55203, {44032, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}}, {55296, 56191, {55296, Unicode::Category_Other_Surrogate, Unicode::Direction_Left_To_Right}}, {56192, 56319, {56192, Unicode::Category_Other_Surrogate, Unicode::Direction_Left_To_Right}}, @@ -33774,8 +34609,8 @@ UnicodeSet unicodeSets[17] = { {57344, 63743, {57344, Unicode::Category_Other_PrivateUse, Unicode::Direction_Left_To_Right}}, {94208, 100343, {94208, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}}, {101632, 101640, {101632, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}}, - {131072, 173789, {131072, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}}, - {173824, 177972, {173824, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}}, + {131072, 173791, {131072, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}}, + {173824, 177976, {173824, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}}, {177984, 178205, {177984, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}}, {178208, 183969, {178208, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}}, {183984, 191456, {183984, Unicode::Category_Letter_Other, Unicode::Direction_Left_To_Right}}, @@ -33784,7 +34619,7 @@ UnicodeSet unicodeSets[17] = { {1048576, 1114109, {1048576, Unicode::Category_Other_PrivateUse, Unicode::Direction_Left_To_Right}}, }; -UnicodeCharacterSimpleMapping unicodeLower[1393] = { +UnicodeCharacterSimpleMapping unicodeLower[1433] = { {65, 97}, {66, 98}, {67, 99}, @@ -34740,6 +35575,7 @@ UnicodeCharacterSimpleMapping unicodeLower[1393] = { {11308, 11356}, {11309, 11357}, {11310, 11358}, + {11311, 11359}, {11360, 11361}, {11362, 619}, {11363, 7549}, @@ -34920,12 +35756,16 @@ UnicodeCharacterSimpleMapping unicodeLower[1393] = { {42938, 42939}, {42940, 42941}, {42942, 42943}, + {42944, 42945}, {42946, 42947}, {42948, 42900}, {42949, 642}, {42950, 7566}, {42951, 42952}, {42953, 42954}, + {42960, 42961}, + {42966, 42967}, + {42968, 42969}, {42997, 42998}, {65313, 65345}, {65314, 65346}, @@ -35029,6 +35869,41 @@ UnicodeCharacterSimpleMapping unicodeLower[1393] = { {66769, 66809}, {66770, 66810}, {66771, 66811}, + {66928, 66967}, + {66929, 66968}, + {66930, 66969}, + {66931, 66970}, + {66932, 66971}, + {66933, 66972}, + {66934, 66973}, + {66935, 66974}, + {66936, 66975}, + {66937, 66976}, + {66938, 66977}, + {66940, 66979}, + {66941, 66980}, + {66942, 66981}, + {66943, 66982}, + {66944, 66983}, + {66945, 66984}, + {66946, 66985}, + {66947, 66986}, + {66948, 66987}, + {66949, 66988}, + {66950, 66989}, + {66951, 66990}, + {66952, 66991}, + {66953, 66992}, + {66954, 66993}, + {66956, 66995}, + {66957, 66996}, + {66958, 66997}, + {66959, 66998}, + {66960, 66999}, + {66961, 67000}, + {66962, 67001}, + {66964, 67003}, + {66965, 67004}, {68736, 68800}, {68737, 68801}, {68738, 68802}, @@ -35180,7 +36055,7 @@ UnicodeCharacterSimpleMapping unicodeLower[1393] = { {125217, 125251}, }; -UnicodeCharacterSimpleMapping unicodeTitle[1414] = { +UnicodeCharacterSimpleMapping unicodeTitle[1454] = { {97, 65}, {98, 66}, {99, 67}, @@ -36056,6 +36931,7 @@ UnicodeCharacterSimpleMapping unicodeTitle[1414] = { {11356, 11308}, {11357, 11309}, {11358, 11310}, + {11359, 11311}, {11361, 11360}, {11365, 570}, {11366, 574}, @@ -36259,9 +37135,13 @@ UnicodeCharacterSimpleMapping unicodeTitle[1414] = { {42939, 42938}, {42941, 42940}, {42943, 42942}, + {42945, 42944}, {42947, 42946}, {42952, 42951}, {42954, 42953}, + {42961, 42960}, + {42967, 42966}, + {42969, 42968}, {42998, 42997}, {43859, 42931}, {43888, 5024}, @@ -36446,6 +37326,41 @@ UnicodeCharacterSimpleMapping unicodeTitle[1414] = { {66809, 66769}, {66810, 66770}, {66811, 66771}, + {66967, 66928}, + {66968, 66929}, + {66969, 66930}, + {66970, 66931}, + {66971, 66932}, + {66972, 66933}, + {66973, 66934}, + {66974, 66935}, + {66975, 66936}, + {66976, 66937}, + {66977, 66938}, + {66979, 66940}, + {66980, 66941}, + {66981, 66942}, + {66982, 66943}, + {66983, 66944}, + {66984, 66945}, + {66985, 66946}, + {66986, 66947}, + {66987, 66948}, + {66988, 66949}, + {66989, 66950}, + {66990, 66951}, + {66991, 66952}, + {66992, 66953}, + {66993, 66954}, + {66995, 66956}, + {66996, 66957}, + {66997, 66958}, + {66998, 66959}, + {66999, 66960}, + {67000, 66961}, + {67001, 66962}, + {67003, 66964}, + {67004, 66965}, {68800, 68736}, {68801, 68737}, {68802, 68738}, @@ -36597,7 +37512,7 @@ UnicodeCharacterSimpleMapping unicodeTitle[1414] = { {125251, 125217}, }; -UnicodeCharacterSimpleMapping unicodeUpper[1410] = { +UnicodeCharacterSimpleMapping unicodeUpper[1450] = { {97, 65}, {98, 66}, {99, 67}, @@ -37469,6 +38384,7 @@ UnicodeCharacterSimpleMapping unicodeUpper[1410] = { {11356, 11308}, {11357, 11309}, {11358, 11310}, + {11359, 11311}, {11361, 11360}, {11365, 570}, {11366, 574}, @@ -37672,9 +38588,13 @@ UnicodeCharacterSimpleMapping unicodeUpper[1410] = { {42939, 42938}, {42941, 42940}, {42943, 42942}, + {42945, 42944}, {42947, 42946}, {42952, 42951}, {42954, 42953}, + {42961, 42960}, + {42967, 42966}, + {42969, 42968}, {42998, 42997}, {43859, 42931}, {43888, 5024}, @@ -37859,6 +38779,41 @@ UnicodeCharacterSimpleMapping unicodeUpper[1410] = { {66809, 66769}, {66810, 66770}, {66811, 66771}, + {66967, 66928}, + {66968, 66929}, + {66969, 66930}, + {66970, 66931}, + {66971, 66932}, + {66972, 66933}, + {66973, 66934}, + {66974, 66935}, + {66975, 66936}, + {66976, 66937}, + {66977, 66938}, + {66979, 66940}, + {66980, 66941}, + {66981, 66942}, + {66982, 66943}, + {66983, 66944}, + {66984, 66945}, + {66985, 66946}, + {66986, 66947}, + {66987, 66948}, + {66988, 66949}, + {66989, 66950}, + {66990, 66951}, + {66991, 66952}, + {66992, 66953}, + {66993, 66954}, + {66995, 66956}, + {66996, 66957}, + {66997, 66958}, + {66998, 66959}, + {66999, 66960}, + {67000, 66961}, + {67001, 66962}, + {67003, 66964}, + {67004, 66965}, {68800, 68736}, {68801, 68737}, {68802, 68738}, diff --git a/src/Nazara/Shader/SpirvData.cpp b/src/Nazara/Shader/SpirvData.cpp index c0c333eeb..661c4d7ed 100644 --- a/src/Nazara/Shader/SpirvData.cpp +++ b/src/Nazara/Shader/SpirvData.cpp @@ -1,8 +1,8 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" -// For conditions of distribution and use, see copyright notice in Config.hpp" +// this file was automatically generated and should not be edited -// This file was generated automatically, please do not edit +// Copyright (C) 2021 Jérôme Leclercq +// This file is part of the "Nazara Engine - Shader module" +// For conditions of distribution and use, see copyright notice in Config.hpp" #include #include @@ -11,7 +11,7 @@ namespace Nz { - static constexpr std::array s_operands = { + static constexpr std::array s_operands = { { { SpirvOperandKind::IdResultType, @@ -5493,6 +5493,138 @@ namespace Nz SpirvOperandKind::IdRef, R"('Accel')" }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Vector 1')" + }, + { + SpirvOperandKind::IdRef, + R"('Vector 2')" + }, + { + SpirvOperandKind::PackedVectorFormat, + R"('Packed Vector Format')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Vector 1')" + }, + { + SpirvOperandKind::IdRef, + R"('Vector 2')" + }, + { + SpirvOperandKind::PackedVectorFormat, + R"('Packed Vector Format')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Vector 1')" + }, + { + SpirvOperandKind::IdRef, + R"('Vector 2')" + }, + { + SpirvOperandKind::PackedVectorFormat, + R"('Packed Vector Format')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Vector 1')" + }, + { + SpirvOperandKind::IdRef, + R"('Vector 2')" + }, + { + SpirvOperandKind::IdRef, + R"('Accumulator')" + }, + { + SpirvOperandKind::PackedVectorFormat, + R"('Packed Vector Format')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Vector 1')" + }, + { + SpirvOperandKind::IdRef, + R"('Vector 2')" + }, + { + SpirvOperandKind::IdRef, + R"('Accumulator')" + }, + { + SpirvOperandKind::PackedVectorFormat, + R"('Packed Vector Format')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Vector 1')" + }, + { + SpirvOperandKind::IdRef, + R"('Vector 2')" + }, + { + SpirvOperandKind::IdRef, + R"('Accumulator')" + }, + { + SpirvOperandKind::PackedVectorFormat, + R"('Packed Vector Format')" + }, { SpirvOperandKind::IdResult, R"(IdResult)" @@ -5889,6 +6021,102 @@ namespace Nz SpirvOperandKind::IdRef, R"('PayloadId')" }, + { + SpirvOperandKind::IdRef, + R"('Accel')" + }, + { + SpirvOperandKind::IdRef, + R"('Ray Flags')" + }, + { + SpirvOperandKind::IdRef, + R"('Cull Mask')" + }, + { + SpirvOperandKind::IdRef, + R"('SBT Offset')" + }, + { + SpirvOperandKind::IdRef, + R"('SBT Stride')" + }, + { + SpirvOperandKind::IdRef, + R"('Miss Index')" + }, + { + SpirvOperandKind::IdRef, + R"('Ray Origin')" + }, + { + SpirvOperandKind::IdRef, + R"('Ray Tmin')" + }, + { + SpirvOperandKind::IdRef, + R"('Ray Direction')" + }, + { + SpirvOperandKind::IdRef, + R"('Ray Tmax')" + }, + { + SpirvOperandKind::IdRef, + R"('Time')" + }, + { + SpirvOperandKind::IdRef, + R"('PayloadId')" + }, + { + SpirvOperandKind::IdRef, + R"('Accel')" + }, + { + SpirvOperandKind::IdRef, + R"('Ray Flags')" + }, + { + SpirvOperandKind::IdRef, + R"('Cull Mask')" + }, + { + SpirvOperandKind::IdRef, + R"('SBT Offset')" + }, + { + SpirvOperandKind::IdRef, + R"('SBT Stride')" + }, + { + SpirvOperandKind::IdRef, + R"('Miss Index')" + }, + { + SpirvOperandKind::IdRef, + R"('Ray Origin')" + }, + { + SpirvOperandKind::IdRef, + R"('Ray Tmin')" + }, + { + SpirvOperandKind::IdRef, + R"('Ray Direction')" + }, + { + SpirvOperandKind::IdRef, + R"('Ray Tmax')" + }, + { + SpirvOperandKind::IdRef, + R"('Time')" + }, + { + SpirvOperandKind::IdRef, + R"('Payload')" + }, { SpirvOperandKind::IdResult, R"(IdResult)" @@ -8393,6 +8621,1346 @@ namespace Nz SpirvOperandKind::IdRef, R"('Ptr')" }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('FromSign')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('FromSign')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M2')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M2')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M2')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M2')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M2')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M2')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M2')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M2')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M2')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M2')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M2')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M2')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M2')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('A')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('M1')" + }, + { + SpirvOperandKind::IdRef, + R"('B')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Mout')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('EnableSubnormals')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingMode')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('RoundingAccuracy')" + }, { SpirvOperandKind::LiteralInteger, R"('Loop Control Parameters')" @@ -8405,6 +9973,402 @@ namespace Nz SpirvOperandKind::IdResult, R"(IdResult)" }, + { + SpirvOperandKind::IdRef, + R"('Input Type')" + }, + { + SpirvOperandKind::IdRef, + R"('Input')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('S')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('I')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('rI')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Q')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('O')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Input Type')" + }, + { + SpirvOperandKind::IdRef, + R"('Input')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('S')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('I')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('rI')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Q')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('O')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Input Type')" + }, + { + SpirvOperandKind::IdRef, + R"('Input')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('S')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('I')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('rI')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Q')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('O')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Input Type')" + }, + { + SpirvOperandKind::IdRef, + R"('Input')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('S')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('I')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('rI')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Q')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('O')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Input Type')" + }, + { + SpirvOperandKind::IdRef, + R"('Input')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('S')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('I')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('rI')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Q')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('O')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Input Type')" + }, + { + SpirvOperandKind::IdRef, + R"('Input')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('S')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('I')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('rI')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Q')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('O')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Input Type')" + }, + { + SpirvOperandKind::IdRef, + R"('Input')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('S')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('I')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('rI')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Q')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('O')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Input Type')" + }, + { + SpirvOperandKind::IdRef, + R"('Input')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('S')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('I')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('rI')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Q')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('O')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Input Type')" + }, + { + SpirvOperandKind::IdRef, + R"('Input')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('S')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('I')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('rI')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Q')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('O')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Input Type')" + }, + { + SpirvOperandKind::IdRef, + R"('Input')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('S')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('I')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('rI')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Q')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('O')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, + { + SpirvOperandKind::IdRef, + R"('Input Type')" + }, + { + SpirvOperandKind::IdRef, + R"('Input')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('S')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('I')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('rI')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('Q')" + }, + { + SpirvOperandKind::LiteralInteger, + R"('O')" + }, + { + SpirvOperandKind::IdResultType, + R"(IdResultType)" + }, + { + SpirvOperandKind::IdResult, + R"(IdResult)" + }, { SpirvOperandKind::IdRef, R"('Pointer')" @@ -8749,6 +10713,10 @@ namespace Nz SpirvOperandKind::IdResult, R"(IdResult)" }, + { + SpirvOperandKind::AccessQualifier, + R"('AccessQualifier')" + }, { SpirvOperandKind::IdRef, R"('Member 0 type', + @@ -8766,7 +10734,7 @@ namespace Nz } }; - static std::array s_instructions = { + static std::array s_instructions = { { { SpirvOp::OpNop, @@ -11260,158 +13228,200 @@ namespace Nz nullptr, 0, }, + { + SpirvOp::OpSDotKHR, + R"(OpSDotKHR)", + &s_operands[1368], + &s_operands[1369], + 5, + }, + { + SpirvOp::OpUDotKHR, + R"(OpUDotKHR)", + &s_operands[1373], + &s_operands[1374], + 5, + }, + { + SpirvOp::OpSUDotKHR, + R"(OpSUDotKHR)", + &s_operands[1378], + &s_operands[1379], + 5, + }, + { + SpirvOp::OpSDotAccSatKHR, + R"(OpSDotAccSatKHR)", + &s_operands[1383], + &s_operands[1384], + 6, + }, + { + SpirvOp::OpUDotAccSatKHR, + R"(OpUDotAccSatKHR)", + &s_operands[1389], + &s_operands[1390], + 6, + }, + { + SpirvOp::OpSUDotAccSatKHR, + R"(OpSUDotAccSatKHR)", + &s_operands[1395], + &s_operands[1396], + 6, + }, { SpirvOp::OpTypeRayQueryKHR, R"(OpTypeRayQueryKHR)", - &s_operands[1368], - &s_operands[1368], + &s_operands[1401], + &s_operands[1401], 1, }, { SpirvOp::OpRayQueryInitializeKHR, R"(OpRayQueryInitializeKHR)", - &s_operands[1369], + &s_operands[1402], nullptr, 8, }, { SpirvOp::OpRayQueryTerminateKHR, R"(OpRayQueryTerminateKHR)", - &s_operands[1377], + &s_operands[1410], nullptr, 1, }, { SpirvOp::OpRayQueryGenerateIntersectionKHR, R"(OpRayQueryGenerateIntersectionKHR)", - &s_operands[1378], + &s_operands[1411], nullptr, 2, }, { SpirvOp::OpRayQueryConfirmIntersectionKHR, R"(OpRayQueryConfirmIntersectionKHR)", - &s_operands[1380], + &s_operands[1413], nullptr, 1, }, { SpirvOp::OpRayQueryProceedKHR, R"(OpRayQueryProceedKHR)", - &s_operands[1381], - &s_operands[1382], + &s_operands[1414], + &s_operands[1415], 3, }, { SpirvOp::OpRayQueryGetIntersectionTypeKHR, R"(OpRayQueryGetIntersectionTypeKHR)", - &s_operands[1384], - &s_operands[1385], + &s_operands[1417], + &s_operands[1418], 4, }, { SpirvOp::OpGroupIAddNonUniformAMD, R"(OpGroupIAddNonUniformAMD)", - &s_operands[1388], - &s_operands[1389], + &s_operands[1421], + &s_operands[1422], 5, }, { SpirvOp::OpGroupFAddNonUniformAMD, R"(OpGroupFAddNonUniformAMD)", - &s_operands[1393], - &s_operands[1394], + &s_operands[1426], + &s_operands[1427], 5, }, { SpirvOp::OpGroupFMinNonUniformAMD, R"(OpGroupFMinNonUniformAMD)", - &s_operands[1398], - &s_operands[1399], + &s_operands[1431], + &s_operands[1432], 5, }, { SpirvOp::OpGroupUMinNonUniformAMD, R"(OpGroupUMinNonUniformAMD)", - &s_operands[1403], - &s_operands[1404], + &s_operands[1436], + &s_operands[1437], 5, }, { SpirvOp::OpGroupSMinNonUniformAMD, R"(OpGroupSMinNonUniformAMD)", - &s_operands[1408], - &s_operands[1409], + &s_operands[1441], + &s_operands[1442], 5, }, { SpirvOp::OpGroupFMaxNonUniformAMD, R"(OpGroupFMaxNonUniformAMD)", - &s_operands[1413], - &s_operands[1414], + &s_operands[1446], + &s_operands[1447], 5, }, { SpirvOp::OpGroupUMaxNonUniformAMD, R"(OpGroupUMaxNonUniformAMD)", - &s_operands[1418], - &s_operands[1419], + &s_operands[1451], + &s_operands[1452], 5, }, { SpirvOp::OpGroupSMaxNonUniformAMD, R"(OpGroupSMaxNonUniformAMD)", - &s_operands[1423], - &s_operands[1424], + &s_operands[1456], + &s_operands[1457], 5, }, { SpirvOp::OpFragmentMaskFetchAMD, R"(OpFragmentMaskFetchAMD)", - &s_operands[1428], - &s_operands[1429], + &s_operands[1461], + &s_operands[1462], 4, }, { SpirvOp::OpFragmentFetchAMD, R"(OpFragmentFetchAMD)", - &s_operands[1432], - &s_operands[1433], + &s_operands[1465], + &s_operands[1466], 5, }, { SpirvOp::OpReadClockKHR, R"(OpReadClockKHR)", - &s_operands[1437], - &s_operands[1438], + &s_operands[1470], + &s_operands[1471], 3, }, { SpirvOp::OpImageSampleFootprintNV, R"(OpImageSampleFootprintNV)", - &s_operands[1440], - &s_operands[1441], + &s_operands[1473], + &s_operands[1474], 7, }, { SpirvOp::OpGroupNonUniformPartitionNV, R"(OpGroupNonUniformPartitionNV)", - &s_operands[1447], - &s_operands[1448], + &s_operands[1480], + &s_operands[1481], 3, }, { SpirvOp::OpWritePackedPrimitiveIndices4x8NV, R"(OpWritePackedPrimitiveIndices4x8NV)", - &s_operands[1450], + &s_operands[1483], nullptr, 2, }, { SpirvOp::OpReportIntersectionKHR, R"(OpReportIntersectionKHR)", - &s_operands[1452], - &s_operands[1453], + &s_operands[1485], + &s_operands[1486], 4, }, { @@ -11431,57 +13441,71 @@ namespace Nz { SpirvOp::OpTraceNV, R"(OpTraceNV)", - &s_operands[1456], + &s_operands[1489], nullptr, 11, }, + { + SpirvOp::OpTraceMotionNV, + R"(OpTraceMotionNV)", + &s_operands[1500], + nullptr, + 12, + }, + { + SpirvOp::OpTraceRayMotionNV, + R"(OpTraceRayMotionNV)", + &s_operands[1512], + nullptr, + 12, + }, { SpirvOp::OpTypeAccelerationStructureKHR, R"(OpTypeAccelerationStructureKHR)", - &s_operands[1467], - &s_operands[1467], + &s_operands[1524], + &s_operands[1524], 1, }, { SpirvOp::OpExecuteCallableNV, R"(OpExecuteCallableNV)", - &s_operands[1468], + &s_operands[1525], nullptr, 2, }, { SpirvOp::OpTypeCooperativeMatrixNV, R"(OpTypeCooperativeMatrixNV)", - &s_operands[1470], - &s_operands[1470], + &s_operands[1527], + &s_operands[1527], 5, }, { SpirvOp::OpCooperativeMatrixLoadNV, R"(OpCooperativeMatrixLoadNV)", - &s_operands[1475], - &s_operands[1476], + &s_operands[1532], + &s_operands[1533], 6, }, { SpirvOp::OpCooperativeMatrixStoreNV, R"(OpCooperativeMatrixStoreNV)", - &s_operands[1481], + &s_operands[1538], nullptr, 5, }, { SpirvOp::OpCooperativeMatrixMulAddNV, R"(OpCooperativeMatrixMulAddNV)", - &s_operands[1486], - &s_operands[1487], + &s_operands[1543], + &s_operands[1544], 5, }, { SpirvOp::OpCooperativeMatrixLengthNV, R"(OpCooperativeMatrixLengthNV)", - &s_operands[1491], - &s_operands[1492], + &s_operands[1548], + &s_operands[1549], 3, }, { @@ -11508,1295 +13532,1659 @@ namespace Nz { SpirvOp::OpIsHelperInvocationEXT, R"(OpIsHelperInvocationEXT)", - &s_operands[1494], - &s_operands[1495], + &s_operands[1551], + &s_operands[1552], 2, }, { SpirvOp::OpSubgroupShuffleINTEL, R"(OpSubgroupShuffleINTEL)", - &s_operands[1496], - &s_operands[1497], + &s_operands[1553], + &s_operands[1554], 4, }, { SpirvOp::OpSubgroupShuffleDownINTEL, R"(OpSubgroupShuffleDownINTEL)", - &s_operands[1500], - &s_operands[1501], + &s_operands[1557], + &s_operands[1558], 5, }, { SpirvOp::OpSubgroupShuffleUpINTEL, R"(OpSubgroupShuffleUpINTEL)", - &s_operands[1505], - &s_operands[1506], + &s_operands[1562], + &s_operands[1563], 5, }, { SpirvOp::OpSubgroupShuffleXorINTEL, R"(OpSubgroupShuffleXorINTEL)", - &s_operands[1510], - &s_operands[1511], + &s_operands[1567], + &s_operands[1568], 4, }, { SpirvOp::OpSubgroupBlockReadINTEL, R"(OpSubgroupBlockReadINTEL)", - &s_operands[1514], - &s_operands[1515], + &s_operands[1571], + &s_operands[1572], 3, }, { SpirvOp::OpSubgroupBlockWriteINTEL, R"(OpSubgroupBlockWriteINTEL)", - &s_operands[1517], + &s_operands[1574], nullptr, 2, }, { SpirvOp::OpSubgroupImageBlockReadINTEL, R"(OpSubgroupImageBlockReadINTEL)", - &s_operands[1519], - &s_operands[1520], + &s_operands[1576], + &s_operands[1577], 4, }, { SpirvOp::OpSubgroupImageBlockWriteINTEL, R"(OpSubgroupImageBlockWriteINTEL)", - &s_operands[1523], + &s_operands[1580], nullptr, 3, }, { SpirvOp::OpSubgroupImageMediaBlockReadINTEL, R"(OpSubgroupImageMediaBlockReadINTEL)", - &s_operands[1526], - &s_operands[1527], + &s_operands[1583], + &s_operands[1584], 6, }, { SpirvOp::OpSubgroupImageMediaBlockWriteINTEL, R"(OpSubgroupImageMediaBlockWriteINTEL)", - &s_operands[1532], + &s_operands[1589], nullptr, 5, }, { SpirvOp::OpUCountLeadingZerosINTEL, R"(OpUCountLeadingZerosINTEL)", - &s_operands[1537], - &s_operands[1538], - 3, - }, - { - SpirvOp::OpUCountTrailingZerosINTEL, - R"(OpUCountTrailingZerosINTEL)", - &s_operands[1540], - &s_operands[1541], - 3, - }, - { - SpirvOp::OpAbsISubINTEL, - R"(OpAbsISubINTEL)", - &s_operands[1543], - &s_operands[1544], - 4, - }, - { - SpirvOp::OpAbsUSubINTEL, - R"(OpAbsUSubINTEL)", - &s_operands[1547], - &s_operands[1548], - 4, - }, - { - SpirvOp::OpIAddSatINTEL, - R"(OpIAddSatINTEL)", - &s_operands[1551], - &s_operands[1552], - 4, - }, - { - SpirvOp::OpUAddSatINTEL, - R"(OpUAddSatINTEL)", - &s_operands[1555], - &s_operands[1556], - 4, - }, - { - SpirvOp::OpIAverageINTEL, - R"(OpIAverageINTEL)", - &s_operands[1559], - &s_operands[1560], - 4, - }, - { - SpirvOp::OpUAverageINTEL, - R"(OpUAverageINTEL)", - &s_operands[1563], - &s_operands[1564], - 4, - }, - { - SpirvOp::OpIAverageRoundedINTEL, - R"(OpIAverageRoundedINTEL)", - &s_operands[1567], - &s_operands[1568], - 4, - }, - { - SpirvOp::OpUAverageRoundedINTEL, - R"(OpUAverageRoundedINTEL)", - &s_operands[1571], - &s_operands[1572], - 4, - }, - { - SpirvOp::OpISubSatINTEL, - R"(OpISubSatINTEL)", - &s_operands[1575], - &s_operands[1576], - 4, - }, - { - SpirvOp::OpUSubSatINTEL, - R"(OpUSubSatINTEL)", - &s_operands[1579], - &s_operands[1580], - 4, - }, - { - SpirvOp::OpIMul32x16INTEL, - R"(OpIMul32x16INTEL)", - &s_operands[1583], - &s_operands[1584], - 4, - }, - { - SpirvOp::OpUMul32x16INTEL, - R"(OpUMul32x16INTEL)", - &s_operands[1587], - &s_operands[1588], - 4, - }, - { - SpirvOp::OpConstFunctionPointerINTEL, - R"(OpConstFunctionPointerINTEL)", - &s_operands[1591], - &s_operands[1592], - 3, - }, - { - SpirvOp::OpFunctionPointerCallINTEL, - R"(OpFunctionPointerCallINTEL)", &s_operands[1594], &s_operands[1595], 3, }, { - SpirvOp::OpAsmTargetINTEL, - R"(OpAsmTargetINTEL)", + SpirvOp::OpUCountTrailingZerosINTEL, + R"(OpUCountTrailingZerosINTEL)", &s_operands[1597], &s_operands[1598], 3, }, { - SpirvOp::OpAsmINTEL, - R"(OpAsmINTEL)", + SpirvOp::OpAbsISubINTEL, + R"(OpAbsISubINTEL)", &s_operands[1600], &s_operands[1601], + 4, + }, + { + SpirvOp::OpAbsUSubINTEL, + R"(OpAbsUSubINTEL)", + &s_operands[1604], + &s_operands[1605], + 4, + }, + { + SpirvOp::OpIAddSatINTEL, + R"(OpIAddSatINTEL)", + &s_operands[1608], + &s_operands[1609], + 4, + }, + { + SpirvOp::OpUAddSatINTEL, + R"(OpUAddSatINTEL)", + &s_operands[1612], + &s_operands[1613], + 4, + }, + { + SpirvOp::OpIAverageINTEL, + R"(OpIAverageINTEL)", + &s_operands[1616], + &s_operands[1617], + 4, + }, + { + SpirvOp::OpUAverageINTEL, + R"(OpUAverageINTEL)", + &s_operands[1620], + &s_operands[1621], + 4, + }, + { + SpirvOp::OpIAverageRoundedINTEL, + R"(OpIAverageRoundedINTEL)", + &s_operands[1624], + &s_operands[1625], + 4, + }, + { + SpirvOp::OpUAverageRoundedINTEL, + R"(OpUAverageRoundedINTEL)", + &s_operands[1628], + &s_operands[1629], + 4, + }, + { + SpirvOp::OpISubSatINTEL, + R"(OpISubSatINTEL)", + &s_operands[1632], + &s_operands[1633], + 4, + }, + { + SpirvOp::OpUSubSatINTEL, + R"(OpUSubSatINTEL)", + &s_operands[1636], + &s_operands[1637], + 4, + }, + { + SpirvOp::OpIMul32x16INTEL, + R"(OpIMul32x16INTEL)", + &s_operands[1640], + &s_operands[1641], + 4, + }, + { + SpirvOp::OpUMul32x16INTEL, + R"(OpUMul32x16INTEL)", + &s_operands[1644], + &s_operands[1645], + 4, + }, + { + SpirvOp::OpConstFunctionPointerINTEL, + R"(OpConstFunctionPointerINTEL)", + &s_operands[1648], + &s_operands[1649], + 3, + }, + { + SpirvOp::OpFunctionPointerCallINTEL, + R"(OpFunctionPointerCallINTEL)", + &s_operands[1651], + &s_operands[1652], + 3, + }, + { + SpirvOp::OpAsmTargetINTEL, + R"(OpAsmTargetINTEL)", + &s_operands[1654], + &s_operands[1655], + 3, + }, + { + SpirvOp::OpAsmINTEL, + R"(OpAsmINTEL)", + &s_operands[1657], + &s_operands[1658], 6, }, { SpirvOp::OpAsmCallINTEL, R"(OpAsmCallINTEL)", - &s_operands[1606], - &s_operands[1607], + &s_operands[1663], + &s_operands[1664], 4, }, { SpirvOp::OpAtomicFMinEXT, R"(OpAtomicFMinEXT)", - &s_operands[1610], - &s_operands[1611], + &s_operands[1667], + &s_operands[1668], 6, }, { SpirvOp::OpAtomicFMaxEXT, R"(OpAtomicFMaxEXT)", - &s_operands[1616], - &s_operands[1617], + &s_operands[1673], + &s_operands[1674], 6, }, { SpirvOp::OpAssumeTrueKHR, R"(OpAssumeTrueKHR)", - &s_operands[1622], + &s_operands[1679], nullptr, 1, }, { SpirvOp::OpExpectKHR, R"(OpExpectKHR)", - &s_operands[1623], - &s_operands[1624], + &s_operands[1680], + &s_operands[1681], 4, }, { SpirvOp::OpDecorateStringGOOGLE, R"(OpDecorateStringGOOGLE)", - &s_operands[1627], + &s_operands[1684], nullptr, 2, }, { SpirvOp::OpMemberDecorateStringGOOGLE, R"(OpMemberDecorateStringGOOGLE)", - &s_operands[1629], + &s_operands[1686], nullptr, 3, }, { SpirvOp::OpVmeImageINTEL, R"(OpVmeImageINTEL)", - &s_operands[1632], - &s_operands[1633], + &s_operands[1689], + &s_operands[1690], 4, }, { SpirvOp::OpTypeVmeImageINTEL, R"(OpTypeVmeImageINTEL)", - &s_operands[1636], - &s_operands[1636], + &s_operands[1693], + &s_operands[1693], 2, }, { SpirvOp::OpTypeAvcImePayloadINTEL, R"(OpTypeAvcImePayloadINTEL)", - &s_operands[1638], - &s_operands[1638], + &s_operands[1695], + &s_operands[1695], 1, }, { SpirvOp::OpTypeAvcRefPayloadINTEL, R"(OpTypeAvcRefPayloadINTEL)", - &s_operands[1639], - &s_operands[1639], + &s_operands[1696], + &s_operands[1696], 1, }, { SpirvOp::OpTypeAvcSicPayloadINTEL, R"(OpTypeAvcSicPayloadINTEL)", - &s_operands[1640], - &s_operands[1640], + &s_operands[1697], + &s_operands[1697], 1, }, { SpirvOp::OpTypeAvcMcePayloadINTEL, R"(OpTypeAvcMcePayloadINTEL)", - &s_operands[1641], - &s_operands[1641], + &s_operands[1698], + &s_operands[1698], 1, }, { SpirvOp::OpTypeAvcMceResultINTEL, R"(OpTypeAvcMceResultINTEL)", - &s_operands[1642], - &s_operands[1642], + &s_operands[1699], + &s_operands[1699], 1, }, { SpirvOp::OpTypeAvcImeResultINTEL, R"(OpTypeAvcImeResultINTEL)", - &s_operands[1643], - &s_operands[1643], + &s_operands[1700], + &s_operands[1700], 1, }, { SpirvOp::OpTypeAvcImeResultSingleReferenceStreamoutINTEL, R"(OpTypeAvcImeResultSingleReferenceStreamoutINTEL)", - &s_operands[1644], - &s_operands[1644], + &s_operands[1701], + &s_operands[1701], 1, }, { SpirvOp::OpTypeAvcImeResultDualReferenceStreamoutINTEL, R"(OpTypeAvcImeResultDualReferenceStreamoutINTEL)", - &s_operands[1645], - &s_operands[1645], + &s_operands[1702], + &s_operands[1702], 1, }, { SpirvOp::OpTypeAvcImeSingleReferenceStreaminINTEL, R"(OpTypeAvcImeSingleReferenceStreaminINTEL)", - &s_operands[1646], - &s_operands[1646], + &s_operands[1703], + &s_operands[1703], 1, }, { SpirvOp::OpTypeAvcImeDualReferenceStreaminINTEL, R"(OpTypeAvcImeDualReferenceStreaminINTEL)", - &s_operands[1647], - &s_operands[1647], + &s_operands[1704], + &s_operands[1704], 1, }, { SpirvOp::OpTypeAvcRefResultINTEL, R"(OpTypeAvcRefResultINTEL)", - &s_operands[1648], - &s_operands[1648], + &s_operands[1705], + &s_operands[1705], 1, }, { SpirvOp::OpTypeAvcSicResultINTEL, R"(OpTypeAvcSicResultINTEL)", - &s_operands[1649], - &s_operands[1649], + &s_operands[1706], + &s_operands[1706], 1, }, { SpirvOp::OpSubgroupAvcMceGetDefaultInterBaseMultiReferencePenaltyINTEL, R"(OpSubgroupAvcMceGetDefaultInterBaseMultiReferencePenaltyINTEL)", - &s_operands[1650], - &s_operands[1651], + &s_operands[1707], + &s_operands[1708], 4, }, { SpirvOp::OpSubgroupAvcMceSetInterBaseMultiReferencePenaltyINTEL, R"(OpSubgroupAvcMceSetInterBaseMultiReferencePenaltyINTEL)", - &s_operands[1654], - &s_operands[1655], + &s_operands[1711], + &s_operands[1712], 4, }, { SpirvOp::OpSubgroupAvcMceGetDefaultInterShapePenaltyINTEL, R"(OpSubgroupAvcMceGetDefaultInterShapePenaltyINTEL)", - &s_operands[1658], - &s_operands[1659], + &s_operands[1715], + &s_operands[1716], 4, }, { SpirvOp::OpSubgroupAvcMceSetInterShapePenaltyINTEL, R"(OpSubgroupAvcMceSetInterShapePenaltyINTEL)", - &s_operands[1662], - &s_operands[1663], + &s_operands[1719], + &s_operands[1720], 4, }, { SpirvOp::OpSubgroupAvcMceGetDefaultInterDirectionPenaltyINTEL, R"(OpSubgroupAvcMceGetDefaultInterDirectionPenaltyINTEL)", - &s_operands[1666], - &s_operands[1667], + &s_operands[1723], + &s_operands[1724], 4, }, { SpirvOp::OpSubgroupAvcMceSetInterDirectionPenaltyINTEL, R"(OpSubgroupAvcMceSetInterDirectionPenaltyINTEL)", - &s_operands[1670], - &s_operands[1671], + &s_operands[1727], + &s_operands[1728], 4, }, { SpirvOp::OpSubgroupAvcMceGetDefaultIntraLumaShapePenaltyINTEL, R"(OpSubgroupAvcMceGetDefaultIntraLumaShapePenaltyINTEL)", - &s_operands[1674], - &s_operands[1675], + &s_operands[1731], + &s_operands[1732], 4, }, { SpirvOp::OpSubgroupAvcMceGetDefaultInterMotionVectorCostTableINTEL, R"(OpSubgroupAvcMceGetDefaultInterMotionVectorCostTableINTEL)", - &s_operands[1678], - &s_operands[1679], + &s_operands[1735], + &s_operands[1736], 4, }, { SpirvOp::OpSubgroupAvcMceGetDefaultHighPenaltyCostTableINTEL, R"(OpSubgroupAvcMceGetDefaultHighPenaltyCostTableINTEL)", - &s_operands[1682], - &s_operands[1683], + &s_operands[1739], + &s_operands[1740], 2, }, { SpirvOp::OpSubgroupAvcMceGetDefaultMediumPenaltyCostTableINTEL, R"(OpSubgroupAvcMceGetDefaultMediumPenaltyCostTableINTEL)", - &s_operands[1684], - &s_operands[1685], + &s_operands[1741], + &s_operands[1742], 2, }, { SpirvOp::OpSubgroupAvcMceGetDefaultLowPenaltyCostTableINTEL, R"(OpSubgroupAvcMceGetDefaultLowPenaltyCostTableINTEL)", - &s_operands[1686], - &s_operands[1687], + &s_operands[1743], + &s_operands[1744], 2, }, { SpirvOp::OpSubgroupAvcMceSetMotionVectorCostFunctionINTEL, R"(OpSubgroupAvcMceSetMotionVectorCostFunctionINTEL)", - &s_operands[1688], - &s_operands[1689], + &s_operands[1745], + &s_operands[1746], 6, }, { SpirvOp::OpSubgroupAvcMceGetDefaultIntraLumaModePenaltyINTEL, R"(OpSubgroupAvcMceGetDefaultIntraLumaModePenaltyINTEL)", - &s_operands[1694], - &s_operands[1695], + &s_operands[1751], + &s_operands[1752], 4, }, { SpirvOp::OpSubgroupAvcMceGetDefaultNonDcLumaIntraPenaltyINTEL, R"(OpSubgroupAvcMceGetDefaultNonDcLumaIntraPenaltyINTEL)", - &s_operands[1698], - &s_operands[1699], + &s_operands[1755], + &s_operands[1756], 2, }, { SpirvOp::OpSubgroupAvcMceGetDefaultIntraChromaModeBasePenaltyINTEL, R"(OpSubgroupAvcMceGetDefaultIntraChromaModeBasePenaltyINTEL)", - &s_operands[1700], - &s_operands[1701], + &s_operands[1757], + &s_operands[1758], 2, }, { SpirvOp::OpSubgroupAvcMceSetAcOnlyHaarINTEL, R"(OpSubgroupAvcMceSetAcOnlyHaarINTEL)", - &s_operands[1702], - &s_operands[1703], + &s_operands[1759], + &s_operands[1760], 3, }, { SpirvOp::OpSubgroupAvcMceSetSourceInterlacedFieldPolarityINTEL, R"(OpSubgroupAvcMceSetSourceInterlacedFieldPolarityINTEL)", - &s_operands[1705], - &s_operands[1706], + &s_operands[1762], + &s_operands[1763], 4, }, { SpirvOp::OpSubgroupAvcMceSetSingleReferenceInterlacedFieldPolarityINTEL, R"(OpSubgroupAvcMceSetSingleReferenceInterlacedFieldPolarityINTEL)", - &s_operands[1709], - &s_operands[1710], + &s_operands[1766], + &s_operands[1767], 4, }, { SpirvOp::OpSubgroupAvcMceSetDualReferenceInterlacedFieldPolaritiesINTEL, R"(OpSubgroupAvcMceSetDualReferenceInterlacedFieldPolaritiesINTEL)", - &s_operands[1713], - &s_operands[1714], - 5, - }, - { - SpirvOp::OpSubgroupAvcMceConvertToImePayloadINTEL, - R"(OpSubgroupAvcMceConvertToImePayloadINTEL)", - &s_operands[1718], - &s_operands[1719], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceConvertToImeResultINTEL, - R"(OpSubgroupAvcMceConvertToImeResultINTEL)", - &s_operands[1721], - &s_operands[1722], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceConvertToRefPayloadINTEL, - R"(OpSubgroupAvcMceConvertToRefPayloadINTEL)", - &s_operands[1724], - &s_operands[1725], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceConvertToRefResultINTEL, - R"(OpSubgroupAvcMceConvertToRefResultINTEL)", - &s_operands[1727], - &s_operands[1728], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceConvertToSicPayloadINTEL, - R"(OpSubgroupAvcMceConvertToSicPayloadINTEL)", - &s_operands[1730], - &s_operands[1731], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceConvertToSicResultINTEL, - R"(OpSubgroupAvcMceConvertToSicResultINTEL)", - &s_operands[1733], - &s_operands[1734], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceGetMotionVectorsINTEL, - R"(OpSubgroupAvcMceGetMotionVectorsINTEL)", - &s_operands[1736], - &s_operands[1737], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceGetInterDistortionsINTEL, - R"(OpSubgroupAvcMceGetInterDistortionsINTEL)", - &s_operands[1739], - &s_operands[1740], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceGetBestInterDistortionsINTEL, - R"(OpSubgroupAvcMceGetBestInterDistortionsINTEL)", - &s_operands[1742], - &s_operands[1743], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceGetInterMajorShapeINTEL, - R"(OpSubgroupAvcMceGetInterMajorShapeINTEL)", - &s_operands[1745], - &s_operands[1746], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceGetInterMinorShapeINTEL, - R"(OpSubgroupAvcMceGetInterMinorShapeINTEL)", - &s_operands[1748], - &s_operands[1749], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceGetInterDirectionsINTEL, - R"(OpSubgroupAvcMceGetInterDirectionsINTEL)", - &s_operands[1751], - &s_operands[1752], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceGetInterMotionVectorCountINTEL, - R"(OpSubgroupAvcMceGetInterMotionVectorCountINTEL)", - &s_operands[1754], - &s_operands[1755], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceGetInterReferenceIdsINTEL, - R"(OpSubgroupAvcMceGetInterReferenceIdsINTEL)", - &s_operands[1757], - &s_operands[1758], - 3, - }, - { - SpirvOp::OpSubgroupAvcMceGetInterReferenceInterlacedFieldPolaritiesINTEL, - R"(OpSubgroupAvcMceGetInterReferenceInterlacedFieldPolaritiesINTEL)", - &s_operands[1760], - &s_operands[1761], - 5, - }, - { - SpirvOp::OpSubgroupAvcImeInitializeINTEL, - R"(OpSubgroupAvcImeInitializeINTEL)", - &s_operands[1765], - &s_operands[1766], - 5, - }, - { - SpirvOp::OpSubgroupAvcImeSetSingleReferenceINTEL, - R"(OpSubgroupAvcImeSetSingleReferenceINTEL)", &s_operands[1770], &s_operands[1771], 5, }, { - SpirvOp::OpSubgroupAvcImeSetDualReferenceINTEL, - R"(OpSubgroupAvcImeSetDualReferenceINTEL)", + SpirvOp::OpSubgroupAvcMceConvertToImePayloadINTEL, + R"(OpSubgroupAvcMceConvertToImePayloadINTEL)", &s_operands[1775], &s_operands[1776], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceConvertToImeResultINTEL, + R"(OpSubgroupAvcMceConvertToImeResultINTEL)", + &s_operands[1778], + &s_operands[1779], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceConvertToRefPayloadINTEL, + R"(OpSubgroupAvcMceConvertToRefPayloadINTEL)", + &s_operands[1781], + &s_operands[1782], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceConvertToRefResultINTEL, + R"(OpSubgroupAvcMceConvertToRefResultINTEL)", + &s_operands[1784], + &s_operands[1785], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceConvertToSicPayloadINTEL, + R"(OpSubgroupAvcMceConvertToSicPayloadINTEL)", + &s_operands[1787], + &s_operands[1788], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceConvertToSicResultINTEL, + R"(OpSubgroupAvcMceConvertToSicResultINTEL)", + &s_operands[1790], + &s_operands[1791], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceGetMotionVectorsINTEL, + R"(OpSubgroupAvcMceGetMotionVectorsINTEL)", + &s_operands[1793], + &s_operands[1794], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceGetInterDistortionsINTEL, + R"(OpSubgroupAvcMceGetInterDistortionsINTEL)", + &s_operands[1796], + &s_operands[1797], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceGetBestInterDistortionsINTEL, + R"(OpSubgroupAvcMceGetBestInterDistortionsINTEL)", + &s_operands[1799], + &s_operands[1800], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceGetInterMajorShapeINTEL, + R"(OpSubgroupAvcMceGetInterMajorShapeINTEL)", + &s_operands[1802], + &s_operands[1803], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceGetInterMinorShapeINTEL, + R"(OpSubgroupAvcMceGetInterMinorShapeINTEL)", + &s_operands[1805], + &s_operands[1806], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceGetInterDirectionsINTEL, + R"(OpSubgroupAvcMceGetInterDirectionsINTEL)", + &s_operands[1808], + &s_operands[1809], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceGetInterMotionVectorCountINTEL, + R"(OpSubgroupAvcMceGetInterMotionVectorCountINTEL)", + &s_operands[1811], + &s_operands[1812], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceGetInterReferenceIdsINTEL, + R"(OpSubgroupAvcMceGetInterReferenceIdsINTEL)", + &s_operands[1814], + &s_operands[1815], + 3, + }, + { + SpirvOp::OpSubgroupAvcMceGetInterReferenceInterlacedFieldPolaritiesINTEL, + R"(OpSubgroupAvcMceGetInterReferenceInterlacedFieldPolaritiesINTEL)", + &s_operands[1817], + &s_operands[1818], + 5, + }, + { + SpirvOp::OpSubgroupAvcImeInitializeINTEL, + R"(OpSubgroupAvcImeInitializeINTEL)", + &s_operands[1822], + &s_operands[1823], + 5, + }, + { + SpirvOp::OpSubgroupAvcImeSetSingleReferenceINTEL, + R"(OpSubgroupAvcImeSetSingleReferenceINTEL)", + &s_operands[1827], + &s_operands[1828], + 5, + }, + { + SpirvOp::OpSubgroupAvcImeSetDualReferenceINTEL, + R"(OpSubgroupAvcImeSetDualReferenceINTEL)", + &s_operands[1832], + &s_operands[1833], 6, }, { SpirvOp::OpSubgroupAvcImeRefWindowSizeINTEL, R"(OpSubgroupAvcImeRefWindowSizeINTEL)", - &s_operands[1781], - &s_operands[1782], + &s_operands[1838], + &s_operands[1839], 4, }, { SpirvOp::OpSubgroupAvcImeAdjustRefOffsetINTEL, R"(OpSubgroupAvcImeAdjustRefOffsetINTEL)", - &s_operands[1785], - &s_operands[1786], + &s_operands[1842], + &s_operands[1843], 6, }, { SpirvOp::OpSubgroupAvcImeConvertToMcePayloadINTEL, R"(OpSubgroupAvcImeConvertToMcePayloadINTEL)", - &s_operands[1791], - &s_operands[1792], + &s_operands[1848], + &s_operands[1849], 3, }, { SpirvOp::OpSubgroupAvcImeSetMaxMotionVectorCountINTEL, R"(OpSubgroupAvcImeSetMaxMotionVectorCountINTEL)", - &s_operands[1794], - &s_operands[1795], + &s_operands[1851], + &s_operands[1852], 4, }, { SpirvOp::OpSubgroupAvcImeSetUnidirectionalMixDisableINTEL, R"(OpSubgroupAvcImeSetUnidirectionalMixDisableINTEL)", - &s_operands[1798], - &s_operands[1799], + &s_operands[1855], + &s_operands[1856], 3, }, { SpirvOp::OpSubgroupAvcImeSetEarlySearchTerminationThresholdINTEL, R"(OpSubgroupAvcImeSetEarlySearchTerminationThresholdINTEL)", - &s_operands[1801], - &s_operands[1802], + &s_operands[1858], + &s_operands[1859], 4, }, { SpirvOp::OpSubgroupAvcImeSetWeightedSadINTEL, R"(OpSubgroupAvcImeSetWeightedSadINTEL)", - &s_operands[1805], - &s_operands[1806], + &s_operands[1862], + &s_operands[1863], 4, }, { SpirvOp::OpSubgroupAvcImeEvaluateWithSingleReferenceINTEL, R"(OpSubgroupAvcImeEvaluateWithSingleReferenceINTEL)", - &s_operands[1809], - &s_operands[1810], + &s_operands[1866], + &s_operands[1867], 5, }, { SpirvOp::OpSubgroupAvcImeEvaluateWithDualReferenceINTEL, R"(OpSubgroupAvcImeEvaluateWithDualReferenceINTEL)", - &s_operands[1814], - &s_operands[1815], + &s_operands[1871], + &s_operands[1872], 6, }, { SpirvOp::OpSubgroupAvcImeEvaluateWithSingleReferenceStreaminINTEL, R"(OpSubgroupAvcImeEvaluateWithSingleReferenceStreaminINTEL)", - &s_operands[1820], - &s_operands[1821], + &s_operands[1877], + &s_operands[1878], 6, }, { SpirvOp::OpSubgroupAvcImeEvaluateWithDualReferenceStreaminINTEL, R"(OpSubgroupAvcImeEvaluateWithDualReferenceStreaminINTEL)", - &s_operands[1826], - &s_operands[1827], + &s_operands[1883], + &s_operands[1884], 7, }, { SpirvOp::OpSubgroupAvcImeEvaluateWithSingleReferenceStreamoutINTEL, R"(OpSubgroupAvcImeEvaluateWithSingleReferenceStreamoutINTEL)", - &s_operands[1833], - &s_operands[1834], + &s_operands[1890], + &s_operands[1891], 5, }, { SpirvOp::OpSubgroupAvcImeEvaluateWithDualReferenceStreamoutINTEL, R"(OpSubgroupAvcImeEvaluateWithDualReferenceStreamoutINTEL)", - &s_operands[1838], - &s_operands[1839], + &s_operands[1895], + &s_operands[1896], 6, }, { SpirvOp::OpSubgroupAvcImeEvaluateWithSingleReferenceStreaminoutINTEL, R"(OpSubgroupAvcImeEvaluateWithSingleReferenceStreaminoutINTEL)", - &s_operands[1844], - &s_operands[1845], + &s_operands[1901], + &s_operands[1902], 6, }, { SpirvOp::OpSubgroupAvcImeEvaluateWithDualReferenceStreaminoutINTEL, R"(OpSubgroupAvcImeEvaluateWithDualReferenceStreaminoutINTEL)", - &s_operands[1850], - &s_operands[1851], + &s_operands[1907], + &s_operands[1908], 7, }, { SpirvOp::OpSubgroupAvcImeConvertToMceResultINTEL, R"(OpSubgroupAvcImeConvertToMceResultINTEL)", - &s_operands[1857], - &s_operands[1858], + &s_operands[1914], + &s_operands[1915], 3, }, { SpirvOp::OpSubgroupAvcImeGetSingleReferenceStreaminINTEL, R"(OpSubgroupAvcImeGetSingleReferenceStreaminINTEL)", - &s_operands[1860], - &s_operands[1861], + &s_operands[1917], + &s_operands[1918], 3, }, { SpirvOp::OpSubgroupAvcImeGetDualReferenceStreaminINTEL, R"(OpSubgroupAvcImeGetDualReferenceStreaminINTEL)", - &s_operands[1863], - &s_operands[1864], + &s_operands[1920], + &s_operands[1921], 3, }, { SpirvOp::OpSubgroupAvcImeStripSingleReferenceStreamoutINTEL, R"(OpSubgroupAvcImeStripSingleReferenceStreamoutINTEL)", - &s_operands[1866], - &s_operands[1867], + &s_operands[1923], + &s_operands[1924], 3, }, { SpirvOp::OpSubgroupAvcImeStripDualReferenceStreamoutINTEL, R"(OpSubgroupAvcImeStripDualReferenceStreamoutINTEL)", - &s_operands[1869], - &s_operands[1870], + &s_operands[1926], + &s_operands[1927], 3, }, { SpirvOp::OpSubgroupAvcImeGetStreamoutSingleReferenceMajorShapeMotionVectorsINTEL, R"(OpSubgroupAvcImeGetStreamoutSingleReferenceMajorShapeMotionVectorsINTEL)", - &s_operands[1872], - &s_operands[1873], + &s_operands[1929], + &s_operands[1930], 4, }, { SpirvOp::OpSubgroupAvcImeGetStreamoutSingleReferenceMajorShapeDistortionsINTEL, R"(OpSubgroupAvcImeGetStreamoutSingleReferenceMajorShapeDistortionsINTEL)", - &s_operands[1876], - &s_operands[1877], + &s_operands[1933], + &s_operands[1934], 4, }, { SpirvOp::OpSubgroupAvcImeGetStreamoutSingleReferenceMajorShapeReferenceIdsINTEL, R"(OpSubgroupAvcImeGetStreamoutSingleReferenceMajorShapeReferenceIdsINTEL)", - &s_operands[1880], - &s_operands[1881], + &s_operands[1937], + &s_operands[1938], 4, }, { SpirvOp::OpSubgroupAvcImeGetStreamoutDualReferenceMajorShapeMotionVectorsINTEL, R"(OpSubgroupAvcImeGetStreamoutDualReferenceMajorShapeMotionVectorsINTEL)", - &s_operands[1884], - &s_operands[1885], + &s_operands[1941], + &s_operands[1942], 5, }, { SpirvOp::OpSubgroupAvcImeGetStreamoutDualReferenceMajorShapeDistortionsINTEL, R"(OpSubgroupAvcImeGetStreamoutDualReferenceMajorShapeDistortionsINTEL)", - &s_operands[1889], - &s_operands[1890], + &s_operands[1946], + &s_operands[1947], 5, }, { SpirvOp::OpSubgroupAvcImeGetStreamoutDualReferenceMajorShapeReferenceIdsINTEL, R"(OpSubgroupAvcImeGetStreamoutDualReferenceMajorShapeReferenceIdsINTEL)", - &s_operands[1894], - &s_operands[1895], + &s_operands[1951], + &s_operands[1952], 5, }, { SpirvOp::OpSubgroupAvcImeGetBorderReachedINTEL, R"(OpSubgroupAvcImeGetBorderReachedINTEL)", - &s_operands[1899], - &s_operands[1900], + &s_operands[1956], + &s_operands[1957], 4, }, { SpirvOp::OpSubgroupAvcImeGetTruncatedSearchIndicationINTEL, R"(OpSubgroupAvcImeGetTruncatedSearchIndicationINTEL)", - &s_operands[1903], - &s_operands[1904], + &s_operands[1960], + &s_operands[1961], 3, }, { SpirvOp::OpSubgroupAvcImeGetUnidirectionalEarlySearchTerminationINTEL, R"(OpSubgroupAvcImeGetUnidirectionalEarlySearchTerminationINTEL)", - &s_operands[1906], - &s_operands[1907], + &s_operands[1963], + &s_operands[1964], 3, }, { SpirvOp::OpSubgroupAvcImeGetWeightingPatternMinimumMotionVectorINTEL, R"(OpSubgroupAvcImeGetWeightingPatternMinimumMotionVectorINTEL)", - &s_operands[1909], - &s_operands[1910], + &s_operands[1966], + &s_operands[1967], 3, }, { SpirvOp::OpSubgroupAvcImeGetWeightingPatternMinimumDistortionINTEL, R"(OpSubgroupAvcImeGetWeightingPatternMinimumDistortionINTEL)", - &s_operands[1912], - &s_operands[1913], + &s_operands[1969], + &s_operands[1970], 3, }, { SpirvOp::OpSubgroupAvcFmeInitializeINTEL, R"(OpSubgroupAvcFmeInitializeINTEL)", - &s_operands[1915], - &s_operands[1916], + &s_operands[1972], + &s_operands[1973], 9, }, { SpirvOp::OpSubgroupAvcBmeInitializeINTEL, R"(OpSubgroupAvcBmeInitializeINTEL)", - &s_operands[1924], - &s_operands[1925], + &s_operands[1981], + &s_operands[1982], 10, }, { SpirvOp::OpSubgroupAvcRefConvertToMcePayloadINTEL, R"(OpSubgroupAvcRefConvertToMcePayloadINTEL)", - &s_operands[1934], - &s_operands[1935], + &s_operands[1991], + &s_operands[1992], 3, }, { SpirvOp::OpSubgroupAvcRefSetBidirectionalMixDisableINTEL, R"(OpSubgroupAvcRefSetBidirectionalMixDisableINTEL)", - &s_operands[1937], - &s_operands[1938], + &s_operands[1994], + &s_operands[1995], 3, }, { SpirvOp::OpSubgroupAvcRefSetBilinearFilterEnableINTEL, R"(OpSubgroupAvcRefSetBilinearFilterEnableINTEL)", - &s_operands[1940], - &s_operands[1941], + &s_operands[1997], + &s_operands[1998], 3, }, { SpirvOp::OpSubgroupAvcRefEvaluateWithSingleReferenceINTEL, R"(OpSubgroupAvcRefEvaluateWithSingleReferenceINTEL)", - &s_operands[1943], - &s_operands[1944], + &s_operands[2000], + &s_operands[2001], 5, }, { SpirvOp::OpSubgroupAvcRefEvaluateWithDualReferenceINTEL, R"(OpSubgroupAvcRefEvaluateWithDualReferenceINTEL)", - &s_operands[1948], - &s_operands[1949], + &s_operands[2005], + &s_operands[2006], 6, }, { SpirvOp::OpSubgroupAvcRefEvaluateWithMultiReferenceINTEL, R"(OpSubgroupAvcRefEvaluateWithMultiReferenceINTEL)", - &s_operands[1954], - &s_operands[1955], + &s_operands[2011], + &s_operands[2012], 5, }, { SpirvOp::OpSubgroupAvcRefEvaluateWithMultiReferenceInterlacedINTEL, R"(OpSubgroupAvcRefEvaluateWithMultiReferenceInterlacedINTEL)", - &s_operands[1959], - &s_operands[1960], + &s_operands[2016], + &s_operands[2017], 6, }, { SpirvOp::OpSubgroupAvcRefConvertToMceResultINTEL, R"(OpSubgroupAvcRefConvertToMceResultINTEL)", - &s_operands[1965], - &s_operands[1966], + &s_operands[2022], + &s_operands[2023], 3, }, { SpirvOp::OpSubgroupAvcSicInitializeINTEL, R"(OpSubgroupAvcSicInitializeINTEL)", - &s_operands[1968], - &s_operands[1969], + &s_operands[2025], + &s_operands[2026], 3, }, { SpirvOp::OpSubgroupAvcSicConfigureSkcINTEL, R"(OpSubgroupAvcSicConfigureSkcINTEL)", - &s_operands[1971], - &s_operands[1972], + &s_operands[2028], + &s_operands[2029], 8, }, { SpirvOp::OpSubgroupAvcSicConfigureIpeLumaINTEL, R"(OpSubgroupAvcSicConfigureIpeLumaINTEL)", - &s_operands[1979], - &s_operands[1980], + &s_operands[2036], + &s_operands[2037], 10, }, { SpirvOp::OpSubgroupAvcSicConfigureIpeLumaChromaINTEL, R"(OpSubgroupAvcSicConfigureIpeLumaChromaINTEL)", - &s_operands[1989], - &s_operands[1990], + &s_operands[2046], + &s_operands[2047], 13, }, { SpirvOp::OpSubgroupAvcSicGetMotionVectorMaskINTEL, R"(OpSubgroupAvcSicGetMotionVectorMaskINTEL)", - &s_operands[2002], - &s_operands[2003], + &s_operands[2059], + &s_operands[2060], 4, }, { SpirvOp::OpSubgroupAvcSicConvertToMcePayloadINTEL, R"(OpSubgroupAvcSicConvertToMcePayloadINTEL)", - &s_operands[2006], - &s_operands[2007], - 3, - }, - { - SpirvOp::OpSubgroupAvcSicSetIntraLumaShapePenaltyINTEL, - R"(OpSubgroupAvcSicSetIntraLumaShapePenaltyINTEL)", - &s_operands[2009], - &s_operands[2010], - 4, - }, - { - SpirvOp::OpSubgroupAvcSicSetIntraLumaModeCostFunctionINTEL, - R"(OpSubgroupAvcSicSetIntraLumaModeCostFunctionINTEL)", - &s_operands[2013], - &s_operands[2014], - 6, - }, - { - SpirvOp::OpSubgroupAvcSicSetIntraChromaModeCostFunctionINTEL, - R"(OpSubgroupAvcSicSetIntraChromaModeCostFunctionINTEL)", - &s_operands[2019], - &s_operands[2020], - 4, - }, - { - SpirvOp::OpSubgroupAvcSicSetBilinearFilterEnableINTEL, - R"(OpSubgroupAvcSicSetBilinearFilterEnableINTEL)", - &s_operands[2023], - &s_operands[2024], - 3, - }, - { - SpirvOp::OpSubgroupAvcSicSetSkcForwardTransformEnableINTEL, - R"(OpSubgroupAvcSicSetSkcForwardTransformEnableINTEL)", - &s_operands[2026], - &s_operands[2027], - 4, - }, - { - SpirvOp::OpSubgroupAvcSicSetBlockBasedRawSkipSadINTEL, - R"(OpSubgroupAvcSicSetBlockBasedRawSkipSadINTEL)", - &s_operands[2030], - &s_operands[2031], - 4, - }, - { - SpirvOp::OpSubgroupAvcSicEvaluateIpeINTEL, - R"(OpSubgroupAvcSicEvaluateIpeINTEL)", - &s_operands[2034], - &s_operands[2035], - 4, - }, - { - SpirvOp::OpSubgroupAvcSicEvaluateWithSingleReferenceINTEL, - R"(OpSubgroupAvcSicEvaluateWithSingleReferenceINTEL)", - &s_operands[2038], - &s_operands[2039], - 5, - }, - { - SpirvOp::OpSubgroupAvcSicEvaluateWithDualReferenceINTEL, - R"(OpSubgroupAvcSicEvaluateWithDualReferenceINTEL)", - &s_operands[2043], - &s_operands[2044], - 6, - }, - { - SpirvOp::OpSubgroupAvcSicEvaluateWithMultiReferenceINTEL, - R"(OpSubgroupAvcSicEvaluateWithMultiReferenceINTEL)", - &s_operands[2049], - &s_operands[2050], - 5, - }, - { - SpirvOp::OpSubgroupAvcSicEvaluateWithMultiReferenceInterlacedINTEL, - R"(OpSubgroupAvcSicEvaluateWithMultiReferenceInterlacedINTEL)", - &s_operands[2054], - &s_operands[2055], - 6, - }, - { - SpirvOp::OpSubgroupAvcSicConvertToMceResultINTEL, - R"(OpSubgroupAvcSicConvertToMceResultINTEL)", - &s_operands[2060], - &s_operands[2061], - 3, - }, - { - SpirvOp::OpSubgroupAvcSicGetIpeLumaShapeINTEL, - R"(OpSubgroupAvcSicGetIpeLumaShapeINTEL)", &s_operands[2063], &s_operands[2064], 3, }, { - SpirvOp::OpSubgroupAvcSicGetBestIpeLumaDistortionINTEL, - R"(OpSubgroupAvcSicGetBestIpeLumaDistortionINTEL)", + SpirvOp::OpSubgroupAvcSicSetIntraLumaShapePenaltyINTEL, + R"(OpSubgroupAvcSicSetIntraLumaShapePenaltyINTEL)", &s_operands[2066], &s_operands[2067], + 4, + }, + { + SpirvOp::OpSubgroupAvcSicSetIntraLumaModeCostFunctionINTEL, + R"(OpSubgroupAvcSicSetIntraLumaModeCostFunctionINTEL)", + &s_operands[2070], + &s_operands[2071], + 6, + }, + { + SpirvOp::OpSubgroupAvcSicSetIntraChromaModeCostFunctionINTEL, + R"(OpSubgroupAvcSicSetIntraChromaModeCostFunctionINTEL)", + &s_operands[2076], + &s_operands[2077], + 4, + }, + { + SpirvOp::OpSubgroupAvcSicSetBilinearFilterEnableINTEL, + R"(OpSubgroupAvcSicSetBilinearFilterEnableINTEL)", + &s_operands[2080], + &s_operands[2081], + 3, + }, + { + SpirvOp::OpSubgroupAvcSicSetSkcForwardTransformEnableINTEL, + R"(OpSubgroupAvcSicSetSkcForwardTransformEnableINTEL)", + &s_operands[2083], + &s_operands[2084], + 4, + }, + { + SpirvOp::OpSubgroupAvcSicSetBlockBasedRawSkipSadINTEL, + R"(OpSubgroupAvcSicSetBlockBasedRawSkipSadINTEL)", + &s_operands[2087], + &s_operands[2088], + 4, + }, + { + SpirvOp::OpSubgroupAvcSicEvaluateIpeINTEL, + R"(OpSubgroupAvcSicEvaluateIpeINTEL)", + &s_operands[2091], + &s_operands[2092], + 4, + }, + { + SpirvOp::OpSubgroupAvcSicEvaluateWithSingleReferenceINTEL, + R"(OpSubgroupAvcSicEvaluateWithSingleReferenceINTEL)", + &s_operands[2095], + &s_operands[2096], + 5, + }, + { + SpirvOp::OpSubgroupAvcSicEvaluateWithDualReferenceINTEL, + R"(OpSubgroupAvcSicEvaluateWithDualReferenceINTEL)", + &s_operands[2100], + &s_operands[2101], + 6, + }, + { + SpirvOp::OpSubgroupAvcSicEvaluateWithMultiReferenceINTEL, + R"(OpSubgroupAvcSicEvaluateWithMultiReferenceINTEL)", + &s_operands[2106], + &s_operands[2107], + 5, + }, + { + SpirvOp::OpSubgroupAvcSicEvaluateWithMultiReferenceInterlacedINTEL, + R"(OpSubgroupAvcSicEvaluateWithMultiReferenceInterlacedINTEL)", + &s_operands[2111], + &s_operands[2112], + 6, + }, + { + SpirvOp::OpSubgroupAvcSicConvertToMceResultINTEL, + R"(OpSubgroupAvcSicConvertToMceResultINTEL)", + &s_operands[2117], + &s_operands[2118], + 3, + }, + { + SpirvOp::OpSubgroupAvcSicGetIpeLumaShapeINTEL, + R"(OpSubgroupAvcSicGetIpeLumaShapeINTEL)", + &s_operands[2120], + &s_operands[2121], + 3, + }, + { + SpirvOp::OpSubgroupAvcSicGetBestIpeLumaDistortionINTEL, + R"(OpSubgroupAvcSicGetBestIpeLumaDistortionINTEL)", + &s_operands[2123], + &s_operands[2124], 3, }, { SpirvOp::OpSubgroupAvcSicGetBestIpeChromaDistortionINTEL, R"(OpSubgroupAvcSicGetBestIpeChromaDistortionINTEL)", - &s_operands[2069], - &s_operands[2070], + &s_operands[2126], + &s_operands[2127], 3, }, { SpirvOp::OpSubgroupAvcSicGetPackedIpeLumaModesINTEL, R"(OpSubgroupAvcSicGetPackedIpeLumaModesINTEL)", - &s_operands[2072], - &s_operands[2073], + &s_operands[2129], + &s_operands[2130], 3, }, { SpirvOp::OpSubgroupAvcSicGetIpeChromaModeINTEL, R"(OpSubgroupAvcSicGetIpeChromaModeINTEL)", - &s_operands[2075], - &s_operands[2076], + &s_operands[2132], + &s_operands[2133], 3, }, { SpirvOp::OpSubgroupAvcSicGetPackedSkcLumaCountThresholdINTEL, R"(OpSubgroupAvcSicGetPackedSkcLumaCountThresholdINTEL)", - &s_operands[2078], - &s_operands[2079], + &s_operands[2135], + &s_operands[2136], 3, }, { SpirvOp::OpSubgroupAvcSicGetPackedSkcLumaSumThresholdINTEL, R"(OpSubgroupAvcSicGetPackedSkcLumaSumThresholdINTEL)", - &s_operands[2081], - &s_operands[2082], + &s_operands[2138], + &s_operands[2139], 3, }, { SpirvOp::OpSubgroupAvcSicGetInterRawSadsINTEL, R"(OpSubgroupAvcSicGetInterRawSadsINTEL)", - &s_operands[2084], - &s_operands[2085], + &s_operands[2141], + &s_operands[2142], 3, }, { SpirvOp::OpVariableLengthArrayINTEL, R"(OpVariableLengthArrayINTEL)", - &s_operands[2087], - &s_operands[2088], + &s_operands[2144], + &s_operands[2145], 3, }, { SpirvOp::OpSaveMemoryINTEL, R"(OpSaveMemoryINTEL)", - &s_operands[2090], - &s_operands[2091], + &s_operands[2147], + &s_operands[2148], 2, }, { SpirvOp::OpRestoreMemoryINTEL, R"(OpRestoreMemoryINTEL)", - &s_operands[2092], + &s_operands[2149], nullptr, 1, }, + { + SpirvOp::OpArbitraryFloatSinCosPiINTEL, + R"(OpArbitraryFloatSinCosPiINTEL)", + &s_operands[2150], + &s_operands[2151], + 9, + }, + { + SpirvOp::OpArbitraryFloatCastINTEL, + R"(OpArbitraryFloatCastINTEL)", + &s_operands[2159], + &s_operands[2160], + 8, + }, + { + SpirvOp::OpArbitraryFloatCastFromIntINTEL, + R"(OpArbitraryFloatCastFromIntINTEL)", + &s_operands[2167], + &s_operands[2168], + 8, + }, + { + SpirvOp::OpArbitraryFloatCastToIntINTEL, + R"(OpArbitraryFloatCastToIntINTEL)", + &s_operands[2175], + &s_operands[2176], + 7, + }, + { + SpirvOp::OpArbitraryFloatAddINTEL, + R"(OpArbitraryFloatAddINTEL)", + &s_operands[2182], + &s_operands[2183], + 10, + }, + { + SpirvOp::OpArbitraryFloatSubINTEL, + R"(OpArbitraryFloatSubINTEL)", + &s_operands[2192], + &s_operands[2193], + 10, + }, + { + SpirvOp::OpArbitraryFloatMulINTEL, + R"(OpArbitraryFloatMulINTEL)", + &s_operands[2202], + &s_operands[2203], + 10, + }, + { + SpirvOp::OpArbitraryFloatDivINTEL, + R"(OpArbitraryFloatDivINTEL)", + &s_operands[2212], + &s_operands[2213], + 10, + }, + { + SpirvOp::OpArbitraryFloatGTINTEL, + R"(OpArbitraryFloatGTINTEL)", + &s_operands[2222], + &s_operands[2223], + 6, + }, + { + SpirvOp::OpArbitraryFloatGEINTEL, + R"(OpArbitraryFloatGEINTEL)", + &s_operands[2228], + &s_operands[2229], + 6, + }, + { + SpirvOp::OpArbitraryFloatLTINTEL, + R"(OpArbitraryFloatLTINTEL)", + &s_operands[2234], + &s_operands[2235], + 6, + }, + { + SpirvOp::OpArbitraryFloatLEINTEL, + R"(OpArbitraryFloatLEINTEL)", + &s_operands[2240], + &s_operands[2241], + 6, + }, + { + SpirvOp::OpArbitraryFloatEQINTEL, + R"(OpArbitraryFloatEQINTEL)", + &s_operands[2246], + &s_operands[2247], + 6, + }, + { + SpirvOp::OpArbitraryFloatRecipINTEL, + R"(OpArbitraryFloatRecipINTEL)", + &s_operands[2252], + &s_operands[2253], + 8, + }, + { + SpirvOp::OpArbitraryFloatRSqrtINTEL, + R"(OpArbitraryFloatRSqrtINTEL)", + &s_operands[2260], + &s_operands[2261], + 8, + }, + { + SpirvOp::OpArbitraryFloatCbrtINTEL, + R"(OpArbitraryFloatCbrtINTEL)", + &s_operands[2268], + &s_operands[2269], + 8, + }, + { + SpirvOp::OpArbitraryFloatHypotINTEL, + R"(OpArbitraryFloatHypotINTEL)", + &s_operands[2276], + &s_operands[2277], + 10, + }, + { + SpirvOp::OpArbitraryFloatSqrtINTEL, + R"(OpArbitraryFloatSqrtINTEL)", + &s_operands[2286], + &s_operands[2287], + 8, + }, + { + SpirvOp::OpArbitraryFloatLogINTEL, + R"(OpArbitraryFloatLogINTEL)", + &s_operands[2294], + &s_operands[2295], + 8, + }, + { + SpirvOp::OpArbitraryFloatLog2INTEL, + R"(OpArbitraryFloatLog2INTEL)", + &s_operands[2302], + &s_operands[2303], + 8, + }, + { + SpirvOp::OpArbitraryFloatLog10INTEL, + R"(OpArbitraryFloatLog10INTEL)", + &s_operands[2310], + &s_operands[2311], + 8, + }, + { + SpirvOp::OpArbitraryFloatLog1pINTEL, + R"(OpArbitraryFloatLog1pINTEL)", + &s_operands[2318], + &s_operands[2319], + 8, + }, + { + SpirvOp::OpArbitraryFloatExpINTEL, + R"(OpArbitraryFloatExpINTEL)", + &s_operands[2326], + &s_operands[2327], + 8, + }, + { + SpirvOp::OpArbitraryFloatExp2INTEL, + R"(OpArbitraryFloatExp2INTEL)", + &s_operands[2334], + &s_operands[2335], + 8, + }, + { + SpirvOp::OpArbitraryFloatExp10INTEL, + R"(OpArbitraryFloatExp10INTEL)", + &s_operands[2342], + &s_operands[2343], + 8, + }, + { + SpirvOp::OpArbitraryFloatExpm1INTEL, + R"(OpArbitraryFloatExpm1INTEL)", + &s_operands[2350], + &s_operands[2351], + 8, + }, + { + SpirvOp::OpArbitraryFloatSinINTEL, + R"(OpArbitraryFloatSinINTEL)", + &s_operands[2358], + &s_operands[2359], + 8, + }, + { + SpirvOp::OpArbitraryFloatCosINTEL, + R"(OpArbitraryFloatCosINTEL)", + &s_operands[2366], + &s_operands[2367], + 8, + }, + { + SpirvOp::OpArbitraryFloatSinCosINTEL, + R"(OpArbitraryFloatSinCosINTEL)", + &s_operands[2374], + &s_operands[2375], + 8, + }, + { + SpirvOp::OpArbitraryFloatSinPiINTEL, + R"(OpArbitraryFloatSinPiINTEL)", + &s_operands[2382], + &s_operands[2383], + 8, + }, + { + SpirvOp::OpArbitraryFloatCosPiINTEL, + R"(OpArbitraryFloatCosPiINTEL)", + &s_operands[2390], + &s_operands[2391], + 8, + }, + { + SpirvOp::OpArbitraryFloatASinINTEL, + R"(OpArbitraryFloatASinINTEL)", + &s_operands[2398], + &s_operands[2399], + 8, + }, + { + SpirvOp::OpArbitraryFloatASinPiINTEL, + R"(OpArbitraryFloatASinPiINTEL)", + &s_operands[2406], + &s_operands[2407], + 8, + }, + { + SpirvOp::OpArbitraryFloatACosINTEL, + R"(OpArbitraryFloatACosINTEL)", + &s_operands[2414], + &s_operands[2415], + 8, + }, + { + SpirvOp::OpArbitraryFloatACosPiINTEL, + R"(OpArbitraryFloatACosPiINTEL)", + &s_operands[2422], + &s_operands[2423], + 8, + }, + { + SpirvOp::OpArbitraryFloatATanINTEL, + R"(OpArbitraryFloatATanINTEL)", + &s_operands[2430], + &s_operands[2431], + 8, + }, + { + SpirvOp::OpArbitraryFloatATanPiINTEL, + R"(OpArbitraryFloatATanPiINTEL)", + &s_operands[2438], + &s_operands[2439], + 8, + }, + { + SpirvOp::OpArbitraryFloatATan2INTEL, + R"(OpArbitraryFloatATan2INTEL)", + &s_operands[2446], + &s_operands[2447], + 10, + }, + { + SpirvOp::OpArbitraryFloatPowINTEL, + R"(OpArbitraryFloatPowINTEL)", + &s_operands[2456], + &s_operands[2457], + 10, + }, + { + SpirvOp::OpArbitraryFloatPowRINTEL, + R"(OpArbitraryFloatPowRINTEL)", + &s_operands[2466], + &s_operands[2467], + 10, + }, + { + SpirvOp::OpArbitraryFloatPowNINTEL, + R"(OpArbitraryFloatPowNINTEL)", + &s_operands[2476], + &s_operands[2477], + 9, + }, { SpirvOp::OpLoopControlINTEL, R"(OpLoopControlINTEL)", - &s_operands[2093], + &s_operands[2485], nullptr, 1, }, + { + SpirvOp::OpFixedSqrtINTEL, + R"(OpFixedSqrtINTEL)", + &s_operands[2486], + &s_operands[2487], + 9, + }, + { + SpirvOp::OpFixedRecipINTEL, + R"(OpFixedRecipINTEL)", + &s_operands[2495], + &s_operands[2496], + 9, + }, + { + SpirvOp::OpFixedRsqrtINTEL, + R"(OpFixedRsqrtINTEL)", + &s_operands[2504], + &s_operands[2505], + 9, + }, + { + SpirvOp::OpFixedSinINTEL, + R"(OpFixedSinINTEL)", + &s_operands[2513], + &s_operands[2514], + 9, + }, + { + SpirvOp::OpFixedCosINTEL, + R"(OpFixedCosINTEL)", + &s_operands[2522], + &s_operands[2523], + 9, + }, + { + SpirvOp::OpFixedSinCosINTEL, + R"(OpFixedSinCosINTEL)", + &s_operands[2531], + &s_operands[2532], + 9, + }, + { + SpirvOp::OpFixedSinPiINTEL, + R"(OpFixedSinPiINTEL)", + &s_operands[2540], + &s_operands[2541], + 9, + }, + { + SpirvOp::OpFixedCosPiINTEL, + R"(OpFixedCosPiINTEL)", + &s_operands[2549], + &s_operands[2550], + 9, + }, + { + SpirvOp::OpFixedSinCosPiINTEL, + R"(OpFixedSinCosPiINTEL)", + &s_operands[2558], + &s_operands[2559], + 9, + }, + { + SpirvOp::OpFixedLogINTEL, + R"(OpFixedLogINTEL)", + &s_operands[2567], + &s_operands[2568], + 9, + }, + { + SpirvOp::OpFixedExpINTEL, + R"(OpFixedExpINTEL)", + &s_operands[2576], + &s_operands[2577], + 9, + }, { SpirvOp::OpPtrCastToCrossWorkgroupINTEL, R"(OpPtrCastToCrossWorkgroupINTEL)", - &s_operands[2094], - &s_operands[2095], + &s_operands[2585], + &s_operands[2586], 3, }, { SpirvOp::OpCrossWorkgroupCastToPtrINTEL, R"(OpCrossWorkgroupCastToPtrINTEL)", - &s_operands[2097], - &s_operands[2098], + &s_operands[2588], + &s_operands[2589], 3, }, { SpirvOp::OpReadPipeBlockingINTEL, R"(OpReadPipeBlockingINTEL)", - &s_operands[2100], - &s_operands[2101], + &s_operands[2591], + &s_operands[2592], 4, }, { SpirvOp::OpWritePipeBlockingINTEL, R"(OpWritePipeBlockingINTEL)", - &s_operands[2104], - &s_operands[2105], + &s_operands[2595], + &s_operands[2596], 4, }, { SpirvOp::OpFPGARegINTEL, R"(OpFPGARegINTEL)", - &s_operands[2108], - &s_operands[2109], + &s_operands[2599], + &s_operands[2600], 4, }, { SpirvOp::OpRayQueryGetRayTMinKHR, R"(OpRayQueryGetRayTMinKHR)", - &s_operands[2112], - &s_operands[2113], + &s_operands[2603], + &s_operands[2604], 3, }, { SpirvOp::OpRayQueryGetRayFlagsKHR, R"(OpRayQueryGetRayFlagsKHR)", - &s_operands[2115], - &s_operands[2116], + &s_operands[2606], + &s_operands[2607], 3, }, { SpirvOp::OpRayQueryGetIntersectionTKHR, R"(OpRayQueryGetIntersectionTKHR)", - &s_operands[2118], - &s_operands[2119], + &s_operands[2609], + &s_operands[2610], 4, }, { SpirvOp::OpRayQueryGetIntersectionInstanceCustomIndexKHR, R"(OpRayQueryGetIntersectionInstanceCustomIndexKHR)", - &s_operands[2122], - &s_operands[2123], + &s_operands[2613], + &s_operands[2614], 4, }, { SpirvOp::OpRayQueryGetIntersectionInstanceIdKHR, R"(OpRayQueryGetIntersectionInstanceIdKHR)", - &s_operands[2126], - &s_operands[2127], + &s_operands[2617], + &s_operands[2618], 4, }, { SpirvOp::OpRayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetKHR, R"(OpRayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetKHR)", - &s_operands[2130], - &s_operands[2131], + &s_operands[2621], + &s_operands[2622], 4, }, { SpirvOp::OpRayQueryGetIntersectionGeometryIndexKHR, R"(OpRayQueryGetIntersectionGeometryIndexKHR)", - &s_operands[2134], - &s_operands[2135], + &s_operands[2625], + &s_operands[2626], 4, }, { SpirvOp::OpRayQueryGetIntersectionPrimitiveIndexKHR, R"(OpRayQueryGetIntersectionPrimitiveIndexKHR)", - &s_operands[2138], - &s_operands[2139], + &s_operands[2629], + &s_operands[2630], 4, }, { SpirvOp::OpRayQueryGetIntersectionBarycentricsKHR, R"(OpRayQueryGetIntersectionBarycentricsKHR)", - &s_operands[2142], - &s_operands[2143], + &s_operands[2633], + &s_operands[2634], 4, }, { SpirvOp::OpRayQueryGetIntersectionFrontFaceKHR, R"(OpRayQueryGetIntersectionFrontFaceKHR)", - &s_operands[2146], - &s_operands[2147], + &s_operands[2637], + &s_operands[2638], 4, }, { SpirvOp::OpRayQueryGetIntersectionCandidateAABBOpaqueKHR, R"(OpRayQueryGetIntersectionCandidateAABBOpaqueKHR)", - &s_operands[2150], - &s_operands[2151], + &s_operands[2641], + &s_operands[2642], 3, }, { SpirvOp::OpRayQueryGetIntersectionObjectRayDirectionKHR, R"(OpRayQueryGetIntersectionObjectRayDirectionKHR)", - &s_operands[2153], - &s_operands[2154], + &s_operands[2644], + &s_operands[2645], 4, }, { SpirvOp::OpRayQueryGetIntersectionObjectRayOriginKHR, R"(OpRayQueryGetIntersectionObjectRayOriginKHR)", - &s_operands[2157], - &s_operands[2158], + &s_operands[2648], + &s_operands[2649], 4, }, { SpirvOp::OpRayQueryGetWorldRayDirectionKHR, R"(OpRayQueryGetWorldRayDirectionKHR)", - &s_operands[2161], - &s_operands[2162], + &s_operands[2652], + &s_operands[2653], 3, }, { SpirvOp::OpRayQueryGetWorldRayOriginKHR, R"(OpRayQueryGetWorldRayOriginKHR)", - &s_operands[2164], - &s_operands[2165], + &s_operands[2655], + &s_operands[2656], 3, }, { SpirvOp::OpRayQueryGetIntersectionObjectToWorldKHR, R"(OpRayQueryGetIntersectionObjectToWorldKHR)", - &s_operands[2167], - &s_operands[2168], + &s_operands[2658], + &s_operands[2659], 4, }, { SpirvOp::OpRayQueryGetIntersectionWorldToObjectKHR, R"(OpRayQueryGetIntersectionWorldToObjectKHR)", - &s_operands[2171], - &s_operands[2172], + &s_operands[2662], + &s_operands[2663], 4, }, { SpirvOp::OpAtomicFAddEXT, R"(OpAtomicFAddEXT)", - &s_operands[2175], - &s_operands[2176], + &s_operands[2666], + &s_operands[2667], 6, }, { SpirvOp::OpTypeBufferSurfaceINTEL, R"(OpTypeBufferSurfaceINTEL)", - &s_operands[2181], - &s_operands[2181], - 1, + &s_operands[2672], + &s_operands[2672], + 2, }, { SpirvOp::OpTypeStructContinuedINTEL, R"(OpTypeStructContinuedINTEL)", - &s_operands[2182], + &s_operands[2674], nullptr, 1, }, { SpirvOp::OpConstantCompositeContinuedINTEL, R"(OpConstantCompositeContinuedINTEL)", - &s_operands[2183], + &s_operands[2675], nullptr, 1, }, { SpirvOp::OpSpecConstantCompositeContinuedINTEL, R"(OpSpecConstantCompositeContinuedINTEL)", - &s_operands[2184], + &s_operands[2676], nullptr, 1, }, diff --git a/xmake/actions/spirv.lua b/xmake/actions/spirv.lua index 8e49d4bc8..4abd23b98 100644 --- a/xmake/actions/spirv.lua +++ b/xmake/actions/spirv.lua @@ -13,14 +13,17 @@ on_run(function() import("net.http") io.write("Downloading Spir-V grammar... ") + io.flush() local tempGrammar = os.tmpfile() .. ".spirv.core.grammar.json" http.download(spirvGrammarURI, tempGrammar) print("Done") + io.flush() io.write("Parsing... ") + io.flush() local content = io.readfile(tempGrammar) @@ -60,15 +63,17 @@ on_run(function() end print("Done") + io.flush() io.write("Generating... ") + io.flush() local headerFile = io.open("include/Nazara/Shader/SpirvData.hpp", "w+") assert(headerFile, "failed to open Spir-V header") headerFile:write([[ // Copyright (C) ]] .. os.date("%Y") .. [[ Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp" // This file was generated automatically, please do not edit @@ -206,11 +211,11 @@ headerFile:write([[ assert(sourceFile, "failed to open Spir-V source") sourceFile:write([[ -// Copyright (C) ]] .. os.date("%Y") .. [[ Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" -// For conditions of distribution and use, see copyright notice in Config.hpp" +// this file was automatically generated and should not be edited -// This file was generated automatically, please do not edit +// Copyright (C) ]] .. os.date("%Y") .. [[ Jérôme Leclercq +// This file is part of the "Nazara Engine - Shader module" +// For conditions of distribution and use, see copyright notice in Config.hpp" #include #include @@ -279,4 +284,5 @@ namespace Nz sourceFile:close() print("Done") + io.flush() end) diff --git a/xmake/actions/unicode.lua b/xmake/actions/unicode.lua index d231f466c..2d5c73884 100644 --- a/xmake/actions/unicode.lua +++ b/xmake/actions/unicode.lua @@ -78,14 +78,17 @@ local DirectionToString = {} local unicodeSet = {} io.write("Downloading UnicodeData grammar... ") + io.flush() local tempUnicodeFile = os.tmpfile() .. ".UnicodeData.txt" http.download(unicodeDataURL, tempUnicodeFile) print("Done") + io.flush() io.write("Parsing... ") + io.flush() local file = io.open(tempUnicodeFile, "r") @@ -163,8 +166,10 @@ local DirectionToString = {} end print("Parsed " .. #characters .. " characters") + io.flush() print("Writting Unicode Data to header...") + io.flush() file = io.open("src/Nazara/Core/UnicodeData.hpp", "w+") if (not file) then @@ -172,6 +177,15 @@ local DirectionToString = {} return end + file:write([[ +// this file was automatically generated and should not be edited + +// Copyright (C) ]] .. os.date("%Y") .. [[ Jérôme Leclercq +// This file is part of the "Nazara Engine - Core module" +// For conditions of distribution and use, see copyright notice in Config.hpp" + +]]) + file:write(string.format("UnicodeCharacter unicodeCharacters[%d] = {\n", #characters)) for _, data in pairs(characters) do @@ -227,4 +241,5 @@ local DirectionToString = {} file:close() print("Succeeded!") + io.flush() end) From b8309fd511045fbb83d7cd1bb449ee33719d627d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Tue, 26 Oct 2021 14:31:19 +0200 Subject: [PATCH 03/10] XMake: add auto-fixer script --- xmake/actions/checkfiles.lua | 376 ++++++++++++++++++++++++++++++ xmake/actions/generateheaders.lua | 2 +- xmake/actions/spirv.lua | 2 +- xmake/actions/unicode.lua | 2 +- 4 files changed, 379 insertions(+), 3 deletions(-) create mode 100644 xmake/actions/checkfiles.lua diff --git a/xmake/actions/checkfiles.lua b/xmake/actions/checkfiles.lua new file mode 100644 index 000000000..5e3ef4327 --- /dev/null +++ b/xmake/actions/checkfiles.lua @@ -0,0 +1,376 @@ + +task("check-files") + +set_menu({ + -- Settings menu usage + usage = "xmake check-files [options]", + description = "Check every file for consistency (can fix some errors)", + options = + { + -- Set k mode as key-only bool parameter + {'f', "fix", "k", nil, "Attempt to automatically fix files." } + } +}) + +local function CompareLines(referenceLines, lines, firstLine, lineCount) + firstLine = firstLine or 1 + lineCount = lineCount or (#lines - firstLine + 1) + if lineCount ~= #referenceLines then + return false + end + + for i = 1, lineCount do + if lines[firstLine + i - 1] ~= referenceLines[i] then + print(lines[firstLine + i]) + print(referenceLines[i]) + return false + end + end + + return true +end + +on_run(function () + import("core.base.option") + + local modules = os.dirs("include/Nazara/*") + + local fileLines = {} + local updatedFiles = {} + local function GetFile(filePath) + filePath = path.translate(filePath) + + local lines = fileLines[filePath] + if not lines then + lines = table.to_array(io.lines(filePath)) + if not lines then + os.raise("failed to open " .. filePath) + end + + fileLines[filePath] = lines + end + + return lines + end + + local function UpdateFile(filePath, lines) + filePath = path.translate(filePath) + + if lines then + fileLines[filePath] = lines + end + + updatedFiles[filePath] = true + end + + local checks = {} + + table.insert(checks, { + Name = "remove empty lines at the beginning", + Check = function (moduleName) + local files = table.join( + os.files("include/Nazara/" .. moduleName .. "/**.hpp"), + os.files("include/Nazara/" .. moduleName .. "/**.inl"), + os.files("src/Nazara/" .. moduleName .. "/**.hpp"), + os.files("src/Nazara/" .. moduleName .. "/**.inl"), + os.files("src/Nazara/" .. moduleName .. "/**.cpp") + ) + + local fixes = {} + + for _, filePath in pairs(files) do + local lines = GetFile(filePath) + + for i = 1, #lines do + if not lines[i]:match("^%s*$") then + if i ~= 1 then + print(filePath .. " starts with empty lines") + + table.insert(fixes, { + File = filePath, + Func = function (lines) + for j = 1, i - 1 do + table.remove(lines, 1) + end + + UpdateFile(filePath, lines) + end + }) + end + + break + end + end + end + + return fixes + end + }) + + table.insert(checks, { + Name = "copyright", + Check = function (moduleName) + local files = table.join( + os.files("include/Nazara/" .. moduleName .. "/**.hpp|Config.hpp"), + os.files("include/Nazara/" .. moduleName .. "/**.inl"), + os.files("src/Nazara/" .. moduleName .. "/**.hpp"), + os.files("src/Nazara/" .. moduleName .. "/**.inl"), + os.files("src/Nazara/" .. moduleName .. "/**.cpp") + ) + + local currentYear = os.date("%Y") + local engineAuthor = "Jérôme \"Lynix\" Leclercq (lynix680@gmail.com)" + local prevAuthor = "Jérôme Leclercq" + local fixes = {} + + local moduleDesc + if #moduleName > 8 and moduleName:endswith("Renderer") then + moduleDesc = moduleName:sub(1, -9) .. " renderer" + else + moduleDesc = moduleName .. " module" + end + + -- Config + do + local configFilePath = path.translate("include/Nazara/" .. moduleName .. "/Config.hpp") + local lines = GetFile(configFilePath) + local pragmaLine + for i = 1, #lines do + if lines[i] == "#pragma once" then + pragmaLine = i + break + end + end + + local canFix = true + + repeat + if not pragmaLine then + print(configFilePath .. ": pragma once not found") + canFix = false + break + end + + local licenseText = [[ + + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is furnished to do + so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +*/ + +#pragma once]] + + local licenseLines = licenseText:split("\r?\n", { strict = true }) + local shouldFix = false + + -- Try to retrieve year and authors + if lines[1] ~= "/*" then + print(configFilePath .. ": file doesn't begin with block comment") + break + end + + + if lines[2]:match("\tNazara Engine - " .. moduleDesc) then + print(configFilePath .. ": module description doesn't match") + shouldFix = true + end + + if lines[3] ~= "" then + -- Not really empty because of space characters? Not a big deal + if lines[3]:match("^%s*$") then + shouldFix = true + else + print(configFilePath .. ": expected space after project name") + break + end + end + + local year, moduleAuthor = lines[4]:match("^\tCopyright %(C%) (Y?E?A?R?%d*) (.+)$") + if not year then + print(configFilePath .. ": couldn't parse copyright date and author") + break + end + + if year ~= currentYear then + print(configFilePath .. ": incorrect copyright year") + shouldFix = true + end + + local additionalAuthors = {} + for i = 5, #lines do + if lines[i]:match("^%s*$") then + -- Empty line + if not CompareLines(licenseLines, lines, i, pragmaLine - i + 1) then + shouldFix = true + end + + break + end + + if lines[i]:match("%s*Permission is hereby granted") then + print(configFilePath .. ": missing empty line before licence text") + shouldFix = true + break + end + + table.insert(additionalAuthors, lines[i]:match("%s*(.+)")) + end + + if shouldFix then + table.insert(fixes, { + File = configFilePath, + Func = function (lines) + local newLines = { + "/*", + "\tNazara Engine - " .. moduleDesc, + "", + } + + local copyrightNotice = "Copyright (C) " .. currentYear + table.insert(newLines, "\t" .. copyrightNotice .. " " .. moduleAuthor) + + for _, author in ipairs(additionalAuthors) do + table.insert(newLines, "\t" .. string.rep(" ", #copyrightNotice) .. " " .. author) + end + + for _, line in ipairs(licenseLines) do + table.insert(newLines, line) + end + + for i = pragmaLine + 1, #lines do + table.insert(newLines, lines[i]) + end + + UpdateFile(configFilePath, newLines) + end + }) + end + until true + + if not canFix then + print(configFilePath .. ": header couldn't be parsed, no automated fix will be done") + end + end + + -- Headers + for _, filePath in pairs(files) do + local lines = GetFile(filePath) + + local hasCopyright + local shouldFix = false + + if lines[1]:lower():match("^// this file was automatically generated") then + goto skip + end + + local year, authors = lines[1]:match("^// Copyright %(C%) (Y?E?A?R?%d*) (.+)$") + hasCopyright = year ~= nil + + if authors == "AUTHORS" then + authors = engineAuthor + else + local fixedAuthors = authors:gsub(prevAuthor, engineAuthor) + if fixedAuthors ~= authors then + authors = fixedAuthors + shouldFix = true + end + end + + if hasCopyright then + if year ~= currentYear then + print(filePath .. ": copyright year error") + shouldFix = true + end + + local copyrightModule = lines[2]:match("^// This file is part of the \"Nazara Engine %- (.+)\"$") + if copyrightModule ~= moduleDesc then + print(filePath .. ": copyright module error") + shouldFix = true + end + + if lines[3] ~= "// For conditions of distribution and use, see copyright notice in Config.hpp" then + print(filePath .. ": copyright file reference error") + shouldFix = true + end + else + print(filePath .. ": copyright not found") + shouldFix = true + end + + if shouldFix then + table.insert(fixes, { + File = filePath, + Func = function(lines) + local copyrightLines = { + "// Copyright (C) " .. currentYear .. " " .. (authors or engineAuthor), + "// This file is part of the \"Nazara Engine - " .. moduleDesc .. "\"", + "// For conditions of distribution and use, see copyright notice in Config.hpp" + } + + if hasCopyright then + for i, line in ipairs(copyrightLines) do + lines[i] = line + end + else + for i, line in ipairs(copyrightLines) do + table.insert(lines, i, line) + end + table.insert(lines, #copyrightLines + 1, "") + end + + UpdateFile(filePath, lines) + end + }) + end + + ::skip:: + end + + return fixes + end + }) + + local shouldFix = option.get("fix") or false + + for _, check in pairs(checks) do + print("Running " .. check.Name .. " check...") + + local fixes = {} + for _, modulePath in pairs(modules) do + local moduleName = modulePath:match(".*[\\/](.*)") + + table.join2(fixes, check.Check(moduleName)) + end + + if shouldFix then + for _, fix in pairs(fixes) do + print("Fixing " .. fix.File) + fix.Func(assert(fileLines[fix.File])) + end + + for filePath, _ in pairs(updatedFiles) do + local lines = assert(fileLines[filePath]) + if lines[#lines] ~= "" then + table.insert(lines, "") + end + + print("Saving changes to " .. filePath) + io.writefile(filePath, table.concat(lines, "\n")) + end + end + end +end) diff --git a/xmake/actions/generateheaders.lua b/xmake/actions/generateheaders.lua index 872ab4eda..b3eaa16df 100644 --- a/xmake/actions/generateheaders.lua +++ b/xmake/actions/generateheaders.lua @@ -118,7 +118,7 @@ on_run(function () error("Failed to create header file (" .. v.Target .. "): " .. err) end - header:write("// This file was automatically generated\n\n") + header:write("// this file was automatically generated and should not be edited\n\n") if (v.Header) then header:write(v.Header) end diff --git a/xmake/actions/spirv.lua b/xmake/actions/spirv.lua index 4abd23b98..8c1e1f93e 100644 --- a/xmake/actions/spirv.lua +++ b/xmake/actions/spirv.lua @@ -215,7 +215,7 @@ headerFile:write([[ // Copyright (C) ]] .. os.date("%Y") .. [[ Jérôme Leclercq // This file is part of the "Nazara Engine - Shader module" -// For conditions of distribution and use, see copyright notice in Config.hpp" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/xmake/actions/unicode.lua b/xmake/actions/unicode.lua index 2d5c73884..9fa9b2ca0 100644 --- a/xmake/actions/unicode.lua +++ b/xmake/actions/unicode.lua @@ -182,7 +182,7 @@ local DirectionToString = {} // Copyright (C) ]] .. os.date("%Y") .. [[ Jérôme Leclercq // This file is part of the "Nazara Engine - Core module" -// For conditions of distribution and use, see copyright notice in Config.hpp" +// For conditions of distribution and use, see copyright notice in Config.hpp ]]) From ed7ab319334e23411f6671eaa292c86aa0e5df45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Tue, 26 Oct 2021 14:31:35 +0200 Subject: [PATCH 04/10] Apply copyright fix to all files --- include/Nazara/Audio/Algorithm.hpp | 2 +- include/Nazara/Audio/Algorithm.inl | 2 +- include/Nazara/Audio/Audio.hpp | 2 +- include/Nazara/Audio/Config.hpp | 2 +- include/Nazara/Audio/ConfigCheck.hpp | 2 +- include/Nazara/Audio/Debug.hpp | 2 +- include/Nazara/Audio/DebugOff.hpp | 2 +- include/Nazara/Audio/Enums.hpp | 2 +- include/Nazara/Audio/Music.hpp | 2 +- include/Nazara/Audio/OpenAL.hpp | 2 +- include/Nazara/Audio/Sound.hpp | 2 +- include/Nazara/Audio/SoundBuffer.hpp | 2 +- include/Nazara/Audio/SoundBuffer.inl | 2 +- include/Nazara/Audio/SoundEmitter.hpp | 2 +- include/Nazara/Audio/SoundEmitter.inl | 2 +- include/Nazara/Audio/SoundStream.hpp | 2 +- include/Nazara/Core/AbstractHash.hpp | 2 +- include/Nazara/Core/AbstractLogger.hpp | 2 +- include/Nazara/Core/Algorithm.hpp | 2 +- include/Nazara/Core/Algorithm.inl | 2 +- include/Nazara/Core/Bitset.hpp | 2 +- include/Nazara/Core/Bitset.inl | 2 +- include/Nazara/Core/ByteArray.hpp | 2 +- include/Nazara/Core/ByteArray.inl | 2 +- include/Nazara/Core/ByteArrayPool.hpp | 2 +- include/Nazara/Core/ByteArrayPool.inl | 2 +- include/Nazara/Core/ByteStream.hpp | 2 +- include/Nazara/Core/ByteStream.inl | 2 +- include/Nazara/Core/CallOnExit.hpp | 2 +- include/Nazara/Core/CallOnExit.inl | 2 +- include/Nazara/Core/Clock.hpp | 2 +- include/Nazara/Core/Color.hpp | 2 +- include/Nazara/Core/Color.inl | 2 +- include/Nazara/Core/Config.hpp | 2 +- include/Nazara/Core/ConfigCheck.hpp | 2 +- include/Nazara/Core/Core.hpp | 2 +- include/Nazara/Core/Core.inl | 2 +- include/Nazara/Core/Debug.hpp | 2 +- include/Nazara/Core/Debug/NewRedefinition.hpp | 2 +- include/Nazara/Core/DebugOff.hpp | 2 +- include/Nazara/Core/DynLib.hpp | 2 +- include/Nazara/Core/ECS.hpp | 2 +- include/Nazara/Core/ECS.inl | 2 +- include/Nazara/Core/EmptyStream.hpp | 2 +- include/Nazara/Core/EmptyStream.inl | 2 +- include/Nazara/Core/Endianness.hpp | 2 +- include/Nazara/Core/Endianness.inl | 2 +- include/Nazara/Core/Enums.hpp | 2 +- include/Nazara/Core/Error.hpp | 2 +- include/Nazara/Core/ErrorFlags.hpp | 2 +- include/Nazara/Core/File.hpp | 2 +- include/Nazara/Core/File.inl | 2 +- include/Nazara/Core/FileLogger.hpp | 2 +- include/Nazara/Core/Flags.hpp | 2 +- include/Nazara/Core/Flags.inl | 2 +- include/Nazara/Core/Functor.hpp | 2 +- include/Nazara/Core/Functor.inl | 2 +- include/Nazara/Core/GuillotineBinPack.hpp | 2 +- include/Nazara/Core/HandledObject.hpp | 6 +++--- include/Nazara/Core/HandledObject.inl | 6 +++--- include/Nazara/Core/HardwareInfo.hpp | 2 +- include/Nazara/Core/Hash/CRC32.hpp | 2 +- include/Nazara/Core/Hash/CRC64.hpp | 2 +- include/Nazara/Core/Hash/Fletcher16.hpp | 4 ++-- include/Nazara/Core/Hash/MD5.hpp | 4 ++-- include/Nazara/Core/Hash/SHA1.hpp | 4 ++-- include/Nazara/Core/Hash/SHA224.hpp | 4 ++-- include/Nazara/Core/Hash/SHA256.hpp | 4 ++-- include/Nazara/Core/Hash/SHA384.hpp | 4 ++-- include/Nazara/Core/Hash/SHA512.hpp | 4 ++-- include/Nazara/Core/Hash/Whirlpool.hpp | 4 ++-- include/Nazara/Core/Initializer.hpp | 2 +- include/Nazara/Core/Initializer.inl | 2 +- include/Nazara/Core/Log.hpp | 2 +- include/Nazara/Core/MemoryHelper.hpp | 2 +- include/Nazara/Core/MemoryHelper.inl | 2 +- include/Nazara/Core/MemoryManager.hpp | 2 +- include/Nazara/Core/MemoryPool.hpp | 4 ++-- include/Nazara/Core/MemoryPool.inl | 2 +- include/Nazara/Core/MemoryStream.hpp | 2 +- include/Nazara/Core/MemoryStream.inl | 2 +- include/Nazara/Core/MemoryView.hpp | 2 +- include/Nazara/Core/ModuleBase.hpp | 2 +- include/Nazara/Core/ModuleBase.inl | 2 +- include/Nazara/Core/Modules.hpp | 2 +- include/Nazara/Core/Modules.inl | 2 +- include/Nazara/Core/MovablePtr.hpp | 2 +- include/Nazara/Core/MovablePtr.inl | 2 +- include/Nazara/Core/MovableValue.hpp | 2 +- include/Nazara/Core/MovableValue.inl | 2 +- include/Nazara/Core/ObjectHandle.hpp | 2 +- include/Nazara/Core/ObjectHandle.inl | 2 +- include/Nazara/Core/ObjectLibrary.hpp | 2 +- include/Nazara/Core/ObjectLibrary.inl | 2 +- include/Nazara/Core/ObjectRef.hpp | 2 +- include/Nazara/Core/ObjectRef.inl | 2 +- include/Nazara/Core/OffsetOf.hpp | 2 +- include/Nazara/Core/ParameterList.hpp | 2 +- include/Nazara/Core/ParameterList.inl | 2 +- include/Nazara/Core/PluginManager.hpp | 2 +- include/Nazara/Core/PoolByteStream.hpp | 2 +- include/Nazara/Core/PoolByteStream.inl | 2 +- include/Nazara/Core/Primitive.hpp | 2 +- include/Nazara/Core/Primitive.inl | 2 +- include/Nazara/Core/PrimitiveList.hpp | 2 +- include/Nazara/Core/RefCounted.hpp | 2 +- include/Nazara/Core/Resource.hpp | 2 +- include/Nazara/Core/ResourceLoader.hpp | 2 +- include/Nazara/Core/ResourceLoader.inl | 2 +- include/Nazara/Core/ResourceManager.hpp | 2 +- include/Nazara/Core/ResourceManager.inl | 2 +- include/Nazara/Core/ResourceParameters.hpp | 2 +- include/Nazara/Core/ResourceSaver.hpp | 2 +- include/Nazara/Core/ResourceSaver.inl | 2 +- include/Nazara/Core/SerializationContext.hpp | 2 +- include/Nazara/Core/SerializationContext.inl | 2 +- include/Nazara/Core/Signal.hpp | 2 +- include/Nazara/Core/Signal.inl | 2 +- include/Nazara/Core/SparsePtr.hpp | 4 ++-- include/Nazara/Core/SparsePtr.inl | 2 +- include/Nazara/Core/StackArray.hpp | 2 +- include/Nazara/Core/StackArray.inl | 2 +- include/Nazara/Core/StackVector.hpp | 2 +- include/Nazara/Core/StackVector.inl | 2 +- include/Nazara/Core/StdLogger.hpp | 2 +- include/Nazara/Core/Stream.hpp | 2 +- include/Nazara/Core/Stream.inl | 2 +- include/Nazara/Core/StringExt.hpp | 2 +- include/Nazara/Core/StringExt.inl | 2 +- include/Nazara/Core/TaskScheduler.hpp | 2 +- include/Nazara/Core/TaskScheduler.inl | 2 +- include/Nazara/Core/TypeList.hpp | 2 +- include/Nazara/Core/TypeList.inl | 2 +- include/Nazara/Core/TypeTag.hpp | 2 +- include/Nazara/Core/Unicode.hpp | 2 +- include/Nazara/Core/Updatable.hpp | 4 ++-- include/Nazara/Graphics/AbstractViewer.hpp | 2 +- include/Nazara/Graphics/AbstractViewer.inl | 2 +- include/Nazara/Graphics/Algorithm.hpp | 2 +- include/Nazara/Graphics/Algorithm.inl | 2 +- include/Nazara/Graphics/BakedFrameGraph.hpp | 2 +- include/Nazara/Graphics/BakedFrameGraph.inl | 2 +- include/Nazara/Graphics/BasicMaterial.hpp | 2 +- include/Nazara/Graphics/BasicMaterial.inl | 2 +- include/Nazara/Graphics/Camera.hpp | 2 +- include/Nazara/Graphics/Camera.inl | 6 +++--- include/Nazara/Graphics/Components/CameraComponent.hpp | 2 +- include/Nazara/Graphics/Components/CameraComponent.inl | 6 +++--- include/Nazara/Graphics/Components/GraphicsComponent.hpp | 2 +- include/Nazara/Graphics/Components/GraphicsComponent.inl | 6 +++--- include/Nazara/Graphics/Config.hpp | 2 +- include/Nazara/Graphics/ConfigCheck.hpp | 4 ++-- include/Nazara/Graphics/CullingList.hpp | 2 +- include/Nazara/Graphics/CullingList.inl | 2 +- include/Nazara/Graphics/Debug.hpp | 2 +- include/Nazara/Graphics/DebugOff.hpp | 2 +- include/Nazara/Graphics/DepthMaterial.hpp | 2 +- include/Nazara/Graphics/DepthMaterial.inl | 2 +- include/Nazara/Graphics/ElementRenderer.hpp | 2 +- include/Nazara/Graphics/ElementRenderer.inl | 2 +- include/Nazara/Graphics/Enums.hpp | 2 +- include/Nazara/Graphics/ForwardFramePipeline.hpp | 2 +- include/Nazara/Graphics/ForwardFramePipeline.inl | 2 +- include/Nazara/Graphics/FrameGraph.hpp | 2 +- include/Nazara/Graphics/FrameGraph.inl | 2 +- include/Nazara/Graphics/FramePass.hpp | 2 +- include/Nazara/Graphics/FramePass.inl | 2 +- include/Nazara/Graphics/FramePassAttachment.hpp | 2 +- include/Nazara/Graphics/FramePassAttachment.inl | 2 +- include/Nazara/Graphics/FramePipeline.hpp | 2 +- include/Nazara/Graphics/FramePipeline.inl | 2 +- include/Nazara/Graphics/GraphicalMesh.hpp | 2 +- include/Nazara/Graphics/GraphicalMesh.inl | 2 +- include/Nazara/Graphics/Graphics.hpp | 2 +- include/Nazara/Graphics/Graphics.inl | 2 +- include/Nazara/Graphics/GuillotineTextureAtlas.hpp | 2 +- include/Nazara/Graphics/GuillotineTextureAtlas.inl | 2 +- include/Nazara/Graphics/InstancedRenderable.hpp | 2 +- include/Nazara/Graphics/InstancedRenderable.inl | 2 +- include/Nazara/Graphics/Material.hpp | 2 +- include/Nazara/Graphics/Material.inl | 2 +- include/Nazara/Graphics/MaterialPass.hpp | 2 +- include/Nazara/Graphics/MaterialPass.inl | 2 +- include/Nazara/Graphics/MaterialPassRegistry.hpp | 2 +- include/Nazara/Graphics/MaterialPassRegistry.inl | 2 +- include/Nazara/Graphics/MaterialPipeline.hpp | 2 +- include/Nazara/Graphics/MaterialPipeline.inl | 2 +- include/Nazara/Graphics/MaterialSettings.hpp | 2 +- include/Nazara/Graphics/MaterialSettings.inl | 2 +- include/Nazara/Graphics/Model.hpp | 2 +- include/Nazara/Graphics/Model.inl | 2 +- include/Nazara/Graphics/PhongLightingMaterial.hpp | 2 +- include/Nazara/Graphics/PhongLightingMaterial.inl | 2 +- include/Nazara/Graphics/PredefinedShaderStructs.hpp | 2 +- include/Nazara/Graphics/PredefinedShaderStructs.inl | 2 +- include/Nazara/Graphics/RenderElement.hpp | 2 +- include/Nazara/Graphics/RenderElement.inl | 2 +- include/Nazara/Graphics/RenderQueue.hpp | 2 +- include/Nazara/Graphics/RenderQueue.inl | 2 +- include/Nazara/Graphics/RenderQueueRegistry.hpp | 2 +- include/Nazara/Graphics/RenderQueueRegistry.inl | 2 +- include/Nazara/Graphics/RenderSpriteChain.hpp | 2 +- include/Nazara/Graphics/RenderSpriteChain.inl | 2 +- include/Nazara/Graphics/RenderSubmesh.hpp | 2 +- include/Nazara/Graphics/RenderSubmesh.inl | 2 +- include/Nazara/Graphics/Sprite.hpp | 2 +- include/Nazara/Graphics/Sprite.inl | 2 +- include/Nazara/Graphics/SpriteChainRenderer.hpp | 2 +- include/Nazara/Graphics/SpriteChainRenderer.inl | 2 +- include/Nazara/Graphics/SubmeshRenderer.hpp | 2 +- include/Nazara/Graphics/SubmeshRenderer.inl | 2 +- include/Nazara/Graphics/Systems/RenderSystem.hpp | 4 ++-- include/Nazara/Graphics/Systems/RenderSystem.inl | 6 +++--- include/Nazara/Graphics/TextSprite.hpp | 2 +- include/Nazara/Graphics/TextSprite.inl | 2 +- include/Nazara/Graphics/TextureSamplerCache.hpp | 2 +- include/Nazara/Graphics/TextureSamplerCache.inl | 2 +- include/Nazara/Graphics/UberShader.hpp | 2 +- include/Nazara/Graphics/UberShader.inl | 2 +- include/Nazara/Graphics/ViewerInstance.hpp | 2 +- include/Nazara/Graphics/ViewerInstance.inl | 2 +- include/Nazara/Graphics/WorldInstance.hpp | 2 +- include/Nazara/Graphics/WorldInstance.inl | 2 +- include/Nazara/Math/Algorithm.hpp | 5 ++--- include/Nazara/Math/Algorithm.inl | 4 ++-- include/Nazara/Math/Angle.hpp | 4 ++-- include/Nazara/Math/Angle.inl | 4 ++-- include/Nazara/Math/BoundingVolume.hpp | 4 ++-- include/Nazara/Math/BoundingVolume.inl | 4 ++-- include/Nazara/Math/Box.hpp | 4 ++-- include/Nazara/Math/Box.inl | 4 ++-- include/Nazara/Math/Config.hpp | 4 ++-- include/Nazara/Math/Enums.hpp | 4 ++-- include/Nazara/Math/EulerAngles.hpp | 4 ++-- include/Nazara/Math/EulerAngles.inl | 4 ++-- include/Nazara/Math/Frustum.hpp | 4 ++-- include/Nazara/Math/Frustum.inl | 4 ++-- include/Nazara/Math/Matrix4.hpp | 4 ++-- include/Nazara/Math/Matrix4.inl | 4 ++-- include/Nazara/Math/OrientedBox.hpp | 4 ++-- include/Nazara/Math/OrientedBox.inl | 4 ++-- include/Nazara/Math/PidController.hpp | 4 ++-- include/Nazara/Math/PidController.inl | 4 ++-- include/Nazara/Math/Plane.hpp | 4 ++-- include/Nazara/Math/Plane.inl | 4 ++-- include/Nazara/Math/Quaternion.hpp | 4 ++-- include/Nazara/Math/Quaternion.inl | 4 ++-- include/Nazara/Math/Ray.hpp | 4 ++-- include/Nazara/Math/Ray.inl | 4 ++-- include/Nazara/Math/Rect.hpp | 4 ++-- include/Nazara/Math/Rect.inl | 4 ++-- include/Nazara/Math/Sphere.hpp | 4 ++-- include/Nazara/Math/Sphere.inl | 4 ++-- include/Nazara/Math/Vector2.hpp | 4 ++-- include/Nazara/Math/Vector2.inl | 4 ++-- include/Nazara/Math/Vector3.hpp | 4 ++-- include/Nazara/Math/Vector3.inl | 4 ++-- include/Nazara/Math/Vector4.hpp | 4 ++-- include/Nazara/Math/Vector4.inl | 4 ++-- include/Nazara/Network/AbstractSocket.hpp | 2 +- include/Nazara/Network/AbstractSocket.inl | 2 +- include/Nazara/Network/Algorithm.hpp | 2 +- include/Nazara/Network/Algorithm.inl | 4 ++-- include/Nazara/Network/Config.hpp | 2 +- include/Nazara/Network/ConfigCheck.hpp | 2 +- include/Nazara/Network/Debug.hpp | 2 +- include/Nazara/Network/DebugOff.hpp | 2 +- include/Nazara/Network/ENetCompressor.hpp | 4 ++++ include/Nazara/Network/ENetHost.hpp | 8 ++++---- include/Nazara/Network/ENetHost.inl | 2 +- include/Nazara/Network/ENetPacket.hpp | 2 +- include/Nazara/Network/ENetPeer.hpp | 8 ++++---- include/Nazara/Network/ENetPeer.inl | 2 +- include/Nazara/Network/ENetProtocol.hpp | 2 +- include/Nazara/Network/ENetProtocol.inl | 2 +- include/Nazara/Network/Enums.hpp | 2 +- include/Nazara/Network/IpAddress.hpp | 2 +- include/Nazara/Network/IpAddress.inl | 2 +- include/Nazara/Network/NetBuffer.hpp | 2 +- include/Nazara/Network/NetPacket.hpp | 4 ++-- include/Nazara/Network/NetPacket.inl | 4 ++-- include/Nazara/Network/Network.hpp | 2 +- include/Nazara/Network/SocketHandle.hpp | 2 +- include/Nazara/Network/SocketPoller.hpp | 2 +- include/Nazara/Network/SocketPoller.inl | 2 +- include/Nazara/Network/TcpClient.hpp | 2 +- include/Nazara/Network/TcpClient.inl | 2 +- include/Nazara/Network/TcpServer.hpp | 4 ++-- include/Nazara/Network/TcpServer.inl | 2 +- include/Nazara/Network/UdpSocket.hpp | 2 +- include/Nazara/Network/UdpSocket.inl | 2 +- include/Nazara/OpenGLRenderer/Config.hpp | 4 ++-- include/Nazara/OpenGLRenderer/ConfigCheck.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Debug.hpp | 4 ++-- include/Nazara/OpenGLRenderer/DebugOff.hpp | 4 ++-- include/Nazara/OpenGLRenderer/DummySurface.hpp | 4 ++-- include/Nazara/OpenGLRenderer/DummySurface.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLBuffer.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.inl | 4 ++-- .../Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp | 4 ++-- .../Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLCommandPool.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLCommandPool.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLDevice.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLDevice.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLFramebuffer.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLFramebuffer.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLRenderImage.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLRenderImage.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLRenderPass.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLRenderPass.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.inl | 4 ++-- .../Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp | 4 ++-- .../Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLRenderWindow.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLRenderWindow.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLRenderer.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLRenderer.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLShaderBinding.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLShaderBinding.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLShaderModule.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLTexture.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLTexture.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLTextureSampler.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLTextureSampler.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLUploadPool.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLUploadPool.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLVaoCache.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLVaoCache.inl | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.inl | 4 ++-- include/Nazara/OpenGLRenderer/Utils.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Utils.inl | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Buffer.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Buffer.inl | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Context.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Context.inl | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/ContextObject.inl | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.inl | 4 ++-- .../Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp | 4 ++-- .../Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.inl | 4 ++-- .../Nazara/OpenGLRenderer/Wrapper/EGL/EGLFunctions.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.inl | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.inl | 4 ++-- .../OpenGLRenderer/Wrapper/Linux/EGLContextWayland.hpp | 4 ++-- .../OpenGLRenderer/Wrapper/Linux/EGLContextWayland.inl | 4 ++-- .../Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.hpp | 4 ++-- .../Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.inl | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Loader.inl | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Program.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Program.inl | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Sampler.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Sampler.inl | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Shader.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Shader.inl | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Texture.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/Texture.inl | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/VertexArray.inl | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.inl | 4 ++-- .../Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.hpp | 4 ++-- include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.inl | 4 ++-- .../OpenGLRenderer/Wrapper/Win32/EGLContextWin32.hpp | 4 ++-- .../OpenGLRenderer/Wrapper/Win32/EGLContextWin32.inl | 4 ++-- .../OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp | 4 ++-- .../Nazara/OpenGLRenderer/Wrapper/Win32/Win32Helper.hpp | 4 ++-- include/Nazara/Physics2D/Arbiter2D.hpp | 4 ++-- include/Nazara/Physics2D/Arbiter2D.inl | 4 ++-- include/Nazara/Physics2D/Collider2D.hpp | 4 ++-- include/Nazara/Physics2D/Collider2D.inl | 4 ++-- include/Nazara/Physics2D/Config.hpp | 4 ++-- include/Nazara/Physics2D/ConfigCheck.hpp | 4 ++-- include/Nazara/Physics2D/Constraint2D.hpp | 4 ++-- include/Nazara/Physics2D/Constraint2D.inl | 4 ++-- include/Nazara/Physics2D/Debug.hpp | 4 ++-- include/Nazara/Physics2D/DebugOff.hpp | 4 ++-- include/Nazara/Physics2D/Enums.hpp | 4 ++-- include/Nazara/Physics2D/PhysWorld2D.hpp | 4 ++-- include/Nazara/Physics2D/Physics2D.hpp | 4 ++-- include/Nazara/Physics2D/RigidBody2D.hpp | 4 ++-- include/Nazara/Physics2D/RigidBody2D.inl | 4 ++-- include/Nazara/Physics3D/Collider3D.hpp | 4 ++-- include/Nazara/Physics3D/Collider3D.inl | 4 ++-- .../Nazara/Physics3D/Components/RigidBody3DComponent.hpp | 4 ++-- .../Nazara/Physics3D/Components/RigidBody3DComponent.inl | 6 +++--- include/Nazara/Physics3D/Config.hpp | 4 ++-- include/Nazara/Physics3D/ConfigCheck.hpp | 4 ++-- include/Nazara/Physics3D/Debug.hpp | 4 ++-- include/Nazara/Physics3D/DebugOff.hpp | 4 ++-- include/Nazara/Physics3D/Enums.hpp | 4 ++-- include/Nazara/Physics3D/PhysWorld3D.hpp | 4 ++-- include/Nazara/Physics3D/Physics3D.hpp | 4 ++-- include/Nazara/Physics3D/RigidBody3D.hpp | 4 ++-- include/Nazara/Physics3D/Systems/Physics3DSystem.hpp | 4 ++-- include/Nazara/Physics3D/Systems/Physics3DSystem.inl | 6 +++--- include/Nazara/Platform/Config.hpp | 2 +- include/Nazara/Platform/ConfigCheck.hpp | 2 +- include/Nazara/Platform/Cursor.hpp | 2 +- include/Nazara/Platform/Cursor.inl | 2 +- include/Nazara/Platform/CursorController.hpp | 2 +- include/Nazara/Platform/CursorController.inl | 2 +- include/Nazara/Platform/Debug.hpp | 2 +- include/Nazara/Platform/DebugOff.hpp | 2 +- include/Nazara/Platform/Enums.hpp | 2 +- include/Nazara/Platform/Event.hpp | 2 +- include/Nazara/Platform/EventHandler.hpp | 2 +- include/Nazara/Platform/EventHandler.inl | 2 +- include/Nazara/Platform/Icon.hpp | 2 +- include/Nazara/Platform/Icon.inl | 2 +- include/Nazara/Platform/Joystick.hpp | 2 +- include/Nazara/Platform/Keyboard.hpp | 2 +- include/Nazara/Platform/Mouse.hpp | 2 +- include/Nazara/Platform/Platform.hpp | 2 +- include/Nazara/Platform/VideoMode.hpp | 2 +- include/Nazara/Platform/Window.hpp | 2 +- include/Nazara/Platform/Window.inl | 2 +- include/Nazara/Platform/WindowHandle.hpp | 2 +- include/Nazara/Renderer/CommandBuffer.hpp | 4 ++-- include/Nazara/Renderer/CommandBuffer.inl | 4 ++-- include/Nazara/Renderer/CommandBufferBuilder.hpp | 4 ++-- include/Nazara/Renderer/CommandBufferBuilder.inl | 4 ++-- include/Nazara/Renderer/CommandPool.hpp | 4 ++-- include/Nazara/Renderer/CommandPool.inl | 4 ++-- include/Nazara/Renderer/Config.hpp | 2 +- include/Nazara/Renderer/ConfigCheck.hpp | 4 ++-- include/Nazara/Renderer/Debug.hpp | 2 +- include/Nazara/Renderer/DebugDrawer.hpp | 2 +- include/Nazara/Renderer/DebugOff.hpp | 2 +- include/Nazara/Renderer/Enums.hpp | 2 +- include/Nazara/Renderer/Framebuffer.hpp | 4 ++-- include/Nazara/Renderer/Framebuffer.inl | 4 ++-- include/Nazara/Renderer/GpuSwitch.hpp | 2 +- include/Nazara/Renderer/RenderBuffer.hpp | 4 ++-- include/Nazara/Renderer/RenderBuffer.inl | 4 ++-- include/Nazara/Renderer/RenderBufferView.hpp | 4 ++-- include/Nazara/Renderer/RenderBufferView.inl | 4 ++-- include/Nazara/Renderer/RenderDevice.hpp | 2 +- include/Nazara/Renderer/RenderDevice.inl | 2 +- include/Nazara/Renderer/RenderDeviceInfo.hpp | 2 +- include/Nazara/Renderer/RenderFrame.hpp | 2 +- include/Nazara/Renderer/RenderFrame.inl | 2 +- include/Nazara/Renderer/RenderImage.hpp | 2 +- include/Nazara/Renderer/RenderImage.inl | 2 +- include/Nazara/Renderer/RenderPass.hpp | 4 ++-- include/Nazara/Renderer/RenderPass.inl | 4 ++-- include/Nazara/Renderer/RenderPassCache.hpp | 4 ++-- include/Nazara/Renderer/RenderPassCache.inl | 4 ++-- include/Nazara/Renderer/RenderPipeline.hpp | 2 +- include/Nazara/Renderer/RenderPipeline.inl | 2 +- include/Nazara/Renderer/RenderPipelineLayout.hpp | 2 +- include/Nazara/Renderer/RenderPipelineLayout.inl | 2 +- include/Nazara/Renderer/RenderStates.hpp | 2 +- include/Nazara/Renderer/RenderStates.inl | 2 +- include/Nazara/Renderer/RenderSurface.hpp | 2 +- include/Nazara/Renderer/RenderSurface.inl | 2 +- include/Nazara/Renderer/RenderTarget.hpp | 2 +- include/Nazara/Renderer/RenderTarget.inl | 2 +- include/Nazara/Renderer/RenderWindow.hpp | 2 +- include/Nazara/Renderer/RenderWindow.inl | 2 +- include/Nazara/Renderer/RenderWindowImpl.hpp | 2 +- include/Nazara/Renderer/RenderWindowParameters.hpp | 2 +- include/Nazara/Renderer/Renderer.hpp | 2 +- include/Nazara/Renderer/Renderer.inl | 2 +- include/Nazara/Renderer/RendererImpl.hpp | 2 +- include/Nazara/Renderer/ShaderBinding.hpp | 2 +- include/Nazara/Renderer/ShaderBinding.inl | 2 +- include/Nazara/Renderer/ShaderModule.hpp | 2 +- include/Nazara/Renderer/Texture.hpp | 2 +- include/Nazara/Renderer/Texture.inl | 2 +- include/Nazara/Renderer/TextureSampler.hpp | 2 +- include/Nazara/Renderer/TextureSampler.inl | 2 +- include/Nazara/Renderer/UploadPool.hpp | 2 +- include/Nazara/Renderer/UploadPool.inl | 4 ++-- include/Nazara/Shader/Ast/AstCloner.hpp | 4 ++-- include/Nazara/Shader/Ast/AstCloner.inl | 4 ++-- include/Nazara/Shader/Ast/AstExpressionVisitor.hpp | 4 ++-- include/Nazara/Shader/Ast/AstExpressionVisitorExcept.hpp | 4 ++-- include/Nazara/Shader/Ast/AstNodeList.hpp | 4 ++-- include/Nazara/Shader/Ast/AstOptimizer.hpp | 4 ++-- include/Nazara/Shader/Ast/AstOptimizer.inl | 4 ++-- include/Nazara/Shader/Ast/AstRecursiveVisitor.hpp | 4 ++-- include/Nazara/Shader/Ast/AstRecursiveVisitor.inl | 4 ++-- include/Nazara/Shader/Ast/AstReflect.hpp | 4 ++-- include/Nazara/Shader/Ast/AstReflect.inl | 4 ++-- include/Nazara/Shader/Ast/AstSerializer.hpp | 4 ++-- include/Nazara/Shader/Ast/AstSerializer.inl | 4 ++-- include/Nazara/Shader/Ast/AstStatementVisitor.hpp | 4 ++-- include/Nazara/Shader/Ast/AstStatementVisitorExcept.hpp | 4 ++-- include/Nazara/Shader/Ast/AstUtils.hpp | 4 ++-- include/Nazara/Shader/Ast/AstUtils.inl | 4 ++-- include/Nazara/Shader/Ast/Attribute.hpp | 4 ++-- include/Nazara/Shader/Ast/Attribute.inl | 4 ++-- include/Nazara/Shader/Ast/ConstantValue.hpp | 4 ++-- include/Nazara/Shader/Ast/Enums.hpp | 4 ++-- include/Nazara/Shader/Ast/ExpressionType.hpp | 4 ++-- include/Nazara/Shader/Ast/ExpressionType.inl | 4 ++-- include/Nazara/Shader/Ast/Nodes.hpp | 4 ++-- include/Nazara/Shader/Ast/Nodes.inl | 4 ++-- include/Nazara/Shader/Ast/SanitizeVisitor.hpp | 4 ++-- include/Nazara/Shader/Ast/SanitizeVisitor.inl | 4 ++-- include/Nazara/Shader/Config.hpp | 4 ++-- include/Nazara/Shader/ConfigCheck.hpp | 4 ++-- include/Nazara/Shader/Debug.hpp | 4 ++-- include/Nazara/Shader/DebugOff.hpp | 4 ++-- include/Nazara/Shader/GlslWriter.hpp | 4 ++-- include/Nazara/Shader/GlslWriter.inl | 4 ++-- include/Nazara/Shader/LangWriter.hpp | 4 ++-- include/Nazara/Shader/LangWriter.inl | 4 ++-- include/Nazara/Shader/Shader.hpp | 4 ++-- include/Nazara/Shader/ShaderBuilder.hpp | 4 ++-- include/Nazara/Shader/ShaderBuilder.inl | 4 ++-- include/Nazara/Shader/ShaderLangLexer.hpp | 4 ++-- include/Nazara/Shader/ShaderLangLexer.inl | 4 ++-- include/Nazara/Shader/ShaderLangParser.hpp | 4 ++-- include/Nazara/Shader/ShaderLangParser.inl | 4 ++-- include/Nazara/Shader/ShaderLangTokenList.hpp | 4 ++-- include/Nazara/Shader/ShaderWriter.hpp | 4 ++-- include/Nazara/Shader/SpirvAstVisitor.hpp | 4 ++-- include/Nazara/Shader/SpirvAstVisitor.inl | 4 ++-- include/Nazara/Shader/SpirvBlock.hpp | 4 ++-- include/Nazara/Shader/SpirvBlock.inl | 4 ++-- include/Nazara/Shader/SpirvConstantCache.hpp | 4 ++-- include/Nazara/Shader/SpirvConstantCache.inl | 4 ++-- include/Nazara/Shader/SpirvData.hpp | 4 ++-- include/Nazara/Shader/SpirvDecoder.hpp | 4 ++-- include/Nazara/Shader/SpirvDecoder.inl | 4 ++-- include/Nazara/Shader/SpirvExpressionLoad.hpp | 4 ++-- include/Nazara/Shader/SpirvExpressionLoad.inl | 4 ++-- include/Nazara/Shader/SpirvExpressionStore.hpp | 4 ++-- include/Nazara/Shader/SpirvExpressionStore.inl | 4 ++-- include/Nazara/Shader/SpirvPrinter.hpp | 4 ++-- include/Nazara/Shader/SpirvPrinter.inl | 4 ++-- include/Nazara/Shader/SpirvSection.hpp | 4 ++-- include/Nazara/Shader/SpirvSection.inl | 4 ++-- include/Nazara/Shader/SpirvSectionBase.hpp | 4 ++-- include/Nazara/Shader/SpirvSectionBase.inl | 4 ++-- include/Nazara/Shader/SpirvWriter.hpp | 4 ++-- include/Nazara/Shader/SpirvWriter.inl | 4 ++-- include/Nazara/Utility/AbstractAtlas.hpp | 2 +- include/Nazara/Utility/AbstractBuffer.hpp | 2 +- include/Nazara/Utility/AbstractImage.hpp | 2 +- include/Nazara/Utility/AbstractImage.inl | 2 +- include/Nazara/Utility/AbstractTextDrawer.hpp | 2 +- include/Nazara/Utility/AbstractTextDrawer.inl | 2 +- include/Nazara/Utility/Algorithm.hpp | 2 +- include/Nazara/Utility/Algorithm.inl | 2 +- include/Nazara/Utility/Animation.hpp | 2 +- include/Nazara/Utility/Animation.inl | 2 +- include/Nazara/Utility/Buffer.hpp | 2 +- include/Nazara/Utility/Buffer.inl | 2 +- include/Nazara/Utility/BufferMapper.hpp | 2 +- include/Nazara/Utility/BufferMapper.inl | 2 +- include/Nazara/Utility/Components/NodeComponent.hpp | 2 +- include/Nazara/Utility/Components/NodeComponent.inl | 4 ++-- include/Nazara/Utility/Config.hpp | 2 +- include/Nazara/Utility/ConfigCheck.hpp | 2 +- include/Nazara/Utility/CubemapParams.hpp | 2 +- include/Nazara/Utility/Debug.hpp | 2 +- include/Nazara/Utility/DebugOff.hpp | 2 +- include/Nazara/Utility/Enums.hpp | 2 +- include/Nazara/Utility/FieldOffsets.hpp | 2 +- include/Nazara/Utility/FieldOffsets.inl | 2 +- include/Nazara/Utility/Font.hpp | 2 +- include/Nazara/Utility/Font.inl | 2 +- include/Nazara/Utility/FontData.hpp | 2 +- include/Nazara/Utility/FontGlyph.hpp | 2 +- include/Nazara/Utility/Formats/MD5AnimParser.hpp | 2 +- include/Nazara/Utility/Formats/MD5MeshParser.hpp | 2 +- include/Nazara/Utility/Formats/MTLParser.hpp | 2 +- include/Nazara/Utility/Formats/MTLParser.inl | 2 +- include/Nazara/Utility/Formats/OBJParser.hpp | 2 +- include/Nazara/Utility/Formats/OBJParser.inl | 2 +- include/Nazara/Utility/GuillotineImageAtlas.hpp | 2 +- include/Nazara/Utility/Image.hpp | 2 +- include/Nazara/Utility/Image.inl | 2 +- include/Nazara/Utility/IndexBuffer.hpp | 2 +- include/Nazara/Utility/IndexBuffer.inl | 2 +- include/Nazara/Utility/IndexIterator.hpp | 2 +- include/Nazara/Utility/IndexIterator.inl | 4 ++-- include/Nazara/Utility/IndexMapper.hpp | 2 +- include/Nazara/Utility/Joint.hpp | 2 +- include/Nazara/Utility/MaterialData.hpp | 2 +- include/Nazara/Utility/Mesh.hpp | 2 +- include/Nazara/Utility/Mesh.inl | 2 +- include/Nazara/Utility/MeshData.hpp | 2 +- include/Nazara/Utility/Node.hpp | 2 +- include/Nazara/Utility/PixelFormat.hpp | 2 +- include/Nazara/Utility/PixelFormat.inl | 2 +- include/Nazara/Utility/RichTextDrawer.hpp | 2 +- include/Nazara/Utility/RichTextDrawer.inl | 2 +- include/Nazara/Utility/Sequence.hpp | 2 +- include/Nazara/Utility/SimpleTextDrawer.hpp | 2 +- include/Nazara/Utility/SimpleTextDrawer.inl | 2 +- include/Nazara/Utility/SkeletalMesh.hpp | 2 +- include/Nazara/Utility/SkeletalMesh.inl | 2 +- include/Nazara/Utility/Skeleton.hpp | 2 +- include/Nazara/Utility/Skeleton.inl | 2 +- include/Nazara/Utility/SoftwareBuffer.hpp | 2 +- include/Nazara/Utility/StaticMesh.hpp | 2 +- include/Nazara/Utility/StaticMesh.inl | 2 +- include/Nazara/Utility/SubMesh.hpp | 2 +- include/Nazara/Utility/TriangleIterator.hpp | 2 +- include/Nazara/Utility/UniformBuffer.hpp | 2 +- include/Nazara/Utility/UniformBuffer.inl | 2 +- include/Nazara/Utility/Utility.hpp | 2 +- include/Nazara/Utility/VertexBuffer.hpp | 2 +- include/Nazara/Utility/VertexBuffer.inl | 2 +- include/Nazara/Utility/VertexDeclaration.hpp | 2 +- include/Nazara/Utility/VertexDeclaration.inl | 2 +- include/Nazara/Utility/VertexMapper.hpp | 2 +- include/Nazara/Utility/VertexMapper.inl | 2 +- include/Nazara/Utility/VertexStruct.hpp | 2 +- include/Nazara/VulkanRenderer/Config.hpp | 4 ++-- include/Nazara/VulkanRenderer/ConfigCheck.hpp | 4 ++-- include/Nazara/VulkanRenderer/Debug.hpp | 4 ++-- include/Nazara/VulkanRenderer/DebugOff.hpp | 4 ++-- include/Nazara/VulkanRenderer/Utils.hpp | 4 ++-- include/Nazara/VulkanRenderer/Utils.inl | 4 ++-- include/Nazara/VulkanRenderer/Vulkan.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanBuffer.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanBuffer.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanCommandBuffer.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanCommandBuffer.inl | 4 ++-- .../Nazara/VulkanRenderer/VulkanCommandBufferBuilder.hpp | 4 ++-- .../Nazara/VulkanRenderer/VulkanCommandBufferBuilder.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanCommandPool.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanCommandPool.inl | 4 ++-- .../VulkanRenderer/VulkanDescriptorSetLayoutCache.hpp | 4 ++-- .../VulkanRenderer/VulkanDescriptorSetLayoutCache.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanDevice.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanDevice.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanFramebuffer.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanFramebuffer.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanRenderImage.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanRenderImage.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanRenderPass.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanRenderPass.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanRenderPipeline.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanRenderPipeline.inl | 4 ++-- .../Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp | 4 ++-- .../Nazara/VulkanRenderer/VulkanRenderPipelineLayout.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanRenderWindow.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanRenderer.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanRenderer.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanShaderBinding.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanShaderBinding.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanShaderModule.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanShaderModule.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanSurface.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanSurface.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanTexture.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanTexture.inl | 4 ++-- .../Nazara/VulkanRenderer/VulkanTextureFramebuffer.hpp | 4 ++-- .../Nazara/VulkanRenderer/VulkanTextureFramebuffer.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanTextureSampler.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanTextureSampler.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanUploadPool.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanUploadPool.inl | 4 ++-- include/Nazara/VulkanRenderer/VulkanWindowFramebuffer.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanWindowFramebuffer.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/AutoFree.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/AutoFree.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Buffer.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Buffer.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/CommandPool.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/CommandPool.inl | 4 ++-- .../VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.hpp | 4 ++-- .../VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.inl | 4 ++-- .../Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.hpp | 4 ++-- .../Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Device.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Device.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/DeviceFunctions.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/DeviceObject.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Fence.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Fence.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Framebuffer.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Framebuffer.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/GlobalFunctions.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Image.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Image.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/ImageView.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/ImageView.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Instance.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Instance.inl | 4 ++-- .../Nazara/VulkanRenderer/Wrapper/InstanceFunctions.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/InstanceObject.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/InstanceObject.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Loader.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Loader.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Pipeline.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Pipeline.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/PipelineCache.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/PipelineCache.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/QueueHandle.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/RenderPass.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/RenderPass.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Sampler.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Sampler.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Semaphore.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Semaphore.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/ShaderModule.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/ShaderModule.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Surface.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Surface.inl | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Swapchain.hpp | 4 ++-- include/Nazara/VulkanRenderer/Wrapper/Swapchain.inl | 4 ++-- include/Nazara/Widgets/BaseWidget.hpp | 6 +++--- include/Nazara/Widgets/BaseWidget.inl | 6 +++--- include/Nazara/Widgets/ButtonWidget.hpp | 6 +++--- include/Nazara/Widgets/ButtonWidget.inl | 6 +++--- include/Nazara/Widgets/Canvas.hpp | 2 +- include/Nazara/Widgets/Canvas.inl | 2 +- include/Nazara/Widgets/Config.hpp | 2 +- include/Nazara/Widgets/ConfigCheck.hpp | 2 +- include/Nazara/Widgets/Debug.hpp | 4 ++-- include/Nazara/Widgets/DebugOff.hpp | 4 ++-- include/Nazara/Widgets/LabelWidget.hpp | 6 +++--- include/Nazara/Widgets/LabelWidget.inl | 6 +++--- include/Nazara/Widgets/Widgets.hpp | 2 +- include/Nazara/Widgets/Widgets.inl | 4 ++-- src/Nazara/Audio/Audio.cpp | 2 +- src/Nazara/Audio/Debug/NewOverload.cpp | 2 +- src/Nazara/Audio/Formats/drwavLoader.cpp | 2 +- src/Nazara/Audio/Formats/drwavLoader.hpp | 4 ++-- src/Nazara/Audio/Formats/libflacLoader.cpp | 3 +-- src/Nazara/Audio/Formats/libflacLoader.hpp | 4 ++-- src/Nazara/Audio/Formats/libvorbisLoader.cpp | 3 +-- src/Nazara/Audio/Formats/libvorbisLoader.hpp | 4 ++-- src/Nazara/Audio/Formats/minimp3Loader.cpp | 2 +- src/Nazara/Audio/Formats/minimp3Loader.hpp | 4 ++-- src/Nazara/Audio/Music.cpp | 2 +- src/Nazara/Audio/OpenAL.cpp | 2 +- src/Nazara/Audio/Sound.cpp | 2 +- src/Nazara/Audio/SoundBuffer.cpp | 2 +- src/Nazara/Audio/SoundEmitter.cpp | 2 +- src/Nazara/Audio/SoundStream.cpp | 2 +- src/Nazara/Core/AbstractHash.cpp | 2 +- src/Nazara/Core/AbstractLogger.cpp | 2 +- src/Nazara/Core/AlgorithmCore.cpp | 2 +- src/Nazara/Core/ByteArray.cpp | 2 +- src/Nazara/Core/ByteStream.cpp | 2 +- src/Nazara/Core/Clock.cpp | 2 +- src/Nazara/Core/Color.cpp | 2 +- src/Nazara/Core/Core.cpp | 2 +- src/Nazara/Core/Debug/NewOverload.cpp | 2 +- src/Nazara/Core/Debug/NewRedefinition.cpp | 2 +- src/Nazara/Core/DynLib.cpp | 2 +- src/Nazara/Core/ECS.cpp | 2 +- src/Nazara/Core/EmptyStream.cpp | 2 +- src/Nazara/Core/Error.cpp | 2 +- src/Nazara/Core/ErrorFlags.cpp | 2 +- src/Nazara/Core/File.cpp | 2 +- src/Nazara/Core/FileLogger.cpp | 2 +- src/Nazara/Core/GuillotineBinPack.cpp | 2 +- src/Nazara/Core/HandledObject.cpp | 2 +- src/Nazara/Core/HardwareInfo.cpp | 2 +- src/Nazara/Core/Hash/CRC32.cpp | 2 +- src/Nazara/Core/Hash/CRC64.cpp | 2 +- src/Nazara/Core/Hash/Fletcher16.cpp | 2 +- src/Nazara/Core/Hash/MD5.cpp | 2 +- src/Nazara/Core/Hash/SHA/Internal.cpp | 2 +- src/Nazara/Core/Hash/SHA/Internal.hpp | 3 +-- src/Nazara/Core/Hash/SHA1.cpp | 2 +- src/Nazara/Core/Hash/SHA224.cpp | 2 +- src/Nazara/Core/Hash/SHA256.cpp | 2 +- src/Nazara/Core/Hash/SHA384.cpp | 2 +- src/Nazara/Core/Hash/SHA512.cpp | 2 +- src/Nazara/Core/Hash/Whirlpool.cpp | 2 +- src/Nazara/Core/Log.cpp | 2 +- src/Nazara/Core/MemoryManager.cpp | 2 +- src/Nazara/Core/MemoryStream.cpp | 2 +- src/Nazara/Core/MemoryView.cpp | 2 +- src/Nazara/Core/ParameterList.cpp | 2 +- src/Nazara/Core/PluginManager.cpp | 2 +- src/Nazara/Core/PoolByteStream.cpp | 2 +- src/Nazara/Core/Posix/ClockImpl.cpp | 2 +- src/Nazara/Core/Posix/ClockImpl.hpp | 2 +- src/Nazara/Core/Posix/DynLibImpl.cpp | 2 +- src/Nazara/Core/Posix/DynLibImpl.hpp | 2 +- src/Nazara/Core/Posix/FileImpl.cpp | 2 +- src/Nazara/Core/Posix/FileImpl.hpp | 2 +- src/Nazara/Core/Posix/HardwareInfoImpl.cpp | 2 +- src/Nazara/Core/Posix/HardwareInfoImpl.hpp | 2 +- src/Nazara/Core/Posix/TaskSchedulerImpl.cpp | 2 +- src/Nazara/Core/Posix/TaskSchedulerImpl.hpp | 2 +- src/Nazara/Core/PrimitiveList.cpp | 2 +- src/Nazara/Core/RefCounted.cpp | 2 +- src/Nazara/Core/Resource.cpp | 2 +- src/Nazara/Core/SerializationContext.cpp | 2 +- src/Nazara/Core/StdLogger.cpp | 2 +- src/Nazara/Core/Stream.cpp | 2 +- src/Nazara/Core/StringExt.cpp | 2 +- src/Nazara/Core/TaskScheduler.cpp | 2 +- src/Nazara/Core/Unicode.cpp | 2 +- src/Nazara/Core/Updatable.cpp | 2 +- src/Nazara/Core/Win32/ClockImpl.cpp | 2 +- src/Nazara/Core/Win32/ClockImpl.hpp | 2 +- src/Nazara/Core/Win32/DynLibImpl.cpp | 2 +- src/Nazara/Core/Win32/DynLibImpl.hpp | 2 +- src/Nazara/Core/Win32/FileImpl.cpp | 2 +- src/Nazara/Core/Win32/FileImpl.hpp | 2 +- src/Nazara/Core/Win32/HardwareInfoImpl.cpp | 2 +- src/Nazara/Core/Win32/HardwareInfoImpl.hpp | 2 +- src/Nazara/Core/Win32/TaskSchedulerImpl.cpp | 2 +- src/Nazara/Core/Win32/TaskSchedulerImpl.hpp | 2 +- src/Nazara/Core/Win32/Time.cpp | 2 +- src/Nazara/Core/Win32/Time.hpp | 2 +- src/Nazara/Graphics/AbstractViewer.cpp | 2 +- src/Nazara/Graphics/AlgorithmGraphics.cpp | 2 +- src/Nazara/Graphics/BakedFrameGraph.cpp | 2 +- src/Nazara/Graphics/BasicMaterial.cpp | 2 +- src/Nazara/Graphics/Camera.cpp | 6 +++--- src/Nazara/Graphics/Components/CameraComponent.cpp | 6 +++--- src/Nazara/Graphics/Components/GraphicsComponent.cpp | 6 +++--- src/Nazara/Graphics/Debug/NewOverload.cpp | 2 +- src/Nazara/Graphics/DepthMaterial.cpp | 2 +- src/Nazara/Graphics/ElementRenderer.cpp | 2 +- src/Nazara/Graphics/ForwardFramePipeline.cpp | 2 +- src/Nazara/Graphics/FrameGraph.cpp | 2 +- src/Nazara/Graphics/FramePass.cpp | 2 +- src/Nazara/Graphics/FramePassAttachment.cpp | 2 +- src/Nazara/Graphics/FramePipeline.cpp | 2 +- src/Nazara/Graphics/GraphicalMesh.cpp | 2 +- src/Nazara/Graphics/Graphics.cpp | 2 +- src/Nazara/Graphics/GuillotineTextureAtlas.cpp | 2 +- src/Nazara/Graphics/InstancedRenderable.cpp | 2 +- src/Nazara/Graphics/Material.cpp | 2 +- src/Nazara/Graphics/MaterialPass.cpp | 2 +- src/Nazara/Graphics/MaterialPipeline.cpp | 2 +- src/Nazara/Graphics/Model.cpp | 2 +- src/Nazara/Graphics/PhongLightingMaterial.cpp | 2 +- src/Nazara/Graphics/PredefinedShaderStructs.cpp | 2 +- src/Nazara/Graphics/RenderElement.cpp | 2 +- src/Nazara/Graphics/Sprite.cpp | 2 +- src/Nazara/Graphics/SpriteChainRenderer.cpp | 2 +- src/Nazara/Graphics/SubmeshRenderer.cpp | 2 +- src/Nazara/Graphics/Systems/RenderSystem.cpp | 6 +++--- src/Nazara/Graphics/TextSprite.cpp | 2 +- src/Nazara/Graphics/TextureSamplerCache.cpp | 2 +- src/Nazara/Graphics/UberShader.cpp | 2 +- src/Nazara/Graphics/ViewerInstance.cpp | 2 +- src/Nazara/Graphics/WorldInstance.cpp | 2 +- src/Nazara/Network/AbstractSocket.cpp | 4 ++-- src/Nazara/Network/AlgorithmNetwork.cpp | 4 ++-- src/Nazara/Network/Debug/NewOverload.cpp | 2 +- src/Nazara/Network/ENetCompressor.cpp | 2 +- src/Nazara/Network/ENetHost.cpp | 8 ++++---- src/Nazara/Network/ENetPacket.cpp | 2 +- src/Nazara/Network/ENetPeer.cpp | 8 ++++---- src/Nazara/Network/IpAddress.cpp | 2 +- src/Nazara/Network/Linux/SocketPollerImpl.cpp | 2 +- src/Nazara/Network/Linux/SocketPollerImpl.hpp | 2 +- src/Nazara/Network/NetPacket.cpp | 4 ++-- src/Nazara/Network/Network.cpp | 3 +-- src/Nazara/Network/Posix/IpAddressImpl.cpp | 2 +- src/Nazara/Network/Posix/IpAddressImpl.hpp | 2 +- src/Nazara/Network/Posix/SocketImpl.cpp | 2 +- src/Nazara/Network/Posix/SocketImpl.hpp | 2 +- src/Nazara/Network/Posix/SocketPollerImpl.cpp | 2 +- src/Nazara/Network/Posix/SocketPollerImpl.hpp | 2 +- src/Nazara/Network/SocketPoller.cpp | 4 ++-- src/Nazara/Network/SystemSocket.hpp | 4 ++-- src/Nazara/Network/TcpClient.cpp | 4 ++-- src/Nazara/Network/TcpServer.cpp | 4 ++-- src/Nazara/Network/UdpSocket.cpp | 4 ++-- src/Nazara/Network/Win32/IpAddressImpl.cpp | 2 +- src/Nazara/Network/Win32/IpAddressImpl.hpp | 2 +- src/Nazara/Network/Win32/SocketImpl.cpp | 2 +- src/Nazara/Network/Win32/SocketImpl.hpp | 2 +- src/Nazara/Network/Win32/SocketPollerImpl.cpp | 2 +- src/Nazara/Network/Win32/SocketPollerImpl.hpp | 2 +- src/Nazara/OpenGLRenderer/Debug/NewOverload.cpp | 4 ++-- src/Nazara/OpenGLRenderer/DummySurface.cpp | 4 ++-- src/Nazara/OpenGLRenderer/Export.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLBuffer.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLCommandBuffer.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLCommandPool.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLDevice.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLFramebuffer.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLRenderImage.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLRenderPass.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLRenderPipeline.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLRenderWindow.cpp | 5 ++--- src/Nazara/OpenGLRenderer/OpenGLRenderer.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLShaderBinding.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLShaderModule.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLTexture.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLTextureSampler.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLUploadPool.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLVaoCache.cpp | 4 ++-- src/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.cpp | 4 ++-- src/Nazara/OpenGLRenderer/Utils_OpenGLRenderer.cpp | 4 ++-- src/Nazara/OpenGLRenderer/Wrapper/Context.cpp | 4 ++-- src/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.cpp | 4 ++-- src/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.cpp | 4 ++-- .../OpenGLRenderer/Wrapper/Linux/EGLContextWayland.cpp | 4 ++-- src/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.cpp | 4 ++-- src/Nazara/OpenGLRenderer/Wrapper/Loader.cpp | 4 ++-- src/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.cpp | 4 ++-- src/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.cpp | 4 ++-- .../OpenGLRenderer/Wrapper/Win32/EGLContextWin32.cpp | 4 ++-- src/Nazara/Physics2D/Arbiter2D.cpp | 4 ++-- src/Nazara/Physics2D/Collider2D.cpp | 4 ++-- src/Nazara/Physics2D/Constraint2D.cpp | 4 ++-- src/Nazara/Physics2D/Debug/NewOverload.cpp | 4 ++-- src/Nazara/Physics2D/PhysWorld2D.cpp | 4 ++-- src/Nazara/Physics2D/Physics2D.cpp | 4 ++-- src/Nazara/Physics2D/RigidBody2D.cpp | 4 ++-- src/Nazara/Physics3D/Collider3D.cpp | 4 ++-- src/Nazara/Physics3D/Components/RigidBody3DComponent.cpp | 6 +++--- src/Nazara/Physics3D/Debug/NewOverload.cpp | 4 ++-- src/Nazara/Physics3D/PhysWorld3D.cpp | 4 ++-- src/Nazara/Physics3D/Physics3D.cpp | 4 ++-- src/Nazara/Physics3D/RigidBody3D.cpp | 4 ++-- src/Nazara/Physics3D/Systems/Physics3DSystem.cpp | 6 +++--- src/Nazara/Platform/Cursor.cpp | 2 +- src/Nazara/Platform/Debug/NewOverload.cpp | 2 +- src/Nazara/Platform/Icon.cpp | 2 +- src/Nazara/Platform/Keyboard.cpp | 2 +- src/Nazara/Platform/Mouse.cpp | 2 +- src/Nazara/Platform/Platform.cpp | 2 +- src/Nazara/Platform/SDL2/CursorImpl.cpp | 2 +- src/Nazara/Platform/SDL2/CursorImpl.hpp | 2 +- src/Nazara/Platform/SDL2/IconImpl.cpp | 2 +- src/Nazara/Platform/SDL2/IconImpl.hpp | 2 +- src/Nazara/Platform/SDL2/InputImpl.cpp | 2 +- src/Nazara/Platform/SDL2/InputImpl.hpp | 2 +- src/Nazara/Platform/SDL2/SDLHelper.cpp | 2 +- src/Nazara/Platform/SDL2/SDLHelper.hpp | 2 +- src/Nazara/Platform/SDL2/VideoModeImpl.cpp | 2 +- src/Nazara/Platform/SDL2/VideoModeImpl.hpp | 2 +- src/Nazara/Platform/SDL2/WindowImpl.cpp | 2 +- src/Nazara/Platform/SDL2/WindowImpl.hpp | 2 +- src/Nazara/Platform/VideoMode.cpp | 2 +- src/Nazara/Platform/VideoModeImpl.hpp | 2 +- src/Nazara/Platform/Window.cpp | 2 +- src/Nazara/Renderer/CommandBuffer.cpp | 2 +- src/Nazara/Renderer/CommandBufferBuilder.cpp | 2 +- src/Nazara/Renderer/CommandPool.cpp | 2 +- src/Nazara/Renderer/Debug/NewOverload.cpp | 2 +- src/Nazara/Renderer/Framebuffer.cpp | 2 +- src/Nazara/Renderer/RenderBuffer.cpp | 2 +- src/Nazara/Renderer/RenderDevice.cpp | 2 +- src/Nazara/Renderer/RenderFrame.cpp | 2 +- src/Nazara/Renderer/RenderImage.cpp | 2 +- src/Nazara/Renderer/RenderPass.cpp | 2 +- src/Nazara/Renderer/RenderPassCache.cpp | 2 +- src/Nazara/Renderer/RenderPipeline.cpp | 2 +- src/Nazara/Renderer/RenderPipelineLayout.cpp | 2 +- src/Nazara/Renderer/RenderSurface.cpp | 2 +- src/Nazara/Renderer/RenderTarget.cpp | 2 +- src/Nazara/Renderer/RenderWindow.cpp | 2 +- src/Nazara/Renderer/RenderWindowImpl.cpp | 2 +- src/Nazara/Renderer/Renderer.cpp | 2 +- src/Nazara/Renderer/RendererImpl.cpp | 2 +- src/Nazara/Renderer/ShaderBinding.cpp | 2 +- src/Nazara/Renderer/ShaderModule.cpp | 2 +- src/Nazara/Renderer/Texture.cpp | 2 +- src/Nazara/Renderer/TextureSampler.cpp | 2 +- src/Nazara/Renderer/UploadPool.cpp | 4 ++-- src/Nazara/Shader/Ast/AstCloner.cpp | 4 ++-- src/Nazara/Shader/Ast/AstExpressionVisitor.cpp | 4 ++-- src/Nazara/Shader/Ast/AstExpressionVisitorExcept.cpp | 4 ++-- src/Nazara/Shader/Ast/AstOptimizer.cpp | 4 ++-- src/Nazara/Shader/Ast/AstRecursiveVisitor.cpp | 4 ++-- src/Nazara/Shader/Ast/AstReflect.cpp | 4 ++-- src/Nazara/Shader/Ast/AstSerializer.cpp | 5 ++--- src/Nazara/Shader/Ast/AstStatementVisitor.cpp | 4 ++-- src/Nazara/Shader/Ast/AstStatementVisitorExcept.cpp | 4 ++-- src/Nazara/Shader/Ast/AstUtils.cpp | 4 ++-- src/Nazara/Shader/Ast/ConstantValue.cpp | 4 ++-- src/Nazara/Shader/Ast/Nodes.cpp | 4 ++-- src/Nazara/Shader/Ast/SanitizeVisitor.cpp | 4 ++-- src/Nazara/Shader/Debug/NewOverload.cpp | 4 ++-- src/Nazara/Shader/GlslWriter.cpp | 4 ++-- src/Nazara/Shader/LangWriter.cpp | 4 ++-- src/Nazara/Shader/Shader.cpp | 5 ++--- src/Nazara/Shader/ShaderLangLexer.cpp | 4 ++-- src/Nazara/Shader/ShaderLangParser.cpp | 4 ++-- src/Nazara/Shader/ShaderWriter.cpp | 4 ++-- src/Nazara/Shader/SpirvAstVisitor.cpp | 4 ++-- src/Nazara/Shader/SpirvConstantCache.cpp | 4 ++-- src/Nazara/Shader/SpirvDecoder.cpp | 4 ++-- src/Nazara/Shader/SpirvExpressionLoad.cpp | 4 ++-- src/Nazara/Shader/SpirvExpressionStore.cpp | 4 ++-- src/Nazara/Shader/SpirvPrinter.cpp | 4 ++-- src/Nazara/Shader/SpirvSectionBase.cpp | 4 ++-- src/Nazara/Shader/SpirvWriter.cpp | 4 ++-- src/Nazara/Utility/AbstractAtlas.cpp | 2 +- src/Nazara/Utility/AbstractBuffer.cpp | 2 +- src/Nazara/Utility/AbstractImage.cpp | 2 +- src/Nazara/Utility/AbstractTextDrawer.cpp | 3 +-- src/Nazara/Utility/AlgorithmUtility.cpp | 2 +- src/Nazara/Utility/Animation.cpp | 2 +- src/Nazara/Utility/Buffer.cpp | 2 +- src/Nazara/Utility/Components/NodeComponent.cpp | 4 ++-- src/Nazara/Utility/Debug/NewOverload.cpp | 2 +- src/Nazara/Utility/FieldOffsets.cpp | 2 +- src/Nazara/Utility/Font.cpp | 2 +- src/Nazara/Utility/FontData.cpp | 2 +- src/Nazara/Utility/Formats/DDSConstants.cpp | 2 +- src/Nazara/Utility/Formats/DDSConstants.hpp | 2 +- src/Nazara/Utility/Formats/DDSLoader.cpp | 2 +- src/Nazara/Utility/Formats/DDSLoader.hpp | 2 +- src/Nazara/Utility/Formats/FreeTypeLoader.cpp | 2 +- src/Nazara/Utility/Formats/FreeTypeLoader.hpp | 2 +- src/Nazara/Utility/Formats/MD2Constants.cpp | 2 +- src/Nazara/Utility/Formats/MD2Constants.hpp | 2 +- src/Nazara/Utility/Formats/MD2Loader.cpp | 2 +- src/Nazara/Utility/Formats/MD2Loader.hpp | 2 +- src/Nazara/Utility/Formats/MD5AnimLoader.cpp | 2 +- src/Nazara/Utility/Formats/MD5AnimLoader.hpp | 2 +- src/Nazara/Utility/Formats/MD5AnimParser.cpp | 2 +- src/Nazara/Utility/Formats/MD5MeshLoader.cpp | 2 +- src/Nazara/Utility/Formats/MD5MeshLoader.hpp | 2 +- src/Nazara/Utility/Formats/MD5MeshParser.cpp | 2 +- src/Nazara/Utility/Formats/MTLParser.cpp | 2 +- src/Nazara/Utility/Formats/OBJLoader.cpp | 2 +- src/Nazara/Utility/Formats/OBJLoader.hpp | 4 ++-- src/Nazara/Utility/Formats/OBJParser.cpp | 2 +- src/Nazara/Utility/Formats/OBJSaver.cpp | 2 +- src/Nazara/Utility/Formats/OBJSaver.hpp | 4 ++-- src/Nazara/Utility/Formats/PCXLoader.cpp | 2 +- src/Nazara/Utility/Formats/PCXLoader.hpp | 2 +- src/Nazara/Utility/Formats/STBLoader.cpp | 2 +- src/Nazara/Utility/Formats/STBLoader.hpp | 2 +- src/Nazara/Utility/Formats/STBSaver.cpp | 2 +- src/Nazara/Utility/Formats/STBSaver.hpp | 2 +- src/Nazara/Utility/GuillotineImageAtlas.cpp | 2 +- src/Nazara/Utility/Image.cpp | 2 +- src/Nazara/Utility/IndexBuffer.cpp | 2 +- src/Nazara/Utility/IndexMapper.cpp | 2 +- src/Nazara/Utility/Joint.cpp | 2 +- src/Nazara/Utility/Mesh.cpp | 2 +- src/Nazara/Utility/Node.cpp | 2 +- src/Nazara/Utility/PixelFormat.cpp | 2 +- src/Nazara/Utility/RichTextDrawer.cpp | 2 +- src/Nazara/Utility/SimpleTextDrawer.cpp | 2 +- src/Nazara/Utility/SkeletalMesh.cpp | 2 +- src/Nazara/Utility/Skeleton.cpp | 2 +- src/Nazara/Utility/SoftwareBuffer.cpp | 2 +- src/Nazara/Utility/StaticMesh.cpp | 2 +- src/Nazara/Utility/SubMesh.cpp | 2 +- src/Nazara/Utility/TriangleIterator.cpp | 2 +- src/Nazara/Utility/UniformBuffer.cpp | 2 +- src/Nazara/Utility/Utility.cpp | 2 +- src/Nazara/Utility/VertexBuffer.cpp | 2 +- src/Nazara/Utility/VertexDeclaration.cpp | 2 +- src/Nazara/Utility/VertexMapper.cpp | 2 +- src/Nazara/VulkanRenderer/Debug/NewOverload.cpp | 4 ++-- src/Nazara/VulkanRenderer/Export.cpp | 4 ++-- src/Nazara/VulkanRenderer/Utils_VulkanRenderer.cpp | 5 ++--- src/Nazara/VulkanRenderer/Vulkan.cpp | 5 ++--- src/Nazara/VulkanRenderer/VulkanBuffer.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanCommandBuffer.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanCommandPool.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanDevice.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanFramebuffer.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanRenderImage.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanRenderPass.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanRenderPipeline.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanRenderWindow.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanRenderer.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanShaderBinding.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanShaderModule.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanSurface.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanTexture.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanTextureFramebuffer.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanTextureSampler.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanUploadPool.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanWindowFramebuffer.cpp | 4 ++-- src/Nazara/VulkanRenderer/Wrapper/CommandPool.cpp | 4 ++-- src/Nazara/VulkanRenderer/Wrapper/DescriptorPool.cpp | 4 ++-- src/Nazara/VulkanRenderer/Wrapper/Device.cpp | 4 ++-- src/Nazara/VulkanRenderer/Wrapper/Instance.cpp | 4 ++-- src/Nazara/VulkanRenderer/Wrapper/Loader.cpp | 4 ++-- src/Nazara/Widgets/BaseWidget.cpp | 6 +++--- src/Nazara/Widgets/ButtonWidget.cpp | 6 +++--- src/Nazara/Widgets/Canvas.cpp | 2 +- src/Nazara/Widgets/Debug/NewOverload.cpp | 4 ++-- src/Nazara/Widgets/LabelWidget.cpp | 6 +++--- src/Nazara/Widgets/Widgets.cpp | 4 ++-- 1116 files changed, 1663 insertions(+), 1670 deletions(-) diff --git a/include/Nazara/Audio/Algorithm.hpp b/include/Nazara/Audio/Algorithm.hpp index 27d1e5394..b7dbb9244 100644 --- a/include/Nazara/Audio/Algorithm.hpp +++ b/include/Nazara/Audio/Algorithm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/Algorithm.inl b/include/Nazara/Audio/Algorithm.inl index 858195ef6..db8d905da 100644 --- a/include/Nazara/Audio/Algorithm.inl +++ b/include/Nazara/Audio/Algorithm.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/Audio.hpp b/include/Nazara/Audio/Audio.hpp index affab10a9..f3bd4222e 100644 --- a/include/Nazara/Audio/Audio.hpp +++ b/include/Nazara/Audio/Audio.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/Config.hpp b/include/Nazara/Audio/Config.hpp index 8e2068069..f3dc0a93b 100644 --- a/include/Nazara/Audio/Config.hpp +++ b/include/Nazara/Audio/Config.hpp @@ -1,7 +1,7 @@ /* Nazara Engine - Audio module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Audio/ConfigCheck.hpp b/include/Nazara/Audio/ConfigCheck.hpp index f6ec2db6b..d2d2294eb 100644 --- a/include/Nazara/Audio/ConfigCheck.hpp +++ b/include/Nazara/Audio/ConfigCheck.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/Debug.hpp b/include/Nazara/Audio/Debug.hpp index 3b2806373..c3d023e90 100644 --- a/include/Nazara/Audio/Debug.hpp +++ b/include/Nazara/Audio/Debug.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/DebugOff.hpp b/include/Nazara/Audio/DebugOff.hpp index c8a8906e2..a1683230a 100644 --- a/include/Nazara/Audio/DebugOff.hpp +++ b/include/Nazara/Audio/DebugOff.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/Enums.hpp b/include/Nazara/Audio/Enums.hpp index ce084c67a..23de8bbc6 100644 --- a/include/Nazara/Audio/Enums.hpp +++ b/include/Nazara/Audio/Enums.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/Music.hpp b/include/Nazara/Audio/Music.hpp index 2d951e2a0..78eeeafc2 100644 --- a/include/Nazara/Audio/Music.hpp +++ b/include/Nazara/Audio/Music.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/OpenAL.hpp b/include/Nazara/Audio/OpenAL.hpp index 5f1bdf879..a256154a6 100644 --- a/include/Nazara/Audio/OpenAL.hpp +++ b/include/Nazara/Audio/OpenAL.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/Sound.hpp b/include/Nazara/Audio/Sound.hpp index 3a24ca2cb..3bef42bd0 100644 --- a/include/Nazara/Audio/Sound.hpp +++ b/include/Nazara/Audio/Sound.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/SoundBuffer.hpp b/include/Nazara/Audio/SoundBuffer.hpp index fdbd3bfac..3449727b2 100644 --- a/include/Nazara/Audio/SoundBuffer.hpp +++ b/include/Nazara/Audio/SoundBuffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/SoundBuffer.inl b/include/Nazara/Audio/SoundBuffer.inl index 70c692e44..ac5f68f5b 100644 --- a/include/Nazara/Audio/SoundBuffer.inl +++ b/include/Nazara/Audio/SoundBuffer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/SoundEmitter.hpp b/include/Nazara/Audio/SoundEmitter.hpp index f6dcb676f..54f18b271 100644 --- a/include/Nazara/Audio/SoundEmitter.hpp +++ b/include/Nazara/Audio/SoundEmitter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/SoundEmitter.inl b/include/Nazara/Audio/SoundEmitter.inl index a125e8c20..ed80974b5 100644 --- a/include/Nazara/Audio/SoundEmitter.inl +++ b/include/Nazara/Audio/SoundEmitter.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio/SoundStream.hpp b/include/Nazara/Audio/SoundStream.hpp index d080bf83f..b4bba926d 100644 --- a/include/Nazara/Audio/SoundStream.hpp +++ b/include/Nazara/Audio/SoundStream.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/AbstractHash.hpp b/include/Nazara/Core/AbstractHash.hpp index 23a8739d0..8d2846475 100644 --- a/include/Nazara/Core/AbstractHash.hpp +++ b/include/Nazara/Core/AbstractHash.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/AbstractLogger.hpp b/include/Nazara/Core/AbstractLogger.hpp index 5c97336f4..18aa602fc 100644 --- a/include/Nazara/Core/AbstractLogger.hpp +++ b/include/Nazara/Core/AbstractLogger.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Algorithm.hpp b/include/Nazara/Core/Algorithm.hpp index b52ddba95..1857bb0f7 100644 --- a/include/Nazara/Core/Algorithm.hpp +++ b/include/Nazara/Core/Algorithm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Algorithm.inl b/include/Nazara/Core/Algorithm.inl index 9b4e347fe..b7125ef01 100644 --- a/include/Nazara/Core/Algorithm.inl +++ b/include/Nazara/Core/Algorithm.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Bitset.hpp b/include/Nazara/Core/Bitset.hpp index 6f39486ff..7e29f675a 100644 --- a/include/Nazara/Core/Bitset.hpp +++ b/include/Nazara/Core/Bitset.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Bitset.inl b/include/Nazara/Core/Bitset.inl index be8563b95..7ab3124b0 100644 --- a/include/Nazara/Core/Bitset.inl +++ b/include/Nazara/Core/Bitset.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ByteArray.hpp b/include/Nazara/Core/ByteArray.hpp index 9e58f7710..95edc5609 100644 --- a/include/Nazara/Core/ByteArray.hpp +++ b/include/Nazara/Core/ByteArray.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ByteArray.inl b/include/Nazara/Core/ByteArray.inl index 850ff34d0..706632896 100644 --- a/include/Nazara/Core/ByteArray.inl +++ b/include/Nazara/Core/ByteArray.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ByteArrayPool.hpp b/include/Nazara/Core/ByteArrayPool.hpp index 58ffb8b51..adb8f7ab6 100644 --- a/include/Nazara/Core/ByteArrayPool.hpp +++ b/include/Nazara/Core/ByteArrayPool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ByteArrayPool.inl b/include/Nazara/Core/ByteArrayPool.inl index 709c631e7..6eb78a5e6 100644 --- a/include/Nazara/Core/ByteArrayPool.inl +++ b/include/Nazara/Core/ByteArrayPool.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ByteStream.hpp b/include/Nazara/Core/ByteStream.hpp index f56c58dde..4084173bb 100644 --- a/include/Nazara/Core/ByteStream.hpp +++ b/include/Nazara/Core/ByteStream.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ByteStream.inl b/include/Nazara/Core/ByteStream.inl index 07f45e14b..a128488f1 100644 --- a/include/Nazara/Core/ByteStream.inl +++ b/include/Nazara/Core/ByteStream.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/CallOnExit.hpp b/include/Nazara/Core/CallOnExit.hpp index 2c67c3347..8d20d20f4 100644 --- a/include/Nazara/Core/CallOnExit.hpp +++ b/include/Nazara/Core/CallOnExit.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/CallOnExit.inl b/include/Nazara/Core/CallOnExit.inl index 874369796..eb7e284d2 100644 --- a/include/Nazara/Core/CallOnExit.inl +++ b/include/Nazara/Core/CallOnExit.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Clock.hpp b/include/Nazara/Core/Clock.hpp index d3e6862db..e5cbeb39a 100644 --- a/include/Nazara/Core/Clock.hpp +++ b/include/Nazara/Core/Clock.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Color.hpp b/include/Nazara/Core/Color.hpp index 55cd6b42f..eba414818 100644 --- a/include/Nazara/Core/Color.hpp +++ b/include/Nazara/Core/Color.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Color.inl b/include/Nazara/Core/Color.inl index 53f431bbf..f778cc7e2 100644 --- a/include/Nazara/Core/Color.inl +++ b/include/Nazara/Core/Color.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Config.hpp b/include/Nazara/Core/Config.hpp index e4362f80a..33d219c18 100644 --- a/include/Nazara/Core/Config.hpp +++ b/include/Nazara/Core/Config.hpp @@ -1,7 +1,7 @@ /* Nazara Engine - Core module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Core/ConfigCheck.hpp b/include/Nazara/Core/ConfigCheck.hpp index fa53bfa1a..6c624e864 100644 --- a/include/Nazara/Core/ConfigCheck.hpp +++ b/include/Nazara/Core/ConfigCheck.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Core.hpp b/include/Nazara/Core/Core.hpp index ff7dbb40c..8db72d173 100644 --- a/include/Nazara/Core/Core.hpp +++ b/include/Nazara/Core/Core.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Core.inl b/include/Nazara/Core/Core.inl index 3e266d9aa..c2a19bce6 100644 --- a/include/Nazara/Core/Core.inl +++ b/include/Nazara/Core/Core.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Debug.hpp b/include/Nazara/Core/Debug.hpp index fd30666d0..cbbdb6d4f 100644 --- a/include/Nazara/Core/Debug.hpp +++ b/include/Nazara/Core/Debug.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Debug/NewRedefinition.hpp b/include/Nazara/Core/Debug/NewRedefinition.hpp index e738d3c30..8c9c0aaf1 100644 --- a/include/Nazara/Core/Debug/NewRedefinition.hpp +++ b/include/Nazara/Core/Debug/NewRedefinition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/DebugOff.hpp b/include/Nazara/Core/DebugOff.hpp index ffdd9fc52..2153a471a 100644 --- a/include/Nazara/Core/DebugOff.hpp +++ b/include/Nazara/Core/DebugOff.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/DynLib.hpp b/include/Nazara/Core/DynLib.hpp index 8006a7140..4b6255bf7 100644 --- a/include/Nazara/Core/DynLib.hpp +++ b/include/Nazara/Core/DynLib.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ECS.hpp b/include/Nazara/Core/ECS.hpp index bfbb93521..116cfd05f 100644 --- a/include/Nazara/Core/ECS.hpp +++ b/include/Nazara/Core/ECS.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ECS.inl b/include/Nazara/Core/ECS.inl index 79858ece3..118023390 100644 --- a/include/Nazara/Core/ECS.inl +++ b/include/Nazara/Core/ECS.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/EmptyStream.hpp b/include/Nazara/Core/EmptyStream.hpp index 84a60d024..6f3d1ab81 100644 --- a/include/Nazara/Core/EmptyStream.hpp +++ b/include/Nazara/Core/EmptyStream.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/EmptyStream.inl b/include/Nazara/Core/EmptyStream.inl index 88e421cdc..5b255abf5 100644 --- a/include/Nazara/Core/EmptyStream.inl +++ b/include/Nazara/Core/EmptyStream.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Endianness.hpp b/include/Nazara/Core/Endianness.hpp index aaadb75c0..67ee97408 100644 --- a/include/Nazara/Core/Endianness.hpp +++ b/include/Nazara/Core/Endianness.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Endianness.inl b/include/Nazara/Core/Endianness.inl index daae48586..e51d77139 100644 --- a/include/Nazara/Core/Endianness.inl +++ b/include/Nazara/Core/Endianness.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Enums.hpp b/include/Nazara/Core/Enums.hpp index ecfef308b..471963b8f 100644 --- a/include/Nazara/Core/Enums.hpp +++ b/include/Nazara/Core/Enums.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Error.hpp b/include/Nazara/Core/Error.hpp index ef20ffd24..81d9d379e 100644 --- a/include/Nazara/Core/Error.hpp +++ b/include/Nazara/Core/Error.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ErrorFlags.hpp b/include/Nazara/Core/ErrorFlags.hpp index 3c7ddd43f..901e4a2b8 100644 --- a/include/Nazara/Core/ErrorFlags.hpp +++ b/include/Nazara/Core/ErrorFlags.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/File.hpp b/include/Nazara/Core/File.hpp index f0da5c4f4..144f67b32 100644 --- a/include/Nazara/Core/File.hpp +++ b/include/Nazara/Core/File.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/File.inl b/include/Nazara/Core/File.inl index 7552317ab..82ccc153e 100644 --- a/include/Nazara/Core/File.inl +++ b/include/Nazara/Core/File.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/FileLogger.hpp b/include/Nazara/Core/FileLogger.hpp index d5b5445a7..060333bed 100644 --- a/include/Nazara/Core/FileLogger.hpp +++ b/include/Nazara/Core/FileLogger.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Flags.hpp b/include/Nazara/Core/Flags.hpp index 2211a9d9f..a9423895d 100644 --- a/include/Nazara/Core/Flags.hpp +++ b/include/Nazara/Core/Flags.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Flags.inl b/include/Nazara/Core/Flags.inl index cd67b43e6..0a04a5f6c 100644 --- a/include/Nazara/Core/Flags.inl +++ b/include/Nazara/Core/Flags.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Functor.hpp b/include/Nazara/Core/Functor.hpp index f25434b21..3598094b6 100644 --- a/include/Nazara/Core/Functor.hpp +++ b/include/Nazara/Core/Functor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Functor.inl b/include/Nazara/Core/Functor.inl index 200320e78..a95269218 100644 --- a/include/Nazara/Core/Functor.inl +++ b/include/Nazara/Core/Functor.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/GuillotineBinPack.hpp b/include/Nazara/Core/GuillotineBinPack.hpp index 8b7e537f6..7ba6d2f22 100644 --- a/include/Nazara/Core/GuillotineBinPack.hpp +++ b/include/Nazara/Core/GuillotineBinPack.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/HandledObject.hpp b/include/Nazara/Core/HandledObject.hpp index d5293dc84..8afed3ad4 100644 --- a/include/Nazara/Core/HandledObject.hpp +++ b/include/Nazara/Core/HandledObject.hpp @@ -1,6 +1,6 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Development Kit" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Core module" +// For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Core/HandledObject.inl b/include/Nazara/Core/HandledObject.inl index fd731b536..a89b83e36 100644 --- a/include/Nazara/Core/HandledObject.inl +++ b/include/Nazara/Core/HandledObject.inl @@ -1,6 +1,6 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Development Kit" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Core module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/include/Nazara/Core/HardwareInfo.hpp b/include/Nazara/Core/HardwareInfo.hpp index aaf5ff98b..de6883885 100644 --- a/include/Nazara/Core/HardwareInfo.hpp +++ b/include/Nazara/Core/HardwareInfo.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Hash/CRC32.hpp b/include/Nazara/Core/Hash/CRC32.hpp index 19a906388..09ac931a5 100644 --- a/include/Nazara/Core/Hash/CRC32.hpp +++ b/include/Nazara/Core/Hash/CRC32.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Hash/CRC64.hpp b/include/Nazara/Core/Hash/CRC64.hpp index 43cf11047..f9ba85928 100644 --- a/include/Nazara/Core/Hash/CRC64.hpp +++ b/include/Nazara/Core/Hash/CRC64.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Hash/Fletcher16.hpp b/include/Nazara/Core/Hash/Fletcher16.hpp index e849c8e6c..276d5707a 100644 --- a/include/Nazara/Core/Hash/Fletcher16.hpp +++ b/include/Nazara/Core/Hash/Fletcher16.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine". +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Core/Hash/MD5.hpp b/include/Nazara/Core/Hash/MD5.hpp index e689acd0c..98cb3bdaf 100644 --- a/include/Nazara/Core/Hash/MD5.hpp +++ b/include/Nazara/Core/Hash/MD5.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine". +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Core/Hash/SHA1.hpp b/include/Nazara/Core/Hash/SHA1.hpp index b097af941..316d77332 100644 --- a/include/Nazara/Core/Hash/SHA1.hpp +++ b/include/Nazara/Core/Hash/SHA1.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine". +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Core/Hash/SHA224.hpp b/include/Nazara/Core/Hash/SHA224.hpp index d51f9de4e..4552c94aa 100644 --- a/include/Nazara/Core/Hash/SHA224.hpp +++ b/include/Nazara/Core/Hash/SHA224.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine". +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Core/Hash/SHA256.hpp b/include/Nazara/Core/Hash/SHA256.hpp index 7c8a616e2..11edd7917 100644 --- a/include/Nazara/Core/Hash/SHA256.hpp +++ b/include/Nazara/Core/Hash/SHA256.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine". +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Core/Hash/SHA384.hpp b/include/Nazara/Core/Hash/SHA384.hpp index 59509cae0..ef22dd7a4 100644 --- a/include/Nazara/Core/Hash/SHA384.hpp +++ b/include/Nazara/Core/Hash/SHA384.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine". +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Core/Hash/SHA512.hpp b/include/Nazara/Core/Hash/SHA512.hpp index 7551565a1..6e5be37f4 100644 --- a/include/Nazara/Core/Hash/SHA512.hpp +++ b/include/Nazara/Core/Hash/SHA512.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine". +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Core/Hash/Whirlpool.hpp b/include/Nazara/Core/Hash/Whirlpool.hpp index 790a8d77b..a6ef4f4a3 100644 --- a/include/Nazara/Core/Hash/Whirlpool.hpp +++ b/include/Nazara/Core/Hash/Whirlpool.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine". +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp #ifndef NAZARA_HASH_WHIRLPOOL_HPP diff --git a/include/Nazara/Core/Initializer.hpp b/include/Nazara/Core/Initializer.hpp index 64308c9ad..1fce1c376 100644 --- a/include/Nazara/Core/Initializer.hpp +++ b/include/Nazara/Core/Initializer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Initializer.inl b/include/Nazara/Core/Initializer.inl index 89eaae526..f6192d15d 100644 --- a/include/Nazara/Core/Initializer.inl +++ b/include/Nazara/Core/Initializer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Log.hpp b/include/Nazara/Core/Log.hpp index b800b86b9..15445e091 100644 --- a/include/Nazara/Core/Log.hpp +++ b/include/Nazara/Core/Log.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/MemoryHelper.hpp b/include/Nazara/Core/MemoryHelper.hpp index 2410f9ce4..67b35df0e 100644 --- a/include/Nazara/Core/MemoryHelper.hpp +++ b/include/Nazara/Core/MemoryHelper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/MemoryHelper.inl b/include/Nazara/Core/MemoryHelper.inl index 6aef769fb..4efc36261 100644 --- a/include/Nazara/Core/MemoryHelper.inl +++ b/include/Nazara/Core/MemoryHelper.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/MemoryManager.hpp b/include/Nazara/Core/MemoryManager.hpp index 28ad83970..b3016bd6f 100644 --- a/include/Nazara/Core/MemoryManager.hpp +++ b/include/Nazara/Core/MemoryManager.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/MemoryPool.hpp b/include/Nazara/Core/MemoryPool.hpp index c6fa00ee3..dd9ebfd65 100644 --- a/include/Nazara/Core/MemoryPool.hpp +++ b/include/Nazara/Core/MemoryPool.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Graphics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Core/MemoryPool.inl b/include/Nazara/Core/MemoryPool.inl index d6b7e9a60..8b5663cad 100644 --- a/include/Nazara/Core/MemoryPool.inl +++ b/include/Nazara/Core/MemoryPool.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/MemoryStream.hpp b/include/Nazara/Core/MemoryStream.hpp index d7504d0fa..3fb3c8e88 100644 --- a/include/Nazara/Core/MemoryStream.hpp +++ b/include/Nazara/Core/MemoryStream.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/MemoryStream.inl b/include/Nazara/Core/MemoryStream.inl index 0e7b0abc3..a2a6fb7ab 100644 --- a/include/Nazara/Core/MemoryStream.inl +++ b/include/Nazara/Core/MemoryStream.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/MemoryView.hpp b/include/Nazara/Core/MemoryView.hpp index ec13af018..6cf0322b2 100644 --- a/include/Nazara/Core/MemoryView.hpp +++ b/include/Nazara/Core/MemoryView.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ModuleBase.hpp b/include/Nazara/Core/ModuleBase.hpp index 2796ed8f2..fb0a7d3f3 100644 --- a/include/Nazara/Core/ModuleBase.hpp +++ b/include/Nazara/Core/ModuleBase.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ModuleBase.inl b/include/Nazara/Core/ModuleBase.inl index ce61b8f0a..a590a0972 100644 --- a/include/Nazara/Core/ModuleBase.inl +++ b/include/Nazara/Core/ModuleBase.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Modules.hpp b/include/Nazara/Core/Modules.hpp index 218427a5e..c1501ff76 100644 --- a/include/Nazara/Core/Modules.hpp +++ b/include/Nazara/Core/Modules.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Modules.inl b/include/Nazara/Core/Modules.inl index 7752fcba5..010693f86 100644 --- a/include/Nazara/Core/Modules.inl +++ b/include/Nazara/Core/Modules.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/MovablePtr.hpp b/include/Nazara/Core/MovablePtr.hpp index 82cb3b62c..d2c4abf28 100644 --- a/include/Nazara/Core/MovablePtr.hpp +++ b/include/Nazara/Core/MovablePtr.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/MovablePtr.inl b/include/Nazara/Core/MovablePtr.inl index 71745a6e8..51024f2dc 100644 --- a/include/Nazara/Core/MovablePtr.inl +++ b/include/Nazara/Core/MovablePtr.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/MovableValue.hpp b/include/Nazara/Core/MovableValue.hpp index 15f22e19b..480abc57b 100644 --- a/include/Nazara/Core/MovableValue.hpp +++ b/include/Nazara/Core/MovableValue.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/MovableValue.inl b/include/Nazara/Core/MovableValue.inl index 520e32a61..5742b78d5 100644 --- a/include/Nazara/Core/MovableValue.inl +++ b/include/Nazara/Core/MovableValue.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ObjectHandle.hpp b/include/Nazara/Core/ObjectHandle.hpp index 08795b8f0..e54d845bc 100644 --- a/include/Nazara/Core/ObjectHandle.hpp +++ b/include/Nazara/Core/ObjectHandle.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ObjectHandle.inl b/include/Nazara/Core/ObjectHandle.inl index d6e10d3e6..18845c97a 100644 --- a/include/Nazara/Core/ObjectHandle.inl +++ b/include/Nazara/Core/ObjectHandle.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ObjectLibrary.hpp b/include/Nazara/Core/ObjectLibrary.hpp index 0a69c14ed..e74211855 100644 --- a/include/Nazara/Core/ObjectLibrary.hpp +++ b/include/Nazara/Core/ObjectLibrary.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ObjectLibrary.inl b/include/Nazara/Core/ObjectLibrary.inl index 6d30b64cb..712aebca4 100644 --- a/include/Nazara/Core/ObjectLibrary.inl +++ b/include/Nazara/Core/ObjectLibrary.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ObjectRef.hpp b/include/Nazara/Core/ObjectRef.hpp index 686cb5242..d8c2e70d4 100644 --- a/include/Nazara/Core/ObjectRef.hpp +++ b/include/Nazara/Core/ObjectRef.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ObjectRef.inl b/include/Nazara/Core/ObjectRef.inl index d7fa3da3d..ca8ce8821 100644 --- a/include/Nazara/Core/ObjectRef.inl +++ b/include/Nazara/Core/ObjectRef.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/OffsetOf.hpp b/include/Nazara/Core/OffsetOf.hpp index 2aa95fd81..b8b406164 100644 --- a/include/Nazara/Core/OffsetOf.hpp +++ b/include/Nazara/Core/OffsetOf.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ParameterList.hpp b/include/Nazara/Core/ParameterList.hpp index 48f740944..1b696c3e0 100644 --- a/include/Nazara/Core/ParameterList.hpp +++ b/include/Nazara/Core/ParameterList.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ParameterList.inl b/include/Nazara/Core/ParameterList.inl index 8fcf7cb76..cb96c8a9b 100644 --- a/include/Nazara/Core/ParameterList.inl +++ b/include/Nazara/Core/ParameterList.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/PluginManager.hpp b/include/Nazara/Core/PluginManager.hpp index 3a8fce661..88a85da71 100644 --- a/include/Nazara/Core/PluginManager.hpp +++ b/include/Nazara/Core/PluginManager.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/PoolByteStream.hpp b/include/Nazara/Core/PoolByteStream.hpp index c07058c2d..1582905b3 100644 --- a/include/Nazara/Core/PoolByteStream.hpp +++ b/include/Nazara/Core/PoolByteStream.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/PoolByteStream.inl b/include/Nazara/Core/PoolByteStream.inl index 3fdb48a30..aa79c52de 100644 --- a/include/Nazara/Core/PoolByteStream.inl +++ b/include/Nazara/Core/PoolByteStream.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Primitive.hpp b/include/Nazara/Core/Primitive.hpp index 3f3af285b..666f72f8b 100644 --- a/include/Nazara/Core/Primitive.hpp +++ b/include/Nazara/Core/Primitive.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Primitive.inl b/include/Nazara/Core/Primitive.inl index 58810e287..aff4825dc 100644 --- a/include/Nazara/Core/Primitive.inl +++ b/include/Nazara/Core/Primitive.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/PrimitiveList.hpp b/include/Nazara/Core/PrimitiveList.hpp index cee8c215b..1d0dfcf75 100644 --- a/include/Nazara/Core/PrimitiveList.hpp +++ b/include/Nazara/Core/PrimitiveList.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/RefCounted.hpp b/include/Nazara/Core/RefCounted.hpp index d7b779977..330d0a37f 100644 --- a/include/Nazara/Core/RefCounted.hpp +++ b/include/Nazara/Core/RefCounted.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Resource.hpp b/include/Nazara/Core/Resource.hpp index 036903524..74664ab20 100644 --- a/include/Nazara/Core/Resource.hpp +++ b/include/Nazara/Core/Resource.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ResourceLoader.hpp b/include/Nazara/Core/ResourceLoader.hpp index a1ab46e39..86146dcaa 100644 --- a/include/Nazara/Core/ResourceLoader.hpp +++ b/include/Nazara/Core/ResourceLoader.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ResourceLoader.inl b/include/Nazara/Core/ResourceLoader.inl index c9d7362b9..0b1d7a793 100644 --- a/include/Nazara/Core/ResourceLoader.inl +++ b/include/Nazara/Core/ResourceLoader.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ResourceManager.hpp b/include/Nazara/Core/ResourceManager.hpp index d61f183f6..c2c2b9c51 100644 --- a/include/Nazara/Core/ResourceManager.hpp +++ b/include/Nazara/Core/ResourceManager.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ResourceManager.inl b/include/Nazara/Core/ResourceManager.inl index 6e0c238d9..8fec99235 100644 --- a/include/Nazara/Core/ResourceManager.inl +++ b/include/Nazara/Core/ResourceManager.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ResourceParameters.hpp b/include/Nazara/Core/ResourceParameters.hpp index 2d0483d0e..20980adec 100644 --- a/include/Nazara/Core/ResourceParameters.hpp +++ b/include/Nazara/Core/ResourceParameters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ResourceSaver.hpp b/include/Nazara/Core/ResourceSaver.hpp index a9cc4bcef..3b14dee71 100644 --- a/include/Nazara/Core/ResourceSaver.hpp +++ b/include/Nazara/Core/ResourceSaver.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/ResourceSaver.inl b/include/Nazara/Core/ResourceSaver.inl index 6cf4a7955..0fc0e4f08 100644 --- a/include/Nazara/Core/ResourceSaver.inl +++ b/include/Nazara/Core/ResourceSaver.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/SerializationContext.hpp b/include/Nazara/Core/SerializationContext.hpp index 0d715cd6a..7970fb83b 100644 --- a/include/Nazara/Core/SerializationContext.hpp +++ b/include/Nazara/Core/SerializationContext.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/SerializationContext.inl b/include/Nazara/Core/SerializationContext.inl index 0c3c71cb8..725a95993 100644 --- a/include/Nazara/Core/SerializationContext.inl +++ b/include/Nazara/Core/SerializationContext.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Signal.hpp b/include/Nazara/Core/Signal.hpp index 79f2eea5f..0855c8b73 100644 --- a/include/Nazara/Core/Signal.hpp +++ b/include/Nazara/Core/Signal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Signal.inl b/include/Nazara/Core/Signal.inl index 983d8c0c9..3ffafdd36 100644 --- a/include/Nazara/Core/Signal.inl +++ b/include/Nazara/Core/Signal.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/SparsePtr.hpp b/include/Nazara/Core/SparsePtr.hpp index 573feecf9..0d4cd5d93 100644 --- a/include/Nazara/Core/SparsePtr.hpp +++ b/include/Nazara/Core/SparsePtr.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Graphics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Core/SparsePtr.inl b/include/Nazara/Core/SparsePtr.inl index 55a898cd6..19164a85c 100644 --- a/include/Nazara/Core/SparsePtr.inl +++ b/include/Nazara/Core/SparsePtr.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/StackArray.hpp b/include/Nazara/Core/StackArray.hpp index 9e6a0ffaa..28857ce85 100644 --- a/include/Nazara/Core/StackArray.hpp +++ b/include/Nazara/Core/StackArray.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/StackArray.inl b/include/Nazara/Core/StackArray.inl index 54ff249ec..ee81470d8 100644 --- a/include/Nazara/Core/StackArray.inl +++ b/include/Nazara/Core/StackArray.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/StackVector.hpp b/include/Nazara/Core/StackVector.hpp index 47b211d7d..b0c5349bb 100644 --- a/include/Nazara/Core/StackVector.hpp +++ b/include/Nazara/Core/StackVector.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/StackVector.inl b/include/Nazara/Core/StackVector.inl index e9cc99c20..2d4847499 100644 --- a/include/Nazara/Core/StackVector.inl +++ b/include/Nazara/Core/StackVector.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/StdLogger.hpp b/include/Nazara/Core/StdLogger.hpp index 931b05bc7..724cc09df 100644 --- a/include/Nazara/Core/StdLogger.hpp +++ b/include/Nazara/Core/StdLogger.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Stream.hpp b/include/Nazara/Core/Stream.hpp index 6813e2f20..bd4a53f0b 100644 --- a/include/Nazara/Core/Stream.hpp +++ b/include/Nazara/Core/Stream.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Stream.inl b/include/Nazara/Core/Stream.inl index c55d6ed3b..b8a5eabd1 100644 --- a/include/Nazara/Core/Stream.inl +++ b/include/Nazara/Core/Stream.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/StringExt.hpp b/include/Nazara/Core/StringExt.hpp index 3520e67ce..4cf3a922b 100644 --- a/include/Nazara/Core/StringExt.hpp +++ b/include/Nazara/Core/StringExt.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/StringExt.inl b/include/Nazara/Core/StringExt.inl index 8874b69d8..e1d1e7d7b 100644 --- a/include/Nazara/Core/StringExt.inl +++ b/include/Nazara/Core/StringExt.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/TaskScheduler.hpp b/include/Nazara/Core/TaskScheduler.hpp index 695556210..a2a4daea8 100644 --- a/include/Nazara/Core/TaskScheduler.hpp +++ b/include/Nazara/Core/TaskScheduler.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/TaskScheduler.inl b/include/Nazara/Core/TaskScheduler.inl index 1450ef1ca..bf032fc74 100644 --- a/include/Nazara/Core/TaskScheduler.inl +++ b/include/Nazara/Core/TaskScheduler.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/TypeList.hpp b/include/Nazara/Core/TypeList.hpp index 90958804c..2c7429c7b 100644 --- a/include/Nazara/Core/TypeList.hpp +++ b/include/Nazara/Core/TypeList.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/TypeList.inl b/include/Nazara/Core/TypeList.inl index 05e11c3ad..03b0f8f83 100644 --- a/include/Nazara/Core/TypeList.inl +++ b/include/Nazara/Core/TypeList.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/TypeTag.hpp b/include/Nazara/Core/TypeTag.hpp index e52366ba2..22e32a622 100644 --- a/include/Nazara/Core/TypeTag.hpp +++ b/include/Nazara/Core/TypeTag.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Unicode.hpp b/include/Nazara/Core/Unicode.hpp index cfd32ce92..78db09a3e 100644 --- a/include/Nazara/Core/Unicode.hpp +++ b/include/Nazara/Core/Unicode.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Core/Updatable.hpp b/include/Nazara/Core/Updatable.hpp index 4ee6057e5..11bdee8ef 100644 --- a/include/Nazara/Core/Updatable.hpp +++ b/include/Nazara/Core/Updatable.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Core Module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Graphics/AbstractViewer.hpp b/include/Nazara/Graphics/AbstractViewer.hpp index 381fe9af8..bf7d93033 100644 --- a/include/Nazara/Graphics/AbstractViewer.hpp +++ b/include/Nazara/Graphics/AbstractViewer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/AbstractViewer.inl b/include/Nazara/Graphics/AbstractViewer.inl index 07337a668..79b683b62 100644 --- a/include/Nazara/Graphics/AbstractViewer.inl +++ b/include/Nazara/Graphics/AbstractViewer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Algorithm.hpp b/include/Nazara/Graphics/Algorithm.hpp index 3bd996b50..d367a30f6 100644 --- a/include/Nazara/Graphics/Algorithm.hpp +++ b/include/Nazara/Graphics/Algorithm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Algorithm.inl b/include/Nazara/Graphics/Algorithm.inl index 22eee99a8..bfc5a6eec 100644 --- a/include/Nazara/Graphics/Algorithm.inl +++ b/include/Nazara/Graphics/Algorithm.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/BakedFrameGraph.hpp b/include/Nazara/Graphics/BakedFrameGraph.hpp index 5d23f02cc..c546b38e0 100644 --- a/include/Nazara/Graphics/BakedFrameGraph.hpp +++ b/include/Nazara/Graphics/BakedFrameGraph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/BakedFrameGraph.inl b/include/Nazara/Graphics/BakedFrameGraph.inl index 7aaeece99..ec0d2bdbc 100644 --- a/include/Nazara/Graphics/BakedFrameGraph.inl +++ b/include/Nazara/Graphics/BakedFrameGraph.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/BasicMaterial.hpp b/include/Nazara/Graphics/BasicMaterial.hpp index 99acdf8c1..583f30698 100644 --- a/include/Nazara/Graphics/BasicMaterial.hpp +++ b/include/Nazara/Graphics/BasicMaterial.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/BasicMaterial.inl b/include/Nazara/Graphics/BasicMaterial.inl index a0620ed0f..b8bfb8bad 100644 --- a/include/Nazara/Graphics/BasicMaterial.inl +++ b/include/Nazara/Graphics/BasicMaterial.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Camera.hpp b/include/Nazara/Graphics/Camera.hpp index 99a0e1335..e6fc218ff 100644 --- a/include/Nazara/Graphics/Camera.hpp +++ b/include/Nazara/Graphics/Camera.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Camera.inl b/include/Nazara/Graphics/Camera.inl index b0d0a5ce7..8c0b1ee0a 100644 --- a/include/Nazara/Graphics/Camera.inl +++ b/include/Nazara/Graphics/Camera.inl @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Graphics module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/include/Nazara/Graphics/Components/CameraComponent.hpp b/include/Nazara/Graphics/Components/CameraComponent.hpp index 705510d91..196542cb0 100644 --- a/include/Nazara/Graphics/Components/CameraComponent.hpp +++ b/include/Nazara/Graphics/Components/CameraComponent.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Components/CameraComponent.inl b/include/Nazara/Graphics/Components/CameraComponent.inl index 8b9bf0b34..72cc206ef 100644 --- a/include/Nazara/Graphics/Components/CameraComponent.inl +++ b/include/Nazara/Graphics/Components/CameraComponent.inl @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Graphics module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/include/Nazara/Graphics/Components/GraphicsComponent.hpp b/include/Nazara/Graphics/Components/GraphicsComponent.hpp index 033b755b5..db580e683 100644 --- a/include/Nazara/Graphics/Components/GraphicsComponent.hpp +++ b/include/Nazara/Graphics/Components/GraphicsComponent.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Components/GraphicsComponent.inl b/include/Nazara/Graphics/Components/GraphicsComponent.inl index 31a31cb8b..a738eed5f 100644 --- a/include/Nazara/Graphics/Components/GraphicsComponent.inl +++ b/include/Nazara/Graphics/Components/GraphicsComponent.inl @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Graphics module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/include/Nazara/Graphics/Config.hpp b/include/Nazara/Graphics/Config.hpp index 9d10cc927..b34dffd97 100644 --- a/include/Nazara/Graphics/Config.hpp +++ b/include/Nazara/Graphics/Config.hpp @@ -1,7 +1,7 @@ /* Nazara Engine - Graphics module - Copyright (C) 2020 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Graphics/ConfigCheck.hpp b/include/Nazara/Graphics/ConfigCheck.hpp index 20356f211..3446372b6 100644 --- a/include/Nazara/Graphics/ConfigCheck.hpp +++ b/include/Nazara/Graphics/ConfigCheck.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Audio module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Graphics/CullingList.hpp b/include/Nazara/Graphics/CullingList.hpp index 7eff97852..a3b22dc81 100644 --- a/include/Nazara/Graphics/CullingList.hpp +++ b/include/Nazara/Graphics/CullingList.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/CullingList.inl b/include/Nazara/Graphics/CullingList.inl index 8088ff0c8..fd43e684f 100644 --- a/include/Nazara/Graphics/CullingList.inl +++ b/include/Nazara/Graphics/CullingList.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Debug.hpp b/include/Nazara/Graphics/Debug.hpp index c7cd0cad5..a0ba0b50e 100644 --- a/include/Nazara/Graphics/Debug.hpp +++ b/include/Nazara/Graphics/Debug.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/DebugOff.hpp b/include/Nazara/Graphics/DebugOff.hpp index 7cb6e72a7..5e95587f5 100644 --- a/include/Nazara/Graphics/DebugOff.hpp +++ b/include/Nazara/Graphics/DebugOff.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/DepthMaterial.hpp b/include/Nazara/Graphics/DepthMaterial.hpp index 7cb95be45..d4fd21ad4 100644 --- a/include/Nazara/Graphics/DepthMaterial.hpp +++ b/include/Nazara/Graphics/DepthMaterial.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/DepthMaterial.inl b/include/Nazara/Graphics/DepthMaterial.inl index 9807b660f..b62c88314 100644 --- a/include/Nazara/Graphics/DepthMaterial.inl +++ b/include/Nazara/Graphics/DepthMaterial.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/ElementRenderer.hpp b/include/Nazara/Graphics/ElementRenderer.hpp index 656ef354b..810951dd6 100644 --- a/include/Nazara/Graphics/ElementRenderer.hpp +++ b/include/Nazara/Graphics/ElementRenderer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/ElementRenderer.inl b/include/Nazara/Graphics/ElementRenderer.inl index c7ecdff22..2178e60f2 100644 --- a/include/Nazara/Graphics/ElementRenderer.inl +++ b/include/Nazara/Graphics/ElementRenderer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Enums.hpp b/include/Nazara/Graphics/Enums.hpp index 55057b343..9f714fb06 100644 --- a/include/Nazara/Graphics/Enums.hpp +++ b/include/Nazara/Graphics/Enums.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/ForwardFramePipeline.hpp b/include/Nazara/Graphics/ForwardFramePipeline.hpp index f5baa96a3..6cbc6964f 100644 --- a/include/Nazara/Graphics/ForwardFramePipeline.hpp +++ b/include/Nazara/Graphics/ForwardFramePipeline.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/ForwardFramePipeline.inl b/include/Nazara/Graphics/ForwardFramePipeline.inl index 8f7914d07..ca5f90c62 100644 --- a/include/Nazara/Graphics/ForwardFramePipeline.inl +++ b/include/Nazara/Graphics/ForwardFramePipeline.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/FrameGraph.hpp b/include/Nazara/Graphics/FrameGraph.hpp index c90c8c81b..344a8f14d 100644 --- a/include/Nazara/Graphics/FrameGraph.hpp +++ b/include/Nazara/Graphics/FrameGraph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/FrameGraph.inl b/include/Nazara/Graphics/FrameGraph.inl index eed77970d..0a4aa3958 100644 --- a/include/Nazara/Graphics/FrameGraph.inl +++ b/include/Nazara/Graphics/FrameGraph.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/FramePass.hpp b/include/Nazara/Graphics/FramePass.hpp index 35bcafae3..705bf7216 100644 --- a/include/Nazara/Graphics/FramePass.hpp +++ b/include/Nazara/Graphics/FramePass.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/FramePass.inl b/include/Nazara/Graphics/FramePass.inl index 4fd92d2db..a87154c92 100644 --- a/include/Nazara/Graphics/FramePass.inl +++ b/include/Nazara/Graphics/FramePass.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/FramePassAttachment.hpp b/include/Nazara/Graphics/FramePassAttachment.hpp index f77afe314..4d8929e86 100644 --- a/include/Nazara/Graphics/FramePassAttachment.hpp +++ b/include/Nazara/Graphics/FramePassAttachment.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/FramePassAttachment.inl b/include/Nazara/Graphics/FramePassAttachment.inl index bf79d528f..65b9d9122 100644 --- a/include/Nazara/Graphics/FramePassAttachment.inl +++ b/include/Nazara/Graphics/FramePassAttachment.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/FramePipeline.hpp b/include/Nazara/Graphics/FramePipeline.hpp index da5ae5edf..140bc4351 100644 --- a/include/Nazara/Graphics/FramePipeline.hpp +++ b/include/Nazara/Graphics/FramePipeline.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/FramePipeline.inl b/include/Nazara/Graphics/FramePipeline.inl index 12dcfaeb7..b866cdadb 100644 --- a/include/Nazara/Graphics/FramePipeline.inl +++ b/include/Nazara/Graphics/FramePipeline.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/GraphicalMesh.hpp b/include/Nazara/Graphics/GraphicalMesh.hpp index aabb44d32..501e69334 100644 --- a/include/Nazara/Graphics/GraphicalMesh.hpp +++ b/include/Nazara/Graphics/GraphicalMesh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/GraphicalMesh.inl b/include/Nazara/Graphics/GraphicalMesh.inl index 5e1f73dd1..1a3e89d17 100644 --- a/include/Nazara/Graphics/GraphicalMesh.inl +++ b/include/Nazara/Graphics/GraphicalMesh.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Graphics.hpp b/include/Nazara/Graphics/Graphics.hpp index dcce88373..6a7f4a2d8 100644 --- a/include/Nazara/Graphics/Graphics.hpp +++ b/include/Nazara/Graphics/Graphics.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Graphics.inl b/include/Nazara/Graphics/Graphics.inl index 855a8a91c..b8d33f210 100644 --- a/include/Nazara/Graphics/Graphics.inl +++ b/include/Nazara/Graphics/Graphics.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/GuillotineTextureAtlas.hpp b/include/Nazara/Graphics/GuillotineTextureAtlas.hpp index 6a84be93d..9bea01d83 100644 --- a/include/Nazara/Graphics/GuillotineTextureAtlas.hpp +++ b/include/Nazara/Graphics/GuillotineTextureAtlas.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/GuillotineTextureAtlas.inl b/include/Nazara/Graphics/GuillotineTextureAtlas.inl index 3a3b18bf9..1100e2950 100644 --- a/include/Nazara/Graphics/GuillotineTextureAtlas.inl +++ b/include/Nazara/Graphics/GuillotineTextureAtlas.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/InstancedRenderable.hpp b/include/Nazara/Graphics/InstancedRenderable.hpp index 975acb005..12fa5cdab 100644 --- a/include/Nazara/Graphics/InstancedRenderable.hpp +++ b/include/Nazara/Graphics/InstancedRenderable.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/InstancedRenderable.inl b/include/Nazara/Graphics/InstancedRenderable.inl index 44e42fde5..8a9f5d5f3 100644 --- a/include/Nazara/Graphics/InstancedRenderable.inl +++ b/include/Nazara/Graphics/InstancedRenderable.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Material.hpp b/include/Nazara/Graphics/Material.hpp index 0f1a9ecae..73be0c4c0 100644 --- a/include/Nazara/Graphics/Material.hpp +++ b/include/Nazara/Graphics/Material.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Material.inl b/include/Nazara/Graphics/Material.inl index a72b2838c..e5055e34b 100644 --- a/include/Nazara/Graphics/Material.inl +++ b/include/Nazara/Graphics/Material.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/MaterialPass.hpp b/include/Nazara/Graphics/MaterialPass.hpp index 16755e465..58885a693 100644 --- a/include/Nazara/Graphics/MaterialPass.hpp +++ b/include/Nazara/Graphics/MaterialPass.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/MaterialPass.inl b/include/Nazara/Graphics/MaterialPass.inl index aecb90813..011779eb2 100644 --- a/include/Nazara/Graphics/MaterialPass.inl +++ b/include/Nazara/Graphics/MaterialPass.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/MaterialPassRegistry.hpp b/include/Nazara/Graphics/MaterialPassRegistry.hpp index 3e0ca7c8b..697126444 100644 --- a/include/Nazara/Graphics/MaterialPassRegistry.hpp +++ b/include/Nazara/Graphics/MaterialPassRegistry.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/MaterialPassRegistry.inl b/include/Nazara/Graphics/MaterialPassRegistry.inl index 67ecf6ac2..26966b46c 100644 --- a/include/Nazara/Graphics/MaterialPassRegistry.inl +++ b/include/Nazara/Graphics/MaterialPassRegistry.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/MaterialPipeline.hpp b/include/Nazara/Graphics/MaterialPipeline.hpp index fa4d75c9f..d6a330cf6 100644 --- a/include/Nazara/Graphics/MaterialPipeline.hpp +++ b/include/Nazara/Graphics/MaterialPipeline.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/MaterialPipeline.inl b/include/Nazara/Graphics/MaterialPipeline.inl index f72fd0646..dc8b9ce78 100644 --- a/include/Nazara/Graphics/MaterialPipeline.inl +++ b/include/Nazara/Graphics/MaterialPipeline.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/MaterialSettings.hpp b/include/Nazara/Graphics/MaterialSettings.hpp index 0d7041fdc..630572f11 100644 --- a/include/Nazara/Graphics/MaterialSettings.hpp +++ b/include/Nazara/Graphics/MaterialSettings.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/MaterialSettings.inl b/include/Nazara/Graphics/MaterialSettings.inl index 2c63337dd..5074f86f4 100644 --- a/include/Nazara/Graphics/MaterialSettings.inl +++ b/include/Nazara/Graphics/MaterialSettings.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Model.hpp b/include/Nazara/Graphics/Model.hpp index 99028a26d..a3924693a 100644 --- a/include/Nazara/Graphics/Model.hpp +++ b/include/Nazara/Graphics/Model.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Model.inl b/include/Nazara/Graphics/Model.inl index 6b8972a1d..33656aa04 100644 --- a/include/Nazara/Graphics/Model.inl +++ b/include/Nazara/Graphics/Model.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/PhongLightingMaterial.hpp b/include/Nazara/Graphics/PhongLightingMaterial.hpp index 1cda99896..72b0685ed 100644 --- a/include/Nazara/Graphics/PhongLightingMaterial.hpp +++ b/include/Nazara/Graphics/PhongLightingMaterial.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/PhongLightingMaterial.inl b/include/Nazara/Graphics/PhongLightingMaterial.inl index b9bd61d20..2d9e9d1aa 100644 --- a/include/Nazara/Graphics/PhongLightingMaterial.inl +++ b/include/Nazara/Graphics/PhongLightingMaterial.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/PredefinedShaderStructs.hpp b/include/Nazara/Graphics/PredefinedShaderStructs.hpp index b2a0a9b0a..0e4ac79ae 100644 --- a/include/Nazara/Graphics/PredefinedShaderStructs.hpp +++ b/include/Nazara/Graphics/PredefinedShaderStructs.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/PredefinedShaderStructs.inl b/include/Nazara/Graphics/PredefinedShaderStructs.inl index e3daa8694..408ce6d41 100644 --- a/include/Nazara/Graphics/PredefinedShaderStructs.inl +++ b/include/Nazara/Graphics/PredefinedShaderStructs.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/RenderElement.hpp b/include/Nazara/Graphics/RenderElement.hpp index e253a59f4..f5b563c3f 100644 --- a/include/Nazara/Graphics/RenderElement.hpp +++ b/include/Nazara/Graphics/RenderElement.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/RenderElement.inl b/include/Nazara/Graphics/RenderElement.inl index df057213d..a54e4b2bc 100644 --- a/include/Nazara/Graphics/RenderElement.inl +++ b/include/Nazara/Graphics/RenderElement.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/RenderQueue.hpp b/include/Nazara/Graphics/RenderQueue.hpp index 3ba9067c8..57bcd1a1c 100644 --- a/include/Nazara/Graphics/RenderQueue.hpp +++ b/include/Nazara/Graphics/RenderQueue.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/RenderQueue.inl b/include/Nazara/Graphics/RenderQueue.inl index 8d2793407..5f61a8526 100644 --- a/include/Nazara/Graphics/RenderQueue.inl +++ b/include/Nazara/Graphics/RenderQueue.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/RenderQueueRegistry.hpp b/include/Nazara/Graphics/RenderQueueRegistry.hpp index b91ced164..9a9c87044 100644 --- a/include/Nazara/Graphics/RenderQueueRegistry.hpp +++ b/include/Nazara/Graphics/RenderQueueRegistry.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/RenderQueueRegistry.inl b/include/Nazara/Graphics/RenderQueueRegistry.inl index 8a3b24643..3525068fe 100644 --- a/include/Nazara/Graphics/RenderQueueRegistry.inl +++ b/include/Nazara/Graphics/RenderQueueRegistry.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/RenderSpriteChain.hpp b/include/Nazara/Graphics/RenderSpriteChain.hpp index d8f1ddf94..54577e425 100644 --- a/include/Nazara/Graphics/RenderSpriteChain.hpp +++ b/include/Nazara/Graphics/RenderSpriteChain.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/RenderSpriteChain.inl b/include/Nazara/Graphics/RenderSpriteChain.inl index b124f6f2d..19cc163dd 100644 --- a/include/Nazara/Graphics/RenderSpriteChain.inl +++ b/include/Nazara/Graphics/RenderSpriteChain.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/RenderSubmesh.hpp b/include/Nazara/Graphics/RenderSubmesh.hpp index f3b8ac15b..a95d4e72f 100644 --- a/include/Nazara/Graphics/RenderSubmesh.hpp +++ b/include/Nazara/Graphics/RenderSubmesh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/RenderSubmesh.inl b/include/Nazara/Graphics/RenderSubmesh.inl index 92e6451a5..70e6c5d70 100644 --- a/include/Nazara/Graphics/RenderSubmesh.inl +++ b/include/Nazara/Graphics/RenderSubmesh.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Sprite.hpp b/include/Nazara/Graphics/Sprite.hpp index 3bca1d62a..0a806f98c 100644 --- a/include/Nazara/Graphics/Sprite.hpp +++ b/include/Nazara/Graphics/Sprite.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Sprite.inl b/include/Nazara/Graphics/Sprite.inl index ae439c7e2..136f14166 100644 --- a/include/Nazara/Graphics/Sprite.inl +++ b/include/Nazara/Graphics/Sprite.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/SpriteChainRenderer.hpp b/include/Nazara/Graphics/SpriteChainRenderer.hpp index e1d2efa50..4d25a2de2 100644 --- a/include/Nazara/Graphics/SpriteChainRenderer.hpp +++ b/include/Nazara/Graphics/SpriteChainRenderer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/SpriteChainRenderer.inl b/include/Nazara/Graphics/SpriteChainRenderer.inl index 81df48065..695865550 100644 --- a/include/Nazara/Graphics/SpriteChainRenderer.inl +++ b/include/Nazara/Graphics/SpriteChainRenderer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/SubmeshRenderer.hpp b/include/Nazara/Graphics/SubmeshRenderer.hpp index 156bc8731..6ce32f3fe 100644 --- a/include/Nazara/Graphics/SubmeshRenderer.hpp +++ b/include/Nazara/Graphics/SubmeshRenderer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/SubmeshRenderer.inl b/include/Nazara/Graphics/SubmeshRenderer.inl index 1ec088ea3..b0c854940 100644 --- a/include/Nazara/Graphics/SubmeshRenderer.inl +++ b/include/Nazara/Graphics/SubmeshRenderer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/Systems/RenderSystem.hpp b/include/Nazara/Graphics/Systems/RenderSystem.hpp index 877386666..5166b15af 100644 --- a/include/Nazara/Graphics/Systems/RenderSystem.hpp +++ b/include/Nazara/Graphics/Systems/RenderSystem.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Graphics/Systems/RenderSystem.inl b/include/Nazara/Graphics/Systems/RenderSystem.inl index fc775c0aa..8057e1c58 100644 --- a/include/Nazara/Graphics/Systems/RenderSystem.inl +++ b/include/Nazara/Graphics/Systems/RenderSystem.inl @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Graphics module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/include/Nazara/Graphics/TextSprite.hpp b/include/Nazara/Graphics/TextSprite.hpp index c4bb8950d..72ce19d00 100644 --- a/include/Nazara/Graphics/TextSprite.hpp +++ b/include/Nazara/Graphics/TextSprite.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/TextSprite.inl b/include/Nazara/Graphics/TextSprite.inl index a43b8367c..cc10b8583 100644 --- a/include/Nazara/Graphics/TextSprite.inl +++ b/include/Nazara/Graphics/TextSprite.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/TextureSamplerCache.hpp b/include/Nazara/Graphics/TextureSamplerCache.hpp index 71a7e4c5d..0a10a9a29 100644 --- a/include/Nazara/Graphics/TextureSamplerCache.hpp +++ b/include/Nazara/Graphics/TextureSamplerCache.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/TextureSamplerCache.inl b/include/Nazara/Graphics/TextureSamplerCache.inl index e72e3c4cd..3ef6f24a3 100644 --- a/include/Nazara/Graphics/TextureSamplerCache.inl +++ b/include/Nazara/Graphics/TextureSamplerCache.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/UberShader.hpp b/include/Nazara/Graphics/UberShader.hpp index c1d6a7a63..f442bfab0 100644 --- a/include/Nazara/Graphics/UberShader.hpp +++ b/include/Nazara/Graphics/UberShader.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/UberShader.inl b/include/Nazara/Graphics/UberShader.inl index 511a8aed2..6d53ab614 100644 --- a/include/Nazara/Graphics/UberShader.inl +++ b/include/Nazara/Graphics/UberShader.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/ViewerInstance.hpp b/include/Nazara/Graphics/ViewerInstance.hpp index 91e42a23a..549194df6 100644 --- a/include/Nazara/Graphics/ViewerInstance.hpp +++ b/include/Nazara/Graphics/ViewerInstance.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/ViewerInstance.inl b/include/Nazara/Graphics/ViewerInstance.inl index bf269cd42..2bf8994ed 100644 --- a/include/Nazara/Graphics/ViewerInstance.inl +++ b/include/Nazara/Graphics/ViewerInstance.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/WorldInstance.hpp b/include/Nazara/Graphics/WorldInstance.hpp index a402a6169..a71038f63 100644 --- a/include/Nazara/Graphics/WorldInstance.hpp +++ b/include/Nazara/Graphics/WorldInstance.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics/WorldInstance.inl b/include/Nazara/Graphics/WorldInstance.inl index c5537bc5c..a5b106ff8 100644 --- a/include/Nazara/Graphics/WorldInstance.inl +++ b/include/Nazara/Graphics/WorldInstance.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Math/Algorithm.hpp b/include/Nazara/Math/Algorithm.hpp index 6f78af2da..42ef3dcb7 100644 --- a/include/Nazara/Math/Algorithm.hpp +++ b/include/Nazara/Math/Algorithm.hpp @@ -1,6 +1,5 @@ - -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/Algorithm.inl b/include/Nazara/Math/Algorithm.inl index 3b6100392..08c316909 100644 --- a/include/Nazara/Math/Algorithm.inl +++ b/include/Nazara/Math/Algorithm.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/Angle.hpp b/include/Nazara/Math/Angle.hpp index c59f629ab..7f78df740 100644 --- a/include/Nazara/Math/Angle.hpp +++ b/include/Nazara/Math/Angle.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/Angle.inl b/include/Nazara/Math/Angle.inl index 65871a886..6bb90a6a6 100644 --- a/include/Nazara/Math/Angle.inl +++ b/include/Nazara/Math/Angle.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/BoundingVolume.hpp b/include/Nazara/Math/BoundingVolume.hpp index 1134de93e..39e95b480 100644 --- a/include/Nazara/Math/BoundingVolume.hpp +++ b/include/Nazara/Math/BoundingVolume.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #ifndef NAZARA_BOUNDINGVOLUME_HPP diff --git a/include/Nazara/Math/BoundingVolume.inl b/include/Nazara/Math/BoundingVolume.inl index f6074fb6e..4bf276a9d 100644 --- a/include/Nazara/Math/BoundingVolume.inl +++ b/include/Nazara/Math/BoundingVolume.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/Box.hpp b/include/Nazara/Math/Box.hpp index e14245eb9..7c3042279 100644 --- a/include/Nazara/Math/Box.hpp +++ b/include/Nazara/Math/Box.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/Box.inl b/include/Nazara/Math/Box.inl index fbeea4501..4dc9e54e8 100644 --- a/include/Nazara/Math/Box.inl +++ b/include/Nazara/Math/Box.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/Config.hpp b/include/Nazara/Math/Config.hpp index 37f9c0de8..5b3c4afbb 100644 --- a/include/Nazara/Math/Config.hpp +++ b/include/Nazara/Math/Config.hpp @@ -1,7 +1,7 @@ /* - Nazara Engine - Mathematics module + Nazara Engine - Math module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) Rémi "overdrivr" Bèges (remi.beges@laposte.net) Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/Nazara/Math/Enums.hpp b/include/Nazara/Math/Enums.hpp index 9ff0edffe..71d5dc0a9 100644 --- a/include/Nazara/Math/Enums.hpp +++ b/include/Nazara/Math/Enums.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/EulerAngles.hpp b/include/Nazara/Math/EulerAngles.hpp index 07101db0a..1fa7927e2 100644 --- a/include/Nazara/Math/EulerAngles.hpp +++ b/include/Nazara/Math/EulerAngles.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/EulerAngles.inl b/include/Nazara/Math/EulerAngles.inl index fccda5f72..f156457fe 100644 --- a/include/Nazara/Math/EulerAngles.inl +++ b/include/Nazara/Math/EulerAngles.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/Frustum.hpp b/include/Nazara/Math/Frustum.hpp index 32ea2405f..f99008e97 100644 --- a/include/Nazara/Math/Frustum.hpp +++ b/include/Nazara/Math/Frustum.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/Frustum.inl b/include/Nazara/Math/Frustum.inl index 15bbed833..5b35488db 100644 --- a/include/Nazara/Math/Frustum.inl +++ b/include/Nazara/Math/Frustum.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp // Sources: diff --git a/include/Nazara/Math/Matrix4.hpp b/include/Nazara/Math/Matrix4.hpp index cba8f2fe8..20fa37ecb 100644 --- a/include/Nazara/Math/Matrix4.hpp +++ b/include/Nazara/Math/Matrix4.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/Matrix4.inl b/include/Nazara/Math/Matrix4.inl index 77dfac953..abff3682b 100644 --- a/include/Nazara/Math/Matrix4.inl +++ b/include/Nazara/Math/Matrix4.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/OrientedBox.hpp b/include/Nazara/Math/OrientedBox.hpp index 645ab0292..01a8dadd9 100644 --- a/include/Nazara/Math/OrientedBox.hpp +++ b/include/Nazara/Math/OrientedBox.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/OrientedBox.inl b/include/Nazara/Math/OrientedBox.inl index c03e126b5..a1fb945b2 100644 --- a/include/Nazara/Math/OrientedBox.inl +++ b/include/Nazara/Math/OrientedBox.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/PidController.hpp b/include/Nazara/Math/PidController.hpp index 96ac38958..0ec056f08 100644 --- a/include/Nazara/Math/PidController.hpp +++ b/include/Nazara/Math/PidController.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/PidController.inl b/include/Nazara/Math/PidController.inl index f6478a4dd..5defb3c14 100644 --- a/include/Nazara/Math/PidController.inl +++ b/include/Nazara/Math/PidController.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/Plane.hpp b/include/Nazara/Math/Plane.hpp index c74495714..6867c9913 100644 --- a/include/Nazara/Math/Plane.hpp +++ b/include/Nazara/Math/Plane.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/Plane.inl b/include/Nazara/Math/Plane.inl index 47bae6ee6..bc8668240 100644 --- a/include/Nazara/Math/Plane.inl +++ b/include/Nazara/Math/Plane.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/Quaternion.hpp b/include/Nazara/Math/Quaternion.hpp index c8f112d4f..1a4dfa3d5 100644 --- a/include/Nazara/Math/Quaternion.hpp +++ b/include/Nazara/Math/Quaternion.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2017 Rémi Bèges - Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Rémi Bèges - Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/Quaternion.inl b/include/Nazara/Math/Quaternion.inl index aa46bbd7c..6570edbc0 100644 --- a/include/Nazara/Math/Quaternion.inl +++ b/include/Nazara/Math/Quaternion.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2017 Rémi Bèges - Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Rémi Bèges - Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/Ray.hpp b/include/Nazara/Math/Ray.hpp index 0daf83e79..9df415fbd 100644 --- a/include/Nazara/Math/Ray.hpp +++ b/include/Nazara/Math/Ray.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2017 Gawaboumga (https://github.com/Gawaboumga) - Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Gawaboumga (https://github.com/Gawaboumga) - Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/Ray.inl b/include/Nazara/Math/Ray.inl index 27783b699..491897f41 100644 --- a/include/Nazara/Math/Ray.inl +++ b/include/Nazara/Math/Ray.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2017 Gawaboumga (https://github.com/Gawaboumga) - Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Gawaboumga (https://github.com/Gawaboumga) - Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/Rect.hpp b/include/Nazara/Math/Rect.hpp index a3aabc4b2..fbd801abd 100644 --- a/include/Nazara/Math/Rect.hpp +++ b/include/Nazara/Math/Rect.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/Rect.inl b/include/Nazara/Math/Rect.inl index 8e6ea4dcc..429b3fb36 100644 --- a/include/Nazara/Math/Rect.inl +++ b/include/Nazara/Math/Rect.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/Sphere.hpp b/include/Nazara/Math/Sphere.hpp index ed4d9f395..1e235a28d 100644 --- a/include/Nazara/Math/Sphere.hpp +++ b/include/Nazara/Math/Sphere.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/Sphere.inl b/include/Nazara/Math/Sphere.inl index 52bb5ede4..f985b4a41 100644 --- a/include/Nazara/Math/Sphere.inl +++ b/include/Nazara/Math/Sphere.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/Vector2.hpp b/include/Nazara/Math/Vector2.hpp index 35136fc31..bcf23deca 100644 --- a/include/Nazara/Math/Vector2.hpp +++ b/include/Nazara/Math/Vector2.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/Vector2.inl b/include/Nazara/Math/Vector2.inl index d9dfe492a..4d280aee9 100644 --- a/include/Nazara/Math/Vector2.inl +++ b/include/Nazara/Math/Vector2.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/Vector3.hpp b/include/Nazara/Math/Vector3.hpp index 19777949e..875bba76d 100644 --- a/include/Nazara/Math/Vector3.hpp +++ b/include/Nazara/Math/Vector3.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2017 Rémi Bèges - Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Rémi Bèges - Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/Vector3.inl b/include/Nazara/Math/Vector3.inl index 245d0dd48..d485bc506 100644 --- a/include/Nazara/Math/Vector3.inl +++ b/include/Nazara/Math/Vector3.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2017 Rémi Bèges - Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Rémi Bèges - Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Math/Vector4.hpp b/include/Nazara/Math/Vector4.hpp index bae99933b..5b1559885 100644 --- a/include/Nazara/Math/Vector4.hpp +++ b/include/Nazara/Math/Vector4.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2017 Rémi Bèges - Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Rémi Bèges - Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Math/Vector4.inl b/include/Nazara/Math/Vector4.inl index 03fa1b0c1..583f2fa26 100644 --- a/include/Nazara/Math/Vector4.inl +++ b/include/Nazara/Math/Vector4.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2017 Rémi Bèges - Jérôme Leclercq -// This file is part of the "Nazara Engine - Mathematics module" +// Copyright (C) 2021 Rémi Bèges - Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Network/AbstractSocket.hpp b/include/Nazara/Network/AbstractSocket.hpp index 8fa10459d..ca9274487 100644 --- a/include/Nazara/Network/AbstractSocket.hpp +++ b/include/Nazara/Network/AbstractSocket.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/AbstractSocket.inl b/include/Nazara/Network/AbstractSocket.inl index bc5d16d31..4039fe8a5 100644 --- a/include/Nazara/Network/AbstractSocket.inl +++ b/include/Nazara/Network/AbstractSocket.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/Algorithm.hpp b/include/Nazara/Network/Algorithm.hpp index 9f8140385..f3baec7ee 100644 --- a/include/Nazara/Network/Algorithm.hpp +++ b/include/Nazara/Network/Algorithm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/Algorithm.inl b/include/Nazara/Network/Algorithm.inl index 6fff88eef..f671b5d52 100644 --- a/include/Nazara/Network/Algorithm.inl +++ b/include/Nazara/Network/Algorithm.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Core module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Network/Config.hpp b/include/Nazara/Network/Config.hpp index 2d73c26bb..b77b7c671 100644 --- a/include/Nazara/Network/Config.hpp +++ b/include/Nazara/Network/Config.hpp @@ -1,7 +1,7 @@ /* Nazara Engine - Network module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Network/ConfigCheck.hpp b/include/Nazara/Network/ConfigCheck.hpp index 5745be1d8..6d9379fba 100644 --- a/include/Nazara/Network/ConfigCheck.hpp +++ b/include/Nazara/Network/ConfigCheck.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/Debug.hpp b/include/Nazara/Network/Debug.hpp index 25cfbf44f..3f3be4aaa 100644 --- a/include/Nazara/Network/Debug.hpp +++ b/include/Nazara/Network/Debug.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/DebugOff.hpp b/include/Nazara/Network/DebugOff.hpp index 498823705..4e3f2bf14 100644 --- a/include/Nazara/Network/DebugOff.hpp +++ b/include/Nazara/Network/DebugOff.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/ENetCompressor.hpp b/include/Nazara/Network/ENetCompressor.hpp index 49803673a..bd47adad0 100644 --- a/include/Nazara/Network/ENetCompressor.hpp +++ b/include/Nazara/Network/ENetCompressor.hpp @@ -1,3 +1,7 @@ +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" +// For conditions of distribution and use, see copyright notice in Config.hpp + /* Copyright(c) 2002 - 2016 Lee Salzman diff --git a/include/Nazara/Network/ENetHost.hpp b/include/Nazara/Network/ENetHost.hpp index 6e0924f31..8269668bc 100644 --- a/include/Nazara/Network/ENetHost.hpp +++ b/include/Nazara/Network/ENetHost.hpp @@ -1,3 +1,7 @@ +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" +// For conditions of distribution and use, see copyright notice in Config.hpp + /* Copyright(c) 2002 - 2016 Lee Salzman @@ -8,10 +12,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Network module" -// For conditions of distribution and use, see copyright notice in Config.hpp - #pragma once #ifndef NAZARA_ENETHOST_HPP diff --git a/include/Nazara/Network/ENetHost.inl b/include/Nazara/Network/ENetHost.inl index faacd5c16..ed4decc37 100644 --- a/include/Nazara/Network/ENetHost.inl +++ b/include/Nazara/Network/ENetHost.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/ENetPacket.hpp b/include/Nazara/Network/ENetPacket.hpp index a062ef164..d28658408 100644 --- a/include/Nazara/Network/ENetPacket.hpp +++ b/include/Nazara/Network/ENetPacket.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/ENetPeer.hpp b/include/Nazara/Network/ENetPeer.hpp index f59dceeaa..5a9912d05 100644 --- a/include/Nazara/Network/ENetPeer.hpp +++ b/include/Nazara/Network/ENetPeer.hpp @@ -1,3 +1,7 @@ +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" +// For conditions of distribution and use, see copyright notice in Config.hpp + /* Copyright(c) 2002 - 2016 Lee Salzman @@ -8,10 +12,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Network module" -// For conditions of distribution and use, see copyright notice in Config.hpp - #pragma once #ifndef NAZARA_ENETPEER_HPP diff --git a/include/Nazara/Network/ENetPeer.inl b/include/Nazara/Network/ENetPeer.inl index 3078d4f7c..1ee7cb9e9 100644 --- a/include/Nazara/Network/ENetPeer.inl +++ b/include/Nazara/Network/ENetPeer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/ENetProtocol.hpp b/include/Nazara/Network/ENetProtocol.hpp index e91768d13..379412c97 100644 --- a/include/Nazara/Network/ENetProtocol.hpp +++ b/include/Nazara/Network/ENetProtocol.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/ENetProtocol.inl b/include/Nazara/Network/ENetProtocol.inl index 416b93258..4b482f521 100644 --- a/include/Nazara/Network/ENetProtocol.inl +++ b/include/Nazara/Network/ENetProtocol.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/Enums.hpp b/include/Nazara/Network/Enums.hpp index d7c6feb58..3e95872c7 100644 --- a/include/Nazara/Network/Enums.hpp +++ b/include/Nazara/Network/Enums.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/IpAddress.hpp b/include/Nazara/Network/IpAddress.hpp index 0974b4027..42ef0418d 100644 --- a/include/Nazara/Network/IpAddress.hpp +++ b/include/Nazara/Network/IpAddress.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/IpAddress.inl b/include/Nazara/Network/IpAddress.inl index 4e822cc9f..97aca6bd7 100644 --- a/include/Nazara/Network/IpAddress.inl +++ b/include/Nazara/Network/IpAddress.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/NetBuffer.hpp b/include/Nazara/Network/NetBuffer.hpp index 0605de5a1..56c1d18b9 100644 --- a/include/Nazara/Network/NetBuffer.hpp +++ b/include/Nazara/Network/NetBuffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/NetPacket.hpp b/include/Nazara/Network/NetPacket.hpp index 53920fda0..bf96ccc13 100644 --- a/include/Nazara/Network/NetPacket.hpp +++ b/include/Nazara/Network/NetPacket.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Core module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Network/NetPacket.inl b/include/Nazara/Network/NetPacket.inl index 84ded62ab..adca9975c 100644 --- a/include/Nazara/Network/NetPacket.inl +++ b/include/Nazara/Network/NetPacket.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Core module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Network/Network.hpp b/include/Nazara/Network/Network.hpp index 3fe62d8cf..f1df023d2 100644 --- a/include/Nazara/Network/Network.hpp +++ b/include/Nazara/Network/Network.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/SocketHandle.hpp b/include/Nazara/Network/SocketHandle.hpp index abbddfab3..5d33810b9 100644 --- a/include/Nazara/Network/SocketHandle.hpp +++ b/include/Nazara/Network/SocketHandle.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/SocketPoller.hpp b/include/Nazara/Network/SocketPoller.hpp index c2437eacc..2719e2f83 100644 --- a/include/Nazara/Network/SocketPoller.hpp +++ b/include/Nazara/Network/SocketPoller.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/SocketPoller.inl b/include/Nazara/Network/SocketPoller.inl index dcba8c1ff..86884209c 100644 --- a/include/Nazara/Network/SocketPoller.inl +++ b/include/Nazara/Network/SocketPoller.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/TcpClient.hpp b/include/Nazara/Network/TcpClient.hpp index 235f4f76b..b63810c77 100644 --- a/include/Nazara/Network/TcpClient.hpp +++ b/include/Nazara/Network/TcpClient.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/TcpClient.inl b/include/Nazara/Network/TcpClient.inl index a5fe2d64f..c6cea4912 100644 --- a/include/Nazara/Network/TcpClient.inl +++ b/include/Nazara/Network/TcpClient.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/TcpServer.hpp b/include/Nazara/Network/TcpServer.hpp index bd2369011..955a72bcd 100644 --- a/include/Nazara/Network/TcpServer.hpp +++ b/include/Nazara/Network/TcpServer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp @@ -40,4 +40,4 @@ namespace Nz #include -#endif // NAZARA_TCPSERVER_HPP \ No newline at end of file +#endif // NAZARA_TCPSERVER_HPP diff --git a/include/Nazara/Network/TcpServer.inl b/include/Nazara/Network/TcpServer.inl index 02422ecec..e6c9972b3 100644 --- a/include/Nazara/Network/TcpServer.inl +++ b/include/Nazara/Network/TcpServer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/UdpSocket.hpp b/include/Nazara/Network/UdpSocket.hpp index e67416427..308bde333 100644 --- a/include/Nazara/Network/UdpSocket.hpp +++ b/include/Nazara/Network/UdpSocket.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Network/UdpSocket.inl b/include/Nazara/Network/UdpSocket.inl index 6380fb8be..ee652c18d 100644 --- a/include/Nazara/Network/UdpSocket.inl +++ b/include/Nazara/Network/UdpSocket.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/OpenGLRenderer/Config.hpp b/include/Nazara/OpenGLRenderer/Config.hpp index 3cc4856f1..dfb158cc5 100644 --- a/include/Nazara/OpenGLRenderer/Config.hpp +++ b/include/Nazara/OpenGLRenderer/Config.hpp @@ -1,7 +1,7 @@ /* - Nazara Engine - OpenGL + Nazara Engine - OpenGL renderer - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/OpenGLRenderer/ConfigCheck.hpp b/include/Nazara/OpenGLRenderer/ConfigCheck.hpp index 9f59a0119..e898a0531 100644 --- a/include/Nazara/OpenGLRenderer/ConfigCheck.hpp +++ b/include/Nazara/OpenGLRenderer/ConfigCheck.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Debug.hpp b/include/Nazara/OpenGLRenderer/Debug.hpp index 181fe26d0..737e00fe2 100644 --- a/include/Nazara/OpenGLRenderer/Debug.hpp +++ b/include/Nazara/OpenGLRenderer/Debug.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/DebugOff.hpp b/include/Nazara/OpenGLRenderer/DebugOff.hpp index 600f6f117..42fbe78f4 100644 --- a/include/Nazara/OpenGLRenderer/DebugOff.hpp +++ b/include/Nazara/OpenGLRenderer/DebugOff.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp // On suppose que Debug.hpp a déjà été inclus, tout comme Config.hpp diff --git a/include/Nazara/OpenGLRenderer/DummySurface.hpp b/include/Nazara/OpenGLRenderer/DummySurface.hpp index 51a60783f..5d09126ac 100644 --- a/include/Nazara/OpenGLRenderer/DummySurface.hpp +++ b/include/Nazara/OpenGLRenderer/DummySurface.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/DummySurface.inl b/include/Nazara/OpenGLRenderer/DummySurface.inl index fd4f1e5a3..894a6b9cd 100644 --- a/include/Nazara/OpenGLRenderer/DummySurface.inl +++ b/include/Nazara/OpenGLRenderer/DummySurface.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp b/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp index 17688b5d9..84b82962e 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLBuffer.inl b/include/Nazara/OpenGLRenderer/OpenGLBuffer.inl index 321b71a9f..da2f6286f 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLBuffer.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLBuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.hpp b/include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.hpp index 4a382b348..2d3335051 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.inl b/include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.inl index 7bf7fe4aa..1640ca1ed 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp b/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp index 074fdc5c9..211d019ae 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.inl b/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.inl index 54d7f17c4..edae889a8 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLCommandPool.hpp b/include/Nazara/OpenGLRenderer/OpenGLCommandPool.hpp index 81a3871af..5f5309ebd 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLCommandPool.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLCommandPool.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLCommandPool.inl b/include/Nazara/OpenGLRenderer/OpenGLCommandPool.inl index d80cd3a22..0e97e4bdf 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLCommandPool.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLCommandPool.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLDevice.hpp b/include/Nazara/OpenGLRenderer/OpenGLDevice.hpp index d7dbafebd..41f953356 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLDevice.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLDevice.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLDevice.inl b/include/Nazara/OpenGLRenderer/OpenGLDevice.inl index a9c823a7e..6dd2c0ea1 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLDevice.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLDevice.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp b/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp index 215012e04..3cd5ce6ad 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.inl b/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.inl index c629eb72a..697edd997 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.hpp b/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.hpp index 808cd8b93..67629ce2a 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.inl b/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.inl index c629eb72a..697edd997 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderImage.hpp b/include/Nazara/OpenGLRenderer/OpenGLRenderImage.hpp index b9c4056cf..3058dd53b 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderImage.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderImage.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderImage.inl b/include/Nazara/OpenGLRenderer/OpenGLRenderImage.inl index 8fffed84c..a52a69cb9 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderImage.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderImage.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderPass.hpp b/include/Nazara/OpenGLRenderer/OpenGLRenderPass.hpp index d60870578..8cbe618e8 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderPass.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderPass.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderPass.inl b/include/Nazara/OpenGLRenderer/OpenGLRenderPass.inl index 1c09020a4..db6751178 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderPass.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderPass.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.hpp b/include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.hpp index fa3b227ee..7dbd58f48 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.inl b/include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.inl index 0b4dc1a95..48cb66813 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp b/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp index 86b2f6b80..3f2ac517a 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.inl b/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.inl index 201f6e9fe..9c8b0fb71 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.hpp b/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.hpp index 40fea11d9..777a1c04f 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.inl b/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.inl index 25c95ac05..eb1ab8428 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderer.hpp b/include/Nazara/OpenGLRenderer/OpenGLRenderer.hpp index 23e8e63c2..c15527ed7 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderer.inl b/include/Nazara/OpenGLRenderer/OpenGLRenderer.inl index 5b0763e98..992ab412a 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderer.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLShaderBinding.hpp b/include/Nazara/OpenGLRenderer/OpenGLShaderBinding.hpp index dff543d52..aaf23017a 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLShaderBinding.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLShaderBinding.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLShaderBinding.inl b/include/Nazara/OpenGLRenderer/OpenGLShaderBinding.inl index f823e2ffc..b1f4cc930 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLShaderBinding.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLShaderBinding.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp b/include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp index 964341bec..0cbebeeb6 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLShaderModule.inl b/include/Nazara/OpenGLRenderer/OpenGLShaderModule.inl index 1078237ac..1661080f1 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLShaderModule.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLShaderModule.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLTexture.hpp b/include/Nazara/OpenGLRenderer/OpenGLTexture.hpp index a21f0c038..06e8e3ac8 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLTexture.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLTexture.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLTexture.inl b/include/Nazara/OpenGLRenderer/OpenGLTexture.inl index 85a41a988..6588311b1 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLTexture.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLTexture.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLTextureSampler.hpp b/include/Nazara/OpenGLRenderer/OpenGLTextureSampler.hpp index 4c64d791d..f25f7af0d 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLTextureSampler.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLTextureSampler.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLTextureSampler.inl b/include/Nazara/OpenGLRenderer/OpenGLTextureSampler.inl index a9df7fba4..d19aa2f47 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLTextureSampler.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLTextureSampler.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLUploadPool.hpp b/include/Nazara/OpenGLRenderer/OpenGLUploadPool.hpp index 6147bd970..4e5dd8ebe 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLUploadPool.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLUploadPool.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLUploadPool.inl b/include/Nazara/OpenGLRenderer/OpenGLUploadPool.inl index e684ed832..b3962ff64 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLUploadPool.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLUploadPool.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLVaoCache.hpp b/include/Nazara/OpenGLRenderer/OpenGLVaoCache.hpp index 459482aa4..e489859cc 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLVaoCache.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLVaoCache.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLVaoCache.inl b/include/Nazara/OpenGLRenderer/OpenGLVaoCache.inl index 07a08dc12..e7216af9c 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLVaoCache.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLVaoCache.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.hpp b/include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.hpp index e97c66ff4..5e0b5be6b 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.inl b/include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.inl index aa8c659a2..851d690ab 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Utils.hpp b/include/Nazara/OpenGLRenderer/Utils.hpp index 0a0f635f2..95031fa8b 100644 --- a/include/Nazara/OpenGLRenderer/Utils.hpp +++ b/include/Nazara/OpenGLRenderer/Utils.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Utils.inl b/include/Nazara/OpenGLRenderer/Utils.inl index 303c3a20f..47f1a5cdf 100644 --- a/include/Nazara/OpenGLRenderer/Utils.inl +++ b/include/Nazara/OpenGLRenderer/Utils.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Buffer.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Buffer.hpp index 84fe50299..a77bf677d 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Buffer.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Buffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Buffer.inl b/include/Nazara/OpenGLRenderer/Wrapper/Buffer.inl index 094cefb4e..7396e406e 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Buffer.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/Buffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Context.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Context.hpp index 0f1eda6f9..7e5568424 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Context.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Context.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Context.inl b/include/Nazara/OpenGLRenderer/Wrapper/Context.inl index bc252c011..55b20508d 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Context.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/Context.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp b/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp index 09add77aa..5ff9c025b 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.inl b/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.inl index cf177b833..103ca6d9b 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp b/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp index fedf69667..604d010a7 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp b/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp index 4036fbdf3..eba2c9ba5 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.inl b/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.inl index 563c5e725..12c7a4b39 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp index 01f56006f..fbcf76d03 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.inl b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.inl index 9e1230a4a..abbafd410 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLFunctions.hpp b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLFunctions.hpp index cdebf4d88..a00ee7954 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLFunctions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLFunctions.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #if !defined(NAZARA_OPENGLRENDERER_EGL_FUNC) || !defined(NAZARA_OPENGLRENDERER_EGL_FUNC_OPT) diff --git a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.hpp b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.hpp index 1428bf01c..40d29d4e1 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.inl b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.inl index 04e189dec..faec4f4c6 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.hpp index 26c337688..563972946 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.inl b/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.inl index 3d4d6d4b0..2beef5490 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.hpp index 7134edcc3..e04d41de1 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.inl b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.inl index 1e0f1bac7..92b9d4fa7 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.hpp index 3f91abcb2..506a4f1b4 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.inl b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.inl index 4ff2e4a7f..959612699 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp index 17a5c69dc..a20a5839a 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Loader.inl b/include/Nazara/OpenGLRenderer/Wrapper/Loader.inl index 3d062c487..5978c456c 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Loader.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/Loader.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Program.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Program.hpp index 51e774b0b..e29934c32 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Program.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Program.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Program.inl b/include/Nazara/OpenGLRenderer/Wrapper/Program.inl index 63e6d77e1..8fcd27bfd 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Program.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/Program.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Sampler.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Sampler.hpp index 3642411d5..ec34b9398 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Sampler.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Sampler.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Sampler.inl b/include/Nazara/OpenGLRenderer/Wrapper/Sampler.inl index 6edf4cf5b..87bc7a745 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Sampler.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/Sampler.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Shader.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Shader.hpp index cbb999576..862e8a4b3 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Shader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Shader.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Shader.inl b/include/Nazara/OpenGLRenderer/Wrapper/Shader.inl index 764e6db91..32ae5288f 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Shader.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/Shader.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Texture.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Texture.hpp index a007dc07b..df51bc9e9 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Texture.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Texture.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Texture.inl b/include/Nazara/OpenGLRenderer/Wrapper/Texture.inl index b40bc73b5..d197d4fc3 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Texture.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/Texture.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp b/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp index 6adcee7e1..676279350 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.inl b/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.inl index 0d57e64e5..c86c0eb35 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp index 9d610f1d6..a75c40f01 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.inl b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.inl index f21ceb1e2..f991efc09 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp index 5a72c9322..0b7c09bc5 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.hpp b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.hpp index 3047bf1c1..fb8046451 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.inl b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.inl index 80df1608d..26e47bb19 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.hpp index adf384054..db9382bfb 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.inl b/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.inl index 59f2625a5..99e98d416 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.inl +++ b/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp index 5a72c9322..0b7c09bc5 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Win32/Win32Helper.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Win32/Win32Helper.hpp index a355fd353..028369f4d 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Win32/Win32Helper.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Win32/Win32Helper.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics2D/Arbiter2D.hpp b/include/Nazara/Physics2D/Arbiter2D.hpp index 80e2764e6..e718349e3 100644 --- a/include/Nazara/Physics2D/Arbiter2D.hpp +++ b/include/Nazara/Physics2D/Arbiter2D.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics2D/Arbiter2D.inl b/include/Nazara/Physics2D/Arbiter2D.inl index 425bb11cb..25c3f1b86 100644 --- a/include/Nazara/Physics2D/Arbiter2D.inl +++ b/include/Nazara/Physics2D/Arbiter2D.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Physics2D/Collider2D.hpp b/include/Nazara/Physics2D/Collider2D.hpp index 4710f3ea1..704267e44 100644 --- a/include/Nazara/Physics2D/Collider2D.hpp +++ b/include/Nazara/Physics2D/Collider2D.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics2D/Collider2D.inl b/include/Nazara/Physics2D/Collider2D.inl index 478d034aa..5bf6549e3 100644 --- a/include/Nazara/Physics2D/Collider2D.inl +++ b/include/Nazara/Physics2D/Collider2D.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Physics2D/Config.hpp b/include/Nazara/Physics2D/Config.hpp index e356e1009..9c9f21a50 100644 --- a/include/Nazara/Physics2D/Config.hpp +++ b/include/Nazara/Physics2D/Config.hpp @@ -1,7 +1,7 @@ /* - Nazara Engine - Physics 2D module + Nazara Engine - Physics2D module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Physics2D/ConfigCheck.hpp b/include/Nazara/Physics2D/ConfigCheck.hpp index 10dbe06ce..c2eaaaf3d 100644 --- a/include/Nazara/Physics2D/ConfigCheck.hpp +++ b/include/Nazara/Physics2D/ConfigCheck.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics2D/Constraint2D.hpp b/include/Nazara/Physics2D/Constraint2D.hpp index 155bc2a94..c9117f888 100644 --- a/include/Nazara/Physics2D/Constraint2D.hpp +++ b/include/Nazara/Physics2D/Constraint2D.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics2D/Constraint2D.inl b/include/Nazara/Physics2D/Constraint2D.inl index 53c0d3312..b64eebec1 100644 --- a/include/Nazara/Physics2D/Constraint2D.inl +++ b/include/Nazara/Physics2D/Constraint2D.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Physics2D/Debug.hpp b/include/Nazara/Physics2D/Debug.hpp index 4aa838dd3..cc3e7ddda 100644 --- a/include/Nazara/Physics2D/Debug.hpp +++ b/include/Nazara/Physics2D/Debug.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Physics2D/DebugOff.hpp b/include/Nazara/Physics2D/DebugOff.hpp index 2c2c615dc..4ea73eea6 100644 --- a/include/Nazara/Physics2D/DebugOff.hpp +++ b/include/Nazara/Physics2D/DebugOff.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp // On suppose que Debug.hpp a déjà été inclus, tout comme Config.hpp diff --git a/include/Nazara/Physics2D/Enums.hpp b/include/Nazara/Physics2D/Enums.hpp index adf615165..e6b3fe7ca 100644 --- a/include/Nazara/Physics2D/Enums.hpp +++ b/include/Nazara/Physics2D/Enums.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics2D/PhysWorld2D.hpp b/include/Nazara/Physics2D/PhysWorld2D.hpp index b6a7fed8e..e697427a4 100644 --- a/include/Nazara/Physics2D/PhysWorld2D.hpp +++ b/include/Nazara/Physics2D/PhysWorld2D.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics2D/Physics2D.hpp b/include/Nazara/Physics2D/Physics2D.hpp index 02ee3c112..0ab13b1ec 100644 --- a/include/Nazara/Physics2D/Physics2D.hpp +++ b/include/Nazara/Physics2D/Physics2D.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics2D/RigidBody2D.hpp b/include/Nazara/Physics2D/RigidBody2D.hpp index e98812a07..c02b5336e 100644 --- a/include/Nazara/Physics2D/RigidBody2D.hpp +++ b/include/Nazara/Physics2D/RigidBody2D.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics2D/RigidBody2D.inl b/include/Nazara/Physics2D/RigidBody2D.inl index 5f03ccf9a..0a97fef0b 100644 --- a/include/Nazara/Physics2D/RigidBody2D.inl +++ b/include/Nazara/Physics2D/RigidBody2D.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Physics3D/Collider3D.hpp b/include/Nazara/Physics3D/Collider3D.hpp index 0e09bad85..6694f8a98 100644 --- a/include/Nazara/Physics3D/Collider3D.hpp +++ b/include/Nazara/Physics3D/Collider3D.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics3D/Collider3D.inl b/include/Nazara/Physics3D/Collider3D.inl index 01c3c4266..4122b9b00 100644 --- a/include/Nazara/Physics3D/Collider3D.inl +++ b/include/Nazara/Physics3D/Collider3D.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Physics3D/Components/RigidBody3DComponent.hpp b/include/Nazara/Physics3D/Components/RigidBody3DComponent.hpp index 8b6362fe5..8f83923b4 100644 --- a/include/Nazara/Physics3D/Components/RigidBody3DComponent.hpp +++ b/include/Nazara/Physics3D/Components/RigidBody3DComponent.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics3D/Components/RigidBody3DComponent.inl b/include/Nazara/Physics3D/Components/RigidBody3DComponent.inl index 97eb269a7..5662ab1e7 100644 --- a/include/Nazara/Physics3D/Components/RigidBody3DComponent.inl +++ b/include/Nazara/Physics3D/Components/RigidBody3DComponent.inl @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/include/Nazara/Physics3D/Config.hpp b/include/Nazara/Physics3D/Config.hpp index 91ecec8e3..95132a905 100644 --- a/include/Nazara/Physics3D/Config.hpp +++ b/include/Nazara/Physics3D/Config.hpp @@ -1,7 +1,7 @@ /* - Nazara Engine - Physics 3D module + Nazara Engine - Physics3D module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Physics3D/ConfigCheck.hpp b/include/Nazara/Physics3D/ConfigCheck.hpp index d5dbfeef3..b67aaea07 100644 --- a/include/Nazara/Physics3D/ConfigCheck.hpp +++ b/include/Nazara/Physics3D/ConfigCheck.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics3D/Debug.hpp b/include/Nazara/Physics3D/Debug.hpp index 43b5baff9..6830227ee 100644 --- a/include/Nazara/Physics3D/Debug.hpp +++ b/include/Nazara/Physics3D/Debug.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Physics3D/DebugOff.hpp b/include/Nazara/Physics3D/DebugOff.hpp index 91841d58a..ba28b9dba 100644 --- a/include/Nazara/Physics3D/DebugOff.hpp +++ b/include/Nazara/Physics3D/DebugOff.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp // On suppose que Debug.hpp a déjà été inclus, tout comme Config.hpp diff --git a/include/Nazara/Physics3D/Enums.hpp b/include/Nazara/Physics3D/Enums.hpp index ec78ee304..495dafd2d 100644 --- a/include/Nazara/Physics3D/Enums.hpp +++ b/include/Nazara/Physics3D/Enums.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics3D/PhysWorld3D.hpp b/include/Nazara/Physics3D/PhysWorld3D.hpp index 3d84a3e9f..eba687672 100644 --- a/include/Nazara/Physics3D/PhysWorld3D.hpp +++ b/include/Nazara/Physics3D/PhysWorld3D.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics3D/Physics3D.hpp b/include/Nazara/Physics3D/Physics3D.hpp index 242bd2c75..53beb6f77 100644 --- a/include/Nazara/Physics3D/Physics3D.hpp +++ b/include/Nazara/Physics3D/Physics3D.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics3D/RigidBody3D.hpp b/include/Nazara/Physics3D/RigidBody3D.hpp index dc3d2ad94..a05a5a0ed 100644 --- a/include/Nazara/Physics3D/RigidBody3D.hpp +++ b/include/Nazara/Physics3D/RigidBody3D.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics3D/Systems/Physics3DSystem.hpp b/include/Nazara/Physics3D/Systems/Physics3DSystem.hpp index a1231b04e..1308a5d63 100644 --- a/include/Nazara/Physics3D/Systems/Physics3DSystem.hpp +++ b/include/Nazara/Physics3D/Systems/Physics3DSystem.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Physics3D/Systems/Physics3DSystem.inl b/include/Nazara/Physics3D/Systems/Physics3DSystem.inl index e86acefd0..647ea1b57 100644 --- a/include/Nazara/Physics3D/Systems/Physics3DSystem.inl +++ b/include/Nazara/Physics3D/Systems/Physics3DSystem.inl @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/include/Nazara/Platform/Config.hpp b/include/Nazara/Platform/Config.hpp index 6bb056f27..01bf241d1 100644 --- a/include/Nazara/Platform/Config.hpp +++ b/include/Nazara/Platform/Config.hpp @@ -1,7 +1,7 @@ /* Nazara Engine - Platform module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Platform/ConfigCheck.hpp b/include/Nazara/Platform/ConfigCheck.hpp index 0c2bca36c..b844ac58a 100644 --- a/include/Nazara/Platform/ConfigCheck.hpp +++ b/include/Nazara/Platform/ConfigCheck.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/Cursor.hpp b/include/Nazara/Platform/Cursor.hpp index bf800dcd9..a639329fa 100644 --- a/include/Nazara/Platform/Cursor.hpp +++ b/include/Nazara/Platform/Cursor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/Cursor.inl b/include/Nazara/Platform/Cursor.inl index 26bdf9070..472b2c379 100644 --- a/include/Nazara/Platform/Cursor.inl +++ b/include/Nazara/Platform/Cursor.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/CursorController.hpp b/include/Nazara/Platform/CursorController.hpp index efb519e2d..a6a7b2867 100644 --- a/include/Nazara/Platform/CursorController.hpp +++ b/include/Nazara/Platform/CursorController.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/CursorController.inl b/include/Nazara/Platform/CursorController.inl index e9cde185b..6213f4f2c 100644 --- a/include/Nazara/Platform/CursorController.inl +++ b/include/Nazara/Platform/CursorController.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/Debug.hpp b/include/Nazara/Platform/Debug.hpp index 54c8be8db..2a883475b 100644 --- a/include/Nazara/Platform/Debug.hpp +++ b/include/Nazara/Platform/Debug.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/DebugOff.hpp b/include/Nazara/Platform/DebugOff.hpp index bf6b093a3..f110798f7 100644 --- a/include/Nazara/Platform/DebugOff.hpp +++ b/include/Nazara/Platform/DebugOff.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/Enums.hpp b/include/Nazara/Platform/Enums.hpp index f874a0947..785739859 100644 --- a/include/Nazara/Platform/Enums.hpp +++ b/include/Nazara/Platform/Enums.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/Event.hpp b/include/Nazara/Platform/Event.hpp index 625905a28..aa3291d2e 100644 --- a/include/Nazara/Platform/Event.hpp +++ b/include/Nazara/Platform/Event.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/EventHandler.hpp b/include/Nazara/Platform/EventHandler.hpp index 0f2a1d5de..1fe3ea3e8 100644 --- a/include/Nazara/Platform/EventHandler.hpp +++ b/include/Nazara/Platform/EventHandler.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/EventHandler.inl b/include/Nazara/Platform/EventHandler.inl index f062891e0..b557e3235 100644 --- a/include/Nazara/Platform/EventHandler.inl +++ b/include/Nazara/Platform/EventHandler.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/Icon.hpp b/include/Nazara/Platform/Icon.hpp index 9e5258ed3..54498f2c0 100644 --- a/include/Nazara/Platform/Icon.hpp +++ b/include/Nazara/Platform/Icon.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/Icon.inl b/include/Nazara/Platform/Icon.inl index 53436de52..3ac7dcb7c 100644 --- a/include/Nazara/Platform/Icon.inl +++ b/include/Nazara/Platform/Icon.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/Joystick.hpp b/include/Nazara/Platform/Joystick.hpp index 33ff64872..4d297057f 100644 --- a/include/Nazara/Platform/Joystick.hpp +++ b/include/Nazara/Platform/Joystick.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/Keyboard.hpp b/include/Nazara/Platform/Keyboard.hpp index 87619807d..8f7061412 100644 --- a/include/Nazara/Platform/Keyboard.hpp +++ b/include/Nazara/Platform/Keyboard.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/Mouse.hpp b/include/Nazara/Platform/Mouse.hpp index 4b01f4463..af08113f1 100644 --- a/include/Nazara/Platform/Mouse.hpp +++ b/include/Nazara/Platform/Mouse.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/Platform.hpp b/include/Nazara/Platform/Platform.hpp index cf3f47968..017be409d 100644 --- a/include/Nazara/Platform/Platform.hpp +++ b/include/Nazara/Platform/Platform.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/VideoMode.hpp b/include/Nazara/Platform/VideoMode.hpp index f74d83cd1..f92acdf41 100644 --- a/include/Nazara/Platform/VideoMode.hpp +++ b/include/Nazara/Platform/VideoMode.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/Window.hpp b/include/Nazara/Platform/Window.hpp index 99c9c288d..8a4968cdd 100644 --- a/include/Nazara/Platform/Window.hpp +++ b/include/Nazara/Platform/Window.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/Window.inl b/include/Nazara/Platform/Window.inl index d81a2ff5d..6c50e76cb 100644 --- a/include/Nazara/Platform/Window.inl +++ b/include/Nazara/Platform/Window.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Platform/WindowHandle.hpp b/include/Nazara/Platform/WindowHandle.hpp index 3d8121ef7..b9e2a90cd 100644 --- a/include/Nazara/Platform/WindowHandle.hpp +++ b/include/Nazara/Platform/WindowHandle.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/CommandBuffer.hpp b/include/Nazara/Renderer/CommandBuffer.hpp index 6f28a3352..5c401dacf 100644 --- a/include/Nazara/Renderer/CommandBuffer.hpp +++ b/include/Nazara/Renderer/CommandBuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Renderer/CommandBuffer.inl b/include/Nazara/Renderer/CommandBuffer.inl index 939582513..012cbf2f8 100644 --- a/include/Nazara/Renderer/CommandBuffer.inl +++ b/include/Nazara/Renderer/CommandBuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Renderer/CommandBufferBuilder.hpp b/include/Nazara/Renderer/CommandBufferBuilder.hpp index f5c6a6f4b..3e0eeeca0 100644 --- a/include/Nazara/Renderer/CommandBufferBuilder.hpp +++ b/include/Nazara/Renderer/CommandBufferBuilder.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Renderer/CommandBufferBuilder.inl b/include/Nazara/Renderer/CommandBufferBuilder.inl index 28aff2817..00a26a2f4 100644 --- a/include/Nazara/Renderer/CommandBufferBuilder.inl +++ b/include/Nazara/Renderer/CommandBufferBuilder.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Renderer/CommandPool.hpp b/include/Nazara/Renderer/CommandPool.hpp index 780f43b1c..1fb01b967 100644 --- a/include/Nazara/Renderer/CommandPool.hpp +++ b/include/Nazara/Renderer/CommandPool.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Renderer/CommandPool.inl b/include/Nazara/Renderer/CommandPool.inl index 874c9c648..b894565b8 100644 --- a/include/Nazara/Renderer/CommandPool.inl +++ b/include/Nazara/Renderer/CommandPool.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Renderer/Config.hpp b/include/Nazara/Renderer/Config.hpp index 873008941..d7ec416e7 100644 --- a/include/Nazara/Renderer/Config.hpp +++ b/include/Nazara/Renderer/Config.hpp @@ -1,7 +1,7 @@ /* Nazara Engine - Renderer module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Renderer/ConfigCheck.hpp b/include/Nazara/Renderer/ConfigCheck.hpp index 2cd2060fd..d5bdfae3b 100644 --- a/include/Nazara/Renderer/ConfigCheck.hpp +++ b/include/Nazara/Renderer/ConfigCheck.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Graphics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Renderer/Debug.hpp b/include/Nazara/Renderer/Debug.hpp index 3756acfbf..2458d3866 100644 --- a/include/Nazara/Renderer/Debug.hpp +++ b/include/Nazara/Renderer/Debug.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/DebugDrawer.hpp b/include/Nazara/Renderer/DebugDrawer.hpp index 4a61fa2bd..14a5c5cb9 100644 --- a/include/Nazara/Renderer/DebugDrawer.hpp +++ b/include/Nazara/Renderer/DebugDrawer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/DebugOff.hpp b/include/Nazara/Renderer/DebugOff.hpp index 0115eabf3..da6d19e89 100644 --- a/include/Nazara/Renderer/DebugOff.hpp +++ b/include/Nazara/Renderer/DebugOff.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/Enums.hpp b/include/Nazara/Renderer/Enums.hpp index 7c98a358d..9de031f5d 100644 --- a/include/Nazara/Renderer/Enums.hpp +++ b/include/Nazara/Renderer/Enums.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/Framebuffer.hpp b/include/Nazara/Renderer/Framebuffer.hpp index a87f6b96a..8e702bb74 100644 --- a/include/Nazara/Renderer/Framebuffer.hpp +++ b/include/Nazara/Renderer/Framebuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Renderer/Framebuffer.inl b/include/Nazara/Renderer/Framebuffer.inl index 6d5c2c313..9200645af 100644 --- a/include/Nazara/Renderer/Framebuffer.inl +++ b/include/Nazara/Renderer/Framebuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Renderer/GpuSwitch.hpp b/include/Nazara/Renderer/GpuSwitch.hpp index a12669876..03097b448 100644 --- a/include/Nazara/Renderer/GpuSwitch.hpp +++ b/include/Nazara/Renderer/GpuSwitch.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderBuffer.hpp b/include/Nazara/Renderer/RenderBuffer.hpp index a10fc7bc8..da0ae631a 100644 --- a/include/Nazara/Renderer/RenderBuffer.hpp +++ b/include/Nazara/Renderer/RenderBuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Renderer/RenderBuffer.inl b/include/Nazara/Renderer/RenderBuffer.inl index eaab1900c..d952cbec3 100644 --- a/include/Nazara/Renderer/RenderBuffer.inl +++ b/include/Nazara/Renderer/RenderBuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Renderer/RenderBufferView.hpp b/include/Nazara/Renderer/RenderBufferView.hpp index 4f606b630..d57ab97c0 100644 --- a/include/Nazara/Renderer/RenderBufferView.hpp +++ b/include/Nazara/Renderer/RenderBufferView.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Renderer/RenderBufferView.inl b/include/Nazara/Renderer/RenderBufferView.inl index 846c97695..0adfadea1 100644 --- a/include/Nazara/Renderer/RenderBufferView.inl +++ b/include/Nazara/Renderer/RenderBufferView.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Renderer/RenderDevice.hpp b/include/Nazara/Renderer/RenderDevice.hpp index d74131c4b..995874243 100644 --- a/include/Nazara/Renderer/RenderDevice.hpp +++ b/include/Nazara/Renderer/RenderDevice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderDevice.inl b/include/Nazara/Renderer/RenderDevice.inl index 48c394ee9..97017dec3 100644 --- a/include/Nazara/Renderer/RenderDevice.inl +++ b/include/Nazara/Renderer/RenderDevice.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderDeviceInfo.hpp b/include/Nazara/Renderer/RenderDeviceInfo.hpp index c20016ec9..3641ec9eb 100644 --- a/include/Nazara/Renderer/RenderDeviceInfo.hpp +++ b/include/Nazara/Renderer/RenderDeviceInfo.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderFrame.hpp b/include/Nazara/Renderer/RenderFrame.hpp index 572fe0a7f..5637fd734 100644 --- a/include/Nazara/Renderer/RenderFrame.hpp +++ b/include/Nazara/Renderer/RenderFrame.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderFrame.inl b/include/Nazara/Renderer/RenderFrame.inl index f501290f0..23d52b2ad 100644 --- a/include/Nazara/Renderer/RenderFrame.inl +++ b/include/Nazara/Renderer/RenderFrame.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderImage.hpp b/include/Nazara/Renderer/RenderImage.hpp index 2e5bd735c..405df4911 100644 --- a/include/Nazara/Renderer/RenderImage.hpp +++ b/include/Nazara/Renderer/RenderImage.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderImage.inl b/include/Nazara/Renderer/RenderImage.inl index fd4d3a638..0b5d8d2cb 100644 --- a/include/Nazara/Renderer/RenderImage.inl +++ b/include/Nazara/Renderer/RenderImage.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderPass.hpp b/include/Nazara/Renderer/RenderPass.hpp index 38868d541..acd6cc6e6 100644 --- a/include/Nazara/Renderer/RenderPass.hpp +++ b/include/Nazara/Renderer/RenderPass.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Renderer/RenderPass.inl b/include/Nazara/Renderer/RenderPass.inl index cc491890c..148fa16fe 100644 --- a/include/Nazara/Renderer/RenderPass.inl +++ b/include/Nazara/Renderer/RenderPass.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Renderer/RenderPassCache.hpp b/include/Nazara/Renderer/RenderPassCache.hpp index cdb11ce74..dc6f2efd6 100644 --- a/include/Nazara/Renderer/RenderPassCache.hpp +++ b/include/Nazara/Renderer/RenderPassCache.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Renderer/RenderPassCache.inl b/include/Nazara/Renderer/RenderPassCache.inl index 89d825078..cfd82cfad 100644 --- a/include/Nazara/Renderer/RenderPassCache.inl +++ b/include/Nazara/Renderer/RenderPassCache.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Renderer/RenderPipeline.hpp b/include/Nazara/Renderer/RenderPipeline.hpp index 500e8ec8a..c4f5103b2 100644 --- a/include/Nazara/Renderer/RenderPipeline.hpp +++ b/include/Nazara/Renderer/RenderPipeline.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderPipeline.inl b/include/Nazara/Renderer/RenderPipeline.inl index e1a1526d4..f3e93d542 100644 --- a/include/Nazara/Renderer/RenderPipeline.inl +++ b/include/Nazara/Renderer/RenderPipeline.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderPipelineLayout.hpp b/include/Nazara/Renderer/RenderPipelineLayout.hpp index d3c2489c4..a026488eb 100644 --- a/include/Nazara/Renderer/RenderPipelineLayout.hpp +++ b/include/Nazara/Renderer/RenderPipelineLayout.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderPipelineLayout.inl b/include/Nazara/Renderer/RenderPipelineLayout.inl index 71049528f..29798d8b2 100644 --- a/include/Nazara/Renderer/RenderPipelineLayout.inl +++ b/include/Nazara/Renderer/RenderPipelineLayout.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderStates.hpp b/include/Nazara/Renderer/RenderStates.hpp index 9c9dddbd3..1ce506254 100644 --- a/include/Nazara/Renderer/RenderStates.hpp +++ b/include/Nazara/Renderer/RenderStates.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderStates.inl b/include/Nazara/Renderer/RenderStates.inl index 78d5688ba..1e89750e9 100644 --- a/include/Nazara/Renderer/RenderStates.inl +++ b/include/Nazara/Renderer/RenderStates.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderSurface.hpp b/include/Nazara/Renderer/RenderSurface.hpp index b9d585d77..f11325ed5 100644 --- a/include/Nazara/Renderer/RenderSurface.hpp +++ b/include/Nazara/Renderer/RenderSurface.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderSurface.inl b/include/Nazara/Renderer/RenderSurface.inl index 12663e56b..466e172ef 100644 --- a/include/Nazara/Renderer/RenderSurface.inl +++ b/include/Nazara/Renderer/RenderSurface.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderTarget.hpp b/include/Nazara/Renderer/RenderTarget.hpp index 3a25422d9..8da8d2a16 100644 --- a/include/Nazara/Renderer/RenderTarget.hpp +++ b/include/Nazara/Renderer/RenderTarget.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderTarget.inl b/include/Nazara/Renderer/RenderTarget.inl index e7e510245..819b09758 100644 --- a/include/Nazara/Renderer/RenderTarget.inl +++ b/include/Nazara/Renderer/RenderTarget.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderWindow.hpp b/include/Nazara/Renderer/RenderWindow.hpp index d268b868d..893060ee8 100644 --- a/include/Nazara/Renderer/RenderWindow.hpp +++ b/include/Nazara/Renderer/RenderWindow.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderWindow.inl b/include/Nazara/Renderer/RenderWindow.inl index 74a564b0e..86869e90b 100644 --- a/include/Nazara/Renderer/RenderWindow.inl +++ b/include/Nazara/Renderer/RenderWindow.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderWindowImpl.hpp b/include/Nazara/Renderer/RenderWindowImpl.hpp index a1898ddc0..ddc284ce6 100644 --- a/include/Nazara/Renderer/RenderWindowImpl.hpp +++ b/include/Nazara/Renderer/RenderWindowImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RenderWindowParameters.hpp b/include/Nazara/Renderer/RenderWindowParameters.hpp index 927552482..1c0ec3d00 100644 --- a/include/Nazara/Renderer/RenderWindowParameters.hpp +++ b/include/Nazara/Renderer/RenderWindowParameters.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/Renderer.hpp b/include/Nazara/Renderer/Renderer.hpp index 6e222bed8..492c0de75 100644 --- a/include/Nazara/Renderer/Renderer.hpp +++ b/include/Nazara/Renderer/Renderer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/Renderer.inl b/include/Nazara/Renderer/Renderer.inl index 6ef0cdb5f..be10c1f8d 100644 --- a/include/Nazara/Renderer/Renderer.inl +++ b/include/Nazara/Renderer/Renderer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/RendererImpl.hpp b/include/Nazara/Renderer/RendererImpl.hpp index 117c91e35..5cfa7ba6a 100644 --- a/include/Nazara/Renderer/RendererImpl.hpp +++ b/include/Nazara/Renderer/RendererImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/ShaderBinding.hpp b/include/Nazara/Renderer/ShaderBinding.hpp index d2d77f01f..19b844a43 100644 --- a/include/Nazara/Renderer/ShaderBinding.hpp +++ b/include/Nazara/Renderer/ShaderBinding.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/ShaderBinding.inl b/include/Nazara/Renderer/ShaderBinding.inl index 971be9ffd..ff388d927 100644 --- a/include/Nazara/Renderer/ShaderBinding.inl +++ b/include/Nazara/Renderer/ShaderBinding.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/ShaderModule.hpp b/include/Nazara/Renderer/ShaderModule.hpp index 30608212a..fa1a2011b 100644 --- a/include/Nazara/Renderer/ShaderModule.hpp +++ b/include/Nazara/Renderer/ShaderModule.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/Texture.hpp b/include/Nazara/Renderer/Texture.hpp index a7920d781..08b803e89 100644 --- a/include/Nazara/Renderer/Texture.hpp +++ b/include/Nazara/Renderer/Texture.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/Texture.inl b/include/Nazara/Renderer/Texture.inl index bc1d1aaee..084d76413 100644 --- a/include/Nazara/Renderer/Texture.inl +++ b/include/Nazara/Renderer/Texture.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/TextureSampler.hpp b/include/Nazara/Renderer/TextureSampler.hpp index 06e7d0208..10546de8d 100644 --- a/include/Nazara/Renderer/TextureSampler.hpp +++ b/include/Nazara/Renderer/TextureSampler.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/TextureSampler.inl b/include/Nazara/Renderer/TextureSampler.inl index a7f802bcb..9d3946214 100644 --- a/include/Nazara/Renderer/TextureSampler.inl +++ b/include/Nazara/Renderer/TextureSampler.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/UploadPool.hpp b/include/Nazara/Renderer/UploadPool.hpp index 5127a192d..554b8a2cd 100644 --- a/include/Nazara/Renderer/UploadPool.hpp +++ b/include/Nazara/Renderer/UploadPool.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Renderer/UploadPool.inl b/include/Nazara/Renderer/UploadPool.inl index 346aa1076..e6540d9ba 100644 --- a/include/Nazara/Renderer/UploadPool.inl +++ b/include/Nazara/Renderer/UploadPool.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/Ast/AstCloner.hpp b/include/Nazara/Shader/Ast/AstCloner.hpp index da7bf2162..91e0361cc 100644 --- a/include/Nazara/Shader/Ast/AstCloner.hpp +++ b/include/Nazara/Shader/Ast/AstCloner.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/AstCloner.inl b/include/Nazara/Shader/Ast/AstCloner.inl index ea509bd08..17eeb5461 100644 --- a/include/Nazara/Shader/Ast/AstCloner.inl +++ b/include/Nazara/Shader/Ast/AstCloner.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/Ast/AstExpressionVisitor.hpp b/include/Nazara/Shader/Ast/AstExpressionVisitor.hpp index 1c72f88b0..cbf21ace7 100644 --- a/include/Nazara/Shader/Ast/AstExpressionVisitor.hpp +++ b/include/Nazara/Shader/Ast/AstExpressionVisitor.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/AstExpressionVisitorExcept.hpp b/include/Nazara/Shader/Ast/AstExpressionVisitorExcept.hpp index 40af7e695..808662e90 100644 --- a/include/Nazara/Shader/Ast/AstExpressionVisitorExcept.hpp +++ b/include/Nazara/Shader/Ast/AstExpressionVisitorExcept.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/AstNodeList.hpp b/include/Nazara/Shader/Ast/AstNodeList.hpp index 06ac44688..8acf3670c 100644 --- a/include/Nazara/Shader/Ast/AstNodeList.hpp +++ b/include/Nazara/Shader/Ast/AstNodeList.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #if !defined(NAZARA_SHADERAST_NODE) && !defined(NAZARA_SHADERAST_EXPRESSION) && !defined(NAZARA_SHADERAST_STATEMENT) diff --git a/include/Nazara/Shader/Ast/AstOptimizer.hpp b/include/Nazara/Shader/Ast/AstOptimizer.hpp index b08acd433..4fd1821ca 100644 --- a/include/Nazara/Shader/Ast/AstOptimizer.hpp +++ b/include/Nazara/Shader/Ast/AstOptimizer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/AstOptimizer.inl b/include/Nazara/Shader/Ast/AstOptimizer.inl index f501117b7..919d4cc93 100644 --- a/include/Nazara/Shader/Ast/AstOptimizer.inl +++ b/include/Nazara/Shader/Ast/AstOptimizer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/Ast/AstRecursiveVisitor.hpp b/include/Nazara/Shader/Ast/AstRecursiveVisitor.hpp index 69143b52d..efdca2ac4 100644 --- a/include/Nazara/Shader/Ast/AstRecursiveVisitor.hpp +++ b/include/Nazara/Shader/Ast/AstRecursiveVisitor.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/AstRecursiveVisitor.inl b/include/Nazara/Shader/Ast/AstRecursiveVisitor.inl index 1467b2ca2..008c089a7 100644 --- a/include/Nazara/Shader/Ast/AstRecursiveVisitor.inl +++ b/include/Nazara/Shader/Ast/AstRecursiveVisitor.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/Ast/AstReflect.hpp b/include/Nazara/Shader/Ast/AstReflect.hpp index 65f8f0c38..eae49a68f 100644 --- a/include/Nazara/Shader/Ast/AstReflect.hpp +++ b/include/Nazara/Shader/Ast/AstReflect.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/AstReflect.inl b/include/Nazara/Shader/Ast/AstReflect.inl index c9fe65d86..462997dcc 100644 --- a/include/Nazara/Shader/Ast/AstReflect.inl +++ b/include/Nazara/Shader/Ast/AstReflect.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/Ast/AstSerializer.hpp b/include/Nazara/Shader/Ast/AstSerializer.hpp index 2a4511044..461e8ebc8 100644 --- a/include/Nazara/Shader/Ast/AstSerializer.hpp +++ b/include/Nazara/Shader/Ast/AstSerializer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/AstSerializer.inl b/include/Nazara/Shader/Ast/AstSerializer.inl index 6bbb5832a..451694f4d 100644 --- a/include/Nazara/Shader/Ast/AstSerializer.inl +++ b/include/Nazara/Shader/Ast/AstSerializer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/Ast/AstStatementVisitor.hpp b/include/Nazara/Shader/Ast/AstStatementVisitor.hpp index d204e4e9f..b3bedc01a 100644 --- a/include/Nazara/Shader/Ast/AstStatementVisitor.hpp +++ b/include/Nazara/Shader/Ast/AstStatementVisitor.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/AstStatementVisitorExcept.hpp b/include/Nazara/Shader/Ast/AstStatementVisitorExcept.hpp index 88199ddb2..763e02265 100644 --- a/include/Nazara/Shader/Ast/AstStatementVisitorExcept.hpp +++ b/include/Nazara/Shader/Ast/AstStatementVisitorExcept.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/AstUtils.hpp b/include/Nazara/Shader/Ast/AstUtils.hpp index 0195e445f..42bd41015 100644 --- a/include/Nazara/Shader/Ast/AstUtils.hpp +++ b/include/Nazara/Shader/Ast/AstUtils.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/AstUtils.inl b/include/Nazara/Shader/Ast/AstUtils.inl index b988f6fef..42085b687 100644 --- a/include/Nazara/Shader/Ast/AstUtils.inl +++ b/include/Nazara/Shader/Ast/AstUtils.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/Ast/Attribute.hpp b/include/Nazara/Shader/Ast/Attribute.hpp index bbe1db5d0..455356bb9 100644 --- a/include/Nazara/Shader/Ast/Attribute.hpp +++ b/include/Nazara/Shader/Ast/Attribute.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/Attribute.inl b/include/Nazara/Shader/Ast/Attribute.inl index b6662aede..8c86a9f36 100644 --- a/include/Nazara/Shader/Ast/Attribute.inl +++ b/include/Nazara/Shader/Ast/Attribute.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/Ast/ConstantValue.hpp b/include/Nazara/Shader/Ast/ConstantValue.hpp index 0556d0bbe..4b52189db 100644 --- a/include/Nazara/Shader/Ast/ConstantValue.hpp +++ b/include/Nazara/Shader/Ast/ConstantValue.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/Enums.hpp b/include/Nazara/Shader/Ast/Enums.hpp index 5ed23a1fe..ccf5a9378 100644 --- a/include/Nazara/Shader/Ast/Enums.hpp +++ b/include/Nazara/Shader/Ast/Enums.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/ExpressionType.hpp b/include/Nazara/Shader/Ast/ExpressionType.hpp index 8d68fd802..1b8c244c0 100644 --- a/include/Nazara/Shader/Ast/ExpressionType.hpp +++ b/include/Nazara/Shader/Ast/ExpressionType.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/ExpressionType.inl b/include/Nazara/Shader/Ast/ExpressionType.inl index ec9580616..b418244b6 100644 --- a/include/Nazara/Shader/Ast/ExpressionType.inl +++ b/include/Nazara/Shader/Ast/ExpressionType.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/Ast/Nodes.hpp b/include/Nazara/Shader/Ast/Nodes.hpp index 13d2a89d6..86e5d7f2b 100644 --- a/include/Nazara/Shader/Ast/Nodes.hpp +++ b/include/Nazara/Shader/Ast/Nodes.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/Nodes.inl b/include/Nazara/Shader/Ast/Nodes.inl index 7484f2ac4..e4178712a 100644 --- a/include/Nazara/Shader/Ast/Nodes.inl +++ b/include/Nazara/Shader/Ast/Nodes.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/Ast/SanitizeVisitor.hpp b/include/Nazara/Shader/Ast/SanitizeVisitor.hpp index 73348c894..a7e48a346 100644 --- a/include/Nazara/Shader/Ast/SanitizeVisitor.hpp +++ b/include/Nazara/Shader/Ast/SanitizeVisitor.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Ast/SanitizeVisitor.inl b/include/Nazara/Shader/Ast/SanitizeVisitor.inl index 7c0e157ba..98d1e7252 100644 --- a/include/Nazara/Shader/Ast/SanitizeVisitor.inl +++ b/include/Nazara/Shader/Ast/SanitizeVisitor.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/Config.hpp b/include/Nazara/Shader/Config.hpp index e357579aa..dfc0c10d2 100644 --- a/include/Nazara/Shader/Config.hpp +++ b/include/Nazara/Shader/Config.hpp @@ -1,7 +1,7 @@ /* - Nazara Engine - Shader generator + Nazara Engine - Shader module - Copyright (C) 2020 Jérôme "Lynix" Leclercq (lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Shader/ConfigCheck.hpp b/include/Nazara/Shader/ConfigCheck.hpp index 48252e452..01b123dbb 100644 --- a/include/Nazara/Shader/ConfigCheck.hpp +++ b/include/Nazara/Shader/ConfigCheck.hpp @@ -1,5 +1,5 @@ -// Copyright (C) YEAR AUTHORS -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/Debug.hpp b/include/Nazara/Shader/Debug.hpp index 32333d44d..1d8203c46 100644 --- a/include/Nazara/Shader/Debug.hpp +++ b/include/Nazara/Shader/Debug.hpp @@ -1,5 +1,5 @@ -// Copyright (C) YEAR AUTHORS -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/DebugOff.hpp b/include/Nazara/Shader/DebugOff.hpp index bca09b27c..2cf585f83 100644 --- a/include/Nazara/Shader/DebugOff.hpp +++ b/include/Nazara/Shader/DebugOff.hpp @@ -1,5 +1,5 @@ -// Copyright (C) YEAR AUTHORS -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp // We suppose that Debug.hpp is already included, same goes for Config.hpp diff --git a/include/Nazara/Shader/GlslWriter.hpp b/include/Nazara/Shader/GlslWriter.hpp index c2bf51bc1..956d7fa62 100644 --- a/include/Nazara/Shader/GlslWriter.hpp +++ b/include/Nazara/Shader/GlslWriter.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/GlslWriter.inl b/include/Nazara/Shader/GlslWriter.inl index c4196383c..87c1aa000 100644 --- a/include/Nazara/Shader/GlslWriter.inl +++ b/include/Nazara/Shader/GlslWriter.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/LangWriter.hpp b/include/Nazara/Shader/LangWriter.hpp index f68472ca8..6360849cc 100644 --- a/include/Nazara/Shader/LangWriter.hpp +++ b/include/Nazara/Shader/LangWriter.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/LangWriter.inl b/include/Nazara/Shader/LangWriter.inl index adc74afe4..2a4b5325c 100644 --- a/include/Nazara/Shader/LangWriter.inl +++ b/include/Nazara/Shader/LangWriter.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/Shader.hpp b/include/Nazara/Shader/Shader.hpp index c7b538bf0..186621964 100644 --- a/include/Nazara/Shader/Shader.hpp +++ b/include/Nazara/Shader/Shader.hpp @@ -1,5 +1,5 @@ -// Copyright (C) YEAR AUTHORS -// This file is part of the "Nazara Engine - Module name" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/ShaderBuilder.hpp b/include/Nazara/Shader/ShaderBuilder.hpp index 4fcd7e3cc..dfd84c059 100644 --- a/include/Nazara/Shader/ShaderBuilder.hpp +++ b/include/Nazara/Shader/ShaderBuilder.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/ShaderBuilder.inl b/include/Nazara/Shader/ShaderBuilder.inl index c91444ca9..70deabfd7 100644 --- a/include/Nazara/Shader/ShaderBuilder.inl +++ b/include/Nazara/Shader/ShaderBuilder.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/ShaderLangLexer.hpp b/include/Nazara/Shader/ShaderLangLexer.hpp index 10c63d31a..fa4d2313f 100644 --- a/include/Nazara/Shader/ShaderLangLexer.hpp +++ b/include/Nazara/Shader/ShaderLangLexer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/ShaderLangLexer.inl b/include/Nazara/Shader/ShaderLangLexer.inl index 6767d0351..8c9f5d618 100644 --- a/include/Nazara/Shader/ShaderLangLexer.inl +++ b/include/Nazara/Shader/ShaderLangLexer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/ShaderLangParser.hpp b/include/Nazara/Shader/ShaderLangParser.hpp index 022fd3521..9619013ca 100644 --- a/include/Nazara/Shader/ShaderLangParser.hpp +++ b/include/Nazara/Shader/ShaderLangParser.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/ShaderLangParser.inl b/include/Nazara/Shader/ShaderLangParser.inl index e9ca1e8fd..c14705771 100644 --- a/include/Nazara/Shader/ShaderLangParser.inl +++ b/include/Nazara/Shader/ShaderLangParser.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/ShaderLangTokenList.hpp b/include/Nazara/Shader/ShaderLangTokenList.hpp index 3e00e114b..301ef7511 100644 --- a/include/Nazara/Shader/ShaderLangTokenList.hpp +++ b/include/Nazara/Shader/ShaderLangTokenList.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #if !defined(NAZARA_SHADERLANG_TOKEN) diff --git a/include/Nazara/Shader/ShaderWriter.hpp b/include/Nazara/Shader/ShaderWriter.hpp index 593d803cf..1a39dc4b6 100644 --- a/include/Nazara/Shader/ShaderWriter.hpp +++ b/include/Nazara/Shader/ShaderWriter.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2015 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/SpirvAstVisitor.hpp b/include/Nazara/Shader/SpirvAstVisitor.hpp index b49279b3b..60d467d82 100644 --- a/include/Nazara/Shader/SpirvAstVisitor.hpp +++ b/include/Nazara/Shader/SpirvAstVisitor.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/SpirvAstVisitor.inl b/include/Nazara/Shader/SpirvAstVisitor.inl index 12bd915d8..fd3308543 100644 --- a/include/Nazara/Shader/SpirvAstVisitor.inl +++ b/include/Nazara/Shader/SpirvAstVisitor.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/SpirvBlock.hpp b/include/Nazara/Shader/SpirvBlock.hpp index 6c6a9310d..1ac47b458 100644 --- a/include/Nazara/Shader/SpirvBlock.hpp +++ b/include/Nazara/Shader/SpirvBlock.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/SpirvBlock.inl b/include/Nazara/Shader/SpirvBlock.inl index 2dc50e76b..b31f93ed6 100644 --- a/include/Nazara/Shader/SpirvBlock.inl +++ b/include/Nazara/Shader/SpirvBlock.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/SpirvConstantCache.hpp b/include/Nazara/Shader/SpirvConstantCache.hpp index bc2d97b6c..3b7b757e7 100644 --- a/include/Nazara/Shader/SpirvConstantCache.hpp +++ b/include/Nazara/Shader/SpirvConstantCache.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/SpirvConstantCache.inl b/include/Nazara/Shader/SpirvConstantCache.inl index b007dbb7f..d57d3e55e 100644 --- a/include/Nazara/Shader/SpirvConstantCache.inl +++ b/include/Nazara/Shader/SpirvConstantCache.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/SpirvData.hpp b/include/Nazara/Shader/SpirvData.hpp index 9b337f93b..f1fe9d956 100644 --- a/include/Nazara/Shader/SpirvData.hpp +++ b/include/Nazara/Shader/SpirvData.hpp @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Shader module" -// For conditions of distribution and use, see copyright notice in Config.hpp" +// For conditions of distribution and use, see copyright notice in Config.hpp // This file was generated automatically, please do not edit diff --git a/include/Nazara/Shader/SpirvDecoder.hpp b/include/Nazara/Shader/SpirvDecoder.hpp index fc7ccd935..65ab05482 100644 --- a/include/Nazara/Shader/SpirvDecoder.hpp +++ b/include/Nazara/Shader/SpirvDecoder.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/SpirvDecoder.inl b/include/Nazara/Shader/SpirvDecoder.inl index aa937bd5b..52bbf0154 100644 --- a/include/Nazara/Shader/SpirvDecoder.inl +++ b/include/Nazara/Shader/SpirvDecoder.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/SpirvExpressionLoad.hpp b/include/Nazara/Shader/SpirvExpressionLoad.hpp index 8ad84cb3d..3662f022a 100644 --- a/include/Nazara/Shader/SpirvExpressionLoad.hpp +++ b/include/Nazara/Shader/SpirvExpressionLoad.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/SpirvExpressionLoad.inl b/include/Nazara/Shader/SpirvExpressionLoad.inl index 32ba80eea..3c74b2754 100644 --- a/include/Nazara/Shader/SpirvExpressionLoad.inl +++ b/include/Nazara/Shader/SpirvExpressionLoad.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/SpirvExpressionStore.hpp b/include/Nazara/Shader/SpirvExpressionStore.hpp index 83c39e8e7..3ebed46d6 100644 --- a/include/Nazara/Shader/SpirvExpressionStore.hpp +++ b/include/Nazara/Shader/SpirvExpressionStore.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/SpirvExpressionStore.inl b/include/Nazara/Shader/SpirvExpressionStore.inl index 52e1790b1..658948701 100644 --- a/include/Nazara/Shader/SpirvExpressionStore.inl +++ b/include/Nazara/Shader/SpirvExpressionStore.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/SpirvPrinter.hpp b/include/Nazara/Shader/SpirvPrinter.hpp index 014fce121..70358a23f 100644 --- a/include/Nazara/Shader/SpirvPrinter.hpp +++ b/include/Nazara/Shader/SpirvPrinter.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/SpirvPrinter.inl b/include/Nazara/Shader/SpirvPrinter.inl index 866cc096f..a8895ec4d 100644 --- a/include/Nazara/Shader/SpirvPrinter.inl +++ b/include/Nazara/Shader/SpirvPrinter.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/SpirvSection.hpp b/include/Nazara/Shader/SpirvSection.hpp index 498b4ec68..38a838ba4 100644 --- a/include/Nazara/Shader/SpirvSection.hpp +++ b/include/Nazara/Shader/SpirvSection.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/SpirvSection.inl b/include/Nazara/Shader/SpirvSection.inl index 941659162..e07d6b1b0 100644 --- a/include/Nazara/Shader/SpirvSection.inl +++ b/include/Nazara/Shader/SpirvSection.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/SpirvSectionBase.hpp b/include/Nazara/Shader/SpirvSectionBase.hpp index 8c16f773b..9a4384545 100644 --- a/include/Nazara/Shader/SpirvSectionBase.hpp +++ b/include/Nazara/Shader/SpirvSectionBase.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/SpirvSectionBase.inl b/include/Nazara/Shader/SpirvSectionBase.inl index 8c930e9b2..6d39ad2fb 100644 --- a/include/Nazara/Shader/SpirvSectionBase.inl +++ b/include/Nazara/Shader/SpirvSectionBase.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Shader/SpirvWriter.hpp b/include/Nazara/Shader/SpirvWriter.hpp index e479576e1..9adac3359 100644 --- a/include/Nazara/Shader/SpirvWriter.hpp +++ b/include/Nazara/Shader/SpirvWriter.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Shader/SpirvWriter.inl b/include/Nazara/Shader/SpirvWriter.inl index 0be50bead..390d76f79 100644 --- a/include/Nazara/Shader/SpirvWriter.inl +++ b/include/Nazara/Shader/SpirvWriter.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Utility/AbstractAtlas.hpp b/include/Nazara/Utility/AbstractAtlas.hpp index c4c4461eb..eb13d9bc4 100644 --- a/include/Nazara/Utility/AbstractAtlas.hpp +++ b/include/Nazara/Utility/AbstractAtlas.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/AbstractBuffer.hpp b/include/Nazara/Utility/AbstractBuffer.hpp index 346e96bab..84b6f0713 100644 --- a/include/Nazara/Utility/AbstractBuffer.hpp +++ b/include/Nazara/Utility/AbstractBuffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/AbstractImage.hpp b/include/Nazara/Utility/AbstractImage.hpp index 0471f3754..19b5d96aa 100644 --- a/include/Nazara/Utility/AbstractImage.hpp +++ b/include/Nazara/Utility/AbstractImage.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/AbstractImage.inl b/include/Nazara/Utility/AbstractImage.inl index 7ff7cf293..fa3b35587 100644 --- a/include/Nazara/Utility/AbstractImage.inl +++ b/include/Nazara/Utility/AbstractImage.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/AbstractTextDrawer.hpp b/include/Nazara/Utility/AbstractTextDrawer.hpp index 25e41d6c1..3b47b31f1 100644 --- a/include/Nazara/Utility/AbstractTextDrawer.hpp +++ b/include/Nazara/Utility/AbstractTextDrawer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/AbstractTextDrawer.inl b/include/Nazara/Utility/AbstractTextDrawer.inl index 65f8b41f1..be862353b 100644 --- a/include/Nazara/Utility/AbstractTextDrawer.inl +++ b/include/Nazara/Utility/AbstractTextDrawer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Algorithm.hpp b/include/Nazara/Utility/Algorithm.hpp index b7299da73..58ff5b633 100644 --- a/include/Nazara/Utility/Algorithm.hpp +++ b/include/Nazara/Utility/Algorithm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Algorithm.inl b/include/Nazara/Utility/Algorithm.inl index d42ac41ae..75a258352 100644 --- a/include/Nazara/Utility/Algorithm.inl +++ b/include/Nazara/Utility/Algorithm.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Animation.hpp b/include/Nazara/Utility/Animation.hpp index 4276bf3c0..1b59629c5 100644 --- a/include/Nazara/Utility/Animation.hpp +++ b/include/Nazara/Utility/Animation.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Animation.inl b/include/Nazara/Utility/Animation.inl index 00631415c..63867d92e 100644 --- a/include/Nazara/Utility/Animation.inl +++ b/include/Nazara/Utility/Animation.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Buffer.hpp b/include/Nazara/Utility/Buffer.hpp index 3be6680f7..ee788a523 100644 --- a/include/Nazara/Utility/Buffer.hpp +++ b/include/Nazara/Utility/Buffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Buffer.inl b/include/Nazara/Utility/Buffer.inl index 262bea3d6..545165ef2 100644 --- a/include/Nazara/Utility/Buffer.inl +++ b/include/Nazara/Utility/Buffer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/BufferMapper.hpp b/include/Nazara/Utility/BufferMapper.hpp index d0786ee41..94e578a2c 100644 --- a/include/Nazara/Utility/BufferMapper.hpp +++ b/include/Nazara/Utility/BufferMapper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/BufferMapper.inl b/include/Nazara/Utility/BufferMapper.inl index f2c184f64..15b8627f2 100644 --- a/include/Nazara/Utility/BufferMapper.inl +++ b/include/Nazara/Utility/BufferMapper.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Components/NodeComponent.hpp b/include/Nazara/Utility/Components/NodeComponent.hpp index dbc7f99ae..d1461cef0 100644 --- a/include/Nazara/Utility/Components/NodeComponent.hpp +++ b/include/Nazara/Utility/Components/NodeComponent.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Components/NodeComponent.inl b/include/Nazara/Utility/Components/NodeComponent.inl index 99b319512..28656217e 100644 --- a/include/Nazara/Utility/Components/NodeComponent.inl +++ b/include/Nazara/Utility/Components/NodeComponent.inl @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/include/Nazara/Utility/Config.hpp b/include/Nazara/Utility/Config.hpp index 489a6192b..79634c2d4 100644 --- a/include/Nazara/Utility/Config.hpp +++ b/include/Nazara/Utility/Config.hpp @@ -1,7 +1,7 @@ /* Nazara Engine - Utility module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Utility/ConfigCheck.hpp b/include/Nazara/Utility/ConfigCheck.hpp index 4a8e891e8..4ad0eb6e2 100644 --- a/include/Nazara/Utility/ConfigCheck.hpp +++ b/include/Nazara/Utility/ConfigCheck.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/CubemapParams.hpp b/include/Nazara/Utility/CubemapParams.hpp index d89d9c54e..a24ba50e8 100644 --- a/include/Nazara/Utility/CubemapParams.hpp +++ b/include/Nazara/Utility/CubemapParams.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Debug.hpp b/include/Nazara/Utility/Debug.hpp index 15ef4b99c..abe0d7499 100644 --- a/include/Nazara/Utility/Debug.hpp +++ b/include/Nazara/Utility/Debug.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/DebugOff.hpp b/include/Nazara/Utility/DebugOff.hpp index e38133afc..4f6bb6eca 100644 --- a/include/Nazara/Utility/DebugOff.hpp +++ b/include/Nazara/Utility/DebugOff.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Enums.hpp b/include/Nazara/Utility/Enums.hpp index e75fa69e8..f67412fdf 100644 --- a/include/Nazara/Utility/Enums.hpp +++ b/include/Nazara/Utility/Enums.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/FieldOffsets.hpp b/include/Nazara/Utility/FieldOffsets.hpp index da721e671..bbd744786 100644 --- a/include/Nazara/Utility/FieldOffsets.hpp +++ b/include/Nazara/Utility/FieldOffsets.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/FieldOffsets.inl b/include/Nazara/Utility/FieldOffsets.inl index 655cb774a..be68bf992 100644 --- a/include/Nazara/Utility/FieldOffsets.inl +++ b/include/Nazara/Utility/FieldOffsets.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Font.hpp b/include/Nazara/Utility/Font.hpp index f5fc96596..5ed9ae2ef 100644 --- a/include/Nazara/Utility/Font.hpp +++ b/include/Nazara/Utility/Font.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Font.inl b/include/Nazara/Utility/Font.inl index f82e86d7c..f21e0a527 100644 --- a/include/Nazara/Utility/Font.inl +++ b/include/Nazara/Utility/Font.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/FontData.hpp b/include/Nazara/Utility/FontData.hpp index 3f8c539a7..aa1190d21 100644 --- a/include/Nazara/Utility/FontData.hpp +++ b/include/Nazara/Utility/FontData.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/FontGlyph.hpp b/include/Nazara/Utility/FontGlyph.hpp index 8adbe34cf..5ddfebd8c 100644 --- a/include/Nazara/Utility/FontGlyph.hpp +++ b/include/Nazara/Utility/FontGlyph.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Formats/MD5AnimParser.hpp b/include/Nazara/Utility/Formats/MD5AnimParser.hpp index bb013429d..62d48535b 100644 --- a/include/Nazara/Utility/Formats/MD5AnimParser.hpp +++ b/include/Nazara/Utility/Formats/MD5AnimParser.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Formats/MD5MeshParser.hpp b/include/Nazara/Utility/Formats/MD5MeshParser.hpp index ca993c70e..5efbe7288 100644 --- a/include/Nazara/Utility/Formats/MD5MeshParser.hpp +++ b/include/Nazara/Utility/Formats/MD5MeshParser.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Formats/MTLParser.hpp b/include/Nazara/Utility/Formats/MTLParser.hpp index c22b90300..bbd4f24f7 100644 --- a/include/Nazara/Utility/Formats/MTLParser.hpp +++ b/include/Nazara/Utility/Formats/MTLParser.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Formats/MTLParser.inl b/include/Nazara/Utility/Formats/MTLParser.inl index 728af9923..9e9638b74 100644 --- a/include/Nazara/Utility/Formats/MTLParser.inl +++ b/include/Nazara/Utility/Formats/MTLParser.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Formats/OBJParser.hpp b/include/Nazara/Utility/Formats/OBJParser.hpp index a41217eec..f95ba67c9 100644 --- a/include/Nazara/Utility/Formats/OBJParser.hpp +++ b/include/Nazara/Utility/Formats/OBJParser.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Formats/OBJParser.inl b/include/Nazara/Utility/Formats/OBJParser.inl index e12612d93..9a101ee42 100644 --- a/include/Nazara/Utility/Formats/OBJParser.inl +++ b/include/Nazara/Utility/Formats/OBJParser.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/GuillotineImageAtlas.hpp b/include/Nazara/Utility/GuillotineImageAtlas.hpp index 27cbe79f2..09e0b3f81 100644 --- a/include/Nazara/Utility/GuillotineImageAtlas.hpp +++ b/include/Nazara/Utility/GuillotineImageAtlas.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Image.hpp b/include/Nazara/Utility/Image.hpp index 7776ca864..c97232dc6 100644 --- a/include/Nazara/Utility/Image.hpp +++ b/include/Nazara/Utility/Image.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Image.inl b/include/Nazara/Utility/Image.inl index 058e2180f..7416b68eb 100644 --- a/include/Nazara/Utility/Image.inl +++ b/include/Nazara/Utility/Image.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/IndexBuffer.hpp b/include/Nazara/Utility/IndexBuffer.hpp index 10f46f324..ce30ec716 100644 --- a/include/Nazara/Utility/IndexBuffer.hpp +++ b/include/Nazara/Utility/IndexBuffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/IndexBuffer.inl b/include/Nazara/Utility/IndexBuffer.inl index a306a77bd..9a3d48be8 100644 --- a/include/Nazara/Utility/IndexBuffer.inl +++ b/include/Nazara/Utility/IndexBuffer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/IndexIterator.hpp b/include/Nazara/Utility/IndexIterator.hpp index 4c6c6b371..43decc602 100644 --- a/include/Nazara/Utility/IndexIterator.hpp +++ b/include/Nazara/Utility/IndexIterator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/IndexIterator.inl b/include/Nazara/Utility/IndexIterator.inl index 240bbfd25..c6b414bfb 100644 --- a/include/Nazara/Utility/IndexIterator.inl +++ b/include/Nazara/Utility/IndexIterator.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Core module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Utility/IndexMapper.hpp b/include/Nazara/Utility/IndexMapper.hpp index be3b1d1f2..48deb4fe8 100644 --- a/include/Nazara/Utility/IndexMapper.hpp +++ b/include/Nazara/Utility/IndexMapper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Joint.hpp b/include/Nazara/Utility/Joint.hpp index e4d73b501..2296486ab 100644 --- a/include/Nazara/Utility/Joint.hpp +++ b/include/Nazara/Utility/Joint.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/MaterialData.hpp b/include/Nazara/Utility/MaterialData.hpp index 2096e699f..c6143e09d 100644 --- a/include/Nazara/Utility/MaterialData.hpp +++ b/include/Nazara/Utility/MaterialData.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Mesh.hpp b/include/Nazara/Utility/Mesh.hpp index be0d5ec27..54cd8b81f 100644 --- a/include/Nazara/Utility/Mesh.hpp +++ b/include/Nazara/Utility/Mesh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Mesh.inl b/include/Nazara/Utility/Mesh.inl index daba241c6..12e7cdd1d 100644 --- a/include/Nazara/Utility/Mesh.inl +++ b/include/Nazara/Utility/Mesh.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/MeshData.hpp b/include/Nazara/Utility/MeshData.hpp index cff792676..96db4eefc 100644 --- a/include/Nazara/Utility/MeshData.hpp +++ b/include/Nazara/Utility/MeshData.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Node.hpp b/include/Nazara/Utility/Node.hpp index 8bf5bb26d..00a899891 100644 --- a/include/Nazara/Utility/Node.hpp +++ b/include/Nazara/Utility/Node.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/PixelFormat.hpp b/include/Nazara/Utility/PixelFormat.hpp index f12be11fd..83c77bdca 100644 --- a/include/Nazara/Utility/PixelFormat.hpp +++ b/include/Nazara/Utility/PixelFormat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/PixelFormat.inl b/include/Nazara/Utility/PixelFormat.inl index 7f62d15a0..3f7823422 100644 --- a/include/Nazara/Utility/PixelFormat.inl +++ b/include/Nazara/Utility/PixelFormat.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/RichTextDrawer.hpp b/include/Nazara/Utility/RichTextDrawer.hpp index f3a3dbefd..de7ff3ee7 100644 --- a/include/Nazara/Utility/RichTextDrawer.hpp +++ b/include/Nazara/Utility/RichTextDrawer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/RichTextDrawer.inl b/include/Nazara/Utility/RichTextDrawer.inl index 622af5717..5520df3d2 100644 --- a/include/Nazara/Utility/RichTextDrawer.inl +++ b/include/Nazara/Utility/RichTextDrawer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Sequence.hpp b/include/Nazara/Utility/Sequence.hpp index 6aa5becb7..4f05b3191 100644 --- a/include/Nazara/Utility/Sequence.hpp +++ b/include/Nazara/Utility/Sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/SimpleTextDrawer.hpp b/include/Nazara/Utility/SimpleTextDrawer.hpp index 5fcd91650..60035dc79 100644 --- a/include/Nazara/Utility/SimpleTextDrawer.hpp +++ b/include/Nazara/Utility/SimpleTextDrawer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/SimpleTextDrawer.inl b/include/Nazara/Utility/SimpleTextDrawer.inl index 24836d42a..7d33667a1 100644 --- a/include/Nazara/Utility/SimpleTextDrawer.inl +++ b/include/Nazara/Utility/SimpleTextDrawer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/SkeletalMesh.hpp b/include/Nazara/Utility/SkeletalMesh.hpp index a5c43d60c..869d10753 100644 --- a/include/Nazara/Utility/SkeletalMesh.hpp +++ b/include/Nazara/Utility/SkeletalMesh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/SkeletalMesh.inl b/include/Nazara/Utility/SkeletalMesh.inl index c508ab9a1..42b55ee84 100644 --- a/include/Nazara/Utility/SkeletalMesh.inl +++ b/include/Nazara/Utility/SkeletalMesh.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Skeleton.hpp b/include/Nazara/Utility/Skeleton.hpp index 27fecbbba..d524689fa 100644 --- a/include/Nazara/Utility/Skeleton.hpp +++ b/include/Nazara/Utility/Skeleton.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Skeleton.inl b/include/Nazara/Utility/Skeleton.inl index 997159e19..85d7ca6d4 100644 --- a/include/Nazara/Utility/Skeleton.inl +++ b/include/Nazara/Utility/Skeleton.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/SoftwareBuffer.hpp b/include/Nazara/Utility/SoftwareBuffer.hpp index c5671765a..ebf1bec1a 100644 --- a/include/Nazara/Utility/SoftwareBuffer.hpp +++ b/include/Nazara/Utility/SoftwareBuffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/StaticMesh.hpp b/include/Nazara/Utility/StaticMesh.hpp index 4044521f1..23cf893c9 100644 --- a/include/Nazara/Utility/StaticMesh.hpp +++ b/include/Nazara/Utility/StaticMesh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/StaticMesh.inl b/include/Nazara/Utility/StaticMesh.inl index 997159e19..85d7ca6d4 100644 --- a/include/Nazara/Utility/StaticMesh.inl +++ b/include/Nazara/Utility/StaticMesh.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/SubMesh.hpp b/include/Nazara/Utility/SubMesh.hpp index b1d4e709b..a16507025 100644 --- a/include/Nazara/Utility/SubMesh.hpp +++ b/include/Nazara/Utility/SubMesh.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/TriangleIterator.hpp b/include/Nazara/Utility/TriangleIterator.hpp index 43f310264..39cca969c 100644 --- a/include/Nazara/Utility/TriangleIterator.hpp +++ b/include/Nazara/Utility/TriangleIterator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/UniformBuffer.hpp b/include/Nazara/Utility/UniformBuffer.hpp index faaa2e482..34d51f2ae 100644 --- a/include/Nazara/Utility/UniformBuffer.hpp +++ b/include/Nazara/Utility/UniformBuffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/UniformBuffer.inl b/include/Nazara/Utility/UniformBuffer.inl index e8f912507..21eaf5174 100644 --- a/include/Nazara/Utility/UniformBuffer.inl +++ b/include/Nazara/Utility/UniformBuffer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/Utility.hpp b/include/Nazara/Utility/Utility.hpp index 049a23e5a..896318181 100644 --- a/include/Nazara/Utility/Utility.hpp +++ b/include/Nazara/Utility/Utility.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/VertexBuffer.hpp b/include/Nazara/Utility/VertexBuffer.hpp index 237e0bc6b..280acb7c4 100644 --- a/include/Nazara/Utility/VertexBuffer.hpp +++ b/include/Nazara/Utility/VertexBuffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/VertexBuffer.inl b/include/Nazara/Utility/VertexBuffer.inl index f3f3c6fde..8f87da9a8 100644 --- a/include/Nazara/Utility/VertexBuffer.inl +++ b/include/Nazara/Utility/VertexBuffer.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/VertexDeclaration.hpp b/include/Nazara/Utility/VertexDeclaration.hpp index 4a9827d8b..dcda8c7d6 100644 --- a/include/Nazara/Utility/VertexDeclaration.hpp +++ b/include/Nazara/Utility/VertexDeclaration.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/VertexDeclaration.inl b/include/Nazara/Utility/VertexDeclaration.inl index b126c562b..0075ac441 100644 --- a/include/Nazara/Utility/VertexDeclaration.inl +++ b/include/Nazara/Utility/VertexDeclaration.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/VertexMapper.hpp b/include/Nazara/Utility/VertexMapper.hpp index c758e057d..9bc9fa43f 100644 --- a/include/Nazara/Utility/VertexMapper.hpp +++ b/include/Nazara/Utility/VertexMapper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/VertexMapper.inl b/include/Nazara/Utility/VertexMapper.inl index fb704915f..cbfd7c6e4 100644 --- a/include/Nazara/Utility/VertexMapper.inl +++ b/include/Nazara/Utility/VertexMapper.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Utility/VertexStruct.hpp b/include/Nazara/Utility/VertexStruct.hpp index 024574828..c14948088 100644 --- a/include/Nazara/Utility/VertexStruct.hpp +++ b/include/Nazara/Utility/VertexStruct.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/VulkanRenderer/Config.hpp b/include/Nazara/VulkanRenderer/Config.hpp index 75a7dc4ca..39a7f5b4f 100644 --- a/include/Nazara/VulkanRenderer/Config.hpp +++ b/include/Nazara/VulkanRenderer/Config.hpp @@ -1,7 +1,7 @@ /* - Nazara Engine - Vulkan + Nazara Engine - Vulkan renderer - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/VulkanRenderer/ConfigCheck.hpp b/include/Nazara/VulkanRenderer/ConfigCheck.hpp index fb0f78baa..6592eb252 100644 --- a/include/Nazara/VulkanRenderer/ConfigCheck.hpp +++ b/include/Nazara/VulkanRenderer/ConfigCheck.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Debug.hpp b/include/Nazara/VulkanRenderer/Debug.hpp index 236950793..281889766 100644 --- a/include/Nazara/VulkanRenderer/Debug.hpp +++ b/include/Nazara/VulkanRenderer/Debug.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/DebugOff.hpp b/include/Nazara/VulkanRenderer/DebugOff.hpp index bf3197f67..22eb5898b 100644 --- a/include/Nazara/VulkanRenderer/DebugOff.hpp +++ b/include/Nazara/VulkanRenderer/DebugOff.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp // On suppose que Debug.hpp a déjà été inclus, tout comme Config.hpp diff --git a/include/Nazara/VulkanRenderer/Utils.hpp b/include/Nazara/VulkanRenderer/Utils.hpp index 77f553d30..5782c4857 100644 --- a/include/Nazara/VulkanRenderer/Utils.hpp +++ b/include/Nazara/VulkanRenderer/Utils.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Utils.inl b/include/Nazara/VulkanRenderer/Utils.inl index fd82c60d2..0dfbe876f 100644 --- a/include/Nazara/VulkanRenderer/Utils.inl +++ b/include/Nazara/VulkanRenderer/Utils.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Vulkan.hpp b/include/Nazara/VulkanRenderer/Vulkan.hpp index 2b6795cea..e6b72e01a 100644 --- a/include/Nazara/VulkanRenderer/Vulkan.hpp +++ b/include/Nazara/VulkanRenderer/Vulkan.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanBuffer.hpp b/include/Nazara/VulkanRenderer/VulkanBuffer.hpp index 375cedc70..43c588038 100644 --- a/include/Nazara/VulkanRenderer/VulkanBuffer.hpp +++ b/include/Nazara/VulkanRenderer/VulkanBuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanBuffer.inl b/include/Nazara/VulkanRenderer/VulkanBuffer.inl index 6123c5f0b..116cdea85 100644 --- a/include/Nazara/VulkanRenderer/VulkanBuffer.inl +++ b/include/Nazara/VulkanRenderer/VulkanBuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanCommandBuffer.hpp b/include/Nazara/VulkanRenderer/VulkanCommandBuffer.hpp index 81f7b8377..7e5999862 100644 --- a/include/Nazara/VulkanRenderer/VulkanCommandBuffer.hpp +++ b/include/Nazara/VulkanRenderer/VulkanCommandBuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanCommandBuffer.inl b/include/Nazara/VulkanRenderer/VulkanCommandBuffer.inl index aecf402ba..40666d3ad 100644 --- a/include/Nazara/VulkanRenderer/VulkanCommandBuffer.inl +++ b/include/Nazara/VulkanRenderer/VulkanCommandBuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.hpp b/include/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.hpp index b7e94f540..18775d77b 100644 --- a/include/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.hpp +++ b/include/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.inl b/include/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.inl index 1d4b865cb..4250af26e 100644 --- a/include/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.inl +++ b/include/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanCommandPool.hpp b/include/Nazara/VulkanRenderer/VulkanCommandPool.hpp index f45c7d1e0..f58461fea 100644 --- a/include/Nazara/VulkanRenderer/VulkanCommandPool.hpp +++ b/include/Nazara/VulkanRenderer/VulkanCommandPool.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanCommandPool.inl b/include/Nazara/VulkanRenderer/VulkanCommandPool.inl index f6689834d..24c61380a 100644 --- a/include/Nazara/VulkanRenderer/VulkanCommandPool.inl +++ b/include/Nazara/VulkanRenderer/VulkanCommandPool.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanDescriptorSetLayoutCache.hpp b/include/Nazara/VulkanRenderer/VulkanDescriptorSetLayoutCache.hpp index 7430db976..e7aef9350 100644 --- a/include/Nazara/VulkanRenderer/VulkanDescriptorSetLayoutCache.hpp +++ b/include/Nazara/VulkanRenderer/VulkanDescriptorSetLayoutCache.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanDescriptorSetLayoutCache.inl b/include/Nazara/VulkanRenderer/VulkanDescriptorSetLayoutCache.inl index 4b9f228ca..00d2c60e8 100644 --- a/include/Nazara/VulkanRenderer/VulkanDescriptorSetLayoutCache.inl +++ b/include/Nazara/VulkanRenderer/VulkanDescriptorSetLayoutCache.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanDevice.hpp b/include/Nazara/VulkanRenderer/VulkanDevice.hpp index cd2333490..1a764b192 100644 --- a/include/Nazara/VulkanRenderer/VulkanDevice.hpp +++ b/include/Nazara/VulkanRenderer/VulkanDevice.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanDevice.inl b/include/Nazara/VulkanRenderer/VulkanDevice.inl index 3a057dc2b..13743b969 100644 --- a/include/Nazara/VulkanRenderer/VulkanDevice.inl +++ b/include/Nazara/VulkanRenderer/VulkanDevice.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanFramebuffer.hpp b/include/Nazara/VulkanRenderer/VulkanFramebuffer.hpp index ff1bb1ad7..eda17de6c 100644 --- a/include/Nazara/VulkanRenderer/VulkanFramebuffer.hpp +++ b/include/Nazara/VulkanRenderer/VulkanFramebuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanFramebuffer.inl b/include/Nazara/VulkanRenderer/VulkanFramebuffer.inl index 8d3ee1c7d..3cfa908de 100644 --- a/include/Nazara/VulkanRenderer/VulkanFramebuffer.inl +++ b/include/Nazara/VulkanRenderer/VulkanFramebuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanRenderImage.hpp b/include/Nazara/VulkanRenderer/VulkanRenderImage.hpp index df12fe7e9..3733f48f0 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderImage.hpp +++ b/include/Nazara/VulkanRenderer/VulkanRenderImage.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanRenderImage.inl b/include/Nazara/VulkanRenderer/VulkanRenderImage.inl index d1feba2a9..316e2f396 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderImage.inl +++ b/include/Nazara/VulkanRenderer/VulkanRenderImage.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanRenderPass.hpp b/include/Nazara/VulkanRenderer/VulkanRenderPass.hpp index 1973c5f47..ba253bbbd 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderPass.hpp +++ b/include/Nazara/VulkanRenderer/VulkanRenderPass.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanRenderPass.inl b/include/Nazara/VulkanRenderer/VulkanRenderPass.inl index ce153800d..f4250210f 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderPass.inl +++ b/include/Nazara/VulkanRenderer/VulkanRenderPass.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanRenderPipeline.hpp b/include/Nazara/VulkanRenderer/VulkanRenderPipeline.hpp index ed746db63..cfce25e42 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderPipeline.hpp +++ b/include/Nazara/VulkanRenderer/VulkanRenderPipeline.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanRenderPipeline.inl b/include/Nazara/VulkanRenderer/VulkanRenderPipeline.inl index 177d4a5d3..9fb8c6cca 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderPipeline.inl +++ b/include/Nazara/VulkanRenderer/VulkanRenderPipeline.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp b/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp index e8a0c2a3f..1345cf52e 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp +++ b/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.inl b/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.inl index a77927a90..e37f43e75 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.inl +++ b/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp b/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp index 3b0e4860b..206c318d7 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp +++ b/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanRenderWindow.inl b/include/Nazara/VulkanRenderer/VulkanRenderWindow.inl index f0413250b..67b65e350 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderWindow.inl +++ b/include/Nazara/VulkanRenderer/VulkanRenderWindow.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanRenderer.hpp b/include/Nazara/VulkanRenderer/VulkanRenderer.hpp index 51cda0914..2aa8c0174 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderer.hpp +++ b/include/Nazara/VulkanRenderer/VulkanRenderer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanRenderer.inl b/include/Nazara/VulkanRenderer/VulkanRenderer.inl index 12341585a..0f0d63c1f 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderer.inl +++ b/include/Nazara/VulkanRenderer/VulkanRenderer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanShaderBinding.hpp b/include/Nazara/VulkanRenderer/VulkanShaderBinding.hpp index 8d38b92dd..5540118d6 100644 --- a/include/Nazara/VulkanRenderer/VulkanShaderBinding.hpp +++ b/include/Nazara/VulkanRenderer/VulkanShaderBinding.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanShaderBinding.inl b/include/Nazara/VulkanRenderer/VulkanShaderBinding.inl index e24bf9977..9f1d8d45e 100644 --- a/include/Nazara/VulkanRenderer/VulkanShaderBinding.inl +++ b/include/Nazara/VulkanRenderer/VulkanShaderBinding.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp b/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp index 0492934f0..fcc46c132 100644 --- a/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp +++ b/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanShaderModule.inl b/include/Nazara/VulkanRenderer/VulkanShaderModule.inl index 8c3bded08..6c7f0e594 100644 --- a/include/Nazara/VulkanRenderer/VulkanShaderModule.inl +++ b/include/Nazara/VulkanRenderer/VulkanShaderModule.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanSurface.hpp b/include/Nazara/VulkanRenderer/VulkanSurface.hpp index 4c3e4e416..712febdaf 100644 --- a/include/Nazara/VulkanRenderer/VulkanSurface.hpp +++ b/include/Nazara/VulkanRenderer/VulkanSurface.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanSurface.inl b/include/Nazara/VulkanRenderer/VulkanSurface.inl index 18a125c4a..3b6b49738 100644 --- a/include/Nazara/VulkanRenderer/VulkanSurface.inl +++ b/include/Nazara/VulkanRenderer/VulkanSurface.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanTexture.hpp b/include/Nazara/VulkanRenderer/VulkanTexture.hpp index 864f45295..6f935050c 100644 --- a/include/Nazara/VulkanRenderer/VulkanTexture.hpp +++ b/include/Nazara/VulkanRenderer/VulkanTexture.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanTexture.inl b/include/Nazara/VulkanRenderer/VulkanTexture.inl index 26a36793a..73799d931 100644 --- a/include/Nazara/VulkanRenderer/VulkanTexture.inl +++ b/include/Nazara/VulkanRenderer/VulkanTexture.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanTextureFramebuffer.hpp b/include/Nazara/VulkanRenderer/VulkanTextureFramebuffer.hpp index 9055f07ad..18655ea45 100644 --- a/include/Nazara/VulkanRenderer/VulkanTextureFramebuffer.hpp +++ b/include/Nazara/VulkanRenderer/VulkanTextureFramebuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanTextureFramebuffer.inl b/include/Nazara/VulkanRenderer/VulkanTextureFramebuffer.inl index 43cd71ebe..4de1fa28e 100644 --- a/include/Nazara/VulkanRenderer/VulkanTextureFramebuffer.inl +++ b/include/Nazara/VulkanRenderer/VulkanTextureFramebuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanTextureSampler.hpp b/include/Nazara/VulkanRenderer/VulkanTextureSampler.hpp index f07670968..a2effbddb 100644 --- a/include/Nazara/VulkanRenderer/VulkanTextureSampler.hpp +++ b/include/Nazara/VulkanRenderer/VulkanTextureSampler.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanTextureSampler.inl b/include/Nazara/VulkanRenderer/VulkanTextureSampler.inl index 1f0be9bf5..5e0751f2e 100644 --- a/include/Nazara/VulkanRenderer/VulkanTextureSampler.inl +++ b/include/Nazara/VulkanRenderer/VulkanTextureSampler.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanUploadPool.hpp b/include/Nazara/VulkanRenderer/VulkanUploadPool.hpp index 52ed8175c..5423c5289 100644 --- a/include/Nazara/VulkanRenderer/VulkanUploadPool.hpp +++ b/include/Nazara/VulkanRenderer/VulkanUploadPool.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanUploadPool.inl b/include/Nazara/VulkanRenderer/VulkanUploadPool.inl index 6aa3d88aa..25a17a4fd 100644 --- a/include/Nazara/VulkanRenderer/VulkanUploadPool.inl +++ b/include/Nazara/VulkanRenderer/VulkanUploadPool.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/VulkanWindowFramebuffer.hpp b/include/Nazara/VulkanRenderer/VulkanWindowFramebuffer.hpp index 233f3411e..49004e986 100644 --- a/include/Nazara/VulkanRenderer/VulkanWindowFramebuffer.hpp +++ b/include/Nazara/VulkanRenderer/VulkanWindowFramebuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/VulkanWindowFramebuffer.inl b/include/Nazara/VulkanRenderer/VulkanWindowFramebuffer.inl index f1dafcecb..42913ead1 100644 --- a/include/Nazara/VulkanRenderer/VulkanWindowFramebuffer.inl +++ b/include/Nazara/VulkanRenderer/VulkanWindowFramebuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/AutoFree.hpp b/include/Nazara/VulkanRenderer/Wrapper/AutoFree.hpp index 68ce8b48a..839c423b6 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/AutoFree.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/AutoFree.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/AutoFree.inl b/include/Nazara/VulkanRenderer/Wrapper/AutoFree.inl index 8e0781406..84eff7e21 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/AutoFree.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/AutoFree.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/Buffer.hpp b/include/Nazara/VulkanRenderer/Wrapper/Buffer.hpp index 8e868df14..803fa3df1 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Buffer.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Buffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/Buffer.inl b/include/Nazara/VulkanRenderer/Wrapper/Buffer.inl index 15762a7b0..f7ab99814 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Buffer.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/Buffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp b/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp index 68b3b6075..18ad866e0 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.inl b/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.inl index f28219799..2b98cbb37 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/CommandPool.hpp b/include/Nazara/VulkanRenderer/Wrapper/CommandPool.hpp index fbe253bd1..279365375 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/CommandPool.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/CommandPool.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/CommandPool.inl b/include/Nazara/VulkanRenderer/Wrapper/CommandPool.inl index 615db5898..c6bf7ba2d 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/CommandPool.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/CommandPool.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.hpp b/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.hpp index 2a3f6fd97..0f31548aa 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.inl b/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.inl index 68d656676..093d1cdb2 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.hpp b/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.hpp index ee68a6e32..ddf2473a3 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.inl b/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.inl index 46392a326..3d578a6d8 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.hpp b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.hpp index 59e00e985..f4f2bb237 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.inl b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.inl index a601a3b02..ec12e98c1 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.hpp b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.hpp index c49fadcf2..ad93ee903 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.inl b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.inl index 3e25fe591..cd076c8e7 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/Device.hpp b/include/Nazara/VulkanRenderer/Wrapper/Device.hpp index 2408d3239..33834fd67 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Device.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Device.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/Device.inl b/include/Nazara/VulkanRenderer/Wrapper/Device.inl index 0174fe7fb..6e6bffc60 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Device.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/Device.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/DeviceFunctions.hpp b/include/Nazara/VulkanRenderer/Wrapper/DeviceFunctions.hpp index 6444e2124..e1ae71299 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DeviceFunctions.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DeviceFunctions.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #if !defined(NAZARA_VULKANRENDERER_DEVICE_FUNCTION) || !defined(NAZARA_VULKANRENDERER_DEVICE_CORE_EXT_FUNCTION) diff --git a/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.hpp b/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.hpp index 490a95095..f45752df1 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.inl b/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.inl index 7d8382302..dd1b588cc 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp b/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp index 288580a25..7c4d01d3b 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.inl b/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.inl index a42020d31..be6c64a32 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/Fence.hpp b/include/Nazara/VulkanRenderer/Wrapper/Fence.hpp index b4b5939df..34ec3ca88 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Fence.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Fence.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/Fence.inl b/include/Nazara/VulkanRenderer/Wrapper/Fence.inl index e89f31ed1..687ced8da 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Fence.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/Fence.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.hpp b/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.hpp index 8dd3446a0..06fd6becd 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.inl b/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.inl index 7b486c952..7330daf8a 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/GlobalFunctions.hpp b/include/Nazara/VulkanRenderer/Wrapper/GlobalFunctions.hpp index c050aa280..341b79542 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/GlobalFunctions.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/GlobalFunctions.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #if !defined(NAZARA_VULKANRENDERER_GLOBAL_FUNCTION) || !defined(NAZARA_VULKANRENDERER_GLOBAL_FUNCTION_OPT) diff --git a/include/Nazara/VulkanRenderer/Wrapper/Image.hpp b/include/Nazara/VulkanRenderer/Wrapper/Image.hpp index 14ff705d0..6fb07b4b5 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Image.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Image.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/Image.inl b/include/Nazara/VulkanRenderer/Wrapper/Image.inl index 575aab441..a4c7ded16 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Image.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/Image.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/ImageView.hpp b/include/Nazara/VulkanRenderer/Wrapper/ImageView.hpp index 78c99d9b4..5527d9181 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/ImageView.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/ImageView.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/ImageView.inl b/include/Nazara/VulkanRenderer/Wrapper/ImageView.inl index d49988586..10161ea0d 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/ImageView.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/ImageView.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/Instance.hpp b/include/Nazara/VulkanRenderer/Wrapper/Instance.hpp index ed3e9d5ac..78eda846f 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Instance.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Instance.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/Instance.inl b/include/Nazara/VulkanRenderer/Wrapper/Instance.inl index 84658f9af..0ebde48c5 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Instance.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/Instance.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/InstanceFunctions.hpp b/include/Nazara/VulkanRenderer/Wrapper/InstanceFunctions.hpp index 821723387..0a1224290 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/InstanceFunctions.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/InstanceFunctions.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #if !defined(NAZARA_VULKANRENDERER_INSTANCE_FUNCTION) || !defined(NAZARA_VULKANRENDERER_INSTANCE_CORE_EXT_FUNCTION) diff --git a/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.hpp b/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.hpp index b55312274..090681fa9 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.inl b/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.inl index 586867564..8d1ff6b75 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/Loader.hpp b/include/Nazara/VulkanRenderer/Wrapper/Loader.hpp index bdd5e4f45..8e3e0ca04 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Loader.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Loader.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/Loader.inl b/include/Nazara/VulkanRenderer/Wrapper/Loader.inl index 7fa6c4193..30ac7d324 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Loader.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/Loader.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp b/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp index 4b81e27fa..34c0cf043 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/Pipeline.hpp b/include/Nazara/VulkanRenderer/Wrapper/Pipeline.hpp index 995a9e0ca..a8a87bf6d 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Pipeline.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Pipeline.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/Pipeline.inl b/include/Nazara/VulkanRenderer/Wrapper/Pipeline.inl index ab865a777..2e4c8be40 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Pipeline.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/Pipeline.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.hpp b/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.hpp index eb697b9ed..ad4d6dc0f 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.inl b/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.inl index c16d8dbd8..d297ad7b3 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.hpp b/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.hpp index 9db58733d..8b251503c 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.inl b/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.inl index 96e1c57ac..b468003fc 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp b/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp index fd57befd1..5d9d12ea2 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.inl b/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.inl index 95462c1af..f548441f7 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/RenderPass.hpp b/include/Nazara/VulkanRenderer/Wrapper/RenderPass.hpp index 36e492654..6dfab3e0e 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/RenderPass.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/RenderPass.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/RenderPass.inl b/include/Nazara/VulkanRenderer/Wrapper/RenderPass.inl index 583dfa248..b2f21dbe6 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/RenderPass.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/RenderPass.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/Sampler.hpp b/include/Nazara/VulkanRenderer/Wrapper/Sampler.hpp index 1fa92b55a..b495f717b 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Sampler.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Sampler.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/Sampler.inl b/include/Nazara/VulkanRenderer/Wrapper/Sampler.inl index 7835bdce0..585d623a9 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Sampler.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/Sampler.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/Semaphore.hpp b/include/Nazara/VulkanRenderer/Wrapper/Semaphore.hpp index 62084b9b6..32f395e07 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Semaphore.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Semaphore.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/Semaphore.inl b/include/Nazara/VulkanRenderer/Wrapper/Semaphore.inl index 334af2fe6..526209138 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Semaphore.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/Semaphore.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.hpp b/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.hpp index d3724d464..306228e11 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.inl b/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.inl index 851e85916..929957197 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp b/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp index 7253fbc95..3d3d97524 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/Surface.inl b/include/Nazara/VulkanRenderer/Wrapper/Surface.inl index bdac5685b..19ea18a6e 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Surface.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/Surface.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/Swapchain.hpp b/include/Nazara/VulkanRenderer/Wrapper/Swapchain.hpp index 2710c4081..30b4ca9c1 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Swapchain.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Swapchain.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/VulkanRenderer/Wrapper/Swapchain.inl b/include/Nazara/VulkanRenderer/Wrapper/Swapchain.inl index 9079421f4..9f3aed1b8 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Swapchain.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/Swapchain.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Widgets/BaseWidget.hpp b/include/Nazara/Widgets/BaseWidget.hpp index dfe710a99..646f17b78 100644 --- a/include/Nazara/Widgets/BaseWidget.hpp +++ b/include/Nazara/Widgets/BaseWidget.hpp @@ -1,6 +1,6 @@ -// Copyright (C) 2017 Jérôme Leclercq -// This file is part of the "Nazara Development Kit" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" +// For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Widgets/BaseWidget.inl b/include/Nazara/Widgets/BaseWidget.inl index 37f1eaeff..179f6e737 100644 --- a/include/Nazara/Widgets/BaseWidget.inl +++ b/include/Nazara/Widgets/BaseWidget.inl @@ -1,6 +1,6 @@ -// Copyright (C) 2017 Jérôme Leclercq -// This file is part of the "Nazara Development Kit" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/include/Nazara/Widgets/ButtonWidget.hpp b/include/Nazara/Widgets/ButtonWidget.hpp index 602520682..7d4f4d65b 100644 --- a/include/Nazara/Widgets/ButtonWidget.hpp +++ b/include/Nazara/Widgets/ButtonWidget.hpp @@ -1,6 +1,6 @@ -// Copyright (C) 2017 Jérôme Leclercq -// This file is part of the "Nazara Development Kit" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" +// For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Widgets/ButtonWidget.inl b/include/Nazara/Widgets/ButtonWidget.inl index ea914c397..e305e6007 100644 --- a/include/Nazara/Widgets/ButtonWidget.inl +++ b/include/Nazara/Widgets/ButtonWidget.inl @@ -1,6 +1,6 @@ -// Copyright (C) 2017 Jérôme Leclercq -// This file is part of the "Nazara Development Kit" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Widgets/Canvas.hpp b/include/Nazara/Widgets/Canvas.hpp index 38837ed66..6f2ae15cd 100644 --- a/include/Nazara/Widgets/Canvas.hpp +++ b/include/Nazara/Widgets/Canvas.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Widgets module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Widgets/Canvas.inl b/include/Nazara/Widgets/Canvas.inl index 3cbb75eea..a792d7c85 100644 --- a/include/Nazara/Widgets/Canvas.inl +++ b/include/Nazara/Widgets/Canvas.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Widgets module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Widgets/Config.hpp b/include/Nazara/Widgets/Config.hpp index 5c9bfee99..2b17470db 100644 --- a/include/Nazara/Widgets/Config.hpp +++ b/include/Nazara/Widgets/Config.hpp @@ -1,7 +1,7 @@ /* Nazara Engine - Widgets module - Copyright (C) 2020 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Widgets/ConfigCheck.hpp b/include/Nazara/Widgets/ConfigCheck.hpp index a925ba173..8f31e9d74 100644 --- a/include/Nazara/Widgets/ConfigCheck.hpp +++ b/include/Nazara/Widgets/ConfigCheck.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Widgets module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Widgets/Debug.hpp b/include/Nazara/Widgets/Debug.hpp index 93304d1e0..8882fa69d 100644 --- a/include/Nazara/Widgets/Debug.hpp +++ b/include/Nazara/Widgets/Debug.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Graphics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Widgets/DebugOff.hpp b/include/Nazara/Widgets/DebugOff.hpp index 9745d0d9a..0239dc1c1 100644 --- a/include/Nazara/Widgets/DebugOff.hpp +++ b/include/Nazara/Widgets/DebugOff.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Graphics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" // For conditions of distribution and use, see copyright notice in Config.hpp // We assume that Debug.hpp has already been included, same thing for Config.hpp diff --git a/include/Nazara/Widgets/LabelWidget.hpp b/include/Nazara/Widgets/LabelWidget.hpp index b6811fb09..4680571ea 100644 --- a/include/Nazara/Widgets/LabelWidget.hpp +++ b/include/Nazara/Widgets/LabelWidget.hpp @@ -1,6 +1,6 @@ -// Copyright (C) 2017 Jérôme Leclercq -// This file is part of the "Nazara Development Kit" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" +// For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/include/Nazara/Widgets/LabelWidget.inl b/include/Nazara/Widgets/LabelWidget.inl index 541f80126..f1b336b84 100644 --- a/include/Nazara/Widgets/LabelWidget.inl +++ b/include/Nazara/Widgets/LabelWidget.inl @@ -1,6 +1,6 @@ -// Copyright (C) 2017 Jérôme Leclercq -// This file is part of the "Nazara Development Kit" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/include/Nazara/Widgets/Widgets.hpp b/include/Nazara/Widgets/Widgets.hpp index ff0076557..f9118f882 100644 --- a/include/Nazara/Widgets/Widgets.hpp +++ b/include/Nazara/Widgets/Widgets.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Widgets module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Widgets/Widgets.inl b/include/Nazara/Widgets/Widgets.inl index 1cc5a07ae..29342ca41 100644 --- a/include/Nazara/Widgets/Widgets.inl +++ b/include/Nazara/Widgets/Widgets.inl @@ -1,5 +1,5 @@ -// Copyright (C) 2017 Jérôme Leclercq -// This file is part of the "Nazara Engine - Graphics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Audio/Audio.cpp b/src/Nazara/Audio/Audio.cpp index 0202cfa5b..a45d01a68 100644 --- a/src/Nazara/Audio/Audio.cpp +++ b/src/Nazara/Audio/Audio.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Audio/Debug/NewOverload.cpp b/src/Nazara/Audio/Debug/NewOverload.cpp index 098d812d7..4f70c098d 100644 --- a/src/Nazara/Audio/Debug/NewOverload.cpp +++ b/src/Nazara/Audio/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Audio/Formats/drwavLoader.cpp b/src/Nazara/Audio/Formats/drwavLoader.cpp index b8bcebe10..dcc9a2e5f 100644 --- a/src/Nazara/Audio/Formats/drwavLoader.cpp +++ b/src/Nazara/Audio/Formats/drwavLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Audio/Formats/drwavLoader.hpp b/src/Nazara/Audio/Formats/drwavLoader.hpp index 49d4adb17..f6a5f81b0 100644 --- a/src/Nazara/Audio/Formats/drwavLoader.hpp +++ b/src/Nazara/Audio/Formats/drwavLoader.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/src/Nazara/Audio/Formats/libflacLoader.cpp b/src/Nazara/Audio/Formats/libflacLoader.cpp index fbaf48e6b..fd0368ca6 100644 --- a/src/Nazara/Audio/Formats/libflacLoader.cpp +++ b/src/Nazara/Audio/Formats/libflacLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp @@ -612,4 +612,3 @@ namespace Nz } } } - diff --git a/src/Nazara/Audio/Formats/libflacLoader.hpp b/src/Nazara/Audio/Formats/libflacLoader.hpp index 3640f2d6f..32b85bfa4 100644 --- a/src/Nazara/Audio/Formats/libflacLoader.hpp +++ b/src/Nazara/Audio/Formats/libflacLoader.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/src/Nazara/Audio/Formats/libvorbisLoader.cpp b/src/Nazara/Audio/Formats/libvorbisLoader.cpp index f371f8f1a..f5017a20f 100644 --- a/src/Nazara/Audio/Formats/libvorbisLoader.cpp +++ b/src/Nazara/Audio/Formats/libvorbisLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp @@ -436,4 +436,3 @@ namespace Nz } } } - diff --git a/src/Nazara/Audio/Formats/libvorbisLoader.hpp b/src/Nazara/Audio/Formats/libvorbisLoader.hpp index b82d53bad..c58c48a9e 100644 --- a/src/Nazara/Audio/Formats/libvorbisLoader.hpp +++ b/src/Nazara/Audio/Formats/libvorbisLoader.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/src/Nazara/Audio/Formats/minimp3Loader.cpp b/src/Nazara/Audio/Formats/minimp3Loader.cpp index 9f6156b2b..5e37bdcf8 100644 --- a/src/Nazara/Audio/Formats/minimp3Loader.cpp +++ b/src/Nazara/Audio/Formats/minimp3Loader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Audio/Formats/minimp3Loader.hpp b/src/Nazara/Audio/Formats/minimp3Loader.hpp index 4d40ef00b..6da7cbbb9 100644 --- a/src/Nazara/Audio/Formats/minimp3Loader.hpp +++ b/src/Nazara/Audio/Formats/minimp3Loader.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/src/Nazara/Audio/Music.cpp b/src/Nazara/Audio/Music.cpp index 8e07cc1d1..b74eaf517 100644 --- a/src/Nazara/Audio/Music.cpp +++ b/src/Nazara/Audio/Music.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Audio/OpenAL.cpp b/src/Nazara/Audio/OpenAL.cpp index cfddec361..1348601f1 100644 --- a/src/Nazara/Audio/OpenAL.cpp +++ b/src/Nazara/Audio/OpenAL.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Audio/Sound.cpp b/src/Nazara/Audio/Sound.cpp index 5e02f8dfa..f4dc8b3a8 100644 --- a/src/Nazara/Audio/Sound.cpp +++ b/src/Nazara/Audio/Sound.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Audio/SoundBuffer.cpp b/src/Nazara/Audio/SoundBuffer.cpp index fe078846c..652256ed4 100644 --- a/src/Nazara/Audio/SoundBuffer.cpp +++ b/src/Nazara/Audio/SoundBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Audio/SoundEmitter.cpp b/src/Nazara/Audio/SoundEmitter.cpp index deeb27855..108680a2b 100644 --- a/src/Nazara/Audio/SoundEmitter.cpp +++ b/src/Nazara/Audio/SoundEmitter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Audio/SoundStream.cpp b/src/Nazara/Audio/SoundStream.cpp index 8f388f67a..b1c4f27a4 100644 --- a/src/Nazara/Audio/SoundStream.cpp +++ b/src/Nazara/Audio/SoundStream.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/AbstractHash.cpp b/src/Nazara/Core/AbstractHash.cpp index b70c3d5fc..06415149f 100644 --- a/src/Nazara/Core/AbstractHash.cpp +++ b/src/Nazara/Core/AbstractHash.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/AbstractLogger.cpp b/src/Nazara/Core/AbstractLogger.cpp index da9614364..5cd05574a 100644 --- a/src/Nazara/Core/AbstractLogger.cpp +++ b/src/Nazara/Core/AbstractLogger.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/AlgorithmCore.cpp b/src/Nazara/Core/AlgorithmCore.cpp index 039a116e1..5a932bc4c 100644 --- a/src/Nazara/Core/AlgorithmCore.cpp +++ b/src/Nazara/Core/AlgorithmCore.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/ByteArray.cpp b/src/Nazara/Core/ByteArray.cpp index 46adef6e3..b3e98f2c0 100644 --- a/src/Nazara/Core/ByteArray.cpp +++ b/src/Nazara/Core/ByteArray.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/ByteStream.cpp b/src/Nazara/Core/ByteStream.cpp index 782f4de42..86fdcb7a7 100644 --- a/src/Nazara/Core/ByteStream.cpp +++ b/src/Nazara/Core/ByteStream.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Clock.cpp b/src/Nazara/Core/Clock.cpp index 7b41422a9..d291775b3 100644 --- a/src/Nazara/Core/Clock.cpp +++ b/src/Nazara/Core/Clock.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Color.cpp b/src/Nazara/Core/Color.cpp index d6cd528a5..81111acc7 100644 --- a/src/Nazara/Core/Color.cpp +++ b/src/Nazara/Core/Color.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Core.cpp b/src/Nazara/Core/Core.cpp index 02e2e013d..1bd6ec1d2 100644 --- a/src/Nazara/Core/Core.cpp +++ b/src/Nazara/Core/Core.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Debug/NewOverload.cpp b/src/Nazara/Core/Debug/NewOverload.cpp index 091f8b5c2..9bbbe7362 100644 --- a/src/Nazara/Core/Debug/NewOverload.cpp +++ b/src/Nazara/Core/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Debug/NewRedefinition.cpp b/src/Nazara/Core/Debug/NewRedefinition.cpp index 89e7fc59a..536ad9a0d 100644 --- a/src/Nazara/Core/Debug/NewRedefinition.cpp +++ b/src/Nazara/Core/Debug/NewRedefinition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/DynLib.cpp b/src/Nazara/Core/DynLib.cpp index 2565314d9..34145f82e 100644 --- a/src/Nazara/Core/DynLib.cpp +++ b/src/Nazara/Core/DynLib.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/ECS.cpp b/src/Nazara/Core/ECS.cpp index d1d40a6ed..a97d49439 100644 --- a/src/Nazara/Core/ECS.cpp +++ b/src/Nazara/Core/ECS.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/EmptyStream.cpp b/src/Nazara/Core/EmptyStream.cpp index 571c5de6e..62ba99a50 100644 --- a/src/Nazara/Core/EmptyStream.cpp +++ b/src/Nazara/Core/EmptyStream.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Error.cpp b/src/Nazara/Core/Error.cpp index ff928b24e..9d9caa0a0 100644 --- a/src/Nazara/Core/Error.cpp +++ b/src/Nazara/Core/Error.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/ErrorFlags.cpp b/src/Nazara/Core/ErrorFlags.cpp index 8a4b424ab..0d5c65829 100644 --- a/src/Nazara/Core/ErrorFlags.cpp +++ b/src/Nazara/Core/ErrorFlags.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/File.cpp b/src/Nazara/Core/File.cpp index 56bd2ae41..0e6d09dcd 100644 --- a/src/Nazara/Core/File.cpp +++ b/src/Nazara/Core/File.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/FileLogger.cpp b/src/Nazara/Core/FileLogger.cpp index 5aedf9aad..c0e231a19 100644 --- a/src/Nazara/Core/FileLogger.cpp +++ b/src/Nazara/Core/FileLogger.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/GuillotineBinPack.cpp b/src/Nazara/Core/GuillotineBinPack.cpp index 9e33d8cc8..8e6136a0c 100644 --- a/src/Nazara/Core/GuillotineBinPack.cpp +++ b/src/Nazara/Core/GuillotineBinPack.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/HandledObject.cpp b/src/Nazara/Core/HandledObject.cpp index f140330ff..c6a3c9db3 100644 --- a/src/Nazara/Core/HandledObject.cpp +++ b/src/Nazara/Core/HandledObject.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/HardwareInfo.cpp b/src/Nazara/Core/HardwareInfo.cpp index e190507f5..a1d7db107 100644 --- a/src/Nazara/Core/HardwareInfo.cpp +++ b/src/Nazara/Core/HardwareInfo.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Hash/CRC32.cpp b/src/Nazara/Core/Hash/CRC32.cpp index 52435ac89..6ed2ed0f2 100644 --- a/src/Nazara/Core/Hash/CRC32.cpp +++ b/src/Nazara/Core/Hash/CRC32.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Hash/CRC64.cpp b/src/Nazara/Core/Hash/CRC64.cpp index 7dfa4660c..3196d913f 100644 --- a/src/Nazara/Core/Hash/CRC64.cpp +++ b/src/Nazara/Core/Hash/CRC64.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Hash/Fletcher16.cpp b/src/Nazara/Core/Hash/Fletcher16.cpp index 5afb1ad8a..5b0e385d2 100644 --- a/src/Nazara/Core/Hash/Fletcher16.cpp +++ b/src/Nazara/Core/Hash/Fletcher16.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Hash/MD5.cpp b/src/Nazara/Core/Hash/MD5.cpp index 76df113a7..fa55cc763 100644 --- a/src/Nazara/Core/Hash/MD5.cpp +++ b/src/Nazara/Core/Hash/MD5.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Hash/SHA/Internal.cpp b/src/Nazara/Core/Hash/SHA/Internal.cpp index af54fb758..b3105af7d 100644 --- a/src/Nazara/Core/Hash/SHA/Internal.cpp +++ b/src/Nazara/Core/Hash/SHA/Internal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Hash/SHA/Internal.hpp b/src/Nazara/Core/Hash/SHA/Internal.hpp index f5ca6d06c..a10fe6f38 100644 --- a/src/Nazara/Core/Hash/SHA/Internal.hpp +++ b/src/Nazara/Core/Hash/SHA/Internal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp @@ -107,4 +107,3 @@ namespace Nz } #endif /* NAZARA_HASH_SHA2_INTERNAL_HPP */ - diff --git a/src/Nazara/Core/Hash/SHA1.cpp b/src/Nazara/Core/Hash/SHA1.cpp index 3fa6b0d06..3d0cbe794 100644 --- a/src/Nazara/Core/Hash/SHA1.cpp +++ b/src/Nazara/Core/Hash/SHA1.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Hash/SHA224.cpp b/src/Nazara/Core/Hash/SHA224.cpp index 5abafaa64..4f48f0602 100644 --- a/src/Nazara/Core/Hash/SHA224.cpp +++ b/src/Nazara/Core/Hash/SHA224.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Hash/SHA256.cpp b/src/Nazara/Core/Hash/SHA256.cpp index dd085456d..8d925578f 100644 --- a/src/Nazara/Core/Hash/SHA256.cpp +++ b/src/Nazara/Core/Hash/SHA256.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Hash/SHA384.cpp b/src/Nazara/Core/Hash/SHA384.cpp index 4c794b4b8..f83f08d69 100644 --- a/src/Nazara/Core/Hash/SHA384.cpp +++ b/src/Nazara/Core/Hash/SHA384.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Hash/SHA512.cpp b/src/Nazara/Core/Hash/SHA512.cpp index 258908063..1600bad51 100644 --- a/src/Nazara/Core/Hash/SHA512.cpp +++ b/src/Nazara/Core/Hash/SHA512.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Hash/Whirlpool.cpp b/src/Nazara/Core/Hash/Whirlpool.cpp index 35641ada2..a35bd17f5 100644 --- a/src/Nazara/Core/Hash/Whirlpool.cpp +++ b/src/Nazara/Core/Hash/Whirlpool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Log.cpp b/src/Nazara/Core/Log.cpp index 862052110..31e7e8c8d 100644 --- a/src/Nazara/Core/Log.cpp +++ b/src/Nazara/Core/Log.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/MemoryManager.cpp b/src/Nazara/Core/MemoryManager.cpp index ac8b5ee81..b5ebb9c06 100644 --- a/src/Nazara/Core/MemoryManager.cpp +++ b/src/Nazara/Core/MemoryManager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/MemoryStream.cpp b/src/Nazara/Core/MemoryStream.cpp index 884ab64d5..4af3d9b71 100644 --- a/src/Nazara/Core/MemoryStream.cpp +++ b/src/Nazara/Core/MemoryStream.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/MemoryView.cpp b/src/Nazara/Core/MemoryView.cpp index ef9062aa6..ca365251b 100644 --- a/src/Nazara/Core/MemoryView.cpp +++ b/src/Nazara/Core/MemoryView.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/ParameterList.cpp b/src/Nazara/Core/ParameterList.cpp index 87b80822a..e6e6e0821 100644 --- a/src/Nazara/Core/ParameterList.cpp +++ b/src/Nazara/Core/ParameterList.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/PluginManager.cpp b/src/Nazara/Core/PluginManager.cpp index 44d14d4c7..e5bd18184 100644 --- a/src/Nazara/Core/PluginManager.cpp +++ b/src/Nazara/Core/PluginManager.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/PoolByteStream.cpp b/src/Nazara/Core/PoolByteStream.cpp index ca778b44d..3ce03dcfe 100644 --- a/src/Nazara/Core/PoolByteStream.cpp +++ b/src/Nazara/Core/PoolByteStream.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/ClockImpl.cpp b/src/Nazara/Core/Posix/ClockImpl.cpp index 203b1fbbb..e9e9afdef 100644 --- a/src/Nazara/Core/Posix/ClockImpl.cpp +++ b/src/Nazara/Core/Posix/ClockImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Alexandre Janniaux +// Copyright (C) 2021 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/ClockImpl.hpp b/src/Nazara/Core/Posix/ClockImpl.hpp index 5a4fd18e4..ce4a4af15 100644 --- a/src/Nazara/Core/Posix/ClockImpl.hpp +++ b/src/Nazara/Core/Posix/ClockImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Alexandre Janniaux +// Copyright (C) 2021 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/DynLibImpl.cpp b/src/Nazara/Core/Posix/DynLibImpl.cpp index 99b9c2f81..cd42124f8 100644 --- a/src/Nazara/Core/Posix/DynLibImpl.cpp +++ b/src/Nazara/Core/Posix/DynLibImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Alexandre Janniaux +// Copyright (C) 2021 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/DynLibImpl.hpp b/src/Nazara/Core/Posix/DynLibImpl.hpp index 1ce00e423..6e2ffa53a 100644 --- a/src/Nazara/Core/Posix/DynLibImpl.hpp +++ b/src/Nazara/Core/Posix/DynLibImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Alexandre Janniaux +// Copyright (C) 2021 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/FileImpl.cpp b/src/Nazara/Core/Posix/FileImpl.cpp index f994475c6..12b0e4706 100644 --- a/src/Nazara/Core/Posix/FileImpl.cpp +++ b/src/Nazara/Core/Posix/FileImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Alexandre Janniaux +// Copyright (C) 2021 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/FileImpl.hpp b/src/Nazara/Core/Posix/FileImpl.hpp index 81e09df7b..68a829696 100644 --- a/src/Nazara/Core/Posix/FileImpl.hpp +++ b/src/Nazara/Core/Posix/FileImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Alexandre Janniaux +// Copyright (C) 2021 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/HardwareInfoImpl.cpp b/src/Nazara/Core/Posix/HardwareInfoImpl.cpp index 6e23c2f8b..4204b3b81 100644 --- a/src/Nazara/Core/Posix/HardwareInfoImpl.cpp +++ b/src/Nazara/Core/Posix/HardwareInfoImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Alexandre Janniaux +// Copyright (C) 2021 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/HardwareInfoImpl.hpp b/src/Nazara/Core/Posix/HardwareInfoImpl.hpp index fab07f2a7..12cab3f7a 100644 --- a/src/Nazara/Core/Posix/HardwareInfoImpl.hpp +++ b/src/Nazara/Core/Posix/HardwareInfoImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Alexandre Janniaux +// Copyright (C) 2021 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/TaskSchedulerImpl.cpp b/src/Nazara/Core/Posix/TaskSchedulerImpl.cpp index 0ec5b9ee8..b83fa2f14 100644 --- a/src/Nazara/Core/Posix/TaskSchedulerImpl.cpp +++ b/src/Nazara/Core/Posix/TaskSchedulerImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp b/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp index 024125cd9..a5d272dfc 100644 --- a/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp +++ b/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/PrimitiveList.cpp b/src/Nazara/Core/PrimitiveList.cpp index daa54df69..009afbfff 100644 --- a/src/Nazara/Core/PrimitiveList.cpp +++ b/src/Nazara/Core/PrimitiveList.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/RefCounted.cpp b/src/Nazara/Core/RefCounted.cpp index 69468eb29..de308fffc 100644 --- a/src/Nazara/Core/RefCounted.cpp +++ b/src/Nazara/Core/RefCounted.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Resource.cpp b/src/Nazara/Core/Resource.cpp index 739e49f4d..6a8498496 100644 --- a/src/Nazara/Core/Resource.cpp +++ b/src/Nazara/Core/Resource.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/SerializationContext.cpp b/src/Nazara/Core/SerializationContext.cpp index 38feb2ad6..828fdd7f6 100644 --- a/src/Nazara/Core/SerializationContext.cpp +++ b/src/Nazara/Core/SerializationContext.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/StdLogger.cpp b/src/Nazara/Core/StdLogger.cpp index 8e7225cb6..43ce5a980 100644 --- a/src/Nazara/Core/StdLogger.cpp +++ b/src/Nazara/Core/StdLogger.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Stream.cpp b/src/Nazara/Core/Stream.cpp index 1b4a6030b..d0fd2400d 100644 --- a/src/Nazara/Core/Stream.cpp +++ b/src/Nazara/Core/Stream.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/StringExt.cpp b/src/Nazara/Core/StringExt.cpp index 4c02af5cc..2e59889fd 100644 --- a/src/Nazara/Core/StringExt.cpp +++ b/src/Nazara/Core/StringExt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/TaskScheduler.cpp b/src/Nazara/Core/TaskScheduler.cpp index dc992953e..b7211ff8a 100644 --- a/src/Nazara/Core/TaskScheduler.cpp +++ b/src/Nazara/Core/TaskScheduler.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Unicode.cpp b/src/Nazara/Core/Unicode.cpp index 28be2bc93..6c7e5cf6a 100644 --- a/src/Nazara/Core/Unicode.cpp +++ b/src/Nazara/Core/Unicode.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Updatable.cpp b/src/Nazara/Core/Updatable.cpp index 4acd28d8b..d2d9cd352 100644 --- a/src/Nazara/Core/Updatable.cpp +++ b/src/Nazara/Core/Updatable.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Win32/ClockImpl.cpp b/src/Nazara/Core/Win32/ClockImpl.cpp index a2fa8a996..8649f4d9e 100644 --- a/src/Nazara/Core/Win32/ClockImpl.cpp +++ b/src/Nazara/Core/Win32/ClockImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Win32/ClockImpl.hpp b/src/Nazara/Core/Win32/ClockImpl.hpp index 18410899b..b2af58d0d 100644 --- a/src/Nazara/Core/Win32/ClockImpl.hpp +++ b/src/Nazara/Core/Win32/ClockImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Win32/DynLibImpl.cpp b/src/Nazara/Core/Win32/DynLibImpl.cpp index 8db998956..7656211de 100644 --- a/src/Nazara/Core/Win32/DynLibImpl.cpp +++ b/src/Nazara/Core/Win32/DynLibImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Win32/DynLibImpl.hpp b/src/Nazara/Core/Win32/DynLibImpl.hpp index 2b0ede570..f7cfa5638 100644 --- a/src/Nazara/Core/Win32/DynLibImpl.hpp +++ b/src/Nazara/Core/Win32/DynLibImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Win32/FileImpl.cpp b/src/Nazara/Core/Win32/FileImpl.cpp index 69f38ff9f..fcd6511c1 100644 --- a/src/Nazara/Core/Win32/FileImpl.cpp +++ b/src/Nazara/Core/Win32/FileImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Win32/FileImpl.hpp b/src/Nazara/Core/Win32/FileImpl.hpp index 6c7e75203..8bdd715a3 100644 --- a/src/Nazara/Core/Win32/FileImpl.hpp +++ b/src/Nazara/Core/Win32/FileImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Win32/HardwareInfoImpl.cpp b/src/Nazara/Core/Win32/HardwareInfoImpl.cpp index fea0668bc..971c33ae3 100644 --- a/src/Nazara/Core/Win32/HardwareInfoImpl.cpp +++ b/src/Nazara/Core/Win32/HardwareInfoImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Win32/HardwareInfoImpl.hpp b/src/Nazara/Core/Win32/HardwareInfoImpl.hpp index d2e4c3937..4e26d0dde 100644 --- a/src/Nazara/Core/Win32/HardwareInfoImpl.hpp +++ b/src/Nazara/Core/Win32/HardwareInfoImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Win32/TaskSchedulerImpl.cpp b/src/Nazara/Core/Win32/TaskSchedulerImpl.cpp index b24b4ab28..ef486a13d 100644 --- a/src/Nazara/Core/Win32/TaskSchedulerImpl.cpp +++ b/src/Nazara/Core/Win32/TaskSchedulerImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Win32/TaskSchedulerImpl.hpp b/src/Nazara/Core/Win32/TaskSchedulerImpl.hpp index f40ac0fe1..360d471a2 100644 --- a/src/Nazara/Core/Win32/TaskSchedulerImpl.hpp +++ b/src/Nazara/Core/Win32/TaskSchedulerImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Win32/Time.cpp b/src/Nazara/Core/Win32/Time.cpp index e926a2b9e..f096e1e69 100644 --- a/src/Nazara/Core/Win32/Time.cpp +++ b/src/Nazara/Core/Win32/Time.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Win32/Time.hpp b/src/Nazara/Core/Win32/Time.hpp index 2e784a409..44b7c84a8 100644 --- a/src/Nazara/Core/Win32/Time.hpp +++ b/src/Nazara/Core/Win32/Time.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/AbstractViewer.cpp b/src/Nazara/Graphics/AbstractViewer.cpp index 414dabbe7..f5cfb4342 100644 --- a/src/Nazara/Graphics/AbstractViewer.cpp +++ b/src/Nazara/Graphics/AbstractViewer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/AlgorithmGraphics.cpp b/src/Nazara/Graphics/AlgorithmGraphics.cpp index 421dd7e74..249c89fa0 100644 --- a/src/Nazara/Graphics/AlgorithmGraphics.cpp +++ b/src/Nazara/Graphics/AlgorithmGraphics.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/BakedFrameGraph.cpp b/src/Nazara/Graphics/BakedFrameGraph.cpp index 5c3dfd792..07b4e6eea 100644 --- a/src/Nazara/Graphics/BakedFrameGraph.cpp +++ b/src/Nazara/Graphics/BakedFrameGraph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/BasicMaterial.cpp b/src/Nazara/Graphics/BasicMaterial.cpp index ab31aa67d..0ae050012 100644 --- a/src/Nazara/Graphics/BasicMaterial.cpp +++ b/src/Nazara/Graphics/BasicMaterial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/Camera.cpp b/src/Nazara/Graphics/Camera.cpp index d955324db..e1c6a3ce2 100644 --- a/src/Nazara/Graphics/Camera.cpp +++ b/src/Nazara/Graphics/Camera.cpp @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Graphics module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/src/Nazara/Graphics/Components/CameraComponent.cpp b/src/Nazara/Graphics/Components/CameraComponent.cpp index 8b9bf0b34..72cc206ef 100644 --- a/src/Nazara/Graphics/Components/CameraComponent.cpp +++ b/src/Nazara/Graphics/Components/CameraComponent.cpp @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Graphics module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/src/Nazara/Graphics/Components/GraphicsComponent.cpp b/src/Nazara/Graphics/Components/GraphicsComponent.cpp index c246b33c8..4ddea8e6e 100644 --- a/src/Nazara/Graphics/Components/GraphicsComponent.cpp +++ b/src/Nazara/Graphics/Components/GraphicsComponent.cpp @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Graphics module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/src/Nazara/Graphics/Debug/NewOverload.cpp b/src/Nazara/Graphics/Debug/NewOverload.cpp index 609c3ff82..547268e67 100644 --- a/src/Nazara/Graphics/Debug/NewOverload.cpp +++ b/src/Nazara/Graphics/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/DepthMaterial.cpp b/src/Nazara/Graphics/DepthMaterial.cpp index b81edcb01..31d5e8088 100644 --- a/src/Nazara/Graphics/DepthMaterial.cpp +++ b/src/Nazara/Graphics/DepthMaterial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/ElementRenderer.cpp b/src/Nazara/Graphics/ElementRenderer.cpp index 1e8f913ea..3c2b90596 100644 --- a/src/Nazara/Graphics/ElementRenderer.cpp +++ b/src/Nazara/Graphics/ElementRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/ForwardFramePipeline.cpp b/src/Nazara/Graphics/ForwardFramePipeline.cpp index 9ad4bcf43..70a848038 100644 --- a/src/Nazara/Graphics/ForwardFramePipeline.cpp +++ b/src/Nazara/Graphics/ForwardFramePipeline.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/FrameGraph.cpp b/src/Nazara/Graphics/FrameGraph.cpp index 3f2ee1df1..da02a2dee 100644 --- a/src/Nazara/Graphics/FrameGraph.cpp +++ b/src/Nazara/Graphics/FrameGraph.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/FramePass.cpp b/src/Nazara/Graphics/FramePass.cpp index 942a9e358..5d25b9bb0 100644 --- a/src/Nazara/Graphics/FramePass.cpp +++ b/src/Nazara/Graphics/FramePass.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/FramePassAttachment.cpp b/src/Nazara/Graphics/FramePassAttachment.cpp index 9c8da8708..fe0748a4c 100644 --- a/src/Nazara/Graphics/FramePassAttachment.cpp +++ b/src/Nazara/Graphics/FramePassAttachment.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/FramePipeline.cpp b/src/Nazara/Graphics/FramePipeline.cpp index f0826ce5b..23d3e638a 100644 --- a/src/Nazara/Graphics/FramePipeline.cpp +++ b/src/Nazara/Graphics/FramePipeline.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/GraphicalMesh.cpp b/src/Nazara/Graphics/GraphicalMesh.cpp index 278ab885a..281e22f57 100644 --- a/src/Nazara/Graphics/GraphicalMesh.cpp +++ b/src/Nazara/Graphics/GraphicalMesh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/Graphics.cpp b/src/Nazara/Graphics/Graphics.cpp index ceec16cd8..6d10f2bb9 100644 --- a/src/Nazara/Graphics/Graphics.cpp +++ b/src/Nazara/Graphics/Graphics.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/GuillotineTextureAtlas.cpp b/src/Nazara/Graphics/GuillotineTextureAtlas.cpp index 41e9d1fda..1707734d3 100644 --- a/src/Nazara/Graphics/GuillotineTextureAtlas.cpp +++ b/src/Nazara/Graphics/GuillotineTextureAtlas.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/InstancedRenderable.cpp b/src/Nazara/Graphics/InstancedRenderable.cpp index ef42be4af..53c409ed8 100644 --- a/src/Nazara/Graphics/InstancedRenderable.cpp +++ b/src/Nazara/Graphics/InstancedRenderable.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/Material.cpp b/src/Nazara/Graphics/Material.cpp index d16dad4b0..6629876e0 100644 --- a/src/Nazara/Graphics/Material.cpp +++ b/src/Nazara/Graphics/Material.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/MaterialPass.cpp b/src/Nazara/Graphics/MaterialPass.cpp index c005aab3a..a78cef04e 100644 --- a/src/Nazara/Graphics/MaterialPass.cpp +++ b/src/Nazara/Graphics/MaterialPass.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/MaterialPipeline.cpp b/src/Nazara/Graphics/MaterialPipeline.cpp index a4976450f..0c1fe8843 100644 --- a/src/Nazara/Graphics/MaterialPipeline.cpp +++ b/src/Nazara/Graphics/MaterialPipeline.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/Model.cpp b/src/Nazara/Graphics/Model.cpp index a3a95e770..dd1aa629d 100644 --- a/src/Nazara/Graphics/Model.cpp +++ b/src/Nazara/Graphics/Model.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/PhongLightingMaterial.cpp b/src/Nazara/Graphics/PhongLightingMaterial.cpp index 90a5201e2..83651e93f 100644 --- a/src/Nazara/Graphics/PhongLightingMaterial.cpp +++ b/src/Nazara/Graphics/PhongLightingMaterial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/PredefinedShaderStructs.cpp b/src/Nazara/Graphics/PredefinedShaderStructs.cpp index 3fede9eb5..419f84804 100644 --- a/src/Nazara/Graphics/PredefinedShaderStructs.cpp +++ b/src/Nazara/Graphics/PredefinedShaderStructs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/RenderElement.cpp b/src/Nazara/Graphics/RenderElement.cpp index f9aa0e5b8..dfb6fafa5 100644 --- a/src/Nazara/Graphics/RenderElement.cpp +++ b/src/Nazara/Graphics/RenderElement.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/Sprite.cpp b/src/Nazara/Graphics/Sprite.cpp index 85d88cae2..576f13935 100644 --- a/src/Nazara/Graphics/Sprite.cpp +++ b/src/Nazara/Graphics/Sprite.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/SpriteChainRenderer.cpp b/src/Nazara/Graphics/SpriteChainRenderer.cpp index da53e9f30..33fcdf982 100644 --- a/src/Nazara/Graphics/SpriteChainRenderer.cpp +++ b/src/Nazara/Graphics/SpriteChainRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/SubmeshRenderer.cpp b/src/Nazara/Graphics/SubmeshRenderer.cpp index 6520f7515..c4b1aa59c 100644 --- a/src/Nazara/Graphics/SubmeshRenderer.cpp +++ b/src/Nazara/Graphics/SubmeshRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/Systems/RenderSystem.cpp b/src/Nazara/Graphics/Systems/RenderSystem.cpp index 8298d02df..9dff25bca 100644 --- a/src/Nazara/Graphics/Systems/RenderSystem.cpp +++ b/src/Nazara/Graphics/Systems/RenderSystem.cpp @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Graphics module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/src/Nazara/Graphics/TextSprite.cpp b/src/Nazara/Graphics/TextSprite.cpp index 2567eb6e4..2d60a6c88 100644 --- a/src/Nazara/Graphics/TextSprite.cpp +++ b/src/Nazara/Graphics/TextSprite.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/TextureSamplerCache.cpp b/src/Nazara/Graphics/TextureSamplerCache.cpp index d211a9a36..18bb02b3e 100644 --- a/src/Nazara/Graphics/TextureSamplerCache.cpp +++ b/src/Nazara/Graphics/TextureSamplerCache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/UberShader.cpp b/src/Nazara/Graphics/UberShader.cpp index 97216e38a..c581270a7 100644 --- a/src/Nazara/Graphics/UberShader.cpp +++ b/src/Nazara/Graphics/UberShader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/ViewerInstance.cpp b/src/Nazara/Graphics/ViewerInstance.cpp index b39dc8cf7..45d95715a 100644 --- a/src/Nazara/Graphics/ViewerInstance.cpp +++ b/src/Nazara/Graphics/ViewerInstance.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/WorldInstance.cpp b/src/Nazara/Graphics/WorldInstance.cpp index 0ef10a809..cf38491ad 100644 --- a/src/Nazara/Graphics/WorldInstance.cpp +++ b/src/Nazara/Graphics/WorldInstance.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/AbstractSocket.cpp b/src/Nazara/Network/AbstractSocket.cpp index af7ed396c..53671455b 100644 --- a/src/Nazara/Network/AbstractSocket.cpp +++ b/src/Nazara/Network/AbstractSocket.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Network/AlgorithmNetwork.cpp b/src/Nazara/Network/AlgorithmNetwork.cpp index 97cb2a905..e43fe5646 100644 --- a/src/Nazara/Network/AlgorithmNetwork.cpp +++ b/src/Nazara/Network/AlgorithmNetwork.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Network/Debug/NewOverload.cpp b/src/Nazara/Network/Debug/NewOverload.cpp index 720a86469..c477f7e6b 100644 --- a/src/Nazara/Network/Debug/NewOverload.cpp +++ b/src/Nazara/Network/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/ENetCompressor.cpp b/src/Nazara/Network/ENetCompressor.cpp index 88297603e..8f32663e6 100644 --- a/src/Nazara/Network/ENetCompressor.cpp +++ b/src/Nazara/Network/ENetCompressor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/ENetHost.cpp b/src/Nazara/Network/ENetHost.cpp index ecd33112a..8cad6516f 100644 --- a/src/Nazara/Network/ENetHost.cpp +++ b/src/Nazara/Network/ENetHost.cpp @@ -1,3 +1,7 @@ +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" +// For conditions of distribution and use, see copyright notice in Config.hpp + /* Copyright(c) 2002 - 2016 Lee Salzman @@ -8,10 +12,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Network module" -// For conditions of distribution and use, see copyright notice in Config.hpp - #include #include #include diff --git a/src/Nazara/Network/ENetPacket.cpp b/src/Nazara/Network/ENetPacket.cpp index 07be92c31..1064fe399 100644 --- a/src/Nazara/Network/ENetPacket.cpp +++ b/src/Nazara/Network/ENetPacket.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/ENetPeer.cpp b/src/Nazara/Network/ENetPeer.cpp index e994f2986..e4a7d9bff 100644 --- a/src/Nazara/Network/ENetPeer.cpp +++ b/src/Nazara/Network/ENetPeer.cpp @@ -1,3 +1,7 @@ +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" +// For conditions of distribution and use, see copyright notice in Config.hpp + /* Copyright(c) 2002 - 2016 Lee Salzman @@ -8,10 +12,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Network module" -// For conditions of distribution and use, see copyright notice in Config.hpp - #include #include #include diff --git a/src/Nazara/Network/IpAddress.cpp b/src/Nazara/Network/IpAddress.cpp index e38584f51..d2af4a1a7 100644 --- a/src/Nazara/Network/IpAddress.cpp +++ b/src/Nazara/Network/IpAddress.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/Linux/SocketPollerImpl.cpp b/src/Nazara/Network/Linux/SocketPollerImpl.cpp index fa1b39b16..5a2dfcc38 100644 --- a/src/Nazara/Network/Linux/SocketPollerImpl.cpp +++ b/src/Nazara/Network/Linux/SocketPollerImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/Linux/SocketPollerImpl.hpp b/src/Nazara/Network/Linux/SocketPollerImpl.hpp index 4200dff79..74af5e3c2 100644 --- a/src/Nazara/Network/Linux/SocketPollerImpl.hpp +++ b/src/Nazara/Network/Linux/SocketPollerImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/NetPacket.cpp b/src/Nazara/Network/NetPacket.cpp index dafeac959..eb65d8fcc 100644 --- a/src/Nazara/Network/NetPacket.cpp +++ b/src/Nazara/Network/NetPacket.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Network/Network.cpp b/src/Nazara/Network/Network.cpp index 78b28cd9b..8a9a47902 100644 --- a/src/Nazara/Network/Network.cpp +++ b/src/Nazara/Network/Network.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp @@ -50,4 +50,3 @@ namespace Nz Network* Network::s_instance = nullptr; } - diff --git a/src/Nazara/Network/Posix/IpAddressImpl.cpp b/src/Nazara/Network/Posix/IpAddressImpl.cpp index 8a8cc87f9..db49d0826 100644 --- a/src/Nazara/Network/Posix/IpAddressImpl.cpp +++ b/src/Nazara/Network/Posix/IpAddressImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/Posix/IpAddressImpl.hpp b/src/Nazara/Network/Posix/IpAddressImpl.hpp index 40c2f1e12..188cf05db 100644 --- a/src/Nazara/Network/Posix/IpAddressImpl.hpp +++ b/src/Nazara/Network/Posix/IpAddressImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/Posix/SocketImpl.cpp b/src/Nazara/Network/Posix/SocketImpl.cpp index efb08ea0c..98d4911ba 100644 --- a/src/Nazara/Network/Posix/SocketImpl.cpp +++ b/src/Nazara/Network/Posix/SocketImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/Posix/SocketImpl.hpp b/src/Nazara/Network/Posix/SocketImpl.hpp index 7365ca600..9f6ac9d19 100644 --- a/src/Nazara/Network/Posix/SocketImpl.hpp +++ b/src/Nazara/Network/Posix/SocketImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/Posix/SocketPollerImpl.cpp b/src/Nazara/Network/Posix/SocketPollerImpl.cpp index 39da759ee..d2f2b0393 100644 --- a/src/Nazara/Network/Posix/SocketPollerImpl.cpp +++ b/src/Nazara/Network/Posix/SocketPollerImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/Posix/SocketPollerImpl.hpp b/src/Nazara/Network/Posix/SocketPollerImpl.hpp index 294f462a6..4cab73db3 100644 --- a/src/Nazara/Network/Posix/SocketPollerImpl.hpp +++ b/src/Nazara/Network/Posix/SocketPollerImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/SocketPoller.cpp b/src/Nazara/Network/SocketPoller.cpp index 4ff4235b2..babdb11b0 100644 --- a/src/Nazara/Network/SocketPoller.cpp +++ b/src/Nazara/Network/SocketPoller.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Network/SystemSocket.hpp b/src/Nazara/Network/SystemSocket.hpp index eab505a17..f606ba1e6 100644 --- a/src/Nazara/Network/SystemSocket.hpp +++ b/src/Nazara/Network/SystemSocket.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp @@ -7,4 +7,4 @@ #include #elif defined(NAZARA_PLATFORM_POSIX) #include -#endif \ No newline at end of file +#endif diff --git a/src/Nazara/Network/TcpClient.cpp b/src/Nazara/Network/TcpClient.cpp index d14a3a332..175f3aa79 100644 --- a/src/Nazara/Network/TcpClient.cpp +++ b/src/Nazara/Network/TcpClient.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Network/TcpServer.cpp b/src/Nazara/Network/TcpServer.cpp index 7ff29b91b..445299d91 100644 --- a/src/Nazara/Network/TcpServer.cpp +++ b/src/Nazara/Network/TcpServer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Network/UdpSocket.cpp b/src/Nazara/Network/UdpSocket.cpp index 0e521f879..83632c64d 100644 --- a/src/Nazara/Network/UdpSocket.cpp +++ b/src/Nazara/Network/UdpSocket.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Network/Win32/IpAddressImpl.cpp b/src/Nazara/Network/Win32/IpAddressImpl.cpp index d66875387..c354e7bd4 100644 --- a/src/Nazara/Network/Win32/IpAddressImpl.cpp +++ b/src/Nazara/Network/Win32/IpAddressImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/Win32/IpAddressImpl.hpp b/src/Nazara/Network/Win32/IpAddressImpl.hpp index 1abf9fbe3..092b201fb 100644 --- a/src/Nazara/Network/Win32/IpAddressImpl.hpp +++ b/src/Nazara/Network/Win32/IpAddressImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/Win32/SocketImpl.cpp b/src/Nazara/Network/Win32/SocketImpl.cpp index 37828a4f9..6d64acb22 100644 --- a/src/Nazara/Network/Win32/SocketImpl.cpp +++ b/src/Nazara/Network/Win32/SocketImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/Win32/SocketImpl.hpp b/src/Nazara/Network/Win32/SocketImpl.hpp index d43fca859..e3320bbce 100644 --- a/src/Nazara/Network/Win32/SocketImpl.hpp +++ b/src/Nazara/Network/Win32/SocketImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/Win32/SocketPollerImpl.cpp b/src/Nazara/Network/Win32/SocketPollerImpl.cpp index 6d56129dd..b8cec5032 100644 --- a/src/Nazara/Network/Win32/SocketPollerImpl.cpp +++ b/src/Nazara/Network/Win32/SocketPollerImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Network/Win32/SocketPollerImpl.hpp b/src/Nazara/Network/Win32/SocketPollerImpl.hpp index bc9642ae3..5633ad683 100644 --- a/src/Nazara/Network/Win32/SocketPollerImpl.hpp +++ b/src/Nazara/Network/Win32/SocketPollerImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/OpenGLRenderer/Debug/NewOverload.cpp b/src/Nazara/OpenGLRenderer/Debug/NewOverload.cpp index 5beaf6588..c23206a1d 100644 --- a/src/Nazara/OpenGLRenderer/Debug/NewOverload.cpp +++ b/src/Nazara/OpenGLRenderer/Debug/NewOverload.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2014 AUTHORS -// This file is part of the "Nazara Engine - Module name" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/DummySurface.cpp b/src/Nazara/OpenGLRenderer/DummySurface.cpp index b35e1a6d7..b59c82078 100644 --- a/src/Nazara/OpenGLRenderer/DummySurface.cpp +++ b/src/Nazara/OpenGLRenderer/DummySurface.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/Export.cpp b/src/Nazara/OpenGLRenderer/Export.cpp index 56d1fdf34..1363f9382 100644 --- a/src/Nazara/OpenGLRenderer/Export.cpp +++ b/src/Nazara/OpenGLRenderer/Export.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLBuffer.cpp b/src/Nazara/OpenGLRenderer/OpenGLBuffer.cpp index 61ae3f075..1aee5d042 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLBuffer.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLBuffer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLCommandBuffer.cpp b/src/Nazara/OpenGLRenderer/OpenGLCommandBuffer.cpp index e90fa80cc..eaee0be66 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLCommandBuffer.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLCommandBuffer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.cpp b/src/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.cpp index cef0d2ad9..b908879d8 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLCommandPool.cpp b/src/Nazara/OpenGLRenderer/OpenGLCommandPool.cpp index 488a8e5f9..09bf8173c 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLCommandPool.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLCommandPool.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLDevice.cpp b/src/Nazara/OpenGLRenderer/OpenGLDevice.cpp index b01a58d10..c252dd481 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLDevice.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLDevice.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.cpp b/src/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.cpp index 01d373f01..ec5cdebe2 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLFramebuffer.cpp b/src/Nazara/OpenGLRenderer/OpenGLFramebuffer.cpp index ffd56e2e3..514f7214c 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLFramebuffer.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLFramebuffer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLRenderImage.cpp b/src/Nazara/OpenGLRenderer/OpenGLRenderImage.cpp index 7e2f04ced..e8e192237 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLRenderImage.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLRenderImage.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLRenderPass.cpp b/src/Nazara/OpenGLRenderer/OpenGLRenderPass.cpp index 57a8f8afd..522066306 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLRenderPass.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLRenderPass.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLRenderPipeline.cpp b/src/Nazara/OpenGLRenderer/OpenGLRenderPipeline.cpp index 6f062f827..2eab4e397 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLRenderPipeline.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLRenderPipeline.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.cpp b/src/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.cpp index 934e2ed50..5d4c41024 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLRenderWindow.cpp b/src/Nazara/OpenGLRenderer/OpenGLRenderWindow.cpp index e9af66a36..f45346024 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLRenderWindow.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLRenderWindow.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include @@ -128,4 +128,3 @@ namespace Nz m_currentFrame = (m_currentFrame + 1) % m_renderImage.size(); } } - diff --git a/src/Nazara/OpenGLRenderer/OpenGLRenderer.cpp b/src/Nazara/OpenGLRenderer/OpenGLRenderer.cpp index 951f3784d..bf30d44e7 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLRenderer.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLRenderer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLShaderBinding.cpp b/src/Nazara/OpenGLRenderer/OpenGLShaderBinding.cpp index 1f98de873..c5fc184c7 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLShaderBinding.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLShaderBinding.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLShaderModule.cpp b/src/Nazara/OpenGLRenderer/OpenGLShaderModule.cpp index 14c38fd30..8006c6723 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLShaderModule.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLShaderModule.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLTexture.cpp b/src/Nazara/OpenGLRenderer/OpenGLTexture.cpp index 435780de0..920aad480 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLTexture.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLTexture.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLTextureSampler.cpp b/src/Nazara/OpenGLRenderer/OpenGLTextureSampler.cpp index 22f71f76d..259e7148b 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLTextureSampler.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLTextureSampler.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLUploadPool.cpp b/src/Nazara/OpenGLRenderer/OpenGLUploadPool.cpp index 65d4ff655..7959fd477 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLUploadPool.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLUploadPool.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLVaoCache.cpp b/src/Nazara/OpenGLRenderer/OpenGLVaoCache.cpp index 7437e9276..9cf2f5360 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLVaoCache.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLVaoCache.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.cpp b/src/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.cpp index a7e8283f6..19a00349d 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/Utils_OpenGLRenderer.cpp b/src/Nazara/OpenGLRenderer/Utils_OpenGLRenderer.cpp index 9e77cce70..050738006 100644 --- a/src/Nazara/OpenGLRenderer/Utils_OpenGLRenderer.cpp +++ b/src/Nazara/OpenGLRenderer/Utils_OpenGLRenderer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/Wrapper/Context.cpp b/src/Nazara/OpenGLRenderer/Wrapper/Context.cpp index b77fc7f7f..0b79f61d7 100644 --- a/src/Nazara/OpenGLRenderer/Wrapper/Context.cpp +++ b/src/Nazara/OpenGLRenderer/Wrapper/Context.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.cpp b/src/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.cpp index 72a848613..5dc79c580 100644 --- a/src/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.cpp +++ b/src/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.cpp b/src/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.cpp index 3b66140cb..86ad6fd3d 100644 --- a/src/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.cpp +++ b/src/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.cpp b/src/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.cpp index 519792c7b..d5754a4f3 100644 --- a/src/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.cpp +++ b/src/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.cpp b/src/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.cpp index 2343f61a4..61dbc20d6 100644 --- a/src/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.cpp +++ b/src/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/Wrapper/Loader.cpp b/src/Nazara/OpenGLRenderer/Wrapper/Loader.cpp index ecfef795e..493b2f74c 100644 --- a/src/Nazara/OpenGLRenderer/Wrapper/Loader.cpp +++ b/src/Nazara/OpenGLRenderer/Wrapper/Loader.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.cpp b/src/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.cpp index fc7c46c16..8e0c28e23 100644 --- a/src/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.cpp +++ b/src/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.cpp b/src/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.cpp index b3145ef87..f172d81cb 100644 --- a/src/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.cpp +++ b/src/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.cpp b/src/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.cpp index 0a200493f..0b6841787 100644 --- a/src/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.cpp +++ b/src/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - OpenGL Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Physics2D/Arbiter2D.cpp b/src/Nazara/Physics2D/Arbiter2D.cpp index 2cb35ff4f..36bdd7d49 100644 --- a/src/Nazara/Physics2D/Arbiter2D.cpp +++ b/src/Nazara/Physics2D/Arbiter2D.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Physics2D/Collider2D.cpp b/src/Nazara/Physics2D/Collider2D.cpp index 9e73a685c..e8ec094f1 100644 --- a/src/Nazara/Physics2D/Collider2D.cpp +++ b/src/Nazara/Physics2D/Collider2D.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Physics2D/Constraint2D.cpp b/src/Nazara/Physics2D/Constraint2D.cpp index ec8592a46..850de3646 100644 --- a/src/Nazara/Physics2D/Constraint2D.cpp +++ b/src/Nazara/Physics2D/Constraint2D.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Physics2D/Debug/NewOverload.cpp b/src/Nazara/Physics2D/Debug/NewOverload.cpp index 4563d007b..571bdb54e 100644 --- a/src/Nazara/Physics2D/Debug/NewOverload.cpp +++ b/src/Nazara/Physics2D/Debug/NewOverload.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Physics2D/PhysWorld2D.cpp b/src/Nazara/Physics2D/PhysWorld2D.cpp index 2704606de..632cacb58 100644 --- a/src/Nazara/Physics2D/PhysWorld2D.cpp +++ b/src/Nazara/Physics2D/PhysWorld2D.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Physics2D/Physics2D.cpp b/src/Nazara/Physics2D/Physics2D.cpp index ec53aa3be..874499852 100644 --- a/src/Nazara/Physics2D/Physics2D.cpp +++ b/src/Nazara/Physics2D/Physics2D.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Physics2D/RigidBody2D.cpp b/src/Nazara/Physics2D/RigidBody2D.cpp index 81214f859..c97b2e46d 100644 --- a/src/Nazara/Physics2D/RigidBody2D.cpp +++ b/src/Nazara/Physics2D/RigidBody2D.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 2D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Physics3D/Collider3D.cpp b/src/Nazara/Physics3D/Collider3D.cpp index d4b36ba99..8a3827f62 100644 --- a/src/Nazara/Physics3D/Collider3D.cpp +++ b/src/Nazara/Physics3D/Collider3D.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Physics3D/Components/RigidBody3DComponent.cpp b/src/Nazara/Physics3D/Components/RigidBody3DComponent.cpp index 3031d479a..cd260094e 100644 --- a/src/Nazara/Physics3D/Components/RigidBody3DComponent.cpp +++ b/src/Nazara/Physics3D/Components/RigidBody3DComponent.cpp @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/src/Nazara/Physics3D/Debug/NewOverload.cpp b/src/Nazara/Physics3D/Debug/NewOverload.cpp index 6a720e4b4..e97ac3cf2 100644 --- a/src/Nazara/Physics3D/Debug/NewOverload.cpp +++ b/src/Nazara/Physics3D/Debug/NewOverload.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Physics3D/PhysWorld3D.cpp b/src/Nazara/Physics3D/PhysWorld3D.cpp index 83adb7157..809b765c4 100644 --- a/src/Nazara/Physics3D/PhysWorld3D.cpp +++ b/src/Nazara/Physics3D/PhysWorld3D.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Physics3D/Physics3D.cpp b/src/Nazara/Physics3D/Physics3D.cpp index 89af3bca2..5c3e0b83d 100644 --- a/src/Nazara/Physics3D/Physics3D.cpp +++ b/src/Nazara/Physics3D/Physics3D.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Physics3D/RigidBody3D.cpp b/src/Nazara/Physics3D/RigidBody3D.cpp index 7a89c4867..6454497d9 100644 --- a/src/Nazara/Physics3D/RigidBody3D.cpp +++ b/src/Nazara/Physics3D/RigidBody3D.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Physics 3D module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Physics3D/Systems/Physics3DSystem.cpp b/src/Nazara/Physics3D/Systems/Physics3DSystem.cpp index f12504c29..faf8f8265 100644 --- a/src/Nazara/Physics3D/Systems/Physics3DSystem.cpp +++ b/src/Nazara/Physics3D/Systems/Physics3DSystem.cpp @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq -// This file is part of the "Nazara Engine - Utility module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Physics3D module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/src/Nazara/Platform/Cursor.cpp b/src/Nazara/Platform/Cursor.cpp index b3aacb10a..e991f6cd5 100644 --- a/src/Nazara/Platform/Cursor.cpp +++ b/src/Nazara/Platform/Cursor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/Debug/NewOverload.cpp b/src/Nazara/Platform/Debug/NewOverload.cpp index d11cb08ab..d39459f7d 100644 --- a/src/Nazara/Platform/Debug/NewOverload.cpp +++ b/src/Nazara/Platform/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/Icon.cpp b/src/Nazara/Platform/Icon.cpp index 0367a8341..7f03935de 100644 --- a/src/Nazara/Platform/Icon.cpp +++ b/src/Nazara/Platform/Icon.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/Keyboard.cpp b/src/Nazara/Platform/Keyboard.cpp index f5a5b79bb..e2f12db51 100644 --- a/src/Nazara/Platform/Keyboard.cpp +++ b/src/Nazara/Platform/Keyboard.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/Mouse.cpp b/src/Nazara/Platform/Mouse.cpp index 6fe7b1ca7..70242df3c 100644 --- a/src/Nazara/Platform/Mouse.cpp +++ b/src/Nazara/Platform/Mouse.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/Platform.cpp b/src/Nazara/Platform/Platform.cpp index bd24c74d9..fc7ac2c3a 100644 --- a/src/Nazara/Platform/Platform.cpp +++ b/src/Nazara/Platform/Platform.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/SDL2/CursorImpl.cpp b/src/Nazara/Platform/SDL2/CursorImpl.cpp index 78cc03019..047b74d3e 100644 --- a/src/Nazara/Platform/SDL2/CursorImpl.cpp +++ b/src/Nazara/Platform/SDL2/CursorImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/SDL2/CursorImpl.hpp b/src/Nazara/Platform/SDL2/CursorImpl.hpp index c93ae17ae..40933383d 100644 --- a/src/Nazara/Platform/SDL2/CursorImpl.hpp +++ b/src/Nazara/Platform/SDL2/CursorImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/SDL2/IconImpl.cpp b/src/Nazara/Platform/SDL2/IconImpl.cpp index 9fd730679..751b52e10 100644 --- a/src/Nazara/Platform/SDL2/IconImpl.cpp +++ b/src/Nazara/Platform/SDL2/IconImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/SDL2/IconImpl.hpp b/src/Nazara/Platform/SDL2/IconImpl.hpp index 600ba357a..1d58e495c 100644 --- a/src/Nazara/Platform/SDL2/IconImpl.hpp +++ b/src/Nazara/Platform/SDL2/IconImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/SDL2/InputImpl.cpp b/src/Nazara/Platform/SDL2/InputImpl.cpp index 97ec9ea92..8b8e4a1c5 100644 --- a/src/Nazara/Platform/SDL2/InputImpl.cpp +++ b/src/Nazara/Platform/SDL2/InputImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/SDL2/InputImpl.hpp b/src/Nazara/Platform/SDL2/InputImpl.hpp index 0f1c41a72..e5537b8f5 100644 --- a/src/Nazara/Platform/SDL2/InputImpl.hpp +++ b/src/Nazara/Platform/SDL2/InputImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/SDL2/SDLHelper.cpp b/src/Nazara/Platform/SDL2/SDLHelper.cpp index 41f681e94..08af940c3 100644 --- a/src/Nazara/Platform/SDL2/SDLHelper.cpp +++ b/src/Nazara/Platform/SDL2/SDLHelper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/SDL2/SDLHelper.hpp b/src/Nazara/Platform/SDL2/SDLHelper.hpp index ca39f5b1c..b0fd3515b 100644 --- a/src/Nazara/Platform/SDL2/SDLHelper.hpp +++ b/src/Nazara/Platform/SDL2/SDLHelper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/SDL2/VideoModeImpl.cpp b/src/Nazara/Platform/SDL2/VideoModeImpl.cpp index 621444627..5b7d38e59 100644 --- a/src/Nazara/Platform/SDL2/VideoModeImpl.cpp +++ b/src/Nazara/Platform/SDL2/VideoModeImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/SDL2/VideoModeImpl.hpp b/src/Nazara/Platform/SDL2/VideoModeImpl.hpp index cb3ff7f5a..3e3b3bd8e 100644 --- a/src/Nazara/Platform/SDL2/VideoModeImpl.hpp +++ b/src/Nazara/Platform/SDL2/VideoModeImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/SDL2/WindowImpl.cpp b/src/Nazara/Platform/SDL2/WindowImpl.cpp index 0ac8fb89e..1588194bf 100644 --- a/src/Nazara/Platform/SDL2/WindowImpl.cpp +++ b/src/Nazara/Platform/SDL2/WindowImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/SDL2/WindowImpl.hpp b/src/Nazara/Platform/SDL2/WindowImpl.hpp index 01c05cf77..111a24192 100644 --- a/src/Nazara/Platform/SDL2/WindowImpl.hpp +++ b/src/Nazara/Platform/SDL2/WindowImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/VideoMode.cpp b/src/Nazara/Platform/VideoMode.cpp index 19f3221ac..85a11ff5d 100644 --- a/src/Nazara/Platform/VideoMode.cpp +++ b/src/Nazara/Platform/VideoMode.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/VideoModeImpl.hpp b/src/Nazara/Platform/VideoModeImpl.hpp index 9bbc040aa..256848165 100644 --- a/src/Nazara/Platform/VideoModeImpl.hpp +++ b/src/Nazara/Platform/VideoModeImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Platform/Window.cpp b/src/Nazara/Platform/Window.cpp index dca2d7639..f3038f066 100644 --- a/src/Nazara/Platform/Window.cpp +++ b/src/Nazara/Platform/Window.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/CommandBuffer.cpp b/src/Nazara/Renderer/CommandBuffer.cpp index fe876c0c6..5cb049b74 100644 --- a/src/Nazara/Renderer/CommandBuffer.cpp +++ b/src/Nazara/Renderer/CommandBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/CommandBufferBuilder.cpp b/src/Nazara/Renderer/CommandBufferBuilder.cpp index 0d7d16410..f49fe15b8 100644 --- a/src/Nazara/Renderer/CommandBufferBuilder.cpp +++ b/src/Nazara/Renderer/CommandBufferBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/CommandPool.cpp b/src/Nazara/Renderer/CommandPool.cpp index 342210e77..040083d9e 100644 --- a/src/Nazara/Renderer/CommandPool.cpp +++ b/src/Nazara/Renderer/CommandPool.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/Debug/NewOverload.cpp b/src/Nazara/Renderer/Debug/NewOverload.cpp index 96ed88e75..b4ec03284 100644 --- a/src/Nazara/Renderer/Debug/NewOverload.cpp +++ b/src/Nazara/Renderer/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/Framebuffer.cpp b/src/Nazara/Renderer/Framebuffer.cpp index 220215d83..61aefd7d8 100644 --- a/src/Nazara/Renderer/Framebuffer.cpp +++ b/src/Nazara/Renderer/Framebuffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/RenderBuffer.cpp b/src/Nazara/Renderer/RenderBuffer.cpp index 89f80fd0b..f2524859c 100644 --- a/src/Nazara/Renderer/RenderBuffer.cpp +++ b/src/Nazara/Renderer/RenderBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/RenderDevice.cpp b/src/Nazara/Renderer/RenderDevice.cpp index 9c6c32374..7fada86fe 100644 --- a/src/Nazara/Renderer/RenderDevice.cpp +++ b/src/Nazara/Renderer/RenderDevice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/RenderFrame.cpp b/src/Nazara/Renderer/RenderFrame.cpp index 17ffd2dc2..334d5c8d0 100644 --- a/src/Nazara/Renderer/RenderFrame.cpp +++ b/src/Nazara/Renderer/RenderFrame.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/RenderImage.cpp b/src/Nazara/Renderer/RenderImage.cpp index 6560534a1..40def5057 100644 --- a/src/Nazara/Renderer/RenderImage.cpp +++ b/src/Nazara/Renderer/RenderImage.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/RenderPass.cpp b/src/Nazara/Renderer/RenderPass.cpp index aeae04fdb..6a0f6073d 100644 --- a/src/Nazara/Renderer/RenderPass.cpp +++ b/src/Nazara/Renderer/RenderPass.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/RenderPassCache.cpp b/src/Nazara/Renderer/RenderPassCache.cpp index 08ff638d5..af2885cd4 100644 --- a/src/Nazara/Renderer/RenderPassCache.cpp +++ b/src/Nazara/Renderer/RenderPassCache.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/RenderPipeline.cpp b/src/Nazara/Renderer/RenderPipeline.cpp index 58ea90fce..838ef262c 100644 --- a/src/Nazara/Renderer/RenderPipeline.cpp +++ b/src/Nazara/Renderer/RenderPipeline.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/RenderPipelineLayout.cpp b/src/Nazara/Renderer/RenderPipelineLayout.cpp index b9a357448..5eea1fd31 100644 --- a/src/Nazara/Renderer/RenderPipelineLayout.cpp +++ b/src/Nazara/Renderer/RenderPipelineLayout.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/RenderSurface.cpp b/src/Nazara/Renderer/RenderSurface.cpp index 6fe2c4026..40238ccf9 100644 --- a/src/Nazara/Renderer/RenderSurface.cpp +++ b/src/Nazara/Renderer/RenderSurface.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/RenderTarget.cpp b/src/Nazara/Renderer/RenderTarget.cpp index 66997fa59..30d69e9b0 100644 --- a/src/Nazara/Renderer/RenderTarget.cpp +++ b/src/Nazara/Renderer/RenderTarget.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/RenderWindow.cpp b/src/Nazara/Renderer/RenderWindow.cpp index ffbd9074b..f548c12b3 100644 --- a/src/Nazara/Renderer/RenderWindow.cpp +++ b/src/Nazara/Renderer/RenderWindow.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/RenderWindowImpl.cpp b/src/Nazara/Renderer/RenderWindowImpl.cpp index 8e44a79a9..2b9f2ce00 100644 --- a/src/Nazara/Renderer/RenderWindowImpl.cpp +++ b/src/Nazara/Renderer/RenderWindowImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/Renderer.cpp b/src/Nazara/Renderer/Renderer.cpp index 0ef4e9797..08e9fb720 100644 --- a/src/Nazara/Renderer/Renderer.cpp +++ b/src/Nazara/Renderer/Renderer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/RendererImpl.cpp b/src/Nazara/Renderer/RendererImpl.cpp index 9d16ff2fb..d560fe8b3 100644 --- a/src/Nazara/Renderer/RendererImpl.cpp +++ b/src/Nazara/Renderer/RendererImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/ShaderBinding.cpp b/src/Nazara/Renderer/ShaderBinding.cpp index ee78fd716..b3674c461 100644 --- a/src/Nazara/Renderer/ShaderBinding.cpp +++ b/src/Nazara/Renderer/ShaderBinding.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/ShaderModule.cpp b/src/Nazara/Renderer/ShaderModule.cpp index 9994c1eb2..ada901da7 100644 --- a/src/Nazara/Renderer/ShaderModule.cpp +++ b/src/Nazara/Renderer/ShaderModule.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/Texture.cpp b/src/Nazara/Renderer/Texture.cpp index 3ea632314..b87337616 100644 --- a/src/Nazara/Renderer/Texture.cpp +++ b/src/Nazara/Renderer/Texture.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/TextureSampler.cpp b/src/Nazara/Renderer/TextureSampler.cpp index c715bc5c7..79981554f 100644 --- a/src/Nazara/Renderer/TextureSampler.cpp +++ b/src/Nazara/Renderer/TextureSampler.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/UploadPool.cpp b/src/Nazara/Renderer/UploadPool.cpp index 5443181f8..163d35d13 100644 --- a/src/Nazara/Renderer/UploadPool.cpp +++ b/src/Nazara/Renderer/UploadPool.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Ast/AstCloner.cpp b/src/Nazara/Shader/Ast/AstCloner.cpp index 84a42ac58..0bb0a873a 100644 --- a/src/Nazara/Shader/Ast/AstCloner.cpp +++ b/src/Nazara/Shader/Ast/AstCloner.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Ast/AstExpressionVisitor.cpp b/src/Nazara/Shader/Ast/AstExpressionVisitor.cpp index 671b0c306..d0d83813d 100644 --- a/src/Nazara/Shader/Ast/AstExpressionVisitor.cpp +++ b/src/Nazara/Shader/Ast/AstExpressionVisitor.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Ast/AstExpressionVisitorExcept.cpp b/src/Nazara/Shader/Ast/AstExpressionVisitorExcept.cpp index 954f8693f..9ed9ca42e 100644 --- a/src/Nazara/Shader/Ast/AstExpressionVisitorExcept.cpp +++ b/src/Nazara/Shader/Ast/AstExpressionVisitorExcept.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Ast/AstOptimizer.cpp b/src/Nazara/Shader/Ast/AstOptimizer.cpp index 5a8c88dad..03ef7a492 100644 --- a/src/Nazara/Shader/Ast/AstOptimizer.cpp +++ b/src/Nazara/Shader/Ast/AstOptimizer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Ast/AstRecursiveVisitor.cpp b/src/Nazara/Shader/Ast/AstRecursiveVisitor.cpp index 580ef66b2..4ebcd980a 100644 --- a/src/Nazara/Shader/Ast/AstRecursiveVisitor.cpp +++ b/src/Nazara/Shader/Ast/AstRecursiveVisitor.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Ast/AstReflect.cpp b/src/Nazara/Shader/Ast/AstReflect.cpp index 8b3243ce3..a528da73c 100644 --- a/src/Nazara/Shader/Ast/AstReflect.cpp +++ b/src/Nazara/Shader/Ast/AstReflect.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Ast/AstSerializer.cpp b/src/Nazara/Shader/Ast/AstSerializer.cpp index 03ad53b99..74d06b650 100644 --- a/src/Nazara/Shader/Ast/AstSerializer.cpp +++ b/src/Nazara/Shader/Ast/AstSerializer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include @@ -780,4 +780,3 @@ namespace Nz::ShaderAst return unserializer.Unserialize(); } } - diff --git a/src/Nazara/Shader/Ast/AstStatementVisitor.cpp b/src/Nazara/Shader/Ast/AstStatementVisitor.cpp index 8d1cca01f..2bb5a80f8 100644 --- a/src/Nazara/Shader/Ast/AstStatementVisitor.cpp +++ b/src/Nazara/Shader/Ast/AstStatementVisitor.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Ast/AstStatementVisitorExcept.cpp b/src/Nazara/Shader/Ast/AstStatementVisitorExcept.cpp index 9a4e36783..560560056 100644 --- a/src/Nazara/Shader/Ast/AstStatementVisitorExcept.cpp +++ b/src/Nazara/Shader/Ast/AstStatementVisitorExcept.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Ast/AstUtils.cpp b/src/Nazara/Shader/Ast/AstUtils.cpp index 872536fd5..19f12882a 100644 --- a/src/Nazara/Shader/Ast/AstUtils.cpp +++ b/src/Nazara/Shader/Ast/AstUtils.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Ast/ConstantValue.cpp b/src/Nazara/Shader/Ast/ConstantValue.cpp index 1f01168c1..351953f31 100644 --- a/src/Nazara/Shader/Ast/ConstantValue.cpp +++ b/src/Nazara/Shader/Ast/ConstantValue.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Ast/Nodes.cpp b/src/Nazara/Shader/Ast/Nodes.cpp index aed845fc5..a4427f10d 100644 --- a/src/Nazara/Shader/Ast/Nodes.cpp +++ b/src/Nazara/Shader/Ast/Nodes.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Ast/SanitizeVisitor.cpp b/src/Nazara/Shader/Ast/SanitizeVisitor.cpp index 68ab48b7c..4231697f5 100644 --- a/src/Nazara/Shader/Ast/SanitizeVisitor.cpp +++ b/src/Nazara/Shader/Ast/SanitizeVisitor.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Debug/NewOverload.cpp b/src/Nazara/Shader/Debug/NewOverload.cpp index d16399d8f..40c47074e 100644 --- a/src/Nazara/Shader/Debug/NewOverload.cpp +++ b/src/Nazara/Shader/Debug/NewOverload.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/GlslWriter.cpp b/src/Nazara/Shader/GlslWriter.cpp index 53391ccc4..d61814422 100644 --- a/src/Nazara/Shader/GlslWriter.cpp +++ b/src/Nazara/Shader/GlslWriter.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/LangWriter.cpp b/src/Nazara/Shader/LangWriter.cpp index 1657568d1..c5395ab59 100644 --- a/src/Nazara/Shader/LangWriter.cpp +++ b/src/Nazara/Shader/LangWriter.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/Shader.cpp b/src/Nazara/Shader/Shader.cpp index 18d36d4ed..b66df32d6 100644 --- a/src/Nazara/Shader/Shader.cpp +++ b/src/Nazara/Shader/Shader.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include @@ -14,4 +14,3 @@ namespace Nz Shader* Shader::s_instance = nullptr; } - diff --git a/src/Nazara/Shader/ShaderLangLexer.cpp b/src/Nazara/Shader/ShaderLangLexer.cpp index 0b886b7d5..b4cb0b578 100644 --- a/src/Nazara/Shader/ShaderLangLexer.cpp +++ b/src/Nazara/Shader/ShaderLangLexer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/ShaderLangParser.cpp b/src/Nazara/Shader/ShaderLangParser.cpp index 6bc257083..7ca503181 100644 --- a/src/Nazara/Shader/ShaderLangParser.cpp +++ b/src/Nazara/Shader/ShaderLangParser.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/ShaderWriter.cpp b/src/Nazara/Shader/ShaderWriter.cpp index 6e994f0f0..c6e97ae51 100644 --- a/src/Nazara/Shader/ShaderWriter.cpp +++ b/src/Nazara/Shader/ShaderWriter.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/SpirvAstVisitor.cpp b/src/Nazara/Shader/SpirvAstVisitor.cpp index 8759be164..f01957b80 100644 --- a/src/Nazara/Shader/SpirvAstVisitor.cpp +++ b/src/Nazara/Shader/SpirvAstVisitor.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/SpirvConstantCache.cpp b/src/Nazara/Shader/SpirvConstantCache.cpp index 90d572592..0dab16799 100644 --- a/src/Nazara/Shader/SpirvConstantCache.cpp +++ b/src/Nazara/Shader/SpirvConstantCache.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/SpirvDecoder.cpp b/src/Nazara/Shader/SpirvDecoder.cpp index cef949889..2a09e3469 100644 --- a/src/Nazara/Shader/SpirvDecoder.cpp +++ b/src/Nazara/Shader/SpirvDecoder.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/SpirvExpressionLoad.cpp b/src/Nazara/Shader/SpirvExpressionLoad.cpp index 30ebadc2a..4455421af 100644 --- a/src/Nazara/Shader/SpirvExpressionLoad.cpp +++ b/src/Nazara/Shader/SpirvExpressionLoad.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/SpirvExpressionStore.cpp b/src/Nazara/Shader/SpirvExpressionStore.cpp index 47fba160c..6aace3b0c 100644 --- a/src/Nazara/Shader/SpirvExpressionStore.cpp +++ b/src/Nazara/Shader/SpirvExpressionStore.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/SpirvPrinter.cpp b/src/Nazara/Shader/SpirvPrinter.cpp index f8bbf4f18..12d45ee75 100644 --- a/src/Nazara/Shader/SpirvPrinter.cpp +++ b/src/Nazara/Shader/SpirvPrinter.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/SpirvSectionBase.cpp b/src/Nazara/Shader/SpirvSectionBase.cpp index 9451e93db..ffbc1bc1c 100644 --- a/src/Nazara/Shader/SpirvSectionBase.cpp +++ b/src/Nazara/Shader/SpirvSectionBase.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Shader/SpirvWriter.cpp b/src/Nazara/Shader/SpirvWriter.cpp index 7d69ecb24..166a2106b 100644 --- a/src/Nazara/Shader/SpirvWriter.cpp +++ b/src/Nazara/Shader/SpirvWriter.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Shader generator" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Utility/AbstractAtlas.cpp b/src/Nazara/Utility/AbstractAtlas.cpp index 82591526c..d826f3c4d 100644 --- a/src/Nazara/Utility/AbstractAtlas.cpp +++ b/src/Nazara/Utility/AbstractAtlas.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/AbstractBuffer.cpp b/src/Nazara/Utility/AbstractBuffer.cpp index ac4e9ee6d..d4220c521 100644 --- a/src/Nazara/Utility/AbstractBuffer.cpp +++ b/src/Nazara/Utility/AbstractBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/AbstractImage.cpp b/src/Nazara/Utility/AbstractImage.cpp index 1004aa4e1..2152abad6 100644 --- a/src/Nazara/Utility/AbstractImage.cpp +++ b/src/Nazara/Utility/AbstractImage.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/AbstractTextDrawer.cpp b/src/Nazara/Utility/AbstractTextDrawer.cpp index ff5b3cd53..0aaa2c633 100644 --- a/src/Nazara/Utility/AbstractTextDrawer.cpp +++ b/src/Nazara/Utility/AbstractTextDrawer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp @@ -9,4 +9,3 @@ namespace Nz { AbstractTextDrawer::~AbstractTextDrawer() = default; } - diff --git a/src/Nazara/Utility/AlgorithmUtility.cpp b/src/Nazara/Utility/AlgorithmUtility.cpp index 5fc3bb8ad..4e39b3c3a 100644 --- a/src/Nazara/Utility/AlgorithmUtility.cpp +++ b/src/Nazara/Utility/AlgorithmUtility.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Animation.cpp b/src/Nazara/Utility/Animation.cpp index e51170d33..9935b4f3b 100644 --- a/src/Nazara/Utility/Animation.cpp +++ b/src/Nazara/Utility/Animation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Buffer.cpp b/src/Nazara/Utility/Buffer.cpp index a07e85e1d..8f4a76331 100644 --- a/src/Nazara/Utility/Buffer.cpp +++ b/src/Nazara/Utility/Buffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Components/NodeComponent.cpp b/src/Nazara/Utility/Components/NodeComponent.cpp index 9b17be981..9382adb93 100644 --- a/src/Nazara/Utility/Components/NodeComponent.cpp +++ b/src/Nazara/Utility/Components/NodeComponent.cpp @@ -1,6 +1,6 @@ -// Copyright (C) 2021 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/src/Nazara/Utility/Debug/NewOverload.cpp b/src/Nazara/Utility/Debug/NewOverload.cpp index 3b115fdd6..950e55155 100644 --- a/src/Nazara/Utility/Debug/NewOverload.cpp +++ b/src/Nazara/Utility/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/FieldOffsets.cpp b/src/Nazara/Utility/FieldOffsets.cpp index c9aca38e9..f77fe7fd1 100644 --- a/src/Nazara/Utility/FieldOffsets.cpp +++ b/src/Nazara/Utility/FieldOffsets.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Font.cpp b/src/Nazara/Utility/Font.cpp index ecb91990a..c2c571a39 100644 --- a/src/Nazara/Utility/Font.cpp +++ b/src/Nazara/Utility/Font.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/FontData.cpp b/src/Nazara/Utility/FontData.cpp index e0c8240a5..a681b113b 100644 --- a/src/Nazara/Utility/FontData.cpp +++ b/src/Nazara/Utility/FontData.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/DDSConstants.cpp b/src/Nazara/Utility/Formats/DDSConstants.cpp index 605aed7b2..bea6ced11 100644 --- a/src/Nazara/Utility/Formats/DDSConstants.cpp +++ b/src/Nazara/Utility/Formats/DDSConstants.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/DDSConstants.hpp b/src/Nazara/Utility/Formats/DDSConstants.hpp index 81be1798e..160611785 100644 --- a/src/Nazara/Utility/Formats/DDSConstants.hpp +++ b/src/Nazara/Utility/Formats/DDSConstants.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2009 Cruden BV - 2020 Jérôme Leclercq +// Copyright (C) 2021 Cruden BV - 2020 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/DDSLoader.cpp b/src/Nazara/Utility/Formats/DDSLoader.cpp index 8f8c8a174..5ff758261 100644 --- a/src/Nazara/Utility/Formats/DDSLoader.cpp +++ b/src/Nazara/Utility/Formats/DDSLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq - 2009 Cruden BV +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) - 2009 Cruden BV // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/DDSLoader.hpp b/src/Nazara/Utility/Formats/DDSLoader.hpp index 563eafb03..8a63ba6f0 100644 --- a/src/Nazara/Utility/Formats/DDSLoader.hpp +++ b/src/Nazara/Utility/Formats/DDSLoader.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/FreeTypeLoader.cpp b/src/Nazara/Utility/Formats/FreeTypeLoader.cpp index f1ba08c6e..dafc8594c 100644 --- a/src/Nazara/Utility/Formats/FreeTypeLoader.cpp +++ b/src/Nazara/Utility/Formats/FreeTypeLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq - 2009 Cruden BV +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) - 2009 Cruden BV // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/FreeTypeLoader.hpp b/src/Nazara/Utility/Formats/FreeTypeLoader.hpp index d37b1ac8f..dc8b23531 100644 --- a/src/Nazara/Utility/Formats/FreeTypeLoader.hpp +++ b/src/Nazara/Utility/Formats/FreeTypeLoader.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/MD2Constants.cpp b/src/Nazara/Utility/Formats/MD2Constants.cpp index fa6227bf6..f635c2756 100644 --- a/src/Nazara/Utility/Formats/MD2Constants.cpp +++ b/src/Nazara/Utility/Formats/MD2Constants.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/MD2Constants.hpp b/src/Nazara/Utility/Formats/MD2Constants.hpp index f8ab17eba..e97fc53a6 100644 --- a/src/Nazara/Utility/Formats/MD2Constants.hpp +++ b/src/Nazara/Utility/Formats/MD2Constants.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/MD2Loader.cpp b/src/Nazara/Utility/Formats/MD2Loader.cpp index 2c43b9edb..edfc10224 100644 --- a/src/Nazara/Utility/Formats/MD2Loader.cpp +++ b/src/Nazara/Utility/Formats/MD2Loader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/MD2Loader.hpp b/src/Nazara/Utility/Formats/MD2Loader.hpp index a72dac946..b68dbbf38 100644 --- a/src/Nazara/Utility/Formats/MD2Loader.hpp +++ b/src/Nazara/Utility/Formats/MD2Loader.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/MD5AnimLoader.cpp b/src/Nazara/Utility/Formats/MD5AnimLoader.cpp index 7afa29a0d..90f134858 100644 --- a/src/Nazara/Utility/Formats/MD5AnimLoader.cpp +++ b/src/Nazara/Utility/Formats/MD5AnimLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/MD5AnimLoader.hpp b/src/Nazara/Utility/Formats/MD5AnimLoader.hpp index e53ec55fe..977405b1e 100644 --- a/src/Nazara/Utility/Formats/MD5AnimLoader.hpp +++ b/src/Nazara/Utility/Formats/MD5AnimLoader.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/MD5AnimParser.cpp b/src/Nazara/Utility/Formats/MD5AnimParser.cpp index d0bb520ec..eb0ca10a5 100644 --- a/src/Nazara/Utility/Formats/MD5AnimParser.cpp +++ b/src/Nazara/Utility/Formats/MD5AnimParser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/MD5MeshLoader.cpp b/src/Nazara/Utility/Formats/MD5MeshLoader.cpp index b981d07cd..eff428b0c 100644 --- a/src/Nazara/Utility/Formats/MD5MeshLoader.cpp +++ b/src/Nazara/Utility/Formats/MD5MeshLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/MD5MeshLoader.hpp b/src/Nazara/Utility/Formats/MD5MeshLoader.hpp index cc5d5f30b..ece87fe83 100644 --- a/src/Nazara/Utility/Formats/MD5MeshLoader.hpp +++ b/src/Nazara/Utility/Formats/MD5MeshLoader.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/MD5MeshParser.cpp b/src/Nazara/Utility/Formats/MD5MeshParser.cpp index abd7bce4f..76beb794d 100644 --- a/src/Nazara/Utility/Formats/MD5MeshParser.cpp +++ b/src/Nazara/Utility/Formats/MD5MeshParser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/MTLParser.cpp b/src/Nazara/Utility/Formats/MTLParser.cpp index 8b9aa50c3..f9dee0355 100644 --- a/src/Nazara/Utility/Formats/MTLParser.cpp +++ b/src/Nazara/Utility/Formats/MTLParser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/OBJLoader.cpp b/src/Nazara/Utility/Formats/OBJLoader.cpp index 76a7e5b81..2fa105846 100644 --- a/src/Nazara/Utility/Formats/OBJLoader.cpp +++ b/src/Nazara/Utility/Formats/OBJLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/OBJLoader.hpp b/src/Nazara/Utility/Formats/OBJLoader.hpp index c1fc7f86b..e373f5411 100644 --- a/src/Nazara/Utility/Formats/OBJLoader.hpp +++ b/src/Nazara/Utility/Formats/OBJLoader.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Graphics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/src/Nazara/Utility/Formats/OBJParser.cpp b/src/Nazara/Utility/Formats/OBJParser.cpp index fe63efe31..37315ce5d 100644 --- a/src/Nazara/Utility/Formats/OBJParser.cpp +++ b/src/Nazara/Utility/Formats/OBJParser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/OBJSaver.cpp b/src/Nazara/Utility/Formats/OBJSaver.cpp index c18ed1a8e..0b2d1170d 100644 --- a/src/Nazara/Utility/Formats/OBJSaver.cpp +++ b/src/Nazara/Utility/Formats/OBJSaver.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/OBJSaver.hpp b/src/Nazara/Utility/Formats/OBJSaver.hpp index 21f199b5d..c874a7371 100644 --- a/src/Nazara/Utility/Formats/OBJSaver.hpp +++ b/src/Nazara/Utility/Formats/OBJSaver.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Graphics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once diff --git a/src/Nazara/Utility/Formats/PCXLoader.cpp b/src/Nazara/Utility/Formats/PCXLoader.cpp index d2faec125..e2577a1d5 100644 --- a/src/Nazara/Utility/Formats/PCXLoader.cpp +++ b/src/Nazara/Utility/Formats/PCXLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/PCXLoader.hpp b/src/Nazara/Utility/Formats/PCXLoader.hpp index 86e9dd8d4..bb0be2c78 100644 --- a/src/Nazara/Utility/Formats/PCXLoader.hpp +++ b/src/Nazara/Utility/Formats/PCXLoader.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/STBLoader.cpp b/src/Nazara/Utility/Formats/STBLoader.cpp index 0d20bd6d3..722f25c7e 100644 --- a/src/Nazara/Utility/Formats/STBLoader.cpp +++ b/src/Nazara/Utility/Formats/STBLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/STBLoader.hpp b/src/Nazara/Utility/Formats/STBLoader.hpp index 673fc7149..b09c04722 100644 --- a/src/Nazara/Utility/Formats/STBLoader.hpp +++ b/src/Nazara/Utility/Formats/STBLoader.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/STBSaver.cpp b/src/Nazara/Utility/Formats/STBSaver.cpp index bee72a675..5ea6e8a50 100644 --- a/src/Nazara/Utility/Formats/STBSaver.cpp +++ b/src/Nazara/Utility/Formats/STBSaver.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Formats/STBSaver.hpp b/src/Nazara/Utility/Formats/STBSaver.hpp index d459d4346..7dc3f1369 100644 --- a/src/Nazara/Utility/Formats/STBSaver.hpp +++ b/src/Nazara/Utility/Formats/STBSaver.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/GuillotineImageAtlas.cpp b/src/Nazara/Utility/GuillotineImageAtlas.cpp index aa508a6b3..47ca1966e 100644 --- a/src/Nazara/Utility/GuillotineImageAtlas.cpp +++ b/src/Nazara/Utility/GuillotineImageAtlas.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Image.cpp b/src/Nazara/Utility/Image.cpp index 7bfb76fb9..191b817bb 100644 --- a/src/Nazara/Utility/Image.cpp +++ b/src/Nazara/Utility/Image.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/IndexBuffer.cpp b/src/Nazara/Utility/IndexBuffer.cpp index 79cffaf2f..42d4f7b41 100644 --- a/src/Nazara/Utility/IndexBuffer.cpp +++ b/src/Nazara/Utility/IndexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/IndexMapper.cpp b/src/Nazara/Utility/IndexMapper.cpp index efdfb921d..1386ca098 100644 --- a/src/Nazara/Utility/IndexMapper.cpp +++ b/src/Nazara/Utility/IndexMapper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Joint.cpp b/src/Nazara/Utility/Joint.cpp index e00ec63b1..0bef39cd7 100644 --- a/src/Nazara/Utility/Joint.cpp +++ b/src/Nazara/Utility/Joint.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Mesh.cpp b/src/Nazara/Utility/Mesh.cpp index 1480c6964..4cc93553f 100644 --- a/src/Nazara/Utility/Mesh.cpp +++ b/src/Nazara/Utility/Mesh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Node.cpp b/src/Nazara/Utility/Node.cpp index 3b4e6f8ac..f03350c61 100644 --- a/src/Nazara/Utility/Node.cpp +++ b/src/Nazara/Utility/Node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/PixelFormat.cpp b/src/Nazara/Utility/PixelFormat.cpp index 9c17f8d7f..d9ff23298 100644 --- a/src/Nazara/Utility/PixelFormat.cpp +++ b/src/Nazara/Utility/PixelFormat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/RichTextDrawer.cpp b/src/Nazara/Utility/RichTextDrawer.cpp index d94550e8c..92239a40d 100644 --- a/src/Nazara/Utility/RichTextDrawer.cpp +++ b/src/Nazara/Utility/RichTextDrawer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/SimpleTextDrawer.cpp b/src/Nazara/Utility/SimpleTextDrawer.cpp index 009f77acd..775c67729 100644 --- a/src/Nazara/Utility/SimpleTextDrawer.cpp +++ b/src/Nazara/Utility/SimpleTextDrawer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/SkeletalMesh.cpp b/src/Nazara/Utility/SkeletalMesh.cpp index da08488d4..3716d7bc5 100644 --- a/src/Nazara/Utility/SkeletalMesh.cpp +++ b/src/Nazara/Utility/SkeletalMesh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Skeleton.cpp b/src/Nazara/Utility/Skeleton.cpp index 0e48b1cc2..a7192657f 100644 --- a/src/Nazara/Utility/Skeleton.cpp +++ b/src/Nazara/Utility/Skeleton.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/SoftwareBuffer.cpp b/src/Nazara/Utility/SoftwareBuffer.cpp index d2ecad060..3bc643224 100644 --- a/src/Nazara/Utility/SoftwareBuffer.cpp +++ b/src/Nazara/Utility/SoftwareBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/StaticMesh.cpp b/src/Nazara/Utility/StaticMesh.cpp index eb863e6fe..2c59ef88e 100644 --- a/src/Nazara/Utility/StaticMesh.cpp +++ b/src/Nazara/Utility/StaticMesh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/SubMesh.cpp b/src/Nazara/Utility/SubMesh.cpp index c53489888..3cba8783a 100644 --- a/src/Nazara/Utility/SubMesh.cpp +++ b/src/Nazara/Utility/SubMesh.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/TriangleIterator.cpp b/src/Nazara/Utility/TriangleIterator.cpp index a5ce21e2d..cd18ee267 100644 --- a/src/Nazara/Utility/TriangleIterator.cpp +++ b/src/Nazara/Utility/TriangleIterator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/UniformBuffer.cpp b/src/Nazara/Utility/UniformBuffer.cpp index 6fe544f4e..7f70e219c 100644 --- a/src/Nazara/Utility/UniformBuffer.cpp +++ b/src/Nazara/Utility/UniformBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Utility.cpp b/src/Nazara/Utility/Utility.cpp index bd5314862..24f24a46e 100644 --- a/src/Nazara/Utility/Utility.cpp +++ b/src/Nazara/Utility/Utility.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/VertexBuffer.cpp b/src/Nazara/Utility/VertexBuffer.cpp index edff32a2c..a1964c22f 100644 --- a/src/Nazara/Utility/VertexBuffer.cpp +++ b/src/Nazara/Utility/VertexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/VertexDeclaration.cpp b/src/Nazara/Utility/VertexDeclaration.cpp index 9a2a3e837..b3f65f536 100644 --- a/src/Nazara/Utility/VertexDeclaration.cpp +++ b/src/Nazara/Utility/VertexDeclaration.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/VertexMapper.cpp b/src/Nazara/Utility/VertexMapper.cpp index a863ae8fa..0cd8521c7 100644 --- a/src/Nazara/Utility/VertexMapper.cpp +++ b/src/Nazara/Utility/VertexMapper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/VulkanRenderer/Debug/NewOverload.cpp b/src/Nazara/VulkanRenderer/Debug/NewOverload.cpp index f431e055f..190191292 100644 --- a/src/Nazara/VulkanRenderer/Debug/NewOverload.cpp +++ b/src/Nazara/VulkanRenderer/Debug/NewOverload.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2014 AUTHORS -// This file is part of the "Nazara Engine - Module name" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/Export.cpp b/src/Nazara/VulkanRenderer/Export.cpp index 3e221e156..783191280 100644 --- a/src/Nazara/VulkanRenderer/Export.cpp +++ b/src/Nazara/VulkanRenderer/Export.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/Utils_VulkanRenderer.cpp b/src/Nazara/VulkanRenderer/Utils_VulkanRenderer.cpp index 701ffebe0..67212329d 100644 --- a/src/Nazara/VulkanRenderer/Utils_VulkanRenderer.cpp +++ b/src/Nazara/VulkanRenderer/Utils_VulkanRenderer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include @@ -101,4 +101,3 @@ namespace Nz return "Unknown Vulkan error (0x" + NumberToString(code, 16) + ')'; } } - diff --git a/src/Nazara/VulkanRenderer/Vulkan.cpp b/src/Nazara/VulkanRenderer/Vulkan.cpp index 7d929816e..4edc2446d 100644 --- a/src/Nazara/VulkanRenderer/Vulkan.cpp +++ b/src/Nazara/VulkanRenderer/Vulkan.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include @@ -625,4 +625,3 @@ namespace Nz Vk::Instance Vulkan::s_instance; ParameterList Vulkan::s_initializationParameters; } - diff --git a/src/Nazara/VulkanRenderer/VulkanBuffer.cpp b/src/Nazara/VulkanRenderer/VulkanBuffer.cpp index 430c40812..d45327db3 100644 --- a/src/Nazara/VulkanRenderer/VulkanBuffer.cpp +++ b/src/Nazara/VulkanRenderer/VulkanBuffer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanCommandBuffer.cpp b/src/Nazara/VulkanRenderer/VulkanCommandBuffer.cpp index d0436e030..77bed46e3 100644 --- a/src/Nazara/VulkanRenderer/VulkanCommandBuffer.cpp +++ b/src/Nazara/VulkanRenderer/VulkanCommandBuffer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.cpp b/src/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.cpp index 2173fbd9a..c87758da4 100644 --- a/src/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.cpp +++ b/src/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanCommandPool.cpp b/src/Nazara/VulkanRenderer/VulkanCommandPool.cpp index 956a0aab1..cb784e1e3 100644 --- a/src/Nazara/VulkanRenderer/VulkanCommandPool.cpp +++ b/src/Nazara/VulkanRenderer/VulkanCommandPool.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanDevice.cpp b/src/Nazara/VulkanRenderer/VulkanDevice.cpp index 2816449e7..80bf5f56c 100644 --- a/src/Nazara/VulkanRenderer/VulkanDevice.cpp +++ b/src/Nazara/VulkanRenderer/VulkanDevice.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanFramebuffer.cpp b/src/Nazara/VulkanRenderer/VulkanFramebuffer.cpp index 24ad4e57e..e66963082 100644 --- a/src/Nazara/VulkanRenderer/VulkanFramebuffer.cpp +++ b/src/Nazara/VulkanRenderer/VulkanFramebuffer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanRenderImage.cpp b/src/Nazara/VulkanRenderer/VulkanRenderImage.cpp index e270c323e..ee10ff893 100644 --- a/src/Nazara/VulkanRenderer/VulkanRenderImage.cpp +++ b/src/Nazara/VulkanRenderer/VulkanRenderImage.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanRenderPass.cpp b/src/Nazara/VulkanRenderer/VulkanRenderPass.cpp index 45e121efd..ab52d6c99 100644 --- a/src/Nazara/VulkanRenderer/VulkanRenderPass.cpp +++ b/src/Nazara/VulkanRenderer/VulkanRenderPass.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanRenderPipeline.cpp b/src/Nazara/VulkanRenderer/VulkanRenderPipeline.cpp index 3ba81578c..4cfafb814 100644 --- a/src/Nazara/VulkanRenderer/VulkanRenderPipeline.cpp +++ b/src/Nazara/VulkanRenderer/VulkanRenderPipeline.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.cpp b/src/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.cpp index 6c06de87d..048b1107c 100644 --- a/src/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.cpp +++ b/src/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanRenderWindow.cpp b/src/Nazara/VulkanRenderer/VulkanRenderWindow.cpp index 89043e624..f20e9be33 100644 --- a/src/Nazara/VulkanRenderer/VulkanRenderWindow.cpp +++ b/src/Nazara/VulkanRenderer/VulkanRenderWindow.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Renderer module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanRenderer.cpp b/src/Nazara/VulkanRenderer/VulkanRenderer.cpp index ddcd927ca..7f11e8f93 100644 --- a/src/Nazara/VulkanRenderer/VulkanRenderer.cpp +++ b/src/Nazara/VulkanRenderer/VulkanRenderer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanShaderBinding.cpp b/src/Nazara/VulkanRenderer/VulkanShaderBinding.cpp index 50c299e0e..69bdbd841 100644 --- a/src/Nazara/VulkanRenderer/VulkanShaderBinding.cpp +++ b/src/Nazara/VulkanRenderer/VulkanShaderBinding.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanShaderModule.cpp b/src/Nazara/VulkanRenderer/VulkanShaderModule.cpp index f27f7dc09..8254beac2 100644 --- a/src/Nazara/VulkanRenderer/VulkanShaderModule.cpp +++ b/src/Nazara/VulkanRenderer/VulkanShaderModule.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanSurface.cpp b/src/Nazara/VulkanRenderer/VulkanSurface.cpp index 9b9707774..5733ee8dc 100644 --- a/src/Nazara/VulkanRenderer/VulkanSurface.cpp +++ b/src/Nazara/VulkanRenderer/VulkanSurface.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanTexture.cpp b/src/Nazara/VulkanRenderer/VulkanTexture.cpp index 89703aa72..a9ff15295 100644 --- a/src/Nazara/VulkanRenderer/VulkanTexture.cpp +++ b/src/Nazara/VulkanRenderer/VulkanTexture.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanTextureFramebuffer.cpp b/src/Nazara/VulkanRenderer/VulkanTextureFramebuffer.cpp index a92fe0fd3..a85e784b0 100644 --- a/src/Nazara/VulkanRenderer/VulkanTextureFramebuffer.cpp +++ b/src/Nazara/VulkanRenderer/VulkanTextureFramebuffer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanTextureSampler.cpp b/src/Nazara/VulkanRenderer/VulkanTextureSampler.cpp index 59a140bb3..499f84921 100644 --- a/src/Nazara/VulkanRenderer/VulkanTextureSampler.cpp +++ b/src/Nazara/VulkanRenderer/VulkanTextureSampler.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanUploadPool.cpp b/src/Nazara/VulkanRenderer/VulkanUploadPool.cpp index 5897d09b7..fe1738ad6 100644 --- a/src/Nazara/VulkanRenderer/VulkanUploadPool.cpp +++ b/src/Nazara/VulkanRenderer/VulkanUploadPool.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/VulkanWindowFramebuffer.cpp b/src/Nazara/VulkanRenderer/VulkanWindowFramebuffer.cpp index cb2443283..57e9f4b5f 100644 --- a/src/Nazara/VulkanRenderer/VulkanWindowFramebuffer.cpp +++ b/src/Nazara/VulkanRenderer/VulkanWindowFramebuffer.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/Wrapper/CommandPool.cpp b/src/Nazara/VulkanRenderer/Wrapper/CommandPool.cpp index 5cc59106e..0a8f1d0b4 100644 --- a/src/Nazara/VulkanRenderer/Wrapper/CommandPool.cpp +++ b/src/Nazara/VulkanRenderer/Wrapper/CommandPool.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/Wrapper/DescriptorPool.cpp b/src/Nazara/VulkanRenderer/Wrapper/DescriptorPool.cpp index 9ff6b3b71..5de63b967 100644 --- a/src/Nazara/VulkanRenderer/Wrapper/DescriptorPool.cpp +++ b/src/Nazara/VulkanRenderer/Wrapper/DescriptorPool.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/Wrapper/Device.cpp b/src/Nazara/VulkanRenderer/Wrapper/Device.cpp index f423acc7f..69ba77a8a 100644 --- a/src/Nazara/VulkanRenderer/Wrapper/Device.cpp +++ b/src/Nazara/VulkanRenderer/Wrapper/Device.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/Wrapper/Instance.cpp b/src/Nazara/VulkanRenderer/Wrapper/Instance.cpp index 56332e0fd..3e98f86b1 100644 --- a/src/Nazara/VulkanRenderer/Wrapper/Instance.cpp +++ b/src/Nazara/VulkanRenderer/Wrapper/Instance.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/VulkanRenderer/Wrapper/Loader.cpp b/src/Nazara/VulkanRenderer/Wrapper/Loader.cpp index c41ca52c5..ec5207d74 100644 --- a/src/Nazara/VulkanRenderer/Wrapper/Loader.cpp +++ b/src/Nazara/VulkanRenderer/Wrapper/Loader.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Vulkan Renderer" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Widgets/BaseWidget.cpp b/src/Nazara/Widgets/BaseWidget.cpp index a79618625..40cc8161a 100644 --- a/src/Nazara/Widgets/BaseWidget.cpp +++ b/src/Nazara/Widgets/BaseWidget.cpp @@ -1,6 +1,6 @@ -// Copyright (C) 2017 Jérôme Leclercq -// This file is part of the "Nazara Development Kit" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/src/Nazara/Widgets/ButtonWidget.cpp b/src/Nazara/Widgets/ButtonWidget.cpp index 2efa184b5..a96009119 100644 --- a/src/Nazara/Widgets/ButtonWidget.cpp +++ b/src/Nazara/Widgets/ButtonWidget.cpp @@ -1,6 +1,6 @@ -// Copyright (C) 2017 Jérôme Leclercq -// This file is part of the "Nazara Development Kit" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" +// For conditions of distribution and use, see copyright notice in Config.hpp #if 0 diff --git a/src/Nazara/Widgets/Canvas.cpp b/src/Nazara/Widgets/Canvas.cpp index 55028b09c..ce4b3c38e 100644 --- a/src/Nazara/Widgets/Canvas.cpp +++ b/src/Nazara/Widgets/Canvas.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Widgets module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Widgets/Debug/NewOverload.cpp b/src/Nazara/Widgets/Debug/NewOverload.cpp index b89d66791..8f7fecba6 100644 --- a/src/Nazara/Widgets/Debug/NewOverload.cpp +++ b/src/Nazara/Widgets/Debug/NewOverload.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Graphics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" // For conditions of distribution and use, see copyright notice in Config.hpp #include diff --git a/src/Nazara/Widgets/LabelWidget.cpp b/src/Nazara/Widgets/LabelWidget.cpp index f3792ae08..461cfe6bc 100644 --- a/src/Nazara/Widgets/LabelWidget.cpp +++ b/src/Nazara/Widgets/LabelWidget.cpp @@ -1,6 +1,6 @@ -// Copyright (C) 2017 Jérôme Leclercq -// This file is part of the "Nazara Development Kit" -// For conditions of distribution and use, see copyright notice in Prerequisites.hpp +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" +// For conditions of distribution and use, see copyright notice in Config.hpp #include #include diff --git a/src/Nazara/Widgets/Widgets.cpp b/src/Nazara/Widgets/Widgets.cpp index 72147d66c..6d09a1017 100644 --- a/src/Nazara/Widgets/Widgets.cpp +++ b/src/Nazara/Widgets/Widgets.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2020 Jérôme Leclercq -// This file is part of the "Nazara Engine - Graphics module" +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) +// This file is part of the "Nazara Engine - Widgets module" // For conditions of distribution and use, see copyright notice in Config.hpp #include From b85f6b68ac1664f8a6a6b17eeef6140e676b184b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Tue, 26 Oct 2021 15:52:31 +0200 Subject: [PATCH 05/10] XMake: Add header guard check --- xmake/actions/checkfiles.lua | 188 +++++++++++++++++++++++++++--- xmake/actions/generateheaders.lua | 8 +- xmake/actions/spirv.lua | 12 +- xmake/actions/unicode.lua | 1 + 4 files changed, 185 insertions(+), 24 deletions(-) diff --git a/xmake/actions/checkfiles.lua b/xmake/actions/checkfiles.lua index 5e3ef4327..7bf52ffc3 100644 --- a/xmake/actions/checkfiles.lua +++ b/xmake/actions/checkfiles.lua @@ -66,7 +66,7 @@ on_run(function () local checks = {} table.insert(checks, { - Name = "remove empty lines at the beginning", + Name = "empty lines", Check = function (moduleName) local files = table.join( os.files("include/Nazara/" .. moduleName .. "/**.hpp"), @@ -107,6 +107,166 @@ on_run(function () end }) + table.insert(checks, { + Name = "header guards", + Check = function (moduleName) + local files = table.join( + os.files("include/Nazara/" .. moduleName .. "/**.hpp"), + os.files("src/Nazara/" .. moduleName .. "/**.hpp") + ) + + local fixes = {} + for _, filePath in pairs(files) do + local lines = GetFile(filePath) + + local pragmaLine + local ifndefLine + local defineLine + local endifLine + local macroName + + local pathMacro = filePath:gsub("[/\\]", "_") + do + pathMacro = pathMacro:sub(pathMacro:lastof(moduleName .. "_", true) + #moduleName + 1) + local i = pathMacro:lastof(".", true) + if i then + pathMacro = pathMacro:sub(1, i - 1) + end + end + + local pathHeaderGuard = (moduleName ~= pathMacro) and "NAZARA_" .. moduleName:upper() .. "_" .. pathMacro:upper() .. "_HPP" or "NAZARA_" .. moduleName:upper() .. "_HPP" + + local canFix = true + local ignored = false + + -- Fetch pragma once, ifdef and define lines + for i = 1, #lines do + if lines[i] == "// no header guards" then + canFix = false + ignored = true + break + end + + if lines[i] == "#pragma once" then + if pragmaLine then + print(filePath .. ": multiple #pragma once found") + canFix = false + break + end + + pragmaLine = i + elseif not ifndefLine and lines[i]:startswith("#ifndef") then + ifndefLine = i + + macroName = lines[i]:match("^#ifndef%s+(.+)$") + if not macroName then + print(filePath .. ": failed to identify header guard macro (ifndef)") + canFix = false + break + end + elseif ifndefLine and not defineLine and lines[i]:startswith("#define") then + defineLine = i + + local defineMacroName = lines[i]:match("^#define%s+(.+)$") + if not defineMacroName then + print(filePath .. ": failed to identify header guard macro (define)") + canFix = false + break + end + + if defineMacroName ~= macroName then + print(filePath .. ": failed to identify header guard macro (define macro doesn't match ifdef)") + canFix = false + break + end + end + + if ifndefLine and defineLine then + break + end + end + + if not ignored then + if not ifndefLine or not defineLine or not macroName then + print(filePath .. ": failed to identify header guard macro") + canFix = false + end + + -- Fetch endif line + if canFix then + local shouldFixEndif = false + + for i = #lines, 1, -1 do + if lines[i]:startswith("#endif") then + local macro = lines[i]:match("#endif // (.+)") + if macro ~= macroName then + shouldFixEndif = true + end + + endifLine = i + break + end + end + + if not endifLine then + print(filePath .. ": failed to identify header guard macro (endif)") + canFix = false + end + end + + if canFix then + if macroName ~= pathHeaderGuard then + print(filePath .. ": header guard mismatch (got " .. macroName .. ", expected " .. pathHeaderGuard .. ")") + + shouldFixEndif = false + + table.insert(fixes, { + File = filePath, + Func = function (lines) + lines[ifndefLine] = "#ifndef " .. pathHeaderGuard + lines[defineLine] = "#define " .. pathHeaderGuard + lines[endifLine] = "#endif // " .. pathHeaderGuard + + return lines + end + }) + end + + if shouldFixEndif then + print(filePath .. ": #endif was missing comment") + + table.insert(fixes, { + File = filePath, + Func = function (lines) + lines[endifLine] = "#endif // " .. pathHeaderGuard + + return lines + end + }) + end + + if not pragmaLine then + print(filePath .. ": no #pragma once found") + table.insert(fixes, { + File = filePath, + Func = function (lines) + table.insert(lines, ifndefLine - 1, "#pragma once") + table.insert(lines, ifndefLine - 1, "") + + return lines + end + }) + elseif pragmaLine > ifndefLine then + print(filePath .. ": #pragma once is after header guard (should be before)") + end + end + end + end + + return fixes + end + }) + table.insert(checks, { Name = "copyright", Check = function (moduleName) @@ -255,7 +415,7 @@ on_run(function () table.insert(newLines, lines[i]) end - UpdateFile(configFilePath, newLines) + return newLines end }) end @@ -332,7 +492,7 @@ on_run(function () table.insert(lines, #copyrightLines + 1, "") end - UpdateFile(filePath, lines) + return lines end }) end @@ -359,18 +519,18 @@ on_run(function () if shouldFix then for _, fix in pairs(fixes) do print("Fixing " .. fix.File) - fix.Func(assert(fileLines[fix.File])) - end - - for filePath, _ in pairs(updatedFiles) do - local lines = assert(fileLines[filePath]) - if lines[#lines] ~= "" then - table.insert(lines, "") - end - - print("Saving changes to " .. filePath) - io.writefile(filePath, table.concat(lines, "\n")) + UpdateFile(fix.File, fix.Func(assert(fileLines[fix.File]))) end end end + + for filePath, _ in pairs(updatedFiles) do + local lines = assert(fileLines[filePath]) + if lines[#lines] ~= "" then + table.insert(lines, "") + end + + print("Saving changes to " .. filePath) + io.writefile(filePath, table.concat(lines, "\n")) + end end) diff --git a/xmake/actions/generateheaders.lua b/xmake/actions/generateheaders.lua index b3eaa16df..bd6d1c9b7 100644 --- a/xmake/actions/generateheaders.lua +++ b/xmake/actions/generateheaders.lua @@ -53,7 +53,7 @@ on_run(function () paths[moduleName .. "_Components"] = { Excludes = table.copy(excludedFiles), Header = head, - HeaderGuard = "NAZARA_GLOBAL_" .. moduleName:upper() .. "_COMPONENTS_HPP", + HeaderGuard = "NAZARA_" .. moduleName:upper() .. "_COMPONENTS_HPP", Name = "Nazara" .. moduleName .. " components", SearchDir = modulePath .. "/Components", Target = modulePath .. "/Components.hpp" @@ -64,7 +64,7 @@ on_run(function () paths[moduleName .. "_Systems"] = { Excludes = table.copy(excludedFiles), Header = head, - HeaderGuard = "NAZARA_GLOBAL_" .. moduleName:upper() .. "_SYSTEMS_HPP", + HeaderGuard = "NAZARA_" .. moduleName:upper() .. "_SYSTEMS_HPP", Name = "Nazara" .. moduleName .. " systems", SearchDir = modulePath .. "/Systems", Target = modulePath .. "/Systems.hpp" @@ -85,7 +85,7 @@ on_run(function () ["InstanceFunctions.hpp"] = true, }, Header = paths["OpenGLRenderer"].Header, - HeaderGuard = "NAZARA_GLOBAL_OPENGLRENDERER_WRAPPER_HPP", + HeaderGuard = "NAZARA_OPENGLRENDERER_WRAPPER_HPP", Name = "OpenGL wrapper", SearchDir = "include/Nazara/OpenGLRenderer/Wrapper", Target = "include/Nazara/OpenGLRenderer/Wrapper.hpp" @@ -99,7 +99,7 @@ on_run(function () ["InstanceFunctions.hpp"] = true, }, Header = paths["VulkanRenderer"].Header, - HeaderGuard = "NAZARA_GLOBAL_VULKANRENDERER_WRAPPER_HPP", + HeaderGuard = "NAZARA_VULKANRENDERER_WRAPPER_HPP", Name = "Vulkan wrapper", SearchDir = "include/Nazara/VulkanRenderer/Wrapper", Target = "include/Nazara/VulkanRenderer/Wrapper.hpp" diff --git a/xmake/actions/spirv.lua b/xmake/actions/spirv.lua index 8c1e1f93e..53cd50480 100644 --- a/xmake/actions/spirv.lua +++ b/xmake/actions/spirv.lua @@ -72,11 +72,11 @@ on_run(function() assert(headerFile, "failed to open Spir-V header") headerFile:write([[ -// Copyright (C) ]] .. os.date("%Y") .. [[ Jérôme Leclercq +// Copyright (C) ]] .. os.date("%Y") .. [[ Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Shader module" -// For conditions of distribution and use, see copyright notice in Config.hpp" +// For conditions of distribution and use, see copyright notice in Config.hpp -// This file was generated automatically, please do not edit +// this file was automatically generated and should not be edited #pragma once @@ -211,12 +211,12 @@ headerFile:write([[ assert(sourceFile, "failed to open Spir-V source") sourceFile:write([[ -// this file was automatically generated and should not be edited - -// Copyright (C) ]] .. os.date("%Y") .. [[ Jérôme Leclercq +// Copyright (C) ]] .. os.date("%Y") .. [[ Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp +// this file was automatically generated and should not be edited + #include #include #include diff --git a/xmake/actions/unicode.lua b/xmake/actions/unicode.lua index 9fa9b2ca0..fe2299c87 100644 --- a/xmake/actions/unicode.lua +++ b/xmake/actions/unicode.lua @@ -179,6 +179,7 @@ local DirectionToString = {} file:write([[ // this file was automatically generated and should not be edited +// no header guards // Copyright (C) ]] .. os.date("%Y") .. [[ Jérôme Leclercq // This file is part of the "Nazara Engine - Core module" From 93ec196dc4af03edf69c84b0d9fe2beef2eb076d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Tue, 26 Oct 2021 15:52:46 +0200 Subject: [PATCH 06/10] Apply header guard check --- include/Nazara/Audio.hpp | 4 ++-- include/Nazara/Audio/Algorithm.hpp | 6 +++--- include/Nazara/Audio/Config.hpp | 6 +++--- include/Nazara/Audio/ConfigCheck.hpp | 6 +++--- include/Nazara/Audio/Debug.hpp | 2 ++ include/Nazara/Audio/DebugOff.hpp | 2 ++ include/Nazara/Audio/Enums.hpp | 6 +++--- include/Nazara/Audio/Music.hpp | 6 +++--- include/Nazara/Audio/OpenAL.hpp | 6 +++--- include/Nazara/Audio/Sound.hpp | 6 +++--- include/Nazara/Audio/SoundBuffer.hpp | 6 +++--- include/Nazara/Audio/SoundEmitter.hpp | 6 +++--- include/Nazara/Audio/SoundStream.hpp | 6 +++--- include/Nazara/Core.hpp | 4 ++-- include/Nazara/Core/AbstractHash.hpp | 6 +++--- include/Nazara/Core/AbstractLogger.hpp | 6 +++--- include/Nazara/Core/Algorithm.hpp | 6 +++--- include/Nazara/Core/Bitset.hpp | 6 +++--- include/Nazara/Core/ByteArray.hpp | 6 +++--- include/Nazara/Core/ByteArrayPool.hpp | 6 +++--- include/Nazara/Core/ByteStream.hpp | 6 +++--- include/Nazara/Core/CallOnExit.hpp | 6 +++--- include/Nazara/Core/Clock.hpp | 6 +++--- include/Nazara/Core/Color.hpp | 6 +++--- include/Nazara/Core/Config.hpp | 6 +++--- include/Nazara/Core/ConfigCheck.hpp | 6 +++--- include/Nazara/Core/Debug.hpp | 2 ++ include/Nazara/Core/Debug/NewRedefinition.hpp | 9 +++++---- include/Nazara/Core/DebugOff.hpp | 2 ++ include/Nazara/Core/DynLib.hpp | 6 +++--- include/Nazara/Core/ECS.hpp | 6 +++--- include/Nazara/Core/EmptyStream.hpp | 6 +++--- include/Nazara/Core/Endianness.hpp | 6 +++--- include/Nazara/Core/Enums.hpp | 6 +++--- include/Nazara/Core/Error.hpp | 6 +++--- include/Nazara/Core/ErrorFlags.hpp | 6 +++--- include/Nazara/Core/File.hpp | 6 +++--- include/Nazara/Core/FileLogger.hpp | 6 +++--- include/Nazara/Core/Flags.hpp | 6 +++--- include/Nazara/Core/Functor.hpp | 6 +++--- include/Nazara/Core/GuillotineBinPack.hpp | 6 +++--- include/Nazara/Core/HandledObject.hpp | 6 +++--- include/Nazara/Core/HardwareInfo.hpp | 6 +++--- include/Nazara/Core/Hash/CRC32.hpp | 6 +++--- include/Nazara/Core/Hash/CRC64.hpp | 6 +++--- include/Nazara/Core/Hash/Fletcher16.hpp | 6 +++--- include/Nazara/Core/Hash/MD5.hpp | 6 +++--- include/Nazara/Core/Hash/SHA1.hpp | 6 +++--- include/Nazara/Core/Hash/SHA224.hpp | 6 +++--- include/Nazara/Core/Hash/SHA256.hpp | 6 +++--- include/Nazara/Core/Hash/SHA384.hpp | 6 +++--- include/Nazara/Core/Hash/SHA512.hpp | 6 +++--- include/Nazara/Core/Hash/Whirlpool.hpp | 8 +++++--- include/Nazara/Core/Initializer.hpp | 6 +++--- include/Nazara/Core/Log.hpp | 6 +++--- include/Nazara/Core/MemoryHelper.hpp | 6 +++--- include/Nazara/Core/MemoryManager.hpp | 6 +++--- include/Nazara/Core/MemoryPool.hpp | 6 +++--- include/Nazara/Core/MemoryStream.hpp | 6 +++--- include/Nazara/Core/MemoryView.hpp | 6 +++--- include/Nazara/Core/ModuleBase.hpp | 6 +++--- include/Nazara/Core/Modules.hpp | 6 +++--- include/Nazara/Core/MovablePtr.hpp | 6 +++--- include/Nazara/Core/MovableValue.hpp | 6 +++--- include/Nazara/Core/ObjectHandle.hpp | 6 +++--- include/Nazara/Core/ObjectLibrary.hpp | 6 +++--- include/Nazara/Core/ObjectRef.hpp | 6 +++--- include/Nazara/Core/OffsetOf.hpp | 6 +++--- include/Nazara/Core/ParameterList.hpp | 6 +++--- include/Nazara/Core/PluginManager.hpp | 6 +++--- include/Nazara/Core/PoolByteStream.hpp | 6 +++--- include/Nazara/Core/Primitive.hpp | 6 +++--- include/Nazara/Core/PrimitiveList.hpp | 6 +++--- include/Nazara/Core/RefCounted.hpp | 6 +++--- include/Nazara/Core/Resource.hpp | 6 +++--- include/Nazara/Core/ResourceLoader.hpp | 6 +++--- include/Nazara/Core/ResourceManager.hpp | 6 +++--- include/Nazara/Core/ResourceParameters.hpp | 6 +++--- include/Nazara/Core/ResourceSaver.hpp | 6 +++--- include/Nazara/Core/SerializationContext.hpp | 6 +++--- include/Nazara/Core/Signal.hpp | 6 +++--- include/Nazara/Core/SparsePtr.hpp | 6 +++--- include/Nazara/Core/StackArray.hpp | 6 +++--- include/Nazara/Core/StackVector.hpp | 6 +++--- include/Nazara/Core/StdLogger.hpp | 6 +++--- include/Nazara/Core/Stream.hpp | 6 +++--- include/Nazara/Core/StringExt.hpp | 6 +++--- include/Nazara/Core/TaskScheduler.hpp | 6 +++--- include/Nazara/Core/TypeList.hpp | 6 +++--- include/Nazara/Core/TypeTag.hpp | 6 +++--- include/Nazara/Core/Unicode.hpp | 6 +++--- include/Nazara/Core/Updatable.hpp | 6 +++--- include/Nazara/Debug.hpp | 2 ++ include/Nazara/DebugOff.hpp | 2 ++ include/Nazara/Graphics.hpp | 5 +++-- include/Nazara/Graphics/AbstractViewer.hpp | 6 +++--- include/Nazara/Graphics/Algorithm.hpp | 6 +++--- include/Nazara/Graphics/BakedFrameGraph.hpp | 6 +++--- include/Nazara/Graphics/BasicMaterial.hpp | 6 +++--- include/Nazara/Graphics/Camera.hpp | 6 +++--- include/Nazara/Graphics/Components.hpp | 10 +++++----- .../Nazara/Graphics/Components/CameraComponent.hpp | 6 +++--- .../Nazara/Graphics/Components/GraphicsComponent.hpp | 6 +++--- include/Nazara/Graphics/Config.hpp | 6 +++--- include/Nazara/Graphics/ConfigCheck.hpp | 6 +++--- include/Nazara/Graphics/CullingList.hpp | 6 +++--- include/Nazara/Graphics/Debug.hpp | 2 ++ include/Nazara/Graphics/DebugOff.hpp | 2 ++ include/Nazara/Graphics/DepthMaterial.hpp | 6 +++--- include/Nazara/Graphics/ElementRenderer.hpp | 6 +++--- include/Nazara/Graphics/Enums.hpp | 6 +++--- include/Nazara/Graphics/ForwardFramePipeline.hpp | 6 +++--- include/Nazara/Graphics/FrameGraph.hpp | 6 +++--- include/Nazara/Graphics/FramePass.hpp | 6 +++--- include/Nazara/Graphics/FramePassAttachment.hpp | 6 +++--- include/Nazara/Graphics/FramePipeline.hpp | 6 +++--- include/Nazara/Graphics/GraphicalMesh.hpp | 6 +++--- include/Nazara/Graphics/Graphics.hpp | 2 +- include/Nazara/Graphics/GuillotineTextureAtlas.hpp | 6 +++--- include/Nazara/Graphics/InstancedRenderable.hpp | 6 +++--- include/Nazara/Graphics/Material.hpp | 6 +++--- include/Nazara/Graphics/MaterialPass.hpp | 6 +++--- include/Nazara/Graphics/MaterialPassRegistry.hpp | 6 +++--- include/Nazara/Graphics/MaterialPipeline.hpp | 6 +++--- include/Nazara/Graphics/MaterialSettings.hpp | 6 +++--- include/Nazara/Graphics/Model.hpp | 6 +++--- include/Nazara/Graphics/PhongLightingMaterial.hpp | 6 +++--- include/Nazara/Graphics/PredefinedShaderStructs.hpp | 6 +++--- include/Nazara/Graphics/RenderElement.hpp | 6 +++--- include/Nazara/Graphics/RenderQueue.hpp | 6 +++--- include/Nazara/Graphics/RenderQueueRegistry.hpp | 6 +++--- include/Nazara/Graphics/RenderSpriteChain.hpp | 6 +++--- include/Nazara/Graphics/RenderSubmesh.hpp | 6 +++--- include/Nazara/Graphics/Sprite.hpp | 6 +++--- include/Nazara/Graphics/SpriteChainRenderer.hpp | 6 +++--- include/Nazara/Graphics/SubmeshRenderer.hpp | 6 +++--- include/Nazara/Graphics/Systems.hpp | 10 +++++----- include/Nazara/Graphics/Systems/RenderSystem.hpp | 6 +++--- include/Nazara/Graphics/TextSprite.hpp | 6 +++--- include/Nazara/Graphics/TextureSamplerCache.hpp | 6 +++--- include/Nazara/Graphics/UberShader.hpp | 6 +++--- include/Nazara/Graphics/ViewerInstance.hpp | 6 +++--- include/Nazara/Graphics/WorldInstance.hpp | 6 +++--- include/Nazara/Math.hpp | 6 +++--- include/Nazara/Math/Algorithm.hpp | 6 +++--- include/Nazara/Math/Angle.hpp | 6 +++--- include/Nazara/Math/BoundingVolume.hpp | 8 +++++--- include/Nazara/Math/Box.hpp | 6 +++--- include/Nazara/Math/Config.hpp | 6 +++--- include/Nazara/Math/Enums.hpp | 6 +++--- include/Nazara/Math/EulerAngles.hpp | 6 +++--- include/Nazara/Math/Frustum.hpp | 6 +++--- include/Nazara/Math/Matrix4.hpp | 6 +++--- include/Nazara/Math/OrientedBox.hpp | 6 +++--- include/Nazara/Math/PidController.hpp | 6 +++--- include/Nazara/Math/Plane.hpp | 6 +++--- include/Nazara/Math/Quaternion.hpp | 6 +++--- include/Nazara/Math/Ray.hpp | 6 +++--- include/Nazara/Math/Rect.hpp | 6 +++--- include/Nazara/Math/Sphere.hpp | 6 +++--- include/Nazara/Math/Vector2.hpp | 6 +++--- include/Nazara/Math/Vector3.hpp | 6 +++--- include/Nazara/Math/Vector4.hpp | 6 +++--- include/Nazara/Network.hpp | 4 ++-- include/Nazara/Network/AbstractSocket.hpp | 6 +++--- include/Nazara/Network/Algorithm.hpp | 6 +++--- include/Nazara/Network/Config.hpp | 6 +++--- include/Nazara/Network/ConfigCheck.hpp | 6 +++--- include/Nazara/Network/Debug.hpp | 2 ++ include/Nazara/Network/DebugOff.hpp | 2 ++ include/Nazara/Network/ENetCompressor.hpp | 6 +++--- include/Nazara/Network/ENetHost.hpp | 6 +++--- include/Nazara/Network/ENetPacket.hpp | 6 +++--- include/Nazara/Network/ENetPeer.hpp | 6 +++--- include/Nazara/Network/ENetProtocol.hpp | 6 +++--- include/Nazara/Network/Enums.hpp | 6 +++--- include/Nazara/Network/IpAddress.hpp | 6 +++--- include/Nazara/Network/NetBuffer.hpp | 6 +++--- include/Nazara/Network/NetPacket.hpp | 6 +++--- include/Nazara/Network/Network.hpp | 6 +++--- include/Nazara/Network/SocketHandle.hpp | 6 +++--- include/Nazara/Network/SocketPoller.hpp | 6 +++--- include/Nazara/Network/TcpClient.hpp | 6 +++--- include/Nazara/Network/TcpServer.hpp | 6 +++--- include/Nazara/Network/UdpSocket.hpp | 6 +++--- include/Nazara/OpenGLRenderer.hpp | 6 +++--- include/Nazara/OpenGLRenderer/Config.hpp | 6 +++--- include/Nazara/OpenGLRenderer/ConfigCheck.hpp | 6 +++--- include/Nazara/OpenGLRenderer/Debug.hpp | 2 ++ include/Nazara/OpenGLRenderer/DebugOff.hpp | 2 ++ include/Nazara/OpenGLRenderer/DummySurface.hpp | 6 +++--- include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp | 6 +++--- include/Nazara/OpenGLRenderer/OpenGLRenderWindow.hpp | 6 +++--- include/Nazara/OpenGLRenderer/Utils.hpp | 6 +++--- include/Nazara/OpenGLRenderer/Wrapper.hpp | 12 ++++++------ include/Nazara/OpenGLRenderer/Wrapper/Buffer.hpp | 6 +++--- include/Nazara/OpenGLRenderer/Wrapper/Context.hpp | 6 +++--- .../Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp | 6 +++--- .../Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp | 6 +++--- .../Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp | 6 +++--- .../OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp | 6 +++--- .../OpenGLRenderer/Wrapper/EGL/EGLFunctions.hpp | 2 ++ .../Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.hpp | 6 +++--- .../Nazara/OpenGLRenderer/Wrapper/Framebuffer.hpp | 6 +++--- .../Wrapper/Linux/EGLContextWayland.hpp | 6 +++--- .../OpenGLRenderer/Wrapper/Linux/EGLContextX11.hpp | 6 +++--- include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp | 6 +++--- include/Nazara/OpenGLRenderer/Wrapper/Program.hpp | 6 +++--- include/Nazara/OpenGLRenderer/Wrapper/Sampler.hpp | 6 +++--- include/Nazara/OpenGLRenderer/Wrapper/Shader.hpp | 6 +++--- include/Nazara/OpenGLRenderer/Wrapper/Texture.hpp | 6 +++--- .../Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp | 6 +++--- .../Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp | 6 +++--- .../OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp | 6 +++--- .../Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.hpp | 6 +++--- .../OpenGLRenderer/Wrapper/Win32/EGLContextWin32.hpp | 6 +++--- .../OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp | 6 +++--- .../OpenGLRenderer/Wrapper/Win32/Win32Helper.hpp | 6 +++--- include/Nazara/Physics2D.hpp | 6 +++--- include/Nazara/Physics2D/Arbiter2D.hpp | 6 +++--- include/Nazara/Physics2D/Collider2D.hpp | 6 +++--- include/Nazara/Physics2D/Config.hpp | 6 +++--- include/Nazara/Physics2D/ConfigCheck.hpp | 6 +++--- include/Nazara/Physics2D/Constraint2D.hpp | 6 +++--- include/Nazara/Physics2D/Debug.hpp | 2 ++ include/Nazara/Physics2D/DebugOff.hpp | 2 ++ include/Nazara/Physics2D/Enums.hpp | 6 +++--- include/Nazara/Physics2D/PhysWorld2D.hpp | 6 +++--- include/Nazara/Physics2D/RigidBody2D.hpp | 6 +++--- include/Nazara/Physics3D.hpp | 6 +++--- include/Nazara/Physics3D/Collider3D.hpp | 6 +++--- include/Nazara/Physics3D/Components.hpp | 12 ++++++------ .../Physics3D/Components/RigidBody3DComponent.hpp | 6 +++--- include/Nazara/Physics3D/Config.hpp | 6 +++--- include/Nazara/Physics3D/ConfigCheck.hpp | 6 +++--- include/Nazara/Physics3D/Debug.hpp | 2 ++ include/Nazara/Physics3D/DebugOff.hpp | 2 ++ include/Nazara/Physics3D/Enums.hpp | 6 +++--- include/Nazara/Physics3D/PhysWorld3D.hpp | 6 +++--- include/Nazara/Physics3D/RigidBody3D.hpp | 6 +++--- include/Nazara/Physics3D/Systems.hpp | 12 ++++++------ include/Nazara/Physics3D/Systems/Physics3DSystem.hpp | 6 +++--- include/Nazara/Platform.hpp | 4 ++-- include/Nazara/Platform/Config.hpp | 6 +++--- include/Nazara/Platform/ConfigCheck.hpp | 6 +++--- include/Nazara/Platform/Cursor.hpp | 6 +++--- include/Nazara/Platform/CursorController.hpp | 6 +++--- include/Nazara/Platform/Debug.hpp | 2 ++ include/Nazara/Platform/DebugOff.hpp | 2 ++ include/Nazara/Platform/Enums.hpp | 6 +++--- include/Nazara/Platform/Event.hpp | 6 +++--- include/Nazara/Platform/EventHandler.hpp | 6 +++--- include/Nazara/Platform/Icon.hpp | 6 +++--- include/Nazara/Platform/Joystick.hpp | 6 +++--- include/Nazara/Platform/Keyboard.hpp | 6 +++--- include/Nazara/Platform/Mouse.hpp | 6 +++--- include/Nazara/Platform/VideoMode.hpp | 6 +++--- include/Nazara/Platform/Window.hpp | 6 +++--- include/Nazara/Platform/WindowHandle.hpp | 6 +++--- include/Nazara/Renderer.hpp | 4 ++-- include/Nazara/Renderer/CommandBuffer.hpp | 6 +++--- include/Nazara/Renderer/CommandBufferBuilder.hpp | 6 +++--- include/Nazara/Renderer/CommandPool.hpp | 6 +++--- include/Nazara/Renderer/Config.hpp | 6 +++--- include/Nazara/Renderer/ConfigCheck.hpp | 6 +++--- include/Nazara/Renderer/Debug.hpp | 2 ++ include/Nazara/Renderer/DebugDrawer.hpp | 6 +++--- include/Nazara/Renderer/DebugOff.hpp | 2 ++ include/Nazara/Renderer/Enums.hpp | 6 +++--- include/Nazara/Renderer/Framebuffer.hpp | 6 +++--- include/Nazara/Renderer/GpuSwitch.hpp | 7 +++++++ include/Nazara/Renderer/RenderBuffer.hpp | 6 +++--- include/Nazara/Renderer/RenderBufferView.hpp | 6 +++--- include/Nazara/Renderer/RenderDevice.hpp | 6 +++--- include/Nazara/Renderer/RenderDeviceInfo.hpp | 6 +++--- include/Nazara/Renderer/RenderFrame.hpp | 6 +++--- include/Nazara/Renderer/RenderImage.hpp | 6 +++--- include/Nazara/Renderer/RenderPass.hpp | 6 +++--- include/Nazara/Renderer/RenderPassCache.hpp | 6 +++--- include/Nazara/Renderer/RenderPipeline.hpp | 6 +++--- include/Nazara/Renderer/RenderPipelineLayout.hpp | 6 +++--- include/Nazara/Renderer/RenderStates.hpp | 6 +++--- include/Nazara/Renderer/RenderSurface.hpp | 6 +++--- include/Nazara/Renderer/RenderTarget.hpp | 6 +++--- include/Nazara/Renderer/RenderWindow.hpp | 6 +++--- include/Nazara/Renderer/RenderWindowImpl.hpp | 6 +++--- include/Nazara/Renderer/RenderWindowParameters.hpp | 6 +++--- include/Nazara/Renderer/ShaderBinding.hpp | 6 +++--- include/Nazara/Renderer/Texture.hpp | 6 +++--- include/Nazara/Renderer/TextureSampler.hpp | 6 +++--- include/Nazara/Shader.hpp | 6 +++--- include/Nazara/Shader/Ast/AstCloner.hpp | 6 +++--- include/Nazara/Shader/Ast/AstExpressionVisitor.hpp | 6 +++--- .../Nazara/Shader/Ast/AstExpressionVisitorExcept.hpp | 6 +++--- include/Nazara/Shader/Ast/AstNodeList.hpp | 2 ++ include/Nazara/Shader/Ast/AstOptimizer.hpp | 6 +++--- include/Nazara/Shader/Ast/AstRecursiveVisitor.hpp | 6 +++--- include/Nazara/Shader/Ast/AstReflect.hpp | 6 +++--- include/Nazara/Shader/Ast/AstSerializer.hpp | 6 +++--- include/Nazara/Shader/Ast/AstStatementVisitor.hpp | 6 +++--- .../Nazara/Shader/Ast/AstStatementVisitorExcept.hpp | 6 +++--- include/Nazara/Shader/Ast/AstUtils.hpp | 6 +++--- include/Nazara/Shader/Ast/Attribute.hpp | 6 +++--- include/Nazara/Shader/Ast/ConstantValue.hpp | 6 +++--- include/Nazara/Shader/Ast/SanitizeVisitor.hpp | 6 +++--- include/Nazara/Shader/Config.hpp | 6 +++--- include/Nazara/Shader/ConfigCheck.hpp | 6 +++--- include/Nazara/Shader/Debug.hpp | 2 ++ include/Nazara/Shader/DebugOff.hpp | 2 ++ include/Nazara/Shader/GlslWriter.hpp | 6 +++--- include/Nazara/Shader/LangWriter.hpp | 6 +++--- include/Nazara/Shader/ShaderBuilder.hpp | 6 +++--- include/Nazara/Shader/ShaderLangLexer.hpp | 6 +++--- include/Nazara/Shader/ShaderLangParser.hpp | 6 +++--- include/Nazara/Shader/ShaderLangTokenList.hpp | 2 ++ include/Nazara/Shader/ShaderWriter.hpp | 6 +++--- include/Nazara/Shader/SpirvAstVisitor.hpp | 6 +++--- include/Nazara/Shader/SpirvBlock.hpp | 6 +++--- include/Nazara/Shader/SpirvConstantCache.hpp | 6 +++--- include/Nazara/Shader/SpirvData.hpp | 8 ++++---- include/Nazara/Shader/SpirvDecoder.hpp | 6 +++--- include/Nazara/Shader/SpirvExpressionLoad.hpp | 6 +++--- include/Nazara/Shader/SpirvExpressionStore.hpp | 6 +++--- include/Nazara/Shader/SpirvPrinter.hpp | 6 +++--- include/Nazara/Shader/SpirvSection.hpp | 6 +++--- include/Nazara/Shader/SpirvSectionBase.hpp | 6 +++--- include/Nazara/Shader/SpirvWriter.hpp | 6 +++--- include/Nazara/Utility.hpp | 4 ++-- include/Nazara/Utility/AbstractAtlas.hpp | 6 +++--- include/Nazara/Utility/AbstractBuffer.hpp | 6 +++--- include/Nazara/Utility/AbstractImage.hpp | 6 +++--- include/Nazara/Utility/AbstractTextDrawer.hpp | 6 +++--- include/Nazara/Utility/Algorithm.hpp | 6 +++--- include/Nazara/Utility/Animation.hpp | 6 +++--- include/Nazara/Utility/Buffer.hpp | 6 +++--- include/Nazara/Utility/BufferMapper.hpp | 6 +++--- include/Nazara/Utility/Components.hpp | 10 +++++----- include/Nazara/Utility/Components/NodeComponent.hpp | 6 +++--- include/Nazara/Utility/Config.hpp | 6 +++--- include/Nazara/Utility/ConfigCheck.hpp | 6 +++--- include/Nazara/Utility/CubemapParams.hpp | 6 +++--- include/Nazara/Utility/Debug.hpp | 2 ++ include/Nazara/Utility/DebugOff.hpp | 2 ++ include/Nazara/Utility/Enums.hpp | 6 +++--- include/Nazara/Utility/FieldOffsets.hpp | 6 +++--- include/Nazara/Utility/Font.hpp | 6 +++--- include/Nazara/Utility/FontData.hpp | 6 +++--- include/Nazara/Utility/FontGlyph.hpp | 6 +++--- include/Nazara/Utility/Formats/MD5AnimParser.hpp | 6 +++--- include/Nazara/Utility/Formats/MD5MeshParser.hpp | 6 +++--- include/Nazara/Utility/Formats/MTLParser.hpp | 6 +++--- include/Nazara/Utility/Formats/OBJParser.hpp | 6 +++--- include/Nazara/Utility/GuillotineImageAtlas.hpp | 6 +++--- include/Nazara/Utility/Image.hpp | 6 +++--- include/Nazara/Utility/IndexBuffer.hpp | 6 +++--- include/Nazara/Utility/IndexIterator.hpp | 6 +++--- include/Nazara/Utility/IndexMapper.hpp | 6 +++--- include/Nazara/Utility/Joint.hpp | 6 +++--- include/Nazara/Utility/MaterialData.hpp | 6 +++--- include/Nazara/Utility/Mesh.hpp | 6 +++--- include/Nazara/Utility/MeshData.hpp | 6 +++--- include/Nazara/Utility/Node.hpp | 6 +++--- include/Nazara/Utility/PixelFormat.hpp | 6 +++--- include/Nazara/Utility/RichTextDrawer.hpp | 6 +++--- include/Nazara/Utility/Sequence.hpp | 6 +++--- include/Nazara/Utility/SimpleTextDrawer.hpp | 6 +++--- include/Nazara/Utility/SkeletalMesh.hpp | 6 +++--- include/Nazara/Utility/Skeleton.hpp | 6 +++--- include/Nazara/Utility/SoftwareBuffer.hpp | 6 +++--- include/Nazara/Utility/StaticMesh.hpp | 6 +++--- include/Nazara/Utility/SubMesh.hpp | 6 +++--- include/Nazara/Utility/TriangleIterator.hpp | 6 +++--- include/Nazara/Utility/UniformBuffer.hpp | 6 +++--- include/Nazara/Utility/VertexBuffer.hpp | 6 +++--- include/Nazara/Utility/VertexDeclaration.hpp | 6 +++--- include/Nazara/Utility/VertexMapper.hpp | 6 +++--- include/Nazara/Utility/VertexStruct.hpp | 6 +++--- include/Nazara/VulkanRenderer.hpp | 6 +++--- include/Nazara/VulkanRenderer/Config.hpp | 6 +++--- include/Nazara/VulkanRenderer/ConfigCheck.hpp | 6 +++--- include/Nazara/VulkanRenderer/Debug.hpp | 2 ++ include/Nazara/VulkanRenderer/DebugOff.hpp | 2 ++ include/Nazara/VulkanRenderer/Utils.hpp | 6 +++--- include/Nazara/VulkanRenderer/Vulkan.hpp | 6 +++--- include/Nazara/VulkanRenderer/VulkanBuffer.hpp | 6 +++--- include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp | 6 +++--- include/Nazara/VulkanRenderer/VulkanShaderModule.hpp | 6 +++--- include/Nazara/VulkanRenderer/VulkanSurface.hpp | 6 +++--- include/Nazara/VulkanRenderer/Wrapper.hpp | 12 ++++++------ include/Nazara/VulkanRenderer/Wrapper/AutoFree.hpp | 6 +++--- include/Nazara/VulkanRenderer/Wrapper/Buffer.hpp | 6 +++--- .../Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp | 6 +++--- .../Nazara/VulkanRenderer/Wrapper/CommandPool.hpp | 6 +++--- .../Wrapper/DebugUtilsMessengerEXT.hpp | 6 +++--- .../Nazara/VulkanRenderer/Wrapper/DescriptorPool.hpp | 6 +++--- .../Nazara/VulkanRenderer/Wrapper/DescriptorSet.hpp | 6 +++--- .../VulkanRenderer/Wrapper/DescriptorSetLayout.hpp | 6 +++--- include/Nazara/VulkanRenderer/Wrapper/Device.hpp | 6 +++--- .../VulkanRenderer/Wrapper/DeviceFunctions.hpp | 2 ++ .../Nazara/VulkanRenderer/Wrapper/DeviceMemory.hpp | 6 +++--- .../Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp | 6 +++--- include/Nazara/VulkanRenderer/Wrapper/Fence.hpp | 6 +++--- .../Nazara/VulkanRenderer/Wrapper/Framebuffer.hpp | 6 +++--- .../VulkanRenderer/Wrapper/GlobalFunctions.hpp | 2 ++ include/Nazara/VulkanRenderer/Wrapper/Image.hpp | 6 +++--- include/Nazara/VulkanRenderer/Wrapper/ImageView.hpp | 6 +++--- include/Nazara/VulkanRenderer/Wrapper/Instance.hpp | 6 +++--- .../VulkanRenderer/Wrapper/InstanceFunctions.hpp | 2 ++ .../Nazara/VulkanRenderer/Wrapper/InstanceObject.hpp | 6 +++--- include/Nazara/VulkanRenderer/Wrapper/Loader.hpp | 6 +++--- .../Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp | 6 +++--- include/Nazara/VulkanRenderer/Wrapper/Pipeline.hpp | 6 +++--- .../Nazara/VulkanRenderer/Wrapper/PipelineCache.hpp | 6 +++--- .../Nazara/VulkanRenderer/Wrapper/PipelineLayout.hpp | 6 +++--- .../Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp | 6 +++--- include/Nazara/VulkanRenderer/Wrapper/RenderPass.hpp | 6 +++--- include/Nazara/VulkanRenderer/Wrapper/Sampler.hpp | 6 +++--- include/Nazara/VulkanRenderer/Wrapper/Semaphore.hpp | 6 +++--- .../Nazara/VulkanRenderer/Wrapper/ShaderModule.hpp | 6 +++--- include/Nazara/VulkanRenderer/Wrapper/Surface.hpp | 6 +++--- include/Nazara/VulkanRenderer/Wrapper/Swapchain.hpp | 6 +++--- include/Nazara/Widgets.hpp | 5 +++-- include/Nazara/Widgets/BaseWidget.hpp | 6 +++--- include/Nazara/Widgets/ButtonWidget.hpp | 6 +++--- include/Nazara/Widgets/Canvas.hpp | 6 +++--- include/Nazara/Widgets/Config.hpp | 6 +++--- include/Nazara/Widgets/ConfigCheck.hpp | 6 +++--- include/Nazara/Widgets/Debug.hpp | 2 ++ include/Nazara/Widgets/DebugOff.hpp | 2 ++ include/Nazara/Widgets/LabelWidget.hpp | 6 +++--- include/Nazara/Widgets/Widgets.hpp | 2 +- src/Nazara/Audio/Formats/drwavLoader.hpp | 6 +++--- src/Nazara/Audio/Formats/libflacLoader.hpp | 6 +++--- src/Nazara/Audio/Formats/libvorbisLoader.hpp | 6 +++--- src/Nazara/Audio/Formats/minimp3Loader.hpp | 6 +++--- src/Nazara/Core/Hash/SHA/Internal.hpp | 6 +++--- src/Nazara/Core/Posix/ClockImpl.hpp | 6 +++--- src/Nazara/Core/Posix/DynLibImpl.hpp | 6 +++--- src/Nazara/Core/Posix/FileImpl.hpp | 6 +++--- src/Nazara/Core/Posix/HardwareInfoImpl.hpp | 6 +++--- src/Nazara/Core/Posix/TaskSchedulerImpl.hpp | 6 +++--- src/Nazara/Core/UnicodeData.hpp | 3 ++- src/Nazara/Core/Win32/ClockImpl.hpp | 6 +++--- src/Nazara/Core/Win32/DynLibImpl.hpp | 6 +++--- src/Nazara/Core/Win32/FileImpl.hpp | 6 +++--- src/Nazara/Core/Win32/HardwareInfoImpl.hpp | 6 +++--- src/Nazara/Core/Win32/TaskSchedulerImpl.hpp | 6 +++--- src/Nazara/Core/Win32/Time.hpp | 6 +++--- src/Nazara/Network/Linux/SocketPollerImpl.hpp | 6 +++--- src/Nazara/Network/Posix/IpAddressImpl.hpp | 6 +++--- src/Nazara/Network/Posix/SocketImpl.hpp | 6 +++--- src/Nazara/Network/Posix/SocketPollerImpl.hpp | 6 +++--- src/Nazara/Network/SystemSocket.hpp | 2 ++ src/Nazara/Network/Win32/IpAddressImpl.hpp | 6 +++--- src/Nazara/Network/Win32/SocketImpl.hpp | 6 +++--- src/Nazara/Network/Win32/SocketPollerImpl.hpp | 6 +++--- src/Nazara/Platform/SDL2/CursorImpl.hpp | 6 +++--- src/Nazara/Platform/SDL2/IconImpl.hpp | 6 +++--- src/Nazara/Platform/SDL2/InputImpl.hpp | 6 +++--- src/Nazara/Platform/SDL2/SDLHelper.hpp | 6 +++--- src/Nazara/Platform/SDL2/VideoModeImpl.hpp | 6 +++--- src/Nazara/Platform/SDL2/WindowImpl.hpp | 6 +++--- src/Nazara/Platform/VideoModeImpl.hpp | 6 +++--- src/Nazara/Shader/SpirvData.cpp | 8 ++++---- src/Nazara/Utility/Formats/DDSConstants.hpp | 6 +++--- src/Nazara/Utility/Formats/DDSLoader.hpp | 6 +++--- src/Nazara/Utility/Formats/FreeTypeLoader.hpp | 6 +++--- src/Nazara/Utility/Formats/MD2Constants.hpp | 8 +++++--- src/Nazara/Utility/Formats/MD2Loader.hpp | 6 +++--- src/Nazara/Utility/Formats/MD5AnimLoader.hpp | 6 +++--- src/Nazara/Utility/Formats/MD5MeshLoader.hpp | 6 +++--- src/Nazara/Utility/Formats/OBJLoader.hpp | 6 +++--- src/Nazara/Utility/Formats/OBJSaver.hpp | 6 +++--- src/Nazara/Utility/Formats/PCXLoader.hpp | 6 +++--- src/Nazara/Utility/Formats/STBLoader.hpp | 6 +++--- src/Nazara/Utility/Formats/STBSaver.hpp | 6 +++--- 476 files changed, 1414 insertions(+), 1327 deletions(-) diff --git a/include/Nazara/Audio.hpp b/include/Nazara/Audio.hpp index 5becbb066..5531f3123 100644 --- a/include/Nazara/Audio.hpp +++ b/include/Nazara/Audio.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* Nazara Engine - Audio module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Audio/Algorithm.hpp b/include/Nazara/Audio/Algorithm.hpp index b7dbb9244..951a3500d 100644 --- a/include/Nazara/Audio/Algorithm.hpp +++ b/include/Nazara/Audio/Algorithm.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ALGORITHM_AUDIO_HPP -#define NAZARA_ALGORITHM_AUDIO_HPP +#ifndef NAZARA_AUDIO_ALGORITHM_HPP +#define NAZARA_AUDIO_ALGORITHM_HPP #include #include @@ -18,4 +18,4 @@ namespace Nz #include -#endif // NAZARA_ALGORITHM_AUDIO_HPP +#endif // NAZARA_AUDIO_ALGORITHM_HPP diff --git a/include/Nazara/Audio/Config.hpp b/include/Nazara/Audio/Config.hpp index f3dc0a93b..31af9d358 100644 --- a/include/Nazara/Audio/Config.hpp +++ b/include/Nazara/Audio/Config.hpp @@ -24,8 +24,8 @@ #pragma once -#ifndef NAZARA_CONFIG_AUDIO_HPP -#define NAZARA_CONFIG_AUDIO_HPP +#ifndef NAZARA_AUDIO_CONFIG_HPP +#define NAZARA_AUDIO_CONFIG_HPP /*! * \defgroup audio (NazaraAudio) Audio module @@ -56,4 +56,4 @@ #define NAZARA_AUDIO_API #endif -#endif // NAZARA_CONFIG_AUDIO_HPP +#endif // NAZARA_AUDIO_CONFIG_HPP diff --git a/include/Nazara/Audio/ConfigCheck.hpp b/include/Nazara/Audio/ConfigCheck.hpp index d2d2294eb..2af2f0d54 100644 --- a/include/Nazara/Audio/ConfigCheck.hpp +++ b/include/Nazara/Audio/ConfigCheck.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CHECK_AUDIO_HPP -#define NAZARA_CONFIG_CHECK_AUDIO_HPP +#ifndef NAZARA_AUDIO_CONFIGCHECK_HPP +#define NAZARA_AUDIO_CONFIGCHECK_HPP /// This file is used to check the constant values defined in Config.hpp @@ -22,4 +22,4 @@ NazaraCheckTypeAndVal(NAZARA_AUDIO_STREAMED_BUFFER_COUNT, integral, >, 0, " shal #undef NazaraCheckTypeAndVal -#endif // NAZARA_CONFIG_CHECK_AUDIO_HPP +#endif // NAZARA_AUDIO_CONFIGCHECK_HPP diff --git a/include/Nazara/Audio/Debug.hpp b/include/Nazara/Audio/Debug.hpp index c3d023e90..a9ed9a064 100644 --- a/include/Nazara/Audio/Debug.hpp +++ b/include/Nazara/Audio/Debug.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include #if NAZARA_AUDIO_MANAGE_MEMORY #include diff --git a/include/Nazara/Audio/DebugOff.hpp b/include/Nazara/Audio/DebugOff.hpp index a1683230a..4f0182ad3 100644 --- a/include/Nazara/Audio/DebugOff.hpp +++ b/include/Nazara/Audio/DebugOff.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + // We assume that Debug.hpp has already been included, same thing for Config.hpp #if NAZARA_AUDIO_MANAGE_MEMORY #undef delete diff --git a/include/Nazara/Audio/Enums.hpp b/include/Nazara/Audio/Enums.hpp index 23de8bbc6..184b2f251 100644 --- a/include/Nazara/Audio/Enums.hpp +++ b/include/Nazara/Audio/Enums.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ENUMS_AUDIO_HPP -#define NAZARA_ENUMS_AUDIO_HPP +#ifndef NAZARA_AUDIO_ENUMS_HPP +#define NAZARA_AUDIO_ENUMS_HPP namespace Nz { @@ -37,4 +37,4 @@ namespace Nz constexpr std::size_t SoundStatusCount = static_cast(SoundStatus::Max) + 1; } -#endif // NAZARA_ENUMS_AUDIO_HPP +#endif // NAZARA_AUDIO_ENUMS_HPP diff --git a/include/Nazara/Audio/Music.hpp b/include/Nazara/Audio/Music.hpp index 78eeeafc2..f615e4559 100644 --- a/include/Nazara/Audio/Music.hpp +++ b/include/Nazara/Audio/Music.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MUSIC_HPP -#define NAZARA_MUSIC_HPP +#ifndef NAZARA_AUDIO_MUSIC_HPP +#define NAZARA_AUDIO_MUSIC_HPP #include #include @@ -64,4 +64,4 @@ namespace Nz }; } -#endif // NAZARA_MUSIC_HPP +#endif // NAZARA_AUDIO_MUSIC_HPP diff --git a/include/Nazara/Audio/OpenAL.hpp b/include/Nazara/Audio/OpenAL.hpp index a256154a6..dcf2ce0fa 100644 --- a/include/Nazara/Audio/OpenAL.hpp +++ b/include/Nazara/Audio/OpenAL.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENAL_HPP -#define NAZARA_OPENAL_HPP +#ifndef NAZARA_AUDIO_OPENAL_HPP +#define NAZARA_AUDIO_OPENAL_HPP #if defined(NAZARA_AUDIO_OPENAL) || defined(NAZARA_AUDIO_BUILD) @@ -189,4 +189,4 @@ NAZARA_AUDIO_API extern OpenALDetail::LPALCSUSPENDCONTEXT alcSuspendContext; #endif // NAZARA_AUDIO_OPENAL -#endif // NAZARA_OPENAL_HPP +#endif // NAZARA_AUDIO_OPENAL_HPP diff --git a/include/Nazara/Audio/Sound.hpp b/include/Nazara/Audio/Sound.hpp index 3bef42bd0..f991ed1ad 100644 --- a/include/Nazara/Audio/Sound.hpp +++ b/include/Nazara/Audio/Sound.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SOUND_HPP -#define NAZARA_SOUND_HPP +#ifndef NAZARA_AUDIO_SOUND_HPP +#define NAZARA_AUDIO_SOUND_HPP #include #include @@ -53,4 +53,4 @@ namespace Nz }; } -#endif // NAZARA_SOUND_HPP +#endif // NAZARA_AUDIO_SOUND_HPP diff --git a/include/Nazara/Audio/SoundBuffer.hpp b/include/Nazara/Audio/SoundBuffer.hpp index 3449727b2..6fbb936d0 100644 --- a/include/Nazara/Audio/SoundBuffer.hpp +++ b/include/Nazara/Audio/SoundBuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SOUNDBUFFER_HPP -#define NAZARA_SOUNDBUFFER_HPP +#ifndef NAZARA_AUDIO_SOUNDBUFFER_HPP +#define NAZARA_AUDIO_SOUNDBUFFER_HPP #include #include @@ -75,4 +75,4 @@ namespace Nz #include -#endif // NAZARA_SOUNDBUFFER_HPP +#endif // NAZARA_AUDIO_SOUNDBUFFER_HPP diff --git a/include/Nazara/Audio/SoundEmitter.hpp b/include/Nazara/Audio/SoundEmitter.hpp index 54f18b271..c79c7bd2c 100644 --- a/include/Nazara/Audio/SoundEmitter.hpp +++ b/include/Nazara/Audio/SoundEmitter.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SOUNDEMITTER_HPP -#define NAZARA_SOUNDEMITTER_HPP +#ifndef NAZARA_AUDIO_SOUNDEMITTER_HPP +#define NAZARA_AUDIO_SOUNDEMITTER_HPP #include #include @@ -71,4 +71,4 @@ namespace Nz #include -#endif // NAZARA_SOUNDEMITTER_HPP +#endif // NAZARA_AUDIO_SOUNDEMITTER_HPP diff --git a/include/Nazara/Audio/SoundStream.hpp b/include/Nazara/Audio/SoundStream.hpp index b4bba926d..37e9b906b 100644 --- a/include/Nazara/Audio/SoundStream.hpp +++ b/include/Nazara/Audio/SoundStream.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SOUNDSTREAM_HPP -#define NAZARA_SOUNDSTREAM_HPP +#ifndef NAZARA_AUDIO_SOUNDSTREAM_HPP +#define NAZARA_AUDIO_SOUNDSTREAM_HPP #include #include @@ -51,4 +51,4 @@ namespace Nz }; } -#endif // NAZARA_SOUNDSTREAM_HPP +#endif // NAZARA_AUDIO_SOUNDSTREAM_HPP diff --git a/include/Nazara/Core.hpp b/include/Nazara/Core.hpp index 4862726d9..ac271b25e 100644 --- a/include/Nazara/Core.hpp +++ b/include/Nazara/Core.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* Nazara Engine - Core module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Core/AbstractHash.hpp b/include/Nazara/Core/AbstractHash.hpp index 8d2846475..64e34430a 100644 --- a/include/Nazara/Core/AbstractHash.hpp +++ b/include/Nazara/Core/AbstractHash.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ABSTRACTHASH_HPP -#define NAZARA_ABSTRACTHASH_HPP +#ifndef NAZARA_CORE_ABSTRACTHASH_HPP +#define NAZARA_CORE_ABSTRACTHASH_HPP #include #include @@ -37,4 +37,4 @@ namespace Nz }; } -#endif // NAZARA_ABSTRACTHASH_HPP +#endif // NAZARA_CORE_ABSTRACTHASH_HPP diff --git a/include/Nazara/Core/AbstractLogger.hpp b/include/Nazara/Core/AbstractLogger.hpp index 18aa602fc..3673df296 100644 --- a/include/Nazara/Core/AbstractLogger.hpp +++ b/include/Nazara/Core/AbstractLogger.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ABSTRACTLOGGER_HPP -#define NAZARA_ABSTRACTLOGGER_HPP +#ifndef NAZARA_CORE_ABSTRACTLOGGER_HPP +#define NAZARA_CORE_ABSTRACTLOGGER_HPP #include #include @@ -33,4 +33,4 @@ namespace Nz }; } -#endif // NAZARA_ABSTRACTLOGGER_HPP +#endif // NAZARA_CORE_ABSTRACTLOGGER_HPP diff --git a/include/Nazara/Core/Algorithm.hpp b/include/Nazara/Core/Algorithm.hpp index 1857bb0f7..dcba6a776 100644 --- a/include/Nazara/Core/Algorithm.hpp +++ b/include/Nazara/Core/Algorithm.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ALGORITHM_CORE_HPP -#define NAZARA_ALGORITHM_CORE_HPP +#ifndef NAZARA_CORE_ALGORITHM_HPP +#define NAZARA_CORE_ALGORITHM_HPP #include #include @@ -95,4 +95,4 @@ namespace Nz #include -#endif // NAZARA_ALGORITHM_CORE_HPP +#endif // NAZARA_CORE_ALGORITHM_HPP diff --git a/include/Nazara/Core/Bitset.hpp b/include/Nazara/Core/Bitset.hpp index 7e29f675a..a9719865f 100644 --- a/include/Nazara/Core/Bitset.hpp +++ b/include/Nazara/Core/Bitset.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_BITSET_HPP -#define NAZARA_BITSET_HPP +#ifndef NAZARA_CORE_BITSET_HPP +#define NAZARA_CORE_BITSET_HPP #include #include @@ -205,4 +205,4 @@ namespace std #include -#endif // NAZARA_BITSET_HPP +#endif // NAZARA_CORE_BITSET_HPP diff --git a/include/Nazara/Core/ByteArray.hpp b/include/Nazara/Core/ByteArray.hpp index 95edc5609..c14fde704 100644 --- a/include/Nazara/Core/ByteArray.hpp +++ b/include/Nazara/Core/ByteArray.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_BYTEARRAY_HPP -#define NAZARA_BYTEARRAY_HPP +#ifndef NAZARA_CORE_BYTEARRAY_HPP +#define NAZARA_CORE_BYTEARRAY_HPP #include #include @@ -139,4 +139,4 @@ namespace std #include -#endif // NAZARA_BYTEARRAY_HPP +#endif // NAZARA_CORE_BYTEARRAY_HPP diff --git a/include/Nazara/Core/ByteArrayPool.hpp b/include/Nazara/Core/ByteArrayPool.hpp index adb8f7ab6..cae8fc386 100644 --- a/include/Nazara/Core/ByteArrayPool.hpp +++ b/include/Nazara/Core/ByteArrayPool.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_BYTEARRAYPOOL_HPP -#define NAZARA_BYTEARRAYPOOL_HPP +#ifndef NAZARA_CORE_BYTEARRAYPOOL_HPP +#define NAZARA_CORE_BYTEARRAYPOOL_HPP #include #include @@ -39,4 +39,4 @@ namespace Nz #include -#endif // NAZARA_BYTEARRAYPOOL_HPP +#endif // NAZARA_CORE_BYTEARRAYPOOL_HPP diff --git a/include/Nazara/Core/ByteStream.hpp b/include/Nazara/Core/ByteStream.hpp index 4084173bb..18fc8af00 100644 --- a/include/Nazara/Core/ByteStream.hpp +++ b/include/Nazara/Core/ByteStream.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_BYTESTREAM_HPP -#define NAZARA_BYTESTREAM_HPP +#ifndef NAZARA_CORE_BYTESTREAM_HPP +#define NAZARA_CORE_BYTESTREAM_HPP #include #include @@ -64,4 +64,4 @@ namespace Nz #include -#endif // NAZARA_BYTESTREAM_HPP +#endif // NAZARA_CORE_BYTESTREAM_HPP diff --git a/include/Nazara/Core/CallOnExit.hpp b/include/Nazara/Core/CallOnExit.hpp index 8d20d20f4..f1dccc1ad 100644 --- a/include/Nazara/Core/CallOnExit.hpp +++ b/include/Nazara/Core/CallOnExit.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CALLONEXIT_HPP -#define NAZARA_CALLONEXIT_HPP +#ifndef NAZARA_CORE_CALLONEXIT_HPP +#define NAZARA_CORE_CALLONEXIT_HPP #include #include @@ -35,4 +35,4 @@ namespace Nz #include -#endif // NAZARA_CALLONEXIT_HPP +#endif // NAZARA_CORE_CALLONEXIT_HPP diff --git a/include/Nazara/Core/Clock.hpp b/include/Nazara/Core/Clock.hpp index e5cbeb39a..dbbc3d6d3 100644 --- a/include/Nazara/Core/Clock.hpp +++ b/include/Nazara/Core/Clock.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CLOCK_HPP -#define NAZARA_CLOCK_HPP +#ifndef NAZARA_CORE_CLOCK_HPP +#define NAZARA_CORE_CLOCK_HPP #include @@ -44,4 +44,4 @@ namespace Nz extern NAZARA_CORE_API ClockFunction GetElapsedMilliseconds; } -#endif // NAZARA_CLOCK_HPP +#endif // NAZARA_CORE_CLOCK_HPP diff --git a/include/Nazara/Core/Color.hpp b/include/Nazara/Core/Color.hpp index eba414818..bf8e3b59f 100644 --- a/include/Nazara/Core/Color.hpp +++ b/include/Nazara/Core/Color.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_COLOR_HPP -#define NAZARA_COLOR_HPP +#ifndef NAZARA_CORE_COLOR_HPP +#define NAZARA_CORE_COLOR_HPP #include #include @@ -79,4 +79,4 @@ std::ostream& operator<<(std::ostream& out, const Nz::Color& color); #include -#endif // NAZARA_COLOR_HPP +#endif // NAZARA_CORE_COLOR_HPP diff --git a/include/Nazara/Core/Config.hpp b/include/Nazara/Core/Config.hpp index 33d219c18..5567b03ab 100644 --- a/include/Nazara/Core/Config.hpp +++ b/include/Nazara/Core/Config.hpp @@ -24,8 +24,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CORE_HPP -#define NAZARA_CONFIG_CORE_HPP +#ifndef NAZARA_CORE_CONFIG_HPP +#define NAZARA_CORE_CONFIG_HPP /*! * \defgroup core (NazaraCore) Core module @@ -83,4 +83,4 @@ #endif #endif -#endif // NAZARA_CONFIG_CORE_HPP +#endif // NAZARA_CORE_CONFIG_HPP diff --git a/include/Nazara/Core/ConfigCheck.hpp b/include/Nazara/Core/ConfigCheck.hpp index 6c624e864..b1a2c3e07 100644 --- a/include/Nazara/Core/ConfigCheck.hpp +++ b/include/Nazara/Core/ConfigCheck.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CHECK_CORE_HPP -#define NAZARA_CONFIG_CHECK_CORE_HPP +#ifndef NAZARA_CORE_CONFIGCHECK_HPP +#define NAZARA_CORE_CONFIGCHECK_HPP /// This file is used to check the constant values defined in Config.hpp @@ -24,4 +24,4 @@ NazaraCheckTypeAndVal(NAZARA_CORE_WINDOWS_CS_SPINLOCKS, integral, >=, 0, " shall #undef NazaraCheckTypeAndVal -#endif // NAZARA_CONFIG_CHECK_CORE_HPP +#endif // NAZARA_CORE_CONFIGCHECK_HPP diff --git a/include/Nazara/Core/Debug.hpp b/include/Nazara/Core/Debug.hpp index cbbdb6d4f..7321b5fc4 100644 --- a/include/Nazara/Core/Debug.hpp +++ b/include/Nazara/Core/Debug.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include #if NAZARA_CORE_MANAGE_MEMORY #include diff --git a/include/Nazara/Core/Debug/NewRedefinition.hpp b/include/Nazara/Core/Debug/NewRedefinition.hpp index 8c9c0aaf1..0553d86f8 100644 --- a/include/Nazara/Core/Debug/NewRedefinition.hpp +++ b/include/Nazara/Core/Debug/NewRedefinition.hpp @@ -2,13 +2,14 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp -// Pas de #pragma once car ce fichier est prévu pour être inclus plusieurs fois +// no header guards #include + #if NAZARA_CORE_MANAGE_MEMORY -#ifndef NAZARA_DEBUG_NEWREDEFINITION_HPP -#define NAZARA_DEBUG_NEWREDEFINITION_HPP +#ifndef NAZARA_CORE_DEBUG_NEWREDEFINITION_HPP +#define NAZARA_CORE_DEBUG_NEWREDEFINITION_HPP #include #include @@ -25,4 +26,4 @@ NAZARA_CORE_API void operator delete[](void* ptr, const char* file, unsigned int #define new new(__FILE__, __LINE__) #endif -#endif // NAZARA_CORE_MANAGE_MEMORY +#endif // NAZARA_CORE_DEBUG_NEWREDEFINITION_HPP diff --git a/include/Nazara/Core/DebugOff.hpp b/include/Nazara/Core/DebugOff.hpp index 2153a471a..2bfbdd563 100644 --- a/include/Nazara/Core/DebugOff.hpp +++ b/include/Nazara/Core/DebugOff.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + // We assume that Debug.hpp has already been included, same thing for Config.hpp #if NAZARA_CORE_MANAGE_MEMORY #undef delete diff --git a/include/Nazara/Core/DynLib.hpp b/include/Nazara/Core/DynLib.hpp index 4b6255bf7..43884ed82 100644 --- a/include/Nazara/Core/DynLib.hpp +++ b/include/Nazara/Core/DynLib.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_DYNLIB_HPP -#define NAZARA_DYNLIB_HPP +#ifndef NAZARA_CORE_DYNLIB_HPP +#define NAZARA_CORE_DYNLIB_HPP #include #include @@ -52,4 +52,4 @@ namespace Nz }; } -#endif // NAZARA_DYNLIB_HPP +#endif // NAZARA_CORE_DYNLIB_HPP diff --git a/include/Nazara/Core/ECS.hpp b/include/Nazara/Core/ECS.hpp index 116cfd05f..49261e190 100644 --- a/include/Nazara/Core/ECS.hpp +++ b/include/Nazara/Core/ECS.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ECS_HPP -#define NAZARA_ECS_HPP +#ifndef NAZARA_CORE_ECS_HPP +#define NAZARA_CORE_ECS_HPP #include #include @@ -45,4 +45,4 @@ namespace Nz #include -#endif +#endif // NAZARA_CORE_ECS_HPP diff --git a/include/Nazara/Core/EmptyStream.hpp b/include/Nazara/Core/EmptyStream.hpp index 6f3d1ab81..9821a65f8 100644 --- a/include/Nazara/Core/EmptyStream.hpp +++ b/include/Nazara/Core/EmptyStream.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_EMPTYSTREAM_HPP -#define NAZARA_EMPTYSTREAM_HPP +#ifndef NAZARA_CORE_EMPTYSTREAM_HPP +#define NAZARA_CORE_EMPTYSTREAM_HPP #include #include @@ -43,4 +43,4 @@ namespace Nz #include -#endif // NAZARA_EMPTYSTREAM_HPP +#endif // NAZARA_CORE_EMPTYSTREAM_HPP diff --git a/include/Nazara/Core/Endianness.hpp b/include/Nazara/Core/Endianness.hpp index 67ee97408..62ba15dab 100644 --- a/include/Nazara/Core/Endianness.hpp +++ b/include/Nazara/Core/Endianness.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ENDIANNESS_HPP -#define NAZARA_ENDIANNESS_HPP +#ifndef NAZARA_CORE_ENDIANNESS_HPP +#define NAZARA_CORE_ENDIANNESS_HPP #include #include @@ -34,4 +34,4 @@ namespace Nz #include -#endif // NAZARA_ENDIANNESS_HPP +#endif // NAZARA_CORE_ENDIANNESS_HPP diff --git a/include/Nazara/Core/Enums.hpp b/include/Nazara/Core/Enums.hpp index 471963b8f..1f8426f8f 100644 --- a/include/Nazara/Core/Enums.hpp +++ b/include/Nazara/Core/Enums.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ENUMS_CORE_HPP -#define NAZARA_ENUMS_CORE_HPP +#ifndef NAZARA_CORE_ENUMS_HPP +#define NAZARA_CORE_ENUMS_HPP #include @@ -232,4 +232,4 @@ namespace Nz }; } -#endif // NAZARA_ENUMS_CORE_HPP +#endif // NAZARA_CORE_ENUMS_HPP diff --git a/include/Nazara/Core/Error.hpp b/include/Nazara/Core/Error.hpp index 81d9d379e..e8d43fdf6 100644 --- a/include/Nazara/Core/Error.hpp +++ b/include/Nazara/Core/Error.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ERROR_HPP -#define NAZARA_ERROR_HPP +#ifndef NAZARA_CORE_ERROR_HPP +#define NAZARA_CORE_ERROR_HPP #include #include @@ -51,4 +51,4 @@ namespace Nz }; } -#endif // NAZARA_ERROR_HPP +#endif // NAZARA_CORE_ERROR_HPP diff --git a/include/Nazara/Core/ErrorFlags.hpp b/include/Nazara/Core/ErrorFlags.hpp index 901e4a2b8..dba2168da 100644 --- a/include/Nazara/Core/ErrorFlags.hpp +++ b/include/Nazara/Core/ErrorFlags.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ERRORFLAGS_HPP -#define NAZARA_ERRORFLAGS_HPP +#ifndef NAZARA_CORE_ERRORFLAGS_HPP +#define NAZARA_CORE_ERRORFLAGS_HPP #include #include @@ -32,4 +32,4 @@ namespace Nz }; } -#endif // NAZARA_ERRORFLAGS_HPP +#endif // NAZARA_CORE_ERRORFLAGS_HPP diff --git a/include/Nazara/Core/File.hpp b/include/Nazara/Core/File.hpp index 144f67b32..3d490a89e 100644 --- a/include/Nazara/Core/File.hpp +++ b/include/Nazara/Core/File.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FILE_HPP -#define NAZARA_FILE_HPP +#ifndef NAZARA_CORE_FILE_HPP +#define NAZARA_CORE_FILE_HPP #include #include @@ -76,4 +76,4 @@ namespace Nz #include -#endif // NAZARA_FILE_HPP +#endif // NAZARA_CORE_FILE_HPP diff --git a/include/Nazara/Core/FileLogger.hpp b/include/Nazara/Core/FileLogger.hpp index 060333bed..5371477fc 100644 --- a/include/Nazara/Core/FileLogger.hpp +++ b/include/Nazara/Core/FileLogger.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FILELOGGER_HPP -#define NAZARA_FILELOGGER_HPP +#ifndef NAZARA_CORE_FILELOGGER_HPP +#define NAZARA_CORE_FILELOGGER_HPP #include #include @@ -45,4 +45,4 @@ namespace Nz }; } -#endif // NAZARA_FILELOGGER_HPP +#endif // NAZARA_CORE_FILELOGGER_HPP diff --git a/include/Nazara/Core/Flags.hpp b/include/Nazara/Core/Flags.hpp index a9423895d..0a542b7da 100644 --- a/include/Nazara/Core/Flags.hpp +++ b/include/Nazara/Core/Flags.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FLAGS_HPP -#define NAZARA_FLAGS_HPP +#ifndef NAZARA_CORE_FLAGS_HPP +#define NAZARA_CORE_FLAGS_HPP #include #include @@ -101,4 +101,4 @@ using namespace Nz::FlagsOperators; #include -#endif // NAZARA_FLAGS_HPP +#endif // NAZARA_CORE_FLAGS_HPP diff --git a/include/Nazara/Core/Functor.hpp b/include/Nazara/Core/Functor.hpp index 3598094b6..6b802a247 100644 --- a/include/Nazara/Core/Functor.hpp +++ b/include/Nazara/Core/Functor.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FUNCTOR_HPP -#define NAZARA_FUNCTOR_HPP +#ifndef NAZARA_CORE_FUNCTOR_HPP +#define NAZARA_CORE_FUNCTOR_HPP #include @@ -58,4 +58,4 @@ namespace Nz #include -#endif // NAZARA_FUNCTOR_HPP +#endif // NAZARA_CORE_FUNCTOR_HPP diff --git a/include/Nazara/Core/GuillotineBinPack.hpp b/include/Nazara/Core/GuillotineBinPack.hpp index 7ba6d2f22..f2a661d19 100644 --- a/include/Nazara/Core/GuillotineBinPack.hpp +++ b/include/Nazara/Core/GuillotineBinPack.hpp @@ -7,8 +7,8 @@ #pragma once -#ifndef NAZARA_GUILLOTINEBINPACK_HPP -#define NAZARA_GUILLOTINEBINPACK_HPP +#ifndef NAZARA_CORE_GUILLOTINEBINPACK_HPP +#define NAZARA_CORE_GUILLOTINEBINPACK_HPP #include #include @@ -87,4 +87,4 @@ namespace Nz }; } -#endif // NAZARA_GUILLOTINEBINPACK_HPP +#endif // NAZARA_CORE_GUILLOTINEBINPACK_HPP diff --git a/include/Nazara/Core/HandledObject.hpp b/include/Nazara/Core/HandledObject.hpp index 8afed3ad4..4d86094bc 100644 --- a/include/Nazara/Core/HandledObject.hpp +++ b/include/Nazara/Core/HandledObject.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OBJECTHANDLER_HPP -#define NAZARA_OBJECTHANDLER_HPP +#ifndef NAZARA_CORE_HANDLEDOBJECT_HPP +#define NAZARA_CORE_HANDLEDOBJECT_HPP #include #include @@ -59,4 +59,4 @@ namespace Nz #include -#endif // NAZARA_OBJECTHANDLER_HPP +#endif // NAZARA_CORE_HANDLEDOBJECT_HPP diff --git a/include/Nazara/Core/HardwareInfo.hpp b/include/Nazara/Core/HardwareInfo.hpp index de6883885..abe8fa4cb 100644 --- a/include/Nazara/Core/HardwareInfo.hpp +++ b/include/Nazara/Core/HardwareInfo.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_HARDWAREINFO_HPP -#define NAZARA_HARDWAREINFO_HPP +#ifndef NAZARA_CORE_HARDWAREINFO_HPP +#define NAZARA_CORE_HARDWAREINFO_HPP #include #include @@ -38,4 +38,4 @@ namespace Nz }; } -#endif // NAZARA_HARDWAREINFO_HPP +#endif // NAZARA_CORE_HARDWAREINFO_HPP diff --git a/include/Nazara/Core/Hash/CRC32.hpp b/include/Nazara/Core/Hash/CRC32.hpp index 09ac931a5..27393b903 100644 --- a/include/Nazara/Core/Hash/CRC32.hpp +++ b/include/Nazara/Core/Hash/CRC32.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_HASH_CRC32_HPP -#define NAZARA_HASH_CRC32_HPP +#ifndef NAZARA_CORE_HASH_CRC32_HPP +#define NAZARA_CORE_HASH_CRC32_HPP #include #include @@ -33,4 +33,4 @@ namespace Nz }; } -#endif // NAZARA_HASH_CRC32_HPP +#endif // NAZARA_CORE_HASH_CRC32_HPP diff --git a/include/Nazara/Core/Hash/CRC64.hpp b/include/Nazara/Core/Hash/CRC64.hpp index f9ba85928..c427ac349 100644 --- a/include/Nazara/Core/Hash/CRC64.hpp +++ b/include/Nazara/Core/Hash/CRC64.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_HASH_CRC64_HPP -#define NAZARA_HASH_CRC64_HPP +#ifndef NAZARA_CORE_HASH_CRC64_HPP +#define NAZARA_CORE_HASH_CRC64_HPP #include #include @@ -31,4 +31,4 @@ namespace Nz }; } -#endif // NAZARA_HASH_CRC64_HPP +#endif // NAZARA_CORE_HASH_CRC64_HPP diff --git a/include/Nazara/Core/Hash/Fletcher16.hpp b/include/Nazara/Core/Hash/Fletcher16.hpp index 276d5707a..7e8b1fe41 100644 --- a/include/Nazara/Core/Hash/Fletcher16.hpp +++ b/include/Nazara/Core/Hash/Fletcher16.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_HASH_FLETCHER16_HPP -#define NAZARA_HASH_FLETCHER16_HPP +#ifndef NAZARA_CORE_HASH_FLETCHER16_HPP +#define NAZARA_CORE_HASH_FLETCHER16_HPP #include #include @@ -33,4 +33,4 @@ namespace Nz }; } -#endif // NAZARA_HASH_FLETCHER16_HPP +#endif // NAZARA_CORE_HASH_FLETCHER16_HPP diff --git a/include/Nazara/Core/Hash/MD5.hpp b/include/Nazara/Core/Hash/MD5.hpp index 98cb3bdaf..6db0258d3 100644 --- a/include/Nazara/Core/Hash/MD5.hpp +++ b/include/Nazara/Core/Hash/MD5.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_HASH_MD5_HPP -#define NAZARA_HASH_MD5_HPP +#ifndef NAZARA_CORE_HASH_MD5_HPP +#define NAZARA_CORE_HASH_MD5_HPP #include #include @@ -33,4 +33,4 @@ namespace Nz }; } -#endif // NAZARA_HASH_MD5_HPP +#endif // NAZARA_CORE_HASH_MD5_HPP diff --git a/include/Nazara/Core/Hash/SHA1.hpp b/include/Nazara/Core/Hash/SHA1.hpp index 316d77332..79419d115 100644 --- a/include/Nazara/Core/Hash/SHA1.hpp +++ b/include/Nazara/Core/Hash/SHA1.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_HASH_SHA1_HPP -#define NAZARA_HASH_SHA1_HPP +#ifndef NAZARA_CORE_HASH_SHA1_HPP +#define NAZARA_CORE_HASH_SHA1_HPP #include #include @@ -33,4 +33,4 @@ namespace Nz }; } -#endif // NAZARA_HASH_SHA1_HPP +#endif // NAZARA_CORE_HASH_SHA1_HPP diff --git a/include/Nazara/Core/Hash/SHA224.hpp b/include/Nazara/Core/Hash/SHA224.hpp index 4552c94aa..acb019ddc 100644 --- a/include/Nazara/Core/Hash/SHA224.hpp +++ b/include/Nazara/Core/Hash/SHA224.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_HASH_SHA224_HPP -#define NAZARA_HASH_SHA224_HPP +#ifndef NAZARA_CORE_HASH_SHA224_HPP +#define NAZARA_CORE_HASH_SHA224_HPP #include #include @@ -33,4 +33,4 @@ namespace Nz }; } -#endif // NAZARA_HASH_SHA224_HPP +#endif // NAZARA_CORE_HASH_SHA224_HPP diff --git a/include/Nazara/Core/Hash/SHA256.hpp b/include/Nazara/Core/Hash/SHA256.hpp index 11edd7917..6a7578179 100644 --- a/include/Nazara/Core/Hash/SHA256.hpp +++ b/include/Nazara/Core/Hash/SHA256.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_HASH_SHA256_HPP -#define NAZARA_HASH_SHA256_HPP +#ifndef NAZARA_CORE_HASH_SHA256_HPP +#define NAZARA_CORE_HASH_SHA256_HPP #include #include @@ -33,4 +33,4 @@ namespace Nz }; } -#endif // NAZARA_HASH_SHA256_HPP +#endif // NAZARA_CORE_HASH_SHA256_HPP diff --git a/include/Nazara/Core/Hash/SHA384.hpp b/include/Nazara/Core/Hash/SHA384.hpp index ef22dd7a4..dd3000972 100644 --- a/include/Nazara/Core/Hash/SHA384.hpp +++ b/include/Nazara/Core/Hash/SHA384.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_HASH_SHA384_HPP -#define NAZARA_HASH_SHA384_HPP +#ifndef NAZARA_CORE_HASH_SHA384_HPP +#define NAZARA_CORE_HASH_SHA384_HPP #include #include @@ -33,4 +33,4 @@ namespace Nz }; } -#endif // NAZARA_HASH_SHA384_HPP +#endif // NAZARA_CORE_HASH_SHA384_HPP diff --git a/include/Nazara/Core/Hash/SHA512.hpp b/include/Nazara/Core/Hash/SHA512.hpp index 6e5be37f4..c1b0bc662 100644 --- a/include/Nazara/Core/Hash/SHA512.hpp +++ b/include/Nazara/Core/Hash/SHA512.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_HASH_SHA512_HPP -#define NAZARA_HASH_SHA512_HPP +#ifndef NAZARA_CORE_HASH_SHA512_HPP +#define NAZARA_CORE_HASH_SHA512_HPP #include #include @@ -33,4 +33,4 @@ namespace Nz }; } -#endif // NAZARA_HASH_SHA512_HPP +#endif // NAZARA_CORE_HASH_SHA512_HPP diff --git a/include/Nazara/Core/Hash/Whirlpool.hpp b/include/Nazara/Core/Hash/Whirlpool.hpp index a6ef4f4a3..13d19f75f 100644 --- a/include/Nazara/Core/Hash/Whirlpool.hpp +++ b/include/Nazara/Core/Hash/Whirlpool.hpp @@ -2,8 +2,10 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp -#ifndef NAZARA_HASH_WHIRLPOOL_HPP -#define NAZARA_HASH_WHIRLPOOL_HPP +#pragma once + +#ifndef NAZARA_CORE_HASH_WHIRLPOOL_HPP +#define NAZARA_CORE_HASH_WHIRLPOOL_HPP #include #include @@ -31,4 +33,4 @@ namespace Nz }; } -#endif // NAZARA_HASH_WHIRLPOOL_HPP +#endif // NAZARA_CORE_HASH_WHIRLPOOL_HPP diff --git a/include/Nazara/Core/Initializer.hpp b/include/Nazara/Core/Initializer.hpp index 1fce1c376..e61d3993a 100644 --- a/include/Nazara/Core/Initializer.hpp +++ b/include/Nazara/Core/Initializer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_INITIALIZER_HPP -#define NAZARA_INITIALIZER_HPP +#ifndef NAZARA_CORE_INITIALIZER_HPP +#define NAZARA_CORE_INITIALIZER_HPP #include @@ -36,4 +36,4 @@ namespace Nz #include -#endif // NAZARA_INITIALIZER_HPP +#endif // NAZARA_CORE_INITIALIZER_HPP diff --git a/include/Nazara/Core/Log.hpp b/include/Nazara/Core/Log.hpp index 15445e091..5b9b19721 100644 --- a/include/Nazara/Core/Log.hpp +++ b/include/Nazara/Core/Log.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LOG_HPP -#define NAZARA_LOG_HPP +#ifndef NAZARA_CORE_LOG_HPP +#define NAZARA_CORE_LOG_HPP #include #include @@ -51,4 +51,4 @@ namespace Nz }; } -#endif // NAZARA_LOGGER_HPP +#endif // NAZARA_CORE_LOG_HPP diff --git a/include/Nazara/Core/MemoryHelper.hpp b/include/Nazara/Core/MemoryHelper.hpp index 67b35df0e..ca023a27b 100644 --- a/include/Nazara/Core/MemoryHelper.hpp +++ b/include/Nazara/Core/MemoryHelper.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MEMORYHELPER_HPP -#define NAZARA_MEMORYHELPER_HPP +#ifndef NAZARA_CORE_MEMORYHELPER_HPP +#define NAZARA_CORE_MEMORYHELPER_HPP #if defined(NAZARA_COMPILER_MSVC) || defined(NAZARA_COMPILER_MINGW) @@ -41,4 +41,4 @@ namespace Nz #include -#endif // NAZARA_MEMORYHELPER_HPP +#endif // NAZARA_CORE_MEMORYHELPER_HPP diff --git a/include/Nazara/Core/MemoryManager.hpp b/include/Nazara/Core/MemoryManager.hpp index b3016bd6f..280ceeee1 100644 --- a/include/Nazara/Core/MemoryManager.hpp +++ b/include/Nazara/Core/MemoryManager.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MEMORYMANAGER_HPP -#define NAZARA_MEMORYMANAGER_HPP +#ifndef NAZARA_CORE_MEMORYMANAGER_HPP +#define NAZARA_CORE_MEMORYMANAGER_HPP #include #include @@ -41,4 +41,4 @@ namespace Nz }; } -#endif // NAZARA_MEMORYMANAGER_HPP +#endif // NAZARA_CORE_MEMORYMANAGER_HPP diff --git a/include/Nazara/Core/MemoryPool.hpp b/include/Nazara/Core/MemoryPool.hpp index dd9ebfd65..27c8cf07e 100644 --- a/include/Nazara/Core/MemoryPool.hpp +++ b/include/Nazara/Core/MemoryPool.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MEMORYPOOL_HPP -#define NAZARA_MEMORYPOOL_HPP +#ifndef NAZARA_CORE_MEMORYPOOL_HPP +#define NAZARA_CORE_MEMORYPOOL_HPP #include #include @@ -52,4 +52,4 @@ namespace Nz #include -#endif // NAZARA_MEMORYPOOL_HPP +#endif // NAZARA_CORE_MEMORYPOOL_HPP diff --git a/include/Nazara/Core/MemoryStream.hpp b/include/Nazara/Core/MemoryStream.hpp index 3fb3c8e88..0470d616f 100644 --- a/include/Nazara/Core/MemoryStream.hpp +++ b/include/Nazara/Core/MemoryStream.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MEMORYSTREAM_HPP -#define NAZARA_MEMORYSTREAM_HPP +#ifndef NAZARA_CORE_MEMORYSTREAM_HPP +#define NAZARA_CORE_MEMORYSTREAM_HPP #include #include @@ -51,4 +51,4 @@ namespace Nz #include -#endif // NAZARA_MEMORYSTREAM_HPP +#endif // NAZARA_CORE_MEMORYSTREAM_HPP diff --git a/include/Nazara/Core/MemoryView.hpp b/include/Nazara/Core/MemoryView.hpp index 6cf0322b2..c854ec410 100644 --- a/include/Nazara/Core/MemoryView.hpp +++ b/include/Nazara/Core/MemoryView.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MEMORYVIEW_HPP -#define NAZARA_MEMORYVIEW_HPP +#ifndef NAZARA_CORE_MEMORYVIEW_HPP +#define NAZARA_CORE_MEMORYVIEW_HPP #include #include @@ -42,4 +42,4 @@ namespace Nz }; } -#endif // NAZARA_MEMORYVIEW_HPP +#endif // NAZARA_CORE_MEMORYVIEW_HPP diff --git a/include/Nazara/Core/ModuleBase.hpp b/include/Nazara/Core/ModuleBase.hpp index fb0a7d3f3..055b548e3 100644 --- a/include/Nazara/Core/ModuleBase.hpp +++ b/include/Nazara/Core/ModuleBase.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MODULE_HPP -#define NAZARA_MODULE_HPP +#ifndef NAZARA_CORE_MODULEBASE_HPP +#define NAZARA_CORE_MODULEBASE_HPP #include #include @@ -44,4 +44,4 @@ namespace Nz #include -#endif // NAZARA_MODULE_HPP +#endif // NAZARA_CORE_MODULEBASE_HPP diff --git a/include/Nazara/Core/Modules.hpp b/include/Nazara/Core/Modules.hpp index c1501ff76..5dbb3a7a7 100644 --- a/include/Nazara/Core/Modules.hpp +++ b/include/Nazara/Core/Modules.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MODULES_HPP -#define NAZARA_MODULES_HPP +#ifndef NAZARA_CORE_MODULES_HPP +#define NAZARA_CORE_MODULES_HPP #include @@ -51,4 +51,4 @@ namespace Nz #include -#endif +#endif // NAZARA_CORE_MODULES_HPP diff --git a/include/Nazara/Core/MovablePtr.hpp b/include/Nazara/Core/MovablePtr.hpp index d2c4abf28..d3aad584b 100644 --- a/include/Nazara/Core/MovablePtr.hpp +++ b/include/Nazara/Core/MovablePtr.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MOVABLE_PTR_HPP -#define NAZARA_MOVABLE_PTR_HPP +#ifndef NAZARA_CORE_MOVABLEPTR_HPP +#define NAZARA_CORE_MOVABLEPTR_HPP namespace Nz { @@ -35,4 +35,4 @@ namespace Nz #include -#endif // NAZARA_MOVABLE_PTR_HPP +#endif // NAZARA_CORE_MOVABLEPTR_HPP diff --git a/include/Nazara/Core/MovableValue.hpp b/include/Nazara/Core/MovableValue.hpp index 480abc57b..4f00c50ae 100644 --- a/include/Nazara/Core/MovableValue.hpp +++ b/include/Nazara/Core/MovableValue.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MOVABLE_VALUE_HPP -#define NAZARA_MOVABLE_VALUE_HPP +#ifndef NAZARA_CORE_MOVABLEVALUE_HPP +#define NAZARA_CORE_MOVABLEVALUE_HPP namespace Nz { @@ -35,4 +35,4 @@ namespace Nz #include -#endif // NAZARA_MOVABLE_VALUE_HPP +#endif // NAZARA_CORE_MOVABLEVALUE_HPP diff --git a/include/Nazara/Core/ObjectHandle.hpp b/include/Nazara/Core/ObjectHandle.hpp index e54d845bc..d2d67d8ac 100644 --- a/include/Nazara/Core/ObjectHandle.hpp +++ b/include/Nazara/Core/ObjectHandle.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OBJECTHANDLE_HPP -#define NAZARA_OBJECTHANDLE_HPP +#ifndef NAZARA_CORE_OBJECTHANDLE_HPP +#define NAZARA_CORE_OBJECTHANDLE_HPP #include #include @@ -98,4 +98,4 @@ namespace std #include -#endif // NAZARA_OBJECTHANDLE_HPP +#endif // NAZARA_CORE_OBJECTHANDLE_HPP diff --git a/include/Nazara/Core/ObjectLibrary.hpp b/include/Nazara/Core/ObjectLibrary.hpp index e74211855..0bc4475ff 100644 --- a/include/Nazara/Core/ObjectLibrary.hpp +++ b/include/Nazara/Core/ObjectLibrary.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OBJECTLIBRARY_HPP -#define NAZARA_OBJECTLIBRARY_HPP +#ifndef NAZARA_CORE_OBJECTLIBRARY_HPP +#define NAZARA_CORE_OBJECTLIBRARY_HPP #include #include @@ -38,4 +38,4 @@ namespace Nz #include -#endif // NAZARA_OBJECTLIBRARY_HPP +#endif // NAZARA_CORE_OBJECTLIBRARY_HPP diff --git a/include/Nazara/Core/ObjectRef.hpp b/include/Nazara/Core/ObjectRef.hpp index d8c2e70d4..a9051f4db 100644 --- a/include/Nazara/Core/ObjectRef.hpp +++ b/include/Nazara/Core/ObjectRef.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RESOURCEREF_HPP -#define NAZARA_RESOURCEREF_HPP +#ifndef NAZARA_CORE_OBJECTREF_HPP +#define NAZARA_CORE_OBJECTREF_HPP #include #include @@ -79,4 +79,4 @@ namespace Nz #include -#endif // NAZARA_RESOURCEREF_HPP +#endif // NAZARA_CORE_OBJECTREF_HPP diff --git a/include/Nazara/Core/OffsetOf.hpp b/include/Nazara/Core/OffsetOf.hpp index b8b406164..3ec9a264a 100644 --- a/include/Nazara/Core/OffsetOf.hpp +++ b/include/Nazara/Core/OffsetOf.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OFFSETOF_HPP -#define NAZARA_OFFSETOF_HPP +#ifndef NAZARA_CORE_OFFSETOF_HPP +#define NAZARA_CORE_OFFSETOF_HPP // By "Jesse Good" from SO: // http://stackoverflow.com/questions/12811330/c-compile-time-offsetof-inside-a-template?answertab=votes#tab-top @@ -27,4 +27,4 @@ namespace Nz #define NazaraOffsetOf(type, member) Nz::Detail::OffsetOf() -#endif // NAZARA_OFFSETOF_HPP +#endif // NAZARA_CORE_OFFSETOF_HPP diff --git a/include/Nazara/Core/ParameterList.hpp b/include/Nazara/Core/ParameterList.hpp index 1b696c3e0..df54b140c 100644 --- a/include/Nazara/Core/ParameterList.hpp +++ b/include/Nazara/Core/ParameterList.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_PARAMETERLIST_HPP -#define NAZARA_PARAMETERLIST_HPP +#ifndef NAZARA_CORE_PARAMETERLIST_HPP +#define NAZARA_CORE_PARAMETERLIST_HPP #include #include @@ -109,4 +109,4 @@ std::ostream& operator<<(std::ostream& out, const Nz::ParameterList& parameterLi #include -#endif // NAZARA_PARAMETERLIST_HPP +#endif // NAZARA_CORE_PARAMETERLIST_HPP diff --git a/include/Nazara/Core/PluginManager.hpp b/include/Nazara/Core/PluginManager.hpp index 88a85da71..67fa5ae8f 100644 --- a/include/Nazara/Core/PluginManager.hpp +++ b/include/Nazara/Core/PluginManager.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_PLUGINMANAGER_HPP -#define NAZARA_PLUGINMANAGER_HPP +#ifndef NAZARA_CORE_PLUGINMANAGER_HPP +#define NAZARA_CORE_PLUGINMANAGER_HPP #include #include @@ -54,4 +54,4 @@ namespace Nz }; } -#endif // NAZARA_PLUGINMANAGER_HPP +#endif // NAZARA_CORE_PLUGINMANAGER_HPP diff --git a/include/Nazara/Core/PoolByteStream.hpp b/include/Nazara/Core/PoolByteStream.hpp index 1582905b3..84c509fbc 100644 --- a/include/Nazara/Core/PoolByteStream.hpp +++ b/include/Nazara/Core/PoolByteStream.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_POOLBYTESTREAM_HPP -#define NAZARA_POOLBYTESTREAM_HPP +#ifndef NAZARA_CORE_POOLBYTESTREAM_HPP +#define NAZARA_CORE_POOLBYTESTREAM_HPP #include #include @@ -43,4 +43,4 @@ namespace Nz #include -#endif // NAZARA_POOLBYTESTREAM_HPP +#endif // NAZARA_CORE_POOLBYTESTREAM_HPP diff --git a/include/Nazara/Core/Primitive.hpp b/include/Nazara/Core/Primitive.hpp index 666f72f8b..8caed1be8 100644 --- a/include/Nazara/Core/Primitive.hpp +++ b/include/Nazara/Core/Primitive.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_PRIMITIVE_HPP -#define NAZARA_PRIMITIVE_HPP +#ifndef NAZARA_CORE_PRIMITIVE_HPP +#define NAZARA_CORE_PRIMITIVE_HPP #include #include @@ -108,4 +108,4 @@ namespace Nz #include -#endif // NAZARA_PRIMITIVE_HPP +#endif // NAZARA_CORE_PRIMITIVE_HPP diff --git a/include/Nazara/Core/PrimitiveList.hpp b/include/Nazara/Core/PrimitiveList.hpp index 1d0dfcf75..358171f8a 100644 --- a/include/Nazara/Core/PrimitiveList.hpp +++ b/include/Nazara/Core/PrimitiveList.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_PRIMITIVELIST_HPP -#define NAZARA_PRIMITIVELIST_HPP +#ifndef NAZARA_CORE_PRIMITIVELIST_HPP +#define NAZARA_CORE_PRIMITIVELIST_HPP #include #include @@ -51,4 +51,4 @@ namespace Nz }; } -#endif // NAZARA_PRIMITIVELIST_HPP +#endif // NAZARA_CORE_PRIMITIVELIST_HPP diff --git a/include/Nazara/Core/RefCounted.hpp b/include/Nazara/Core/RefCounted.hpp index 330d0a37f..67380de47 100644 --- a/include/Nazara/Core/RefCounted.hpp +++ b/include/Nazara/Core/RefCounted.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_REFCOUNTED_HPP -#define NAZARA_REFCOUNTED_HPP +#ifndef NAZARA_CORE_REFCOUNTED_HPP +#define NAZARA_CORE_REFCOUNTED_HPP #include #include @@ -39,4 +39,4 @@ namespace Nz }; } -#endif // NAZARA_RESOURCE_HPP +#endif // NAZARA_CORE_REFCOUNTED_HPP diff --git a/include/Nazara/Core/Resource.hpp b/include/Nazara/Core/Resource.hpp index 74664ab20..cbf3b3ed9 100644 --- a/include/Nazara/Core/Resource.hpp +++ b/include/Nazara/Core/Resource.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RESOURCE_HPP -#define NAZARA_RESOURCE_HPP +#ifndef NAZARA_CORE_RESOURCE_HPP +#define NAZARA_CORE_RESOURCE_HPP #include #include @@ -32,4 +32,4 @@ namespace Nz }; } -#endif // NAZARA_RESOURCE_HPP +#endif // NAZARA_CORE_RESOURCE_HPP diff --git a/include/Nazara/Core/ResourceLoader.hpp b/include/Nazara/Core/ResourceLoader.hpp index 86146dcaa..866322324 100644 --- a/include/Nazara/Core/ResourceLoader.hpp +++ b/include/Nazara/Core/ResourceLoader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RESOURCELOADER_HPP -#define NAZARA_RESOURCELOADER_HPP +#ifndef NAZARA_CORE_RESOURCELOADER_HPP +#define NAZARA_CORE_RESOURCELOADER_HPP #include #include @@ -70,4 +70,4 @@ namespace Nz #include -#endif // NAZARA_RESOURCELOADER_HPP +#endif // NAZARA_CORE_RESOURCELOADER_HPP diff --git a/include/Nazara/Core/ResourceManager.hpp b/include/Nazara/Core/ResourceManager.hpp index c2c2b9c51..5e889dcd5 100644 --- a/include/Nazara/Core/ResourceManager.hpp +++ b/include/Nazara/Core/ResourceManager.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RESOURCEMANAGER_HPP -#define NAZARA_RESOURCEMANAGER_HPP +#ifndef NAZARA_CORE_RESOURCEMANAGER_HPP +#define NAZARA_CORE_RESOURCEMANAGER_HPP #include #include @@ -55,4 +55,4 @@ namespace Nz #include -#endif // NAZARA_RESOURCEMANAGER_HPP +#endif // NAZARA_CORE_RESOURCEMANAGER_HPP diff --git a/include/Nazara/Core/ResourceParameters.hpp b/include/Nazara/Core/ResourceParameters.hpp index 20980adec..125b1624b 100644 --- a/include/Nazara/Core/ResourceParameters.hpp +++ b/include/Nazara/Core/ResourceParameters.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RESOURCEPARAMETERS_HPP -#define NAZARA_RESOURCEPARAMETERS_HPP +#ifndef NAZARA_CORE_RESOURCEPARAMETERS_HPP +#define NAZARA_CORE_RESOURCEPARAMETERS_HPP #include @@ -17,4 +17,4 @@ namespace Nz }; } -#endif // NAZARA_RESOURCEPARAMETERS_HPP +#endif // NAZARA_CORE_RESOURCEPARAMETERS_HPP diff --git a/include/Nazara/Core/ResourceSaver.hpp b/include/Nazara/Core/ResourceSaver.hpp index 3b14dee71..e03ec7228 100644 --- a/include/Nazara/Core/ResourceSaver.hpp +++ b/include/Nazara/Core/ResourceSaver.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RESOURCESAVER_HPP -#define NAZARA_RESOURCESAVER_HPP +#ifndef NAZARA_CORE_RESOURCESAVER_HPP +#define NAZARA_CORE_RESOURCESAVER_HPP #include #include @@ -65,4 +65,4 @@ namespace Nz #include -#endif // NAZARA_RESOURCESAVER_HPP +#endif // NAZARA_CORE_RESOURCESAVER_HPP diff --git a/include/Nazara/Core/SerializationContext.hpp b/include/Nazara/Core/SerializationContext.hpp index 7970fb83b..4d95adcc4 100644 --- a/include/Nazara/Core/SerializationContext.hpp +++ b/include/Nazara/Core/SerializationContext.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SERIALIZATION_HPP -#define NAZARA_SERIALIZATION_HPP +#ifndef NAZARA_CORE_SERIALIZATIONCONTEXT_HPP +#define NAZARA_CORE_SERIALIZATIONCONTEXT_HPP #include #include @@ -34,4 +34,4 @@ namespace Nz #include -#endif // NAZARA_SERIALIZATION_HPP +#endif // NAZARA_CORE_SERIALIZATIONCONTEXT_HPP diff --git a/include/Nazara/Core/Signal.hpp b/include/Nazara/Core/Signal.hpp index 0855c8b73..d64a0ef22 100644 --- a/include/Nazara/Core/Signal.hpp +++ b/include/Nazara/Core/Signal.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SIGNAL_HPP -#define NAZARA_SIGNAL_HPP +#ifndef NAZARA_CORE_SIGNAL_HPP +#define NAZARA_CORE_SIGNAL_HPP #include #include @@ -136,4 +136,4 @@ namespace Nz #include -#endif // NAZARA_SIGNAL_HPP +#endif // NAZARA_CORE_SIGNAL_HPP diff --git a/include/Nazara/Core/SparsePtr.hpp b/include/Nazara/Core/SparsePtr.hpp index 0d4cd5d93..beb6fbcbe 100644 --- a/include/Nazara/Core/SparsePtr.hpp +++ b/include/Nazara/Core/SparsePtr.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPARSEPTR_HPP -#define NAZARA_SPARSEPTR_HPP +#ifndef NAZARA_CORE_SPARSEPTR_HPP +#define NAZARA_CORE_SPARSEPTR_HPP ///FIXME: Is SparsePtr a really good name for this class ? @@ -80,4 +80,4 @@ namespace Nz #include -#endif // NAZARA_SPARSEPTR_HPP +#endif // NAZARA_CORE_SPARSEPTR_HPP diff --git a/include/Nazara/Core/StackArray.hpp b/include/Nazara/Core/StackArray.hpp index 28857ce85..e52cfd33e 100644 --- a/include/Nazara/Core/StackArray.hpp +++ b/include/Nazara/Core/StackArray.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_STACKARRAY_HPP -#define NAZARA_STACKARRAY_HPP +#ifndef NAZARA_CORE_STACKARRAY_HPP +#define NAZARA_CORE_STACKARRAY_HPP #include #include @@ -97,4 +97,4 @@ namespace Nz #include -#endif // NAZARA_STACKARRAY_HPP +#endif // NAZARA_CORE_STACKARRAY_HPP diff --git a/include/Nazara/Core/StackVector.hpp b/include/Nazara/Core/StackVector.hpp index b0c5349bb..27d77f371 100644 --- a/include/Nazara/Core/StackVector.hpp +++ b/include/Nazara/Core/StackVector.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_STACKVECTOR_HPP -#define NAZARA_STACKVECTOR_HPP +#ifndef NAZARA_CORE_STACKVECTOR_HPP +#define NAZARA_CORE_STACKVECTOR_HPP #include #include @@ -116,4 +116,4 @@ namespace Nz #include -#endif // NAZARA_STACKVECTOR_HPP +#endif // NAZARA_CORE_STACKVECTOR_HPP diff --git a/include/Nazara/Core/StdLogger.hpp b/include/Nazara/Core/StdLogger.hpp index 724cc09df..ae6919bab 100644 --- a/include/Nazara/Core/StdLogger.hpp +++ b/include/Nazara/Core/StdLogger.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_STDLOGGER_HPP -#define NAZARA_STDLOGGER_HPP +#ifndef NAZARA_CORE_STDLOGGER_HPP +#define NAZARA_CORE_STDLOGGER_HPP #include #include @@ -32,4 +32,4 @@ namespace Nz }; } -#endif // NAZARA_STDLOGGER_HPP +#endif // NAZARA_CORE_STDLOGGER_HPP diff --git a/include/Nazara/Core/Stream.hpp b/include/Nazara/Core/Stream.hpp index bd4a53f0b..c9d56bc56 100644 --- a/include/Nazara/Core/Stream.hpp +++ b/include/Nazara/Core/Stream.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_STREAM_HPP -#define NAZARA_STREAM_HPP +#ifndef NAZARA_CORE_STREAM_HPP +#define NAZARA_CORE_STREAM_HPP #include #include @@ -69,4 +69,4 @@ namespace Nz #include -#endif // NAZARA_STREAM_HPP +#endif // NAZARA_CORE_STREAM_HPP diff --git a/include/Nazara/Core/StringExt.hpp b/include/Nazara/Core/StringExt.hpp index 4cf3a922b..9b37ee773 100644 --- a/include/Nazara/Core/StringExt.hpp +++ b/include/Nazara/Core/StringExt.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CORE_STRING_EXT_HPP -#define NAZARA_CORE_STRING_EXT_HPP +#ifndef NAZARA_CORE_STRINGEXT_HPP +#define NAZARA_CORE_STRINGEXT_HPP #include #include @@ -86,4 +86,4 @@ namespace Nz #include -#endif // NAZARA_ALGORITHM_CORE_HPP +#endif // NAZARA_CORE_STRINGEXT_HPP diff --git a/include/Nazara/Core/TaskScheduler.hpp b/include/Nazara/Core/TaskScheduler.hpp index a2a4daea8..6f6cc9d39 100644 --- a/include/Nazara/Core/TaskScheduler.hpp +++ b/include/Nazara/Core/TaskScheduler.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_TASKSCHEDULER_HPP -#define NAZARA_TASKSCHEDULER_HPP +#ifndef NAZARA_CORE_TASKSCHEDULER_HPP +#define NAZARA_CORE_TASKSCHEDULER_HPP #include #include @@ -35,4 +35,4 @@ namespace Nz #include -#endif // NAZARA_TASKSCHEDULER_HPP +#endif // NAZARA_CORE_TASKSCHEDULER_HPP diff --git a/include/Nazara/Core/TypeList.hpp b/include/Nazara/Core/TypeList.hpp index 2c7429c7b..68df34432 100644 --- a/include/Nazara/Core/TypeList.hpp +++ b/include/Nazara/Core/TypeList.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_TYPELIST_HPP -#define NAZARA_TYPELIST_HPP +#ifndef NAZARA_CORE_TYPELIST_HPP +#define NAZARA_CORE_TYPELIST_HPP #include @@ -76,4 +76,4 @@ namespace Nz #include -#endif // NAZARA_TYPELIST_HPP +#endif // NAZARA_CORE_TYPELIST_HPP diff --git a/include/Nazara/Core/TypeTag.hpp b/include/Nazara/Core/TypeTag.hpp index 22e32a622..cc0ad2017 100644 --- a/include/Nazara/Core/TypeTag.hpp +++ b/include/Nazara/Core/TypeTag.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_TYPETAG_HPP -#define NAZARA_TYPETAG_HPP +#ifndef NAZARA_CORE_TYPETAG_HPP +#define NAZARA_CORE_TYPETAG_HPP namespace Nz { @@ -16,4 +16,4 @@ namespace Nz }; } -#endif // NAZARA_TYPETAG_HPP +#endif // NAZARA_CORE_TYPETAG_HPP diff --git a/include/Nazara/Core/Unicode.hpp b/include/Nazara/Core/Unicode.hpp index 78db09a3e..f2f122a9e 100644 --- a/include/Nazara/Core/Unicode.hpp +++ b/include/Nazara/Core/Unicode.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_UNICODE_HPP -#define NAZARA_UNICODE_HPP +#ifndef NAZARA_CORE_UNICODE_HPP +#define NAZARA_CORE_UNICODE_HPP #include #include @@ -114,4 +114,4 @@ namespace Nz }; } -#endif // NAZARA_UNICODE_HPP +#endif // NAZARA_CORE_UNICODE_HPP diff --git a/include/Nazara/Core/Updatable.hpp b/include/Nazara/Core/Updatable.hpp index 11bdee8ef..e7e6f8999 100644 --- a/include/Nazara/Core/Updatable.hpp +++ b/include/Nazara/Core/Updatable.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_UPDATABLE_HPP -#define NAZARA_UPDATABLE_HPP +#ifndef NAZARA_CORE_UPDATABLE_HPP +#define NAZARA_CORE_UPDATABLE_HPP #include @@ -21,4 +21,4 @@ namespace Nz }; } -#endif // NAZARA_UPDATABLE_HPP +#endif // NAZARA_CORE_UPDATABLE_HPP diff --git a/include/Nazara/Debug.hpp b/include/Nazara/Debug.hpp index e5621d346..02acb0b8e 100644 --- a/include/Nazara/Debug.hpp +++ b/include/Nazara/Debug.hpp @@ -2,4 +2,6 @@ // This file is part of the "Nazara Engine" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include diff --git a/include/Nazara/DebugOff.hpp b/include/Nazara/DebugOff.hpp index 806548460..7e92572a6 100644 --- a/include/Nazara/DebugOff.hpp +++ b/include/Nazara/DebugOff.hpp @@ -2,5 +2,7 @@ // This file is part of the "Nazara Engine" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #undef delete #undef new diff --git a/include/Nazara/Graphics.hpp b/include/Nazara/Graphics.hpp index 81199025a..c177e9104 100644 --- a/include/Nazara/Graphics.hpp +++ b/include/Nazara/Graphics.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* Nazara Engine - Graphics module - Copyright (C) 2020 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -30,6 +30,7 @@ #define NAZARA_GLOBAL_GRAPHICS_HPP #include +#include #include #include #include diff --git a/include/Nazara/Graphics/AbstractViewer.hpp b/include/Nazara/Graphics/AbstractViewer.hpp index bf7d93033..477b42f3a 100644 --- a/include/Nazara/Graphics/AbstractViewer.hpp +++ b/include/Nazara/Graphics/AbstractViewer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ABSTRACTVIEWER_HPP -#define NAZARA_ABSTRACTVIEWER_HPP +#ifndef NAZARA_GRAPHICS_ABSTRACTVIEWER_HPP +#define NAZARA_GRAPHICS_ABSTRACTVIEWER_HPP #include #include @@ -31,4 +31,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_ABSTRACTVIEWER_HPP diff --git a/include/Nazara/Graphics/Algorithm.hpp b/include/Nazara/Graphics/Algorithm.hpp index d367a30f6..a5211f64a 100644 --- a/include/Nazara/Graphics/Algorithm.hpp +++ b/include/Nazara/Graphics/Algorithm.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ALGORITHM_GRAPHICS_HPP -#define NAZARA_ALGORITHM_GRAPHICS_HPP +#ifndef NAZARA_GRAPHICS_ALGORITHM_HPP +#define NAZARA_GRAPHICS_ALGORITHM_HPP #include @@ -16,4 +16,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_ALGORITHM_HPP diff --git a/include/Nazara/Graphics/BakedFrameGraph.hpp b/include/Nazara/Graphics/BakedFrameGraph.hpp index c546b38e0..fdd65c0b2 100644 --- a/include/Nazara/Graphics/BakedFrameGraph.hpp +++ b/include/Nazara/Graphics/BakedFrameGraph.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_BAKEDFRAMEGRAPH_HPP -#define NAZARA_BAKEDFRAMEGRAPH_HPP +#ifndef NAZARA_GRAPHICS_BAKEDFRAMEGRAPH_HPP +#define NAZARA_GRAPHICS_BAKEDFRAMEGRAPH_HPP #include #include @@ -100,4 +100,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_BAKEDFRAMEGRAPH_HPP diff --git a/include/Nazara/Graphics/BasicMaterial.hpp b/include/Nazara/Graphics/BasicMaterial.hpp index 583f30698..a298bf73d 100644 --- a/include/Nazara/Graphics/BasicMaterial.hpp +++ b/include/Nazara/Graphics/BasicMaterial.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_BASIC_MATERIAL_HPP -#define NAZARA_BASIC_MATERIAL_HPP +#ifndef NAZARA_GRAPHICS_BASICMATERIAL_HPP +#define NAZARA_GRAPHICS_BASICMATERIAL_HPP #include #include @@ -96,4 +96,4 @@ namespace Nz #include -#endif // NAZARA_BASIC_MATERIAL_HPP +#endif // NAZARA_GRAPHICS_BASICMATERIAL_HPP diff --git a/include/Nazara/Graphics/Camera.hpp b/include/Nazara/Graphics/Camera.hpp index e6fc218ff..9d260d5af 100644 --- a/include/Nazara/Graphics/Camera.hpp +++ b/include/Nazara/Graphics/Camera.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CAMERA_HPP -#define NAZARA_CAMERA_HPP +#ifndef NAZARA_GRAPHICS_CAMERA_HPP +#define NAZARA_GRAPHICS_CAMERA_HPP #include #include @@ -73,4 +73,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_CAMERA_HPP diff --git a/include/Nazara/Graphics/Components.hpp b/include/Nazara/Graphics/Components.hpp index d181aac51..9c5e78a37 100644 --- a/include/Nazara/Graphics/Components.hpp +++ b/include/Nazara/Graphics/Components.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* Nazara Engine - Graphics module - Copyright (C) 2020 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -26,10 +26,10 @@ #pragma once -#ifndef NAZARA_GLOBAL_GRAPHICS_COMPONENTS_HPP -#define NAZARA_GLOBAL_GRAPHICS_COMPONENTS_HPP +#ifndef NAZARA_GRAPHICS_COMPONENTS_HPP +#define NAZARA_GRAPHICS_COMPONENTS_HPP #include #include -#endif // NAZARA_GLOBAL_GRAPHICS_COMPONENTS_HPP +#endif // NAZARA_GRAPHICS_COMPONENTS_HPP diff --git a/include/Nazara/Graphics/Components/CameraComponent.hpp b/include/Nazara/Graphics/Components/CameraComponent.hpp index 196542cb0..dc2862471 100644 --- a/include/Nazara/Graphics/Components/CameraComponent.hpp +++ b/include/Nazara/Graphics/Components/CameraComponent.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CAMERACOMPONENT_HPP -#define NAZARA_CAMERACOMPONENT_HPP +#ifndef NAZARA_GRAPHICS_COMPONENTS_CAMERACOMPONENT_HPP +#define NAZARA_GRAPHICS_COMPONENTS_CAMERACOMPONENT_HPP #include #include @@ -27,4 +27,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_COMPONENTS_CAMERACOMPONENT_HPP diff --git a/include/Nazara/Graphics/Components/GraphicsComponent.hpp b/include/Nazara/Graphics/Components/GraphicsComponent.hpp index db580e683..612dae985 100644 --- a/include/Nazara/Graphics/Components/GraphicsComponent.hpp +++ b/include/Nazara/Graphics/Components/GraphicsComponent.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_GRAPHICSCOMPONENT_HPP -#define NAZARA_GRAPHICSCOMPONENT_HPP +#ifndef NAZARA_GRAPHICS_COMPONENTS_GRAPHICSCOMPONENT_HPP +#define NAZARA_GRAPHICS_COMPONENTS_GRAPHICSCOMPONENT_HPP #include #include @@ -44,4 +44,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_COMPONENTS_GRAPHICSCOMPONENT_HPP diff --git a/include/Nazara/Graphics/Config.hpp b/include/Nazara/Graphics/Config.hpp index b34dffd97..d0f780ac1 100644 --- a/include/Nazara/Graphics/Config.hpp +++ b/include/Nazara/Graphics/Config.hpp @@ -24,8 +24,8 @@ #pragma once -#ifndef NAZARA_CONFIG_GRAPHICS_HPP -#define NAZARA_CONFIG_GRAPHICS_HPP +#ifndef NAZARA_GRAPHICS_CONFIG_HPP +#define NAZARA_GRAPHICS_CONFIG_HPP /*! * \defgroup graphics (NazaraGraphics) Graphics module @@ -53,4 +53,4 @@ #define NAZARA_GRAPHICS_API #endif -#endif // NAZARA_CONFIG_GRAPHICS_HPP +#endif // NAZARA_GRAPHICS_CONFIG_HPP diff --git a/include/Nazara/Graphics/ConfigCheck.hpp b/include/Nazara/Graphics/ConfigCheck.hpp index 3446372b6..de52fe6c4 100644 --- a/include/Nazara/Graphics/ConfigCheck.hpp +++ b/include/Nazara/Graphics/ConfigCheck.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CHECK_GRAPHICS_HPP -#define NAZARA_CONFIG_CHECK_GRAPHICS_HPP +#ifndef NAZARA_GRAPHICS_CONFIGCHECK_HPP +#define NAZARA_GRAPHICS_CONFIGCHECK_HPP /// This file is used to check the constant values defined in Config.hpp @@ -20,4 +20,4 @@ #undef NazaraCheckTypeAndVal -#endif // NAZARA_CONFIG_CHECK_GRAPHICS_HPP +#endif // NAZARA_GRAPHICS_CONFIGCHECK_HPP diff --git a/include/Nazara/Graphics/CullingList.hpp b/include/Nazara/Graphics/CullingList.hpp index a3b22dc81..86cc49e25 100644 --- a/include/Nazara/Graphics/CullingList.hpp +++ b/include/Nazara/Graphics/CullingList.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CULLINGLIST_HPP -#define NAZARA_CULLINGLIST_HPP +#ifndef NAZARA_GRAPHICS_CULLINGLIST_HPP +#define NAZARA_GRAPHICS_CULLINGLIST_HPP #include #include @@ -212,4 +212,4 @@ namespace Nz #include -#endif // NAZARA_CULLINGLIST_HPP +#endif // NAZARA_GRAPHICS_CULLINGLIST_HPP diff --git a/include/Nazara/Graphics/Debug.hpp b/include/Nazara/Graphics/Debug.hpp index a0ba0b50e..e16af147f 100644 --- a/include/Nazara/Graphics/Debug.hpp +++ b/include/Nazara/Graphics/Debug.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include #if NAZARA_GRAPHICS_MANAGE_MEMORY #include diff --git a/include/Nazara/Graphics/DebugOff.hpp b/include/Nazara/Graphics/DebugOff.hpp index 5e95587f5..556d4cf8f 100644 --- a/include/Nazara/Graphics/DebugOff.hpp +++ b/include/Nazara/Graphics/DebugOff.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + // We assume that Debug.hpp has already been included, same thing for Config.hpp #if NAZARA_GRAPHICS_MANAGE_MEMORY #undef delete diff --git a/include/Nazara/Graphics/DepthMaterial.hpp b/include/Nazara/Graphics/DepthMaterial.hpp index d4fd21ad4..1923ab773 100644 --- a/include/Nazara/Graphics/DepthMaterial.hpp +++ b/include/Nazara/Graphics/DepthMaterial.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_DEPTH_MATERIAL_HPP -#define NAZARA_DEPTH_MATERIAL_HPP +#ifndef NAZARA_GRAPHICS_DEPTHMATERIAL_HPP +#define NAZARA_GRAPHICS_DEPTHMATERIAL_HPP #include #include @@ -35,4 +35,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_DEPTHMATERIAL_HPP diff --git a/include/Nazara/Graphics/ElementRenderer.hpp b/include/Nazara/Graphics/ElementRenderer.hpp index 810951dd6..ea6a4da96 100644 --- a/include/Nazara/Graphics/ElementRenderer.hpp +++ b/include/Nazara/Graphics/ElementRenderer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ELEMENTRENDERER_HPP -#define NAZARA_ELEMENTRENDERER_HPP +#ifndef NAZARA_GRAPHICS_ELEMENTRENDERER_HPP +#define NAZARA_GRAPHICS_ELEMENTRENDERER_HPP #include #include @@ -42,4 +42,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_ELEMENTRENDERER_HPP diff --git a/include/Nazara/Graphics/Enums.hpp b/include/Nazara/Graphics/Enums.hpp index 9f714fb06..a1b985a98 100644 --- a/include/Nazara/Graphics/Enums.hpp +++ b/include/Nazara/Graphics/Enums.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ENUMS_GRAPHICS_HPP -#define NAZARA_ENUMS_GRAPHICS_HPP +#ifndef NAZARA_GRAPHICS_ENUMS_HPP +#define NAZARA_GRAPHICS_ENUMS_HPP #include #include @@ -52,4 +52,4 @@ namespace Nz }; } -#endif // NAZARA_ENUMS_GRAPHICS_HPP +#endif // NAZARA_GRAPHICS_ENUMS_HPP diff --git a/include/Nazara/Graphics/ForwardFramePipeline.hpp b/include/Nazara/Graphics/ForwardFramePipeline.hpp index 6cbc6964f..135356944 100644 --- a/include/Nazara/Graphics/ForwardFramePipeline.hpp +++ b/include/Nazara/Graphics/ForwardFramePipeline.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FORWARDFRAMEPIPELINE_HPP -#define NAZARA_FORWARDFRAMEPIPELINE_HPP +#ifndef NAZARA_GRAPHICS_FORWARDFRAMEPIPELINE_HPP +#define NAZARA_GRAPHICS_FORWARDFRAMEPIPELINE_HPP #include #include @@ -110,4 +110,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_FORWARDFRAMEPIPELINE_HPP diff --git a/include/Nazara/Graphics/FrameGraph.hpp b/include/Nazara/Graphics/FrameGraph.hpp index 344a8f14d..b250b1ffc 100644 --- a/include/Nazara/Graphics/FrameGraph.hpp +++ b/include/Nazara/Graphics/FrameGraph.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FRAMEGRAPH_HPP -#define NAZARA_FRAMEGRAPH_HPP +#ifndef NAZARA_GRAPHICS_FRAMEGRAPH_HPP +#define NAZARA_GRAPHICS_FRAMEGRAPH_HPP #include #include @@ -118,4 +118,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_FRAMEGRAPH_HPP diff --git a/include/Nazara/Graphics/FramePass.hpp b/include/Nazara/Graphics/FramePass.hpp index 705bf7216..2766d6ead 100644 --- a/include/Nazara/Graphics/FramePass.hpp +++ b/include/Nazara/Graphics/FramePass.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FRAMEPASS_HPP -#define NAZARA_FRAMEPASS_HPP +#ifndef NAZARA_GRAPHICS_FRAMEPASS_HPP +#define NAZARA_GRAPHICS_FRAMEPASS_HPP #include #include @@ -102,4 +102,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_FRAMEPASS_HPP diff --git a/include/Nazara/Graphics/FramePassAttachment.hpp b/include/Nazara/Graphics/FramePassAttachment.hpp index 4d8929e86..0bbc111b7 100644 --- a/include/Nazara/Graphics/FramePassAttachment.hpp +++ b/include/Nazara/Graphics/FramePassAttachment.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FRAMEPASSATTACHMENT_HPP -#define NAZARA_FRAMEPASSATTACHMENT_HPP +#ifndef NAZARA_GRAPHICS_FRAMEPASSATTACHMENT_HPP +#define NAZARA_GRAPHICS_FRAMEPASSATTACHMENT_HPP #include #include @@ -25,4 +25,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_FRAMEPASSATTACHMENT_HPP diff --git a/include/Nazara/Graphics/FramePipeline.hpp b/include/Nazara/Graphics/FramePipeline.hpp index 140bc4351..2967fd85c 100644 --- a/include/Nazara/Graphics/FramePipeline.hpp +++ b/include/Nazara/Graphics/FramePipeline.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FRAMEPIPELINE_HPP -#define NAZARA_FRAMEPIPELINE_HPP +#ifndef NAZARA_GRAPHICS_FRAMEPIPELINE_HPP +#define NAZARA_GRAPHICS_FRAMEPIPELINE_HPP #include #include @@ -43,4 +43,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_FRAMEPIPELINE_HPP diff --git a/include/Nazara/Graphics/GraphicalMesh.hpp b/include/Nazara/Graphics/GraphicalMesh.hpp index 501e69334..ad60c0d26 100644 --- a/include/Nazara/Graphics/GraphicalMesh.hpp +++ b/include/Nazara/Graphics/GraphicalMesh.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_GRAPHICALMESH_HPP -#define NAZARA_GRAPHICALMESH_HPP +#ifndef NAZARA_GRAPHICS_GRAPHICALMESH_HPP +#define NAZARA_GRAPHICS_GRAPHICALMESH_HPP #include #include @@ -47,4 +47,4 @@ namespace Nz #include -#endif // NAZARA_GRAPHICALMESH_HPP +#endif // NAZARA_GRAPHICS_GRAPHICALMESH_HPP diff --git a/include/Nazara/Graphics/Graphics.hpp b/include/Nazara/Graphics/Graphics.hpp index 6a7f4a2d8..90f6045fe 100644 --- a/include/Nazara/Graphics/Graphics.hpp +++ b/include/Nazara/Graphics/Graphics.hpp @@ -92,4 +92,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_HPP diff --git a/include/Nazara/Graphics/GuillotineTextureAtlas.hpp b/include/Nazara/Graphics/GuillotineTextureAtlas.hpp index 9bea01d83..94b50cdb0 100644 --- a/include/Nazara/Graphics/GuillotineTextureAtlas.hpp +++ b/include/Nazara/Graphics/GuillotineTextureAtlas.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_GUILLOTINETEXTUREATLAS_HPP -#define NAZARA_GUILLOTINETEXTUREATLAS_HPP +#ifndef NAZARA_GRAPHICS_GUILLOTINETEXTUREATLAS_HPP +#define NAZARA_GRAPHICS_GUILLOTINETEXTUREATLAS_HPP #include #include @@ -32,4 +32,4 @@ namespace Nz #include -#endif // NAZARA_GUILLOTINETEXTUREATLAS_HPP +#endif // NAZARA_GRAPHICS_GUILLOTINETEXTUREATLAS_HPP diff --git a/include/Nazara/Graphics/InstancedRenderable.hpp b/include/Nazara/Graphics/InstancedRenderable.hpp index 12fa5cdab..b3164c3c4 100644 --- a/include/Nazara/Graphics/InstancedRenderable.hpp +++ b/include/Nazara/Graphics/InstancedRenderable.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_INSTANCEDRENDERABLE_HPP -#define NAZARA_INSTANCEDRENDERABLE_HPP +#ifndef NAZARA_GRAPHICS_INSTANCEDRENDERABLE_HPP +#define NAZARA_GRAPHICS_INSTANCEDRENDERABLE_HPP #include #include @@ -46,4 +46,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_INSTANCEDRENDERABLE_HPP diff --git a/include/Nazara/Graphics/Material.hpp b/include/Nazara/Graphics/Material.hpp index 73be0c4c0..042eb201e 100644 --- a/include/Nazara/Graphics/Material.hpp +++ b/include/Nazara/Graphics/Material.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MATERIAL_HPP -#define NAZARA_MATERIAL_HPP +#ifndef NAZARA_GRAPHICS_MATERIAL_HPP +#define NAZARA_GRAPHICS_MATERIAL_HPP #include #include @@ -36,4 +36,4 @@ namespace Nz #include -#endif // NAZARA_MATERIAL_HPP +#endif // NAZARA_GRAPHICS_MATERIAL_HPP diff --git a/include/Nazara/Graphics/MaterialPass.hpp b/include/Nazara/Graphics/MaterialPass.hpp index 58885a693..d863def35 100644 --- a/include/Nazara/Graphics/MaterialPass.hpp +++ b/include/Nazara/Graphics/MaterialPass.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MATERIAL_PASS_HPP -#define NAZARA_MATERIAL_PASS_HPP +#ifndef NAZARA_GRAPHICS_MATERIALPASS_HPP +#define NAZARA_GRAPHICS_MATERIALPASS_HPP #include #include @@ -146,4 +146,4 @@ namespace Nz #include -#endif // NAZARA_MATERIAL_PASS_HPP +#endif // NAZARA_GRAPHICS_MATERIALPASS_HPP diff --git a/include/Nazara/Graphics/MaterialPassRegistry.hpp b/include/Nazara/Graphics/MaterialPassRegistry.hpp index 697126444..eb7826a3b 100644 --- a/include/Nazara/Graphics/MaterialPassRegistry.hpp +++ b/include/Nazara/Graphics/MaterialPassRegistry.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MATERIAL_PASS_REGISTRY_HPP -#define NAZARA_MATERIAL_PASS_REGISTRY_HPP +#ifndef NAZARA_GRAPHICS_MATERIALPASSREGISTRY_HPP +#define NAZARA_GRAPHICS_MATERIALPASSREGISTRY_HPP #include #include @@ -35,4 +35,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_MATERIALPASSREGISTRY_HPP diff --git a/include/Nazara/Graphics/MaterialPipeline.hpp b/include/Nazara/Graphics/MaterialPipeline.hpp index d6a330cf6..ed7ebea1d 100644 --- a/include/Nazara/Graphics/MaterialPipeline.hpp +++ b/include/Nazara/Graphics/MaterialPipeline.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MATERIALPIPELINE_HPP -#define NAZARA_MATERIALPIPELINE_HPP +#ifndef NAZARA_GRAPHICS_MATERIALPIPELINE_HPP +#define NAZARA_GRAPHICS_MATERIALPIPELINE_HPP #include #include @@ -70,4 +70,4 @@ namespace Nz #include -#endif // NAZARA_MATERIALPIPELINE_HPP +#endif // NAZARA_GRAPHICS_MATERIALPIPELINE_HPP diff --git a/include/Nazara/Graphics/MaterialSettings.hpp b/include/Nazara/Graphics/MaterialSettings.hpp index 630572f11..6df859238 100644 --- a/include/Nazara/Graphics/MaterialSettings.hpp +++ b/include/Nazara/Graphics/MaterialSettings.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MATERIALSETTINGS_HPP -#define NAZARA_MATERIALSETTINGS_HPP +#ifndef NAZARA_GRAPHICS_MATERIALSETTINGS_HPP +#define NAZARA_GRAPHICS_MATERIALSETTINGS_HPP #include #include @@ -112,4 +112,4 @@ namespace Nz #include -#endif // NAZARA_MATERIALPIPELINESETTINGS_HPP +#endif // NAZARA_GRAPHICS_MATERIALSETTINGS_HPP diff --git a/include/Nazara/Graphics/Model.hpp b/include/Nazara/Graphics/Model.hpp index a3924693a..2984c279d 100644 --- a/include/Nazara/Graphics/Model.hpp +++ b/include/Nazara/Graphics/Model.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MODEL_HPP -#define NAZARA_MODEL_HPP +#ifndef NAZARA_GRAPHICS_MODEL_HPP +#define NAZARA_GRAPHICS_MODEL_HPP #include #include @@ -57,4 +57,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_MODEL_HPP diff --git a/include/Nazara/Graphics/PhongLightingMaterial.hpp b/include/Nazara/Graphics/PhongLightingMaterial.hpp index 72b0685ed..1f92482f2 100644 --- a/include/Nazara/Graphics/PhongLightingMaterial.hpp +++ b/include/Nazara/Graphics/PhongLightingMaterial.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_PHONG_LIGHTING_MATERIAL_HPP -#define NAZARA_PHONG_LIGHTING_MATERIAL_HPP +#ifndef NAZARA_GRAPHICS_PHONGLIGHTINGMATERIAL_HPP +#define NAZARA_GRAPHICS_PHONGLIGHTINGMATERIAL_HPP #include #include @@ -100,4 +100,4 @@ namespace Nz #include -#endif // NAZARA_PHONG_LIGHTING_MATERIAL_HPP +#endif // NAZARA_GRAPHICS_PHONGLIGHTINGMATERIAL_HPP diff --git a/include/Nazara/Graphics/PredefinedShaderStructs.hpp b/include/Nazara/Graphics/PredefinedShaderStructs.hpp index 0e4ac79ae..03be0e3f7 100644 --- a/include/Nazara/Graphics/PredefinedShaderStructs.hpp +++ b/include/Nazara/Graphics/PredefinedShaderStructs.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_PREDEFINEDSHADERSTRUCTS_HPP -#define NAZARA_PREDEFINEDSHADERSTRUCTS_HPP +#ifndef NAZARA_GRAPHICS_PREDEFINEDSHADERSTRUCTS_HPP +#define NAZARA_GRAPHICS_PREDEFINEDSHADERSTRUCTS_HPP #include #include @@ -63,4 +63,4 @@ namespace Nz #include -#endif // NAZARA_PREDEFINEDSHADERSTRUCTS_HPP +#endif // NAZARA_GRAPHICS_PREDEFINEDSHADERSTRUCTS_HPP diff --git a/include/Nazara/Graphics/RenderElement.hpp b/include/Nazara/Graphics/RenderElement.hpp index f5b563c3f..57dff6876 100644 --- a/include/Nazara/Graphics/RenderElement.hpp +++ b/include/Nazara/Graphics/RenderElement.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERELEMENT_HPP -#define NAZARA_RENDERELEMENT_HPP +#ifndef NAZARA_GRAPHICS_RENDERELEMENT_HPP +#define NAZARA_GRAPHICS_RENDERELEMENT_HPP #include #include @@ -38,4 +38,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_RENDERELEMENT_HPP diff --git a/include/Nazara/Graphics/RenderQueue.hpp b/include/Nazara/Graphics/RenderQueue.hpp index 57bcd1a1c..2637e8b91 100644 --- a/include/Nazara/Graphics/RenderQueue.hpp +++ b/include/Nazara/Graphics/RenderQueue.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERQUEUE_HPP -#define NAZARA_RENDERQUEUE_HPP +#ifndef NAZARA_GRAPHICS_RENDERQUEUE_HPP +#define NAZARA_GRAPHICS_RENDERQUEUE_HPP #include #include @@ -46,4 +46,4 @@ namespace Nz #include -#endif // NAZARA_RENDERQUEUE_HPP +#endif // NAZARA_GRAPHICS_RENDERQUEUE_HPP diff --git a/include/Nazara/Graphics/RenderQueueRegistry.hpp b/include/Nazara/Graphics/RenderQueueRegistry.hpp index 9a9c87044..2f2e230f5 100644 --- a/include/Nazara/Graphics/RenderQueueRegistry.hpp +++ b/include/Nazara/Graphics/RenderQueueRegistry.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERQUEUEREGISTRY_HPP -#define NAZARA_RENDERQUEUEREGISTRY_HPP +#ifndef NAZARA_GRAPHICS_RENDERQUEUEREGISTRY_HPP +#define NAZARA_GRAPHICS_RENDERQUEUEREGISTRY_HPP #include #include @@ -44,4 +44,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_RENDERQUEUEREGISTRY_HPP diff --git a/include/Nazara/Graphics/RenderSpriteChain.hpp b/include/Nazara/Graphics/RenderSpriteChain.hpp index 54577e425..3609c6fec 100644 --- a/include/Nazara/Graphics/RenderSpriteChain.hpp +++ b/include/Nazara/Graphics/RenderSpriteChain.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERSUBMESH_HPP -#define NAZARA_RENDERSUBMESH_HPP +#ifndef NAZARA_GRAPHICS_RENDERSPRITECHAIN_HPP +#define NAZARA_GRAPHICS_RENDERSPRITECHAIN_HPP #include #include @@ -54,4 +54,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_RENDERSPRITECHAIN_HPP diff --git a/include/Nazara/Graphics/RenderSubmesh.hpp b/include/Nazara/Graphics/RenderSubmesh.hpp index a95d4e72f..39a2d5b67 100644 --- a/include/Nazara/Graphics/RenderSubmesh.hpp +++ b/include/Nazara/Graphics/RenderSubmesh.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERSUBMESH_HPP -#define NAZARA_RENDERSUBMESH_HPP +#ifndef NAZARA_GRAPHICS_RENDERSUBMESH_HPP +#define NAZARA_GRAPHICS_RENDERSUBMESH_HPP #include #include @@ -51,4 +51,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_RENDERSUBMESH_HPP diff --git a/include/Nazara/Graphics/Sprite.hpp b/include/Nazara/Graphics/Sprite.hpp index 0a806f98c..3491b8f7a 100644 --- a/include/Nazara/Graphics/Sprite.hpp +++ b/include/Nazara/Graphics/Sprite.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPRITE_HPP -#define NAZARA_SPRITE_HPP +#ifndef NAZARA_GRAPHICS_SPRITE_HPP +#define NAZARA_GRAPHICS_SPRITE_HPP #include #include @@ -54,4 +54,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_SPRITE_HPP diff --git a/include/Nazara/Graphics/SpriteChainRenderer.hpp b/include/Nazara/Graphics/SpriteChainRenderer.hpp index 4d25a2de2..ff50fbd23 100644 --- a/include/Nazara/Graphics/SpriteChainRenderer.hpp +++ b/include/Nazara/Graphics/SpriteChainRenderer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPRITECHAINRENDERER_HPP -#define NAZARA_SPRITECHAINRENDERER_HPP +#ifndef NAZARA_GRAPHICS_SPRITECHAINRENDERER_HPP +#define NAZARA_GRAPHICS_SPRITECHAINRENDERER_HPP #include #include @@ -83,4 +83,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_SPRITECHAINRENDERER_HPP diff --git a/include/Nazara/Graphics/SubmeshRenderer.hpp b/include/Nazara/Graphics/SubmeshRenderer.hpp index 6ce32f3fe..880e2e0ac 100644 --- a/include/Nazara/Graphics/SubmeshRenderer.hpp +++ b/include/Nazara/Graphics/SubmeshRenderer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SUBMESHRENDERER_HPP -#define NAZARA_SUBMESHRENDERER_HPP +#ifndef NAZARA_GRAPHICS_SUBMESHRENDERER_HPP +#define NAZARA_GRAPHICS_SUBMESHRENDERER_HPP #include #include @@ -29,4 +29,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_SUBMESHRENDERER_HPP diff --git a/include/Nazara/Graphics/Systems.hpp b/include/Nazara/Graphics/Systems.hpp index 24869dc68..939baf883 100644 --- a/include/Nazara/Graphics/Systems.hpp +++ b/include/Nazara/Graphics/Systems.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* Nazara Engine - Graphics module - Copyright (C) 2020 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -26,9 +26,9 @@ #pragma once -#ifndef NAZARA_GLOBAL_GRAPHICS_SYSTEMS_HPP -#define NAZARA_GLOBAL_GRAPHICS_SYSTEMS_HPP +#ifndef NAZARA_GRAPHICS_SYSTEMS_HPP +#define NAZARA_GRAPHICS_SYSTEMS_HPP #include -#endif // NAZARA_GLOBAL_GRAPHICS_SYSTEMS_HPP +#endif // NAZARA_GRAPHICS_SYSTEMS_HPP diff --git a/include/Nazara/Graphics/Systems/RenderSystem.hpp b/include/Nazara/Graphics/Systems/RenderSystem.hpp index 5166b15af..14b3d8a2d 100644 --- a/include/Nazara/Graphics/Systems/RenderSystem.hpp +++ b/include/Nazara/Graphics/Systems/RenderSystem.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERSYSTEM_HPP -#define NAZARA_RENDERSYSTEM_HPP +#ifndef NAZARA_GRAPHICS_SYSTEMS_RENDERSYSTEM_HPP +#define NAZARA_GRAPHICS_SYSTEMS_RENDERSYSTEM_HPP #include #include @@ -69,4 +69,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_SYSTEMS_RENDERSYSTEM_HPP diff --git a/include/Nazara/Graphics/TextSprite.hpp b/include/Nazara/Graphics/TextSprite.hpp index 72ce19d00..e24b155e0 100644 --- a/include/Nazara/Graphics/TextSprite.hpp +++ b/include/Nazara/Graphics/TextSprite.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_TEXTSPRITE_HPP -#define NAZARA_TEXTSPRITE_HPP +#ifndef NAZARA_GRAPHICS_TEXTSPRITE_HPP +#define NAZARA_GRAPHICS_TEXTSPRITE_HPP #include #include @@ -100,4 +100,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_TEXTSPRITE_HPP diff --git a/include/Nazara/Graphics/TextureSamplerCache.hpp b/include/Nazara/Graphics/TextureSamplerCache.hpp index 0a10a9a29..0250a6d6f 100644 --- a/include/Nazara/Graphics/TextureSamplerCache.hpp +++ b/include/Nazara/Graphics/TextureSamplerCache.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_TEXTURESAMPLERCACHE_HPP -#define NAZARA_TEXTURESAMPLERCACHE_HPP +#ifndef NAZARA_GRAPHICS_TEXTURESAMPLERCACHE_HPP +#define NAZARA_GRAPHICS_TEXTURESAMPLERCACHE_HPP #include #include @@ -37,4 +37,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_TEXTURESAMPLERCACHE_HPP diff --git a/include/Nazara/Graphics/UberShader.hpp b/include/Nazara/Graphics/UberShader.hpp index f442bfab0..05c140e06 100644 --- a/include/Nazara/Graphics/UberShader.hpp +++ b/include/Nazara/Graphics/UberShader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_UBER_SHADER_HPP -#define NAZARA_UBER_SHADER_HPP +#ifndef NAZARA_GRAPHICS_UBERSHADER_HPP +#define NAZARA_GRAPHICS_UBERSHADER_HPP #include #include @@ -72,4 +72,4 @@ namespace Nz #include -#endif // NAZARA_UBER_SHADER_HPP +#endif // NAZARA_GRAPHICS_UBERSHADER_HPP diff --git a/include/Nazara/Graphics/ViewerInstance.hpp b/include/Nazara/Graphics/ViewerInstance.hpp index 549194df6..07a60c7e4 100644 --- a/include/Nazara/Graphics/ViewerInstance.hpp +++ b/include/Nazara/Graphics/ViewerInstance.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VIEWERINSTANCE_HPP -#define NAZARA_VIEWERINSTANCE_HPP +#ifndef NAZARA_GRAPHICS_VIEWERINSTANCE_HPP +#define NAZARA_GRAPHICS_VIEWERINSTANCE_HPP #include #include @@ -67,4 +67,4 @@ namespace Nz #include -#endif // NAZARA_VIEWERINSTANCE_HPP +#endif // NAZARA_GRAPHICS_VIEWERINSTANCE_HPP diff --git a/include/Nazara/Graphics/WorldInstance.hpp b/include/Nazara/Graphics/WorldInstance.hpp index a71038f63..dc1901625 100644 --- a/include/Nazara/Graphics/WorldInstance.hpp +++ b/include/Nazara/Graphics/WorldInstance.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MODELINSTANCE_HPP -#define NAZARA_MODELINSTANCE_HPP +#ifndef NAZARA_GRAPHICS_WORLDINSTANCE_HPP +#define NAZARA_GRAPHICS_WORLDINSTANCE_HPP #include #include @@ -56,4 +56,4 @@ namespace Nz #include -#endif // NAZARA_MODELINSTANCE_HPP +#endif // NAZARA_GRAPHICS_WORLDINSTANCE_HPP diff --git a/include/Nazara/Math.hpp b/include/Nazara/Math.hpp index b4b965e07..6559d60cf 100644 --- a/include/Nazara/Math.hpp +++ b/include/Nazara/Math.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* - Nazara Engine - Mathematics module + Nazara Engine - Math module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) Rémi "overdrivr" Bèges (remi.beges@laposte.net) Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/Nazara/Math/Algorithm.hpp b/include/Nazara/Math/Algorithm.hpp index 42ef3dcb7..f5ba7ba29 100644 --- a/include/Nazara/Math/Algorithm.hpp +++ b/include/Nazara/Math/Algorithm.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ALGORITHM_MATH_HPP -#define NAZARA_ALGORITHM_MATH_HPP +#ifndef NAZARA_MATH_ALGORITHM_HPP +#define NAZARA_MATH_ALGORITHM_HPP #include #include @@ -56,4 +56,4 @@ namespace Nz #include -#endif // NAZARA_ALGORITHM_MATH_HPP +#endif // NAZARA_MATH_ALGORITHM_HPP diff --git a/include/Nazara/Math/Angle.hpp b/include/Nazara/Math/Angle.hpp index 7f78df740..89463dc0a 100644 --- a/include/Nazara/Math/Angle.hpp +++ b/include/Nazara/Math/Angle.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ANGLE_HPP -#define NAZARA_ANGLE_HPP +#ifndef NAZARA_MATH_ANGLE_HPP +#define NAZARA_MATH_ANGLE_HPP #include #include @@ -102,4 +102,4 @@ std::ostream& operator<<(std::ostream& out, const Nz::Angle& angle); #include -#endif // NAZARA_ANGLE_HPP +#endif // NAZARA_MATH_ANGLE_HPP diff --git a/include/Nazara/Math/BoundingVolume.hpp b/include/Nazara/Math/BoundingVolume.hpp index 39e95b480..479714ffa 100644 --- a/include/Nazara/Math/BoundingVolume.hpp +++ b/include/Nazara/Math/BoundingVolume.hpp @@ -2,8 +2,10 @@ // This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp -#ifndef NAZARA_BOUNDINGVOLUME_HPP -#define NAZARA_BOUNDINGVOLUME_HPP +#pragma once + +#ifndef NAZARA_MATH_BOUNDINGVOLUME_HPP +#define NAZARA_MATH_BOUNDINGVOLUME_HPP #include #include @@ -81,4 +83,4 @@ std::ostream& operator<<(std::ostream& out, const Nz::BoundingVolume& volume) #include -#endif // NAZARA_BOUNDINGVOLUME_HPP +#endif // NAZARA_MATH_BOUNDINGVOLUME_HPP diff --git a/include/Nazara/Math/Box.hpp b/include/Nazara/Math/Box.hpp index 7c3042279..1c79ca8e7 100644 --- a/include/Nazara/Math/Box.hpp +++ b/include/Nazara/Math/Box.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_BOX_HPP -#define NAZARA_BOX_HPP +#ifndef NAZARA_MATH_BOX_HPP +#define NAZARA_MATH_BOX_HPP #include #include @@ -109,4 +109,4 @@ std::ostream& operator<<(std::ostream& out, const Nz::Box& box); #include -#endif // NAZARA_BOX_HPP +#endif // NAZARA_MATH_BOX_HPP diff --git a/include/Nazara/Math/Config.hpp b/include/Nazara/Math/Config.hpp index 5b3c4afbb..2ecb643c3 100644 --- a/include/Nazara/Math/Config.hpp +++ b/include/Nazara/Math/Config.hpp @@ -25,8 +25,8 @@ #pragma once -#ifndef NAZARA_CONFIG_MATH_HPP -#define NAZARA_CONFIG_MATH_HPP +#ifndef NAZARA_MATH_CONFIG_HPP +#define NAZARA_MATH_CONFIG_HPP /*! * \defgroup math (NazaraMath) Mathematics module @@ -41,4 +41,4 @@ // Enable tests of security based on the code (Advised for the developpement) #define NAZARA_MATH_SAFE 1 -#endif // NAZARA_CONFIG_MATH_HPP +#endif // NAZARA_MATH_CONFIG_HPP diff --git a/include/Nazara/Math/Enums.hpp b/include/Nazara/Math/Enums.hpp index 71d5dc0a9..571dbd335 100644 --- a/include/Nazara/Math/Enums.hpp +++ b/include/Nazara/Math/Enums.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ENUMS_MATH_HPP -#define NAZARA_ENUMS_MATH_HPP +#ifndef NAZARA_MATH_ENUMS_HPP +#define NAZARA_MATH_ENUMS_HPP #include @@ -78,4 +78,4 @@ namespace Nz constexpr std::size_t RectCornerCount = UnderlyingCast(RectCorner::Max) + 1; } -#endif // NAZARA_ENUMS_MATH_HPP +#endif // NAZARA_MATH_ENUMS_HPP diff --git a/include/Nazara/Math/EulerAngles.hpp b/include/Nazara/Math/EulerAngles.hpp index 1fa7927e2..e9515e53f 100644 --- a/include/Nazara/Math/EulerAngles.hpp +++ b/include/Nazara/Math/EulerAngles.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_EULERANGLES_HPP -#define NAZARA_EULERANGLES_HPP +#ifndef NAZARA_MATH_EULERANGLES_HPP +#define NAZARA_MATH_EULERANGLES_HPP #include #include @@ -76,4 +76,4 @@ template std::ostream& operator<<(std::ostream& out, const Nz::Euler #include -#endif // NAZARA_EULERANGLES_HPP +#endif // NAZARA_MATH_EULERANGLES_HPP diff --git a/include/Nazara/Math/Frustum.hpp b/include/Nazara/Math/Frustum.hpp index f99008e97..126efc7cc 100644 --- a/include/Nazara/Math/Frustum.hpp +++ b/include/Nazara/Math/Frustum.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FRUSTUM_HPP -#define NAZARA_FRUSTUM_HPP +#ifndef NAZARA_MATH_FRUSTUM_HPP +#define NAZARA_MATH_FRUSTUM_HPP #include #include @@ -75,4 +75,4 @@ std::ostream& operator<<(std::ostream& out, const Nz::Frustum& frustum); #include -#endif // NAZARA_FRUSTUM_HPP +#endif // NAZARA_MATH_FRUSTUM_HPP diff --git a/include/Nazara/Math/Matrix4.hpp b/include/Nazara/Math/Matrix4.hpp index 20fa37ecb..88923cb55 100644 --- a/include/Nazara/Math/Matrix4.hpp +++ b/include/Nazara/Math/Matrix4.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MATRIX4_HPP -#define NAZARA_MATRIX4_HPP +#ifndef NAZARA_MATH_MATRIX4_HPP +#define NAZARA_MATH_MATRIX4_HPP ///FIXME: Matrices column-major, difficile de bosser avec (Tout passer en row-major et transposer dans les shaders ?) @@ -155,4 +155,4 @@ template Nz::Matrix4 operator*(T scale, const Nz::Matrix4& mat #include -#endif // NAZARA_MATRIX4_HPP +#endif // NAZARA_MATH_MATRIX4_HPP diff --git a/include/Nazara/Math/OrientedBox.hpp b/include/Nazara/Math/OrientedBox.hpp index 01a8dadd9..b77380f19 100644 --- a/include/Nazara/Math/OrientedBox.hpp +++ b/include/Nazara/Math/OrientedBox.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ORIENTEDBOX_HPP -#define NAZARA_ORIENTEDBOX_HPP +#ifndef NAZARA_MATH_ORIENTEDBOX_HPP +#define NAZARA_MATH_ORIENTEDBOX_HPP #include #include @@ -78,4 +78,4 @@ std::ostream& operator<<(std::ostream& out, const Nz::OrientedBox& orientedBo #include -#endif // NAZARA_ORIENTEDBOX_HPP +#endif // NAZARA_MATH_ORIENTEDBOX_HPP diff --git a/include/Nazara/Math/PidController.hpp b/include/Nazara/Math/PidController.hpp index 0ec056f08..c0480e432 100644 --- a/include/Nazara/Math/PidController.hpp +++ b/include/Nazara/Math/PidController.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_PIDCONTROLLER_HPP -#define NAZARA_PIDCONTROLLER_HPP +#ifndef NAZARA_MATH_PIDCONTROLLER_HPP +#define NAZARA_MATH_PIDCONTROLLER_HPP namespace Nz { @@ -28,4 +28,4 @@ namespace Nz #include -#endif +#endif // NAZARA_MATH_PIDCONTROLLER_HPP diff --git a/include/Nazara/Math/Plane.hpp b/include/Nazara/Math/Plane.hpp index 6867c9913..4ad3f07a9 100644 --- a/include/Nazara/Math/Plane.hpp +++ b/include/Nazara/Math/Plane.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_PLANE_HPP -#define NAZARA_PLANE_HPP +#ifndef NAZARA_MATH_PLANE_HPP +#define NAZARA_MATH_PLANE_HPP #include #include @@ -70,4 +70,4 @@ std::ostream& operator<<(std::ostream& out, const Nz::Plane& plane); #include -#endif // NAZARA_PLANE_HPP +#endif // NAZARA_MATH_PLANE_HPP diff --git a/include/Nazara/Math/Quaternion.hpp b/include/Nazara/Math/Quaternion.hpp index 1a4dfa3d5..eeb05ca1d 100644 --- a/include/Nazara/Math/Quaternion.hpp +++ b/include/Nazara/Math/Quaternion.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_QUATERNION_HPP -#define NAZARA_QUATERNION_HPP +#ifndef NAZARA_MATH_QUATERNION_HPP +#define NAZARA_MATH_QUATERNION_HPP #include #include @@ -102,4 +102,4 @@ template std::ostream& operator<<(std::ostream& out, const Nz::Quate #include -#endif // NAZARA_QUATERNION_HPP +#endif // NAZARA_MATH_QUATERNION_HPP diff --git a/include/Nazara/Math/Ray.hpp b/include/Nazara/Math/Ray.hpp index 9df415fbd..66794631a 100644 --- a/include/Nazara/Math/Ray.hpp +++ b/include/Nazara/Math/Ray.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RAY_HPP -#define NAZARA_RAY_HPP +#ifndef NAZARA_MATH_RAY_HPP +#define NAZARA_MATH_RAY_HPP #include #include @@ -84,4 +84,4 @@ template std::ostream& operator<<(std::ostream& out, const Nz::Ray -#endif // NAZARA_RAY_HPP +#endif // NAZARA_MATH_RAY_HPP diff --git a/include/Nazara/Math/Rect.hpp b/include/Nazara/Math/Rect.hpp index fbd801abd..dd9436752 100644 --- a/include/Nazara/Math/Rect.hpp +++ b/include/Nazara/Math/Rect.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RECT_HPP -#define NAZARA_RECT_HPP +#ifndef NAZARA_MATH_RECT_HPP +#define NAZARA_MATH_RECT_HPP #include #include @@ -104,4 +104,4 @@ std::ostream& operator<<(std::ostream& out, const Nz::Rect& rect); #include -#endif // NAZARA_RECT_HPP +#endif // NAZARA_MATH_RECT_HPP diff --git a/include/Nazara/Math/Sphere.hpp b/include/Nazara/Math/Sphere.hpp index 1e235a28d..082c4229d 100644 --- a/include/Nazara/Math/Sphere.hpp +++ b/include/Nazara/Math/Sphere.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPHERE_HPP -#define NAZARA_SPHERE_HPP +#ifndef NAZARA_MATH_SPHERE_HPP +#define NAZARA_MATH_SPHERE_HPP #include #include @@ -89,4 +89,4 @@ std::ostream& operator<<(std::ostream& out, const Nz::Sphere& sphere); #include -#endif // NAZARA_SPHERE_HPP +#endif // NAZARA_MATH_SPHERE_HPP diff --git a/include/Nazara/Math/Vector2.hpp b/include/Nazara/Math/Vector2.hpp index bcf23deca..708a32197 100644 --- a/include/Nazara/Math/Vector2.hpp +++ b/include/Nazara/Math/Vector2.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VECTOR2_HPP -#define NAZARA_VECTOR2_HPP +#ifndef NAZARA_MATH_VECTOR2_HPP +#define NAZARA_MATH_VECTOR2_HPP #include #include @@ -131,4 +131,4 @@ namespace std #include -#endif // NAZARA_VECTOR2_HPP +#endif // NAZARA_MATH_VECTOR2_HPP diff --git a/include/Nazara/Math/Vector3.hpp b/include/Nazara/Math/Vector3.hpp index 875bba76d..508ce7e8f 100644 --- a/include/Nazara/Math/Vector3.hpp +++ b/include/Nazara/Math/Vector3.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VECTOR3_HPP -#define NAZARA_VECTOR3_HPP +#ifndef NAZARA_MATH_VECTOR3_HPP +#define NAZARA_MATH_VECTOR3_HPP #include #include @@ -151,4 +151,4 @@ namespace std #include -#endif // NAZARA_VECTOR3_HPP +#endif // NAZARA_MATH_VECTOR3_HPP diff --git a/include/Nazara/Math/Vector4.hpp b/include/Nazara/Math/Vector4.hpp index 5b1559885..9b7bf6c16 100644 --- a/include/Nazara/Math/Vector4.hpp +++ b/include/Nazara/Math/Vector4.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VECTOR4_HPP -#define NAZARA_VECTOR4_HPP +#ifndef NAZARA_MATH_VECTOR4_HPP +#define NAZARA_MATH_VECTOR4_HPP #include #include @@ -127,4 +127,4 @@ namespace std #include -#endif // NAZARA_VECTOR4_HPP +#endif // NAZARA_MATH_VECTOR4_HPP diff --git a/include/Nazara/Network.hpp b/include/Nazara/Network.hpp index 97a337364..e4c9ba31c 100644 --- a/include/Nazara/Network.hpp +++ b/include/Nazara/Network.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* Nazara Engine - Network module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Network/AbstractSocket.hpp b/include/Nazara/Network/AbstractSocket.hpp index ca9274487..8f0baf9cb 100644 --- a/include/Nazara/Network/AbstractSocket.hpp +++ b/include/Nazara/Network/AbstractSocket.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ABSTRACTSOCKET_HPP -#define NAZARA_ABSTRACTSOCKET_HPP +#ifndef NAZARA_NETWORK_ABSTRACTSOCKET_HPP +#define NAZARA_NETWORK_ABSTRACTSOCKET_HPP #include #include @@ -68,4 +68,4 @@ namespace Nz #include -#endif // NAZARA_ABSTRACTSOCKET_HPP +#endif // NAZARA_NETWORK_ABSTRACTSOCKET_HPP diff --git a/include/Nazara/Network/Algorithm.hpp b/include/Nazara/Network/Algorithm.hpp index f3baec7ee..fa45cdf01 100644 --- a/include/Nazara/Network/Algorithm.hpp +++ b/include/Nazara/Network/Algorithm.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ALGORITHM_NETWORK_HPP -#define NAZARA_ALGORITHM_NETWORK_HPP +#ifndef NAZARA_NETWORK_ALGORITHM_HPP +#define NAZARA_NETWORK_ALGORITHM_HPP #include #include @@ -30,4 +30,4 @@ namespace Nz #include -#endif // NAZARA_ALGORITHM_NETWORK_HPP +#endif // NAZARA_NETWORK_ALGORITHM_HPP diff --git a/include/Nazara/Network/Config.hpp b/include/Nazara/Network/Config.hpp index b77b7c671..3fd90a5a7 100644 --- a/include/Nazara/Network/Config.hpp +++ b/include/Nazara/Network/Config.hpp @@ -24,8 +24,8 @@ #pragma once -#ifndef NAZARA_CONFIG_NETWORK_HPP -#define NAZARA_CONFIG_NETWORK_HPP +#ifndef NAZARA_NETWORK_CONFIG_HPP +#define NAZARA_NETWORK_CONFIG_HPP /*! * \defgroup network (NazaraNetwork) Network module @@ -55,4 +55,4 @@ #endif #endif -#endif // NAZARA_CONFIG_NETWORK_HPP +#endif // NAZARA_NETWORK_CONFIG_HPP diff --git a/include/Nazara/Network/ConfigCheck.hpp b/include/Nazara/Network/ConfigCheck.hpp index 6d9379fba..db26c4252 100644 --- a/include/Nazara/Network/ConfigCheck.hpp +++ b/include/Nazara/Network/ConfigCheck.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CHECK_NETWORK_HPP -#define NAZARA_CONFIG_CHECK_NETWORK_HPP +#ifndef NAZARA_NETWORK_CONFIGCHECK_HPP +#define NAZARA_NETWORK_CONFIGCHECK_HPP /// This file is used to check the constant values defined in Config.hpp @@ -17,4 +17,4 @@ #define NAZARA_NETWORK_MANAGE_MEMORY 0 #endif -#endif // NAZARA_CONFIG_CHECK_NETWORK_HPP +#endif // NAZARA_NETWORK_CONFIGCHECK_HPP diff --git a/include/Nazara/Network/Debug.hpp b/include/Nazara/Network/Debug.hpp index 3f3be4aaa..e07991640 100644 --- a/include/Nazara/Network/Debug.hpp +++ b/include/Nazara/Network/Debug.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include #if NAZARA_NETWORK_MANAGE_MEMORY #include diff --git a/include/Nazara/Network/DebugOff.hpp b/include/Nazara/Network/DebugOff.hpp index 4e3f2bf14..256eb4674 100644 --- a/include/Nazara/Network/DebugOff.hpp +++ b/include/Nazara/Network/DebugOff.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + // We suppose that Debug.hpp is already included, same goes for Config.hpp #if NAZARA_NETWORK_MANAGE_MEMORY #undef delete diff --git a/include/Nazara/Network/ENetCompressor.hpp b/include/Nazara/Network/ENetCompressor.hpp index bd47adad0..07f957eb5 100644 --- a/include/Nazara/Network/ENetCompressor.hpp +++ b/include/Nazara/Network/ENetCompressor.hpp @@ -18,8 +18,8 @@ #pragma once -#ifndef NAZARA_ENETCOMPRESSOR_HPP -#define NAZARA_ENETCOMPRESSOR_HPP +#ifndef NAZARA_NETWORK_ENETCOMPRESSOR_HPP +#define NAZARA_NETWORK_ENETCOMPRESSOR_HPP #include #include @@ -40,4 +40,4 @@ namespace Nz }; } -#endif // NAZARA_ENETCOMPRESSOR_HPP +#endif // NAZARA_NETWORK_ENETCOMPRESSOR_HPP diff --git a/include/Nazara/Network/ENetHost.hpp b/include/Nazara/Network/ENetHost.hpp index 8269668bc..fc4c67fe5 100644 --- a/include/Nazara/Network/ENetHost.hpp +++ b/include/Nazara/Network/ENetHost.hpp @@ -14,8 +14,8 @@ #pragma once -#ifndef NAZARA_ENETHOST_HPP -#define NAZARA_ENETHOST_HPP +#ifndef NAZARA_NETWORK_ENETHOST_HPP +#define NAZARA_NETWORK_ENETHOST_HPP #include #include @@ -175,4 +175,4 @@ namespace Nz #include -#endif // NAZARA_ENETHOST_HPP +#endif // NAZARA_NETWORK_ENETHOST_HPP diff --git a/include/Nazara/Network/ENetPacket.hpp b/include/Nazara/Network/ENetPacket.hpp index d28658408..03c6a8fb4 100644 --- a/include/Nazara/Network/ENetPacket.hpp +++ b/include/Nazara/Network/ENetPacket.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ENETPACKET_HPP -#define NAZARA_ENETPACKET_HPP +#ifndef NAZARA_NETWORK_ENETPACKET_HPP +#define NAZARA_NETWORK_ENETPACKET_HPP #include #include @@ -103,4 +103,4 @@ namespace Nz }; } -#endif // NAZARA_ENETPACKET_HPP +#endif // NAZARA_NETWORK_ENETPACKET_HPP diff --git a/include/Nazara/Network/ENetPeer.hpp b/include/Nazara/Network/ENetPeer.hpp index 5a9912d05..66906622e 100644 --- a/include/Nazara/Network/ENetPeer.hpp +++ b/include/Nazara/Network/ENetPeer.hpp @@ -14,8 +14,8 @@ #pragma once -#ifndef NAZARA_ENETPEER_HPP -#define NAZARA_ENETPEER_HPP +#ifndef NAZARA_NETWORK_ENETPEER_HPP +#define NAZARA_NETWORK_ENETPEER_HPP #include #include @@ -251,4 +251,4 @@ namespace Nz #include -#endif // NAZARA_ENETPEER_HPP +#endif // NAZARA_NETWORK_ENETPEER_HPP diff --git a/include/Nazara/Network/ENetProtocol.hpp b/include/Nazara/Network/ENetProtocol.hpp index 379412c97..45ae550a3 100644 --- a/include/Nazara/Network/ENetProtocol.hpp +++ b/include/Nazara/Network/ENetProtocol.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ENETPROTOCOL_HPP -#define NAZARA_ENETPROTOCOL_HPP +#ifndef NAZARA_NETWORK_ENETPROTOCOL_HPP +#define NAZARA_NETWORK_ENETPROTOCOL_HPP #include #include @@ -308,4 +308,4 @@ namespace Nz #include -#endif // NAZARA_ENETPROTOCOL_HPP +#endif // NAZARA_NETWORK_ENETPROTOCOL_HPP diff --git a/include/Nazara/Network/Enums.hpp b/include/Nazara/Network/Enums.hpp index 3e95872c7..e1a5efa5c 100644 --- a/include/Nazara/Network/Enums.hpp +++ b/include/Nazara/Network/Enums.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ENUMS_NETWORK_HPP -#define NAZARA_ENUMS_NETWORK_HPP +#ifndef NAZARA_NETWORK_ENUMS_HPP +#define NAZARA_NETWORK_ENUMS_HPP #include @@ -121,4 +121,4 @@ namespace Nz constexpr std::size_t SocketTypeCount = static_cast(SocketType::Max) + 1; } -#endif // NAZARA_ENUMS_NETWORK_HPP +#endif // NAZARA_NETWORK_ENUMS_HPP diff --git a/include/Nazara/Network/IpAddress.hpp b/include/Nazara/Network/IpAddress.hpp index 42ef0418d..229bdfa31 100644 --- a/include/Nazara/Network/IpAddress.hpp +++ b/include/Nazara/Network/IpAddress.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_IPADDRESS_HPP -#define NAZARA_IPADDRESS_HPP +#ifndef NAZARA_NETWORK_IPADDRESS_HPP +#define NAZARA_NETWORK_IPADDRESS_HPP #include #include @@ -100,4 +100,4 @@ namespace Nz #include -#endif // NAZARA_IPADDRESS_HPP +#endif // NAZARA_NETWORK_IPADDRESS_HPP diff --git a/include/Nazara/Network/NetBuffer.hpp b/include/Nazara/Network/NetBuffer.hpp index 56c1d18b9..8eb8883e6 100644 --- a/include/Nazara/Network/NetBuffer.hpp +++ b/include/Nazara/Network/NetBuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_NETBUFFER_HPP -#define NAZARA_NETBUFFER_HPP +#ifndef NAZARA_NETWORK_NETBUFFER_HPP +#define NAZARA_NETWORK_NETBUFFER_HPP #include @@ -18,4 +18,4 @@ namespace Nz }; } -#endif // NAZARA_NETBUFFER_HPP +#endif // NAZARA_NETWORK_NETBUFFER_HPP diff --git a/include/Nazara/Network/NetPacket.hpp b/include/Nazara/Network/NetPacket.hpp index bf96ccc13..ff078cb21 100644 --- a/include/Nazara/Network/NetPacket.hpp +++ b/include/Nazara/Network/NetPacket.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_NETPACKET_HPP -#define NAZARA_NETPACKET_HPP +#ifndef NAZARA_NETWORK_NETPACKET_HPP +#define NAZARA_NETWORK_NETPACKET_HPP #include #include @@ -71,4 +71,4 @@ namespace Nz #include -#endif // NAZARA_NETPACKET_HPP +#endif // NAZARA_NETWORK_NETPACKET_HPP diff --git a/include/Nazara/Network/Network.hpp b/include/Nazara/Network/Network.hpp index f1df023d2..823e4ac3b 100644 --- a/include/Nazara/Network/Network.hpp +++ b/include/Nazara/Network/Network.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MODULENAME_HPP -#define NAZARA_MODULENAME_HPP +#ifndef NAZARA_NETWORK_HPP +#define NAZARA_NETWORK_HPP #include #include @@ -30,4 +30,4 @@ namespace Nz }; } -#endif // NAZARA_MODULENAME_HPP +#endif // NAZARA_NETWORK_HPP diff --git a/include/Nazara/Network/SocketHandle.hpp b/include/Nazara/Network/SocketHandle.hpp index 5d33810b9..30b93db0e 100644 --- a/include/Nazara/Network/SocketHandle.hpp +++ b/include/Nazara/Network/SocketHandle.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SOCKETHANDLE_HPP -#define NAZARA_SOCKETHANDLE_HPP +#ifndef NAZARA_NETWORK_SOCKETHANDLE_HPP +#define NAZARA_NETWORK_SOCKETHANDLE_HPP #include @@ -24,4 +24,4 @@ namespace Nz #endif } -#endif // NAZARA_SOCKETHANDLE_HPP +#endif // NAZARA_NETWORK_SOCKETHANDLE_HPP diff --git a/include/Nazara/Network/SocketPoller.hpp b/include/Nazara/Network/SocketPoller.hpp index 2719e2f83..f2882000c 100644 --- a/include/Nazara/Network/SocketPoller.hpp +++ b/include/Nazara/Network/SocketPoller.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SOCKETPOLLER_HPP -#define NAZARA_SOCKETPOLLER_HPP +#ifndef NAZARA_NETWORK_SOCKETPOLLER_HPP +#define NAZARA_NETWORK_SOCKETPOLLER_HPP #include #include @@ -42,4 +42,4 @@ namespace Nz #include -#endif // NAZARA_SOCKETPOLLER_HPP +#endif // NAZARA_NETWORK_SOCKETPOLLER_HPP diff --git a/include/Nazara/Network/TcpClient.hpp b/include/Nazara/Network/TcpClient.hpp index b63810c77..038edce39 100644 --- a/include/Nazara/Network/TcpClient.hpp +++ b/include/Nazara/Network/TcpClient.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_TCPCLIENT_HPP -#define NAZARA_TCPCLIENT_HPP +#ifndef NAZARA_NETWORK_TCPCLIENT_HPP +#define NAZARA_NETWORK_TCPCLIENT_HPP #include #include @@ -90,4 +90,4 @@ namespace Nz #include -#endif // NAZARA_TCPCLIENT_HPP +#endif // NAZARA_NETWORK_TCPCLIENT_HPP diff --git a/include/Nazara/Network/TcpServer.hpp b/include/Nazara/Network/TcpServer.hpp index 955a72bcd..eb891b7de 100644 --- a/include/Nazara/Network/TcpServer.hpp +++ b/include/Nazara/Network/TcpServer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_TCPSERVER_HPP -#define NAZARA_TCPSERVER_HPP +#ifndef NAZARA_NETWORK_TCPSERVER_HPP +#define NAZARA_NETWORK_TCPSERVER_HPP #include #include @@ -40,4 +40,4 @@ namespace Nz #include -#endif // NAZARA_TCPSERVER_HPP +#endif // NAZARA_NETWORK_TCPSERVER_HPP diff --git a/include/Nazara/Network/UdpSocket.hpp b/include/Nazara/Network/UdpSocket.hpp index 308bde333..cd17d8396 100644 --- a/include/Nazara/Network/UdpSocket.hpp +++ b/include/Nazara/Network/UdpSocket.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_UDPSOCKET_HPP -#define NAZARA_UDPSOCKET_HPP +#ifndef NAZARA_NETWORK_UDPSOCKET_HPP +#define NAZARA_NETWORK_UDPSOCKET_HPP #include #include @@ -60,4 +60,4 @@ namespace Nz #include -#endif // NAZARA_UDPSOCKET_HPP +#endif // NAZARA_NETWORK_UDPSOCKET_HPP diff --git a/include/Nazara/OpenGLRenderer.hpp b/include/Nazara/OpenGLRenderer.hpp index da8bf0c08..090fad80c 100644 --- a/include/Nazara/OpenGLRenderer.hpp +++ b/include/Nazara/OpenGLRenderer.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* - Nazara Engine - OpenGL + Nazara Engine - OpenGL renderer - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/OpenGLRenderer/Config.hpp b/include/Nazara/OpenGLRenderer/Config.hpp index dfb158cc5..4d000b04c 100644 --- a/include/Nazara/OpenGLRenderer/Config.hpp +++ b/include/Nazara/OpenGLRenderer/Config.hpp @@ -24,8 +24,8 @@ #pragma once -#ifndef NAZARA_CONFIG_OPENGLRENDERER_HPP -#define NAZARA_CONFIG_OPENGLRENDERER_HPP +#ifndef NAZARA_OPENGLRENDERER_CONFIG_HPP +#define NAZARA_OPENGLRENDERER_CONFIG_HPP /// Chaque modification d'un paramètre du module nécessite une recompilation de celui-ci @@ -50,4 +50,4 @@ #define NAZARA_OPENGLRENDERER_API #endif -#endif // NAZARA_CONFIG_OPENGLRENDERER_HPP +#endif // NAZARA_OPENGLRENDERER_CONFIG_HPP diff --git a/include/Nazara/OpenGLRenderer/ConfigCheck.hpp b/include/Nazara/OpenGLRenderer/ConfigCheck.hpp index e898a0531..a982044ae 100644 --- a/include/Nazara/OpenGLRenderer/ConfigCheck.hpp +++ b/include/Nazara/OpenGLRenderer/ConfigCheck.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CHECK_OPENGLRENDERER_HPP -#define NAZARA_CONFIG_CHECK_OPENGLRENDERER_HPP +#ifndef NAZARA_OPENGLRENDERER_CONFIGCHECK_HPP +#define NAZARA_OPENGLRENDERER_CONFIGCHECK_HPP /// Ce fichier sert à vérifier la valeur des constantes du fichier Config.hpp @@ -19,4 +19,4 @@ #define NAZARA_OPENGLRENDERER_MANAGE_MEMORY 0 #endif -#endif // NAZARA_CONFIG_CHECK_OPENGLRENDERER_HPP +#endif // NAZARA_OPENGLRENDERER_CONFIGCHECK_HPP diff --git a/include/Nazara/OpenGLRenderer/Debug.hpp b/include/Nazara/OpenGLRenderer/Debug.hpp index 737e00fe2..ca6366ff4 100644 --- a/include/Nazara/OpenGLRenderer/Debug.hpp +++ b/include/Nazara/OpenGLRenderer/Debug.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include #if NAZARA_OPENGLRENDERER_MANAGE_MEMORY #include diff --git a/include/Nazara/OpenGLRenderer/DebugOff.hpp b/include/Nazara/OpenGLRenderer/DebugOff.hpp index 42fbe78f4..affead368 100644 --- a/include/Nazara/OpenGLRenderer/DebugOff.hpp +++ b/include/Nazara/OpenGLRenderer/DebugOff.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + // On suppose que Debug.hpp a déjà été inclus, tout comme Config.hpp #if NAZARA_OPENGLRENDERER_MANAGE_MEMORY #undef delete diff --git a/include/Nazara/OpenGLRenderer/DummySurface.hpp b/include/Nazara/OpenGLRenderer/DummySurface.hpp index 5d09126ac..e4c96aa21 100644 --- a/include/Nazara/OpenGLRenderer/DummySurface.hpp +++ b/include/Nazara/OpenGLRenderer/DummySurface.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_SURFACE_HPP -#define NAZARA_OPENGLRENDERER_SURFACE_HPP +#ifndef NAZARA_OPENGLRENDERER_DUMMYSURFACE_HPP +#define NAZARA_OPENGLRENDERER_DUMMYSURFACE_HPP #include #include @@ -31,4 +31,4 @@ namespace Nz #include -#endif // NAZARA_OPENGLRENDERER_SURFACE_HPP +#endif // NAZARA_OPENGLRENDERER_DUMMYSURFACE_HPP diff --git a/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp b/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp index 84b82962e..ded9beb0f 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_BUFFER_HPP -#define NAZARA_OPENGLRENDERER_BUFFER_HPP +#ifndef NAZARA_OPENGLRENDERER_OPENGLBUFFER_HPP +#define NAZARA_OPENGLRENDERER_OPENGLBUFFER_HPP #include #include @@ -50,4 +50,4 @@ namespace Nz #include -#endif // NAZARA_OPENGLRENDERER_BUFFER_HPP +#endif // NAZARA_OPENGLRENDERER_OPENGLBUFFER_HPP diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.hpp b/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.hpp index 777a1c04f..06be74774 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_RENDERWINDOW_HPP -#define NAZARA_OPENGLRENDERER_RENDERWINDOW_HPP +#ifndef NAZARA_OPENGLRENDERER_OPENGLRENDERWINDOW_HPP +#define NAZARA_OPENGLRENDERER_OPENGLRENDERWINDOW_HPP #include #include @@ -54,4 +54,4 @@ namespace Nz #include -#endif // NAZARA_OPENGLRENDERER_RENDERWINDOW_HPP +#endif // NAZARA_OPENGLRENDERER_OPENGLRENDERWINDOW_HPP diff --git a/include/Nazara/OpenGLRenderer/Utils.hpp b/include/Nazara/OpenGLRenderer/Utils.hpp index 95031fa8b..39772372e 100644 --- a/include/Nazara/OpenGLRenderer/Utils.hpp +++ b/include/Nazara/OpenGLRenderer/Utils.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_UTILS_OPENGL_HPP -#define NAZARA_UTILS_OPENGL_HPP +#ifndef NAZARA_OPENGLRENDERER_UTILS_HPP +#define NAZARA_OPENGLRENDERER_UTILS_HPP #include #include @@ -48,4 +48,4 @@ namespace Nz #include -#endif // NAZARA_UTILS_OPENGL_HPP +#endif // NAZARA_OPENGLRENDERER_UTILS_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper.hpp b/include/Nazara/OpenGLRenderer/Wrapper.hpp index 77133a5e4..47a0246ff 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* - Nazara Engine - OpenGL + Nazara Engine - OpenGL renderer - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -26,8 +26,8 @@ #pragma once -#ifndef NAZARA_GLOBAL_OPENGLRENDERER_WRAPPER_HPP -#define NAZARA_GLOBAL_OPENGLRENDERER_WRAPPER_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_HPP #include #include @@ -42,4 +42,4 @@ #include #include -#endif // NAZARA_GLOBAL_OPENGLRENDERER_WRAPPER_HPP +#endif // NAZARA_OPENGLRENDERER_WRAPPER_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Buffer.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Buffer.hpp index a77bf677d..afaa01b7c 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Buffer.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Buffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_GLBUFFER_HPP -#define NAZARA_OPENGLRENDERER_GLBUFFER_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_BUFFER_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_BUFFER_HPP #include #include @@ -45,4 +45,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_BUFFER_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Context.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Context.hpp index 7e5568424..6966fc0a6 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Context.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Context.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_CONTEXTIMPL_HPP -#define NAZARA_OPENGLRENDERER_CONTEXTIMPL_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_CONTEXT_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_CONTEXT_HPP #include #include @@ -251,4 +251,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_CONTEXT_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp b/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp index 5ff9c025b..bc43f5f36 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_GLCONTEXTOBJECT_HPP -#define NAZARA_OPENGLRENDERER_GLCONTEXTOBJECT_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_CONTEXTOBJECT_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_CONTEXTOBJECT_HPP #include #include @@ -49,4 +49,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_CONTEXTOBJECT_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp b/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp index 604d010a7..0c23ac2f8 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_COREFUNCTIONS_HPP -#define NAZARA_OPENGLRENDERER_COREFUNCTIONS_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_COREFUNCTIONS_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_COREFUNCTIONS_HPP #define GL_GLES_PROTOTYPES 0 #include @@ -182,4 +182,4 @@ typedef void (GL_APIENTRYP PFNGLSPECIALIZESHADERARBPROC) (GLuint shader, const G \ extCb(glSpecializeShaderARB, PFNGLSPECIALIZESHADERARBPROC) \ -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_COREFUNCTIONS_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp b/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp index eba2c9ba5..c3848fd36 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_GLDEVICEOBJECT_HPP -#define NAZARA_OPENGLRENDERER_GLDEVICEOBJECT_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_DEVICEOBJECT_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_DEVICEOBJECT_HPP #include #include @@ -50,4 +50,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_DEVICEOBJECT_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp index fbcf76d03..3cfb331f7 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_EGLCONTEXT_HPP -#define NAZARA_OPENGLRENDERER_EGLCONTEXT_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLCONTEXTBASE_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLCONTEXTBASE_HPP #include #include @@ -78,4 +78,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLCONTEXTBASE_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLFunctions.hpp b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLFunctions.hpp index a00ee7954..f79f4c2ca 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLFunctions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLFunctions.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #if !defined(NAZARA_OPENGLRENDERER_EGL_FUNC) || !defined(NAZARA_OPENGLRENDERER_EGL_FUNC_OPT) #error You must define NAZARA_OPENGLRENDERER_EGL_FUNC and NAZARA_OPENGLRENDERER_EGL_FUNC_OPT before including this file #endif diff --git a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.hpp b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.hpp index 40d29d4e1..d815008d6 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_EGLLOADER_HPP -#define NAZARA_OPENGLRENDERER_EGLLOADER_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLLOADER_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLLOADER_HPP #include #include @@ -48,4 +48,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLLOADER_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.hpp index 563972946..9c2625829 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_GLFRAMEBUFFER_HPP -#define NAZARA_OPENGLRENDERER_GLFRAMEBUFFER_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_FRAMEBUFFER_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_FRAMEBUFFER_HPP #include #include @@ -38,4 +38,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_FRAMEBUFFER_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.hpp index e04d41de1..a85a6d461 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_EGLCONTEXTWAYLAND_HPP -#define NAZARA_OPENGLRENDERER_EGLCONTEXTWAYLAND_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTWAYLAND_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTWAYLAND_HPP #include #include @@ -30,4 +30,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTWAYLAND_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.hpp index 506a4f1b4..dd4da4cc2 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_EGLCONTEXTWIN32_HPP -#define NAZARA_OPENGLRENDERER_EGLCONTEXTWIN32_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTX11_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTX11_HPP #include #include @@ -29,4 +29,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTX11_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp index a20a5839a..218afe43e 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_LOADER_HPP -#define NAZARA_OPENGLRENDERER_LOADER_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_LOADER_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_LOADER_HPP #include #include @@ -39,4 +39,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_LOADER_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Program.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Program.hpp index e29934c32..62a150dcf 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Program.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Program.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_GLPROGRAM_HPP -#define NAZARA_OPENGLRENDERER_GLPROGRAM_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_PROGRAM_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_PROGRAM_HPP #include #include @@ -56,4 +56,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_PROGRAM_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Sampler.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Sampler.hpp index ec34b9398..e5fbe7d77 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Sampler.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Sampler.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_GLSAMPLER_HPP -#define NAZARA_OPENGLRENDERER_GLSAMPLER_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_SAMPLER_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_SAMPLER_HPP #include #include @@ -40,4 +40,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_SAMPLER_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Shader.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Shader.hpp index 862e8a4b3..b428c139e 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Shader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Shader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_GLSHADER_HPP -#define NAZARA_OPENGLRENDERER_GLSHADER_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_SHADER_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_SHADER_HPP #include #include @@ -46,4 +46,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_SHADER_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Texture.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Texture.hpp index df51bc9e9..527c35b45 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Texture.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Texture.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_GLTEXTURE_HPP -#define NAZARA_OPENGLRENDERER_GLTEXTURE_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_TEXTURE_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_TEXTURE_HPP #include #include @@ -53,4 +53,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_TEXTURE_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp b/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp index 676279350..6398de40d 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_GLVERTEXARRAY_HPP -#define NAZARA_OPENGLRENDERER_GLVERTEXARRAY_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_VERTEXARRAY_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_VERTEXARRAY_HPP #include #include @@ -36,4 +36,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_VERTEXARRAY_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp index a75c40f01..68ebfa1ac 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_WGLCONTEXT_HPP -#define NAZARA_OPENGLRENDERER_WGLCONTEXT_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLCONTEXT_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLCONTEXT_HPP #include #include @@ -81,4 +81,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLCONTEXT_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp index 0b7c09bc5..33ef418b0 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_WGLFUNCTIONS_HPP -#define NAZARA_OPENGLRENDERER_WGLFUNCTIONS_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLFUNCTIONS_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLFUNCTIONS_HPP #undef WIN32_LEAN_AND_MEAN //< Redefined by wgl.h header (ty Khronos) @@ -51,4 +51,4 @@ func(SetPixelFormat, PFNSETPIXELFORMATPROC) \ func(SwapBuffers, PFNSWAPBUFFERSPROC) \ -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLFUNCTIONS_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.hpp b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.hpp index fb8046451..fc614110c 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_WGLLOADER_HPP -#define NAZARA_OPENGLRENDERER_WGLLOADER_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLLOADER_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLLOADER_HPP #include #include @@ -48,4 +48,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLLOADER_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.hpp index db9382bfb..39de96e6f 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_EGLCONTEXTWIN32_HPP -#define NAZARA_OPENGLRENDERER_EGLCONTEXTWIN32_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WIN32_EGLCONTEXTWIN32_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_WIN32_EGLCONTEXTWIN32_HPP #include #include @@ -35,4 +35,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_WIN32_EGLCONTEXTWIN32_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp index 0b7c09bc5..6d19c68cf 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_WGLFUNCTIONS_HPP -#define NAZARA_OPENGLRENDERER_WGLFUNCTIONS_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WIN32_GDI32FUNCTIONS_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_WIN32_GDI32FUNCTIONS_HPP #undef WIN32_LEAN_AND_MEAN //< Redefined by wgl.h header (ty Khronos) @@ -51,4 +51,4 @@ func(SetPixelFormat, PFNSETPIXELFORMATPROC) \ func(SwapBuffers, PFNSWAPBUFFERSPROC) \ -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_WIN32_GDI32FUNCTIONS_HPP diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Win32/Win32Helper.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Win32/Win32Helper.hpp index 028369f4d..6424ab59d 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Win32/Win32Helper.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Win32/Win32Helper.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_OPENGLRENDERER_WIN32HELPER_HPP -#define NAZARA_OPENGLRENDERER_WIN32HELPER_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WIN32_WIN32HELPER_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_WIN32_WIN32HELPER_HPP #include #include @@ -25,4 +25,4 @@ namespace Nz::GL using HWNDHandle = std::unique_ptr, WindowDeleter>; } -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_WIN32_WIN32HELPER_HPP diff --git a/include/Nazara/Physics2D.hpp b/include/Nazara/Physics2D.hpp index 1aa97796f..a8487d539 100644 --- a/include/Nazara/Physics2D.hpp +++ b/include/Nazara/Physics2D.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* - Nazara Engine - Physics 2D module + Nazara Engine - Physics2D module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Physics2D/Arbiter2D.hpp b/include/Nazara/Physics2D/Arbiter2D.hpp index e718349e3..de638450e 100644 --- a/include/Nazara/Physics2D/Arbiter2D.hpp +++ b/include/Nazara/Physics2D/Arbiter2D.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ARBITER2D_HPP -#define NAZARA_ARBITER2D_HPP +#ifndef NAZARA_PHYSICS2D_ARBITER2D_HPP +#define NAZARA_PHYSICS2D_ARBITER2D_HPP #include #include @@ -58,4 +58,4 @@ namespace Nz #include -#endif // NAZARA_ARBITER2D_HPP +#endif // NAZARA_PHYSICS2D_ARBITER2D_HPP diff --git a/include/Nazara/Physics2D/Collider2D.hpp b/include/Nazara/Physics2D/Collider2D.hpp index 704267e44..78bad0437 100644 --- a/include/Nazara/Physics2D/Collider2D.hpp +++ b/include/Nazara/Physics2D/Collider2D.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_COLLIDER2D_HPP -#define NAZARA_COLLIDER2D_HPP +#ifndef NAZARA_PHYSICS2D_COLLIDER2D_HPP +#define NAZARA_PHYSICS2D_COLLIDER2D_HPP #include #include @@ -208,4 +208,4 @@ namespace Nz #include -#endif // NAZARA_COLLIDER2D_HPP +#endif // NAZARA_PHYSICS2D_COLLIDER2D_HPP diff --git a/include/Nazara/Physics2D/Config.hpp b/include/Nazara/Physics2D/Config.hpp index 9c9f21a50..b477f78f5 100644 --- a/include/Nazara/Physics2D/Config.hpp +++ b/include/Nazara/Physics2D/Config.hpp @@ -24,8 +24,8 @@ #pragma once -#ifndef NAZARA_CONFIG_PHYSICS2D_HPP -#define NAZARA_CONFIG_PHYSICS2D_HPP +#ifndef NAZARA_PHYSICS2D_CONFIG_HPP +#define NAZARA_PHYSICS2D_CONFIG_HPP /// Chaque modification d'un paramètre du module nécessite une recompilation de celui-ci @@ -48,4 +48,4 @@ #endif #endif -#endif // NAZARA_CONFIG_PHYSICS3D_HPP +#endif // NAZARA_PHYSICS2D_CONFIG_HPP diff --git a/include/Nazara/Physics2D/ConfigCheck.hpp b/include/Nazara/Physics2D/ConfigCheck.hpp index c2eaaaf3d..289232f80 100644 --- a/include/Nazara/Physics2D/ConfigCheck.hpp +++ b/include/Nazara/Physics2D/ConfigCheck.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CHECK_PHYSICS_HPP -#define NAZARA_CONFIG_CHECK_PHYSICS_HPP +#ifndef NAZARA_PHYSICS2D_CONFIGCHECK_HPP +#define NAZARA_PHYSICS2D_CONFIGCHECK_HPP /// Ce fichier sert à vérifier la valeur des constantes du fichier Config.hpp @@ -15,4 +15,4 @@ #define NAZARA_PHYSICS2D_MANAGE_MEMORY 0 #endif -#endif // NAZARA_CONFIG_CHECK_PHYSICS_HPP +#endif // NAZARA_PHYSICS2D_CONFIGCHECK_HPP diff --git a/include/Nazara/Physics2D/Constraint2D.hpp b/include/Nazara/Physics2D/Constraint2D.hpp index c9117f888..ecfd6a21b 100644 --- a/include/Nazara/Physics2D/Constraint2D.hpp +++ b/include/Nazara/Physics2D/Constraint2D.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONSTRAINT2D_HPP -#define NAZARA_CONSTRAINT2D_HPP +#ifndef NAZARA_PHYSICS2D_CONSTRAINT2D_HPP +#define NAZARA_PHYSICS2D_CONSTRAINT2D_HPP #include #include @@ -229,4 +229,4 @@ namespace Nz #include -#endif // NAZARA_CONSTRAINT2D_HPP +#endif // NAZARA_PHYSICS2D_CONSTRAINT2D_HPP diff --git a/include/Nazara/Physics2D/Debug.hpp b/include/Nazara/Physics2D/Debug.hpp index cc3e7ddda..d0360510e 100644 --- a/include/Nazara/Physics2D/Debug.hpp +++ b/include/Nazara/Physics2D/Debug.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include #if NAZARA_PHYSICS2D_MANAGE_MEMORY #include diff --git a/include/Nazara/Physics2D/DebugOff.hpp b/include/Nazara/Physics2D/DebugOff.hpp index 4ea73eea6..bb322b874 100644 --- a/include/Nazara/Physics2D/DebugOff.hpp +++ b/include/Nazara/Physics2D/DebugOff.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Physics2D module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + // On suppose que Debug.hpp a déjà été inclus, tout comme Config.hpp #if NAZARA_PHYSICS2D_MANAGE_MEMORY #undef delete diff --git a/include/Nazara/Physics2D/Enums.hpp b/include/Nazara/Physics2D/Enums.hpp index e6b3fe7ca..7ccfb22a3 100644 --- a/include/Nazara/Physics2D/Enums.hpp +++ b/include/Nazara/Physics2D/Enums.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ENUMS_PHYSICS2D_HPP -#define NAZARA_ENUMS_PHYSICS2D_HPP +#ifndef NAZARA_PHYSICS2D_ENUMS_HPP +#define NAZARA_PHYSICS2D_ENUMS_HPP namespace Nz { @@ -22,4 +22,4 @@ namespace Nz }; } -#endif // NAZARA_ENUMS_PHYSICS2D_HPP +#endif // NAZARA_PHYSICS2D_ENUMS_HPP diff --git a/include/Nazara/Physics2D/PhysWorld2D.hpp b/include/Nazara/Physics2D/PhysWorld2D.hpp index e697427a4..10c0160e9 100644 --- a/include/Nazara/Physics2D/PhysWorld2D.hpp +++ b/include/Nazara/Physics2D/PhysWorld2D.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_PHYSWORLD2D_HPP -#define NAZARA_PHYSWORLD2D_HPP +#ifndef NAZARA_PHYSICS2D_PHYSWORLD2D_HPP +#define NAZARA_PHYSICS2D_PHYSWORLD2D_HPP #include #include @@ -161,4 +161,4 @@ namespace Nz }; } -#endif // NAZARA_PHYSWORLD2D_HPP +#endif // NAZARA_PHYSICS2D_PHYSWORLD2D_HPP diff --git a/include/Nazara/Physics2D/RigidBody2D.hpp b/include/Nazara/Physics2D/RigidBody2D.hpp index c02b5336e..a45897f70 100644 --- a/include/Nazara/Physics2D/RigidBody2D.hpp +++ b/include/Nazara/Physics2D/RigidBody2D.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RIGIDBODY2D_HPP -#define NAZARA_RIGIDBODY2D_HPP +#ifndef NAZARA_PHYSICS2D_RIGIDBODY2D_HPP +#define NAZARA_PHYSICS2D_RIGIDBODY2D_HPP #include #include @@ -136,4 +136,4 @@ namespace Nz #include -#endif // NAZARA_RIGIDBODY2D_HPP +#endif // NAZARA_PHYSICS2D_RIGIDBODY2D_HPP diff --git a/include/Nazara/Physics3D.hpp b/include/Nazara/Physics3D.hpp index a40c40b9c..dda1b20f7 100644 --- a/include/Nazara/Physics3D.hpp +++ b/include/Nazara/Physics3D.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* - Nazara Engine - Physics 3D module + Nazara Engine - Physics3D module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Physics3D/Collider3D.hpp b/include/Nazara/Physics3D/Collider3D.hpp index 6694f8a98..6fc752479 100644 --- a/include/Nazara/Physics3D/Collider3D.hpp +++ b/include/Nazara/Physics3D/Collider3D.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_COLLIDER3D_HPP -#define NAZARA_COLLIDER3D_HPP +#ifndef NAZARA_PHYSICS3D_COLLIDER3D_HPP +#define NAZARA_PHYSICS3D_COLLIDER3D_HPP #include #include @@ -206,4 +206,4 @@ namespace Nz #include -#endif // NAZARA_COLLIDER3D_HPP +#endif // NAZARA_PHYSICS3D_COLLIDER3D_HPP diff --git a/include/Nazara/Physics3D/Components.hpp b/include/Nazara/Physics3D/Components.hpp index 73936ed86..4eb9a844a 100644 --- a/include/Nazara/Physics3D/Components.hpp +++ b/include/Nazara/Physics3D/Components.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* - Nazara Engine - Physics 3D module + Nazara Engine - Physics3D module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -26,9 +26,9 @@ #pragma once -#ifndef NAZARA_GLOBAL_PHYSICS3D_COMPONENTS_HPP -#define NAZARA_GLOBAL_PHYSICS3D_COMPONENTS_HPP +#ifndef NAZARA_PHYSICS3D_COMPONENTS_HPP +#define NAZARA_PHYSICS3D_COMPONENTS_HPP #include -#endif // NAZARA_GLOBAL_PHYSICS3D_COMPONENTS_HPP +#endif // NAZARA_PHYSICS3D_COMPONENTS_HPP diff --git a/include/Nazara/Physics3D/Components/RigidBody3DComponent.hpp b/include/Nazara/Physics3D/Components/RigidBody3DComponent.hpp index 8f83923b4..a510bed44 100644 --- a/include/Nazara/Physics3D/Components/RigidBody3DComponent.hpp +++ b/include/Nazara/Physics3D/Components/RigidBody3DComponent.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RIGIDBODYCOMPONENT_HPP -#define NAZARA_RIGIDBODYCOMPONENT_HPP +#ifndef NAZARA_PHYSICS3D_COMPONENTS_RIGIDBODY3DCOMPONENT_HPP +#define NAZARA_PHYSICS3D_COMPONENTS_RIGIDBODY3DCOMPONENT_HPP #include #include @@ -27,4 +27,4 @@ namespace Nz #include -#endif +#endif // NAZARA_PHYSICS3D_COMPONENTS_RIGIDBODY3DCOMPONENT_HPP diff --git a/include/Nazara/Physics3D/Config.hpp b/include/Nazara/Physics3D/Config.hpp index 95132a905..7e2596f13 100644 --- a/include/Nazara/Physics3D/Config.hpp +++ b/include/Nazara/Physics3D/Config.hpp @@ -24,8 +24,8 @@ #pragma once -#ifndef NAZARA_CONFIG_PHYSICS3D_HPP -#define NAZARA_CONFIG_PHYSICS3D_HPP +#ifndef NAZARA_PHYSICS3D_CONFIG_HPP +#define NAZARA_PHYSICS3D_CONFIG_HPP /// Chaque modification d'un paramètre du module nécessite une recompilation de celui-ci @@ -48,4 +48,4 @@ #endif #endif -#endif // NAZARA_CONFIG_PHYSICS3D_HPP +#endif // NAZARA_PHYSICS3D_CONFIG_HPP diff --git a/include/Nazara/Physics3D/ConfigCheck.hpp b/include/Nazara/Physics3D/ConfigCheck.hpp index b67aaea07..288c4650f 100644 --- a/include/Nazara/Physics3D/ConfigCheck.hpp +++ b/include/Nazara/Physics3D/ConfigCheck.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CHECK_PHYSICS_HPP -#define NAZARA_CONFIG_CHECK_PHYSICS_HPP +#ifndef NAZARA_PHYSICS3D_CONFIGCHECK_HPP +#define NAZARA_PHYSICS3D_CONFIGCHECK_HPP /// Ce fichier sert à vérifier la valeur des constantes du fichier Config.hpp @@ -15,4 +15,4 @@ #define NAZARA_PHYSICS3D_MANAGE_MEMORY 0 #endif -#endif // NAZARA_CONFIG_CHECK_PHYSICS_HPP +#endif // NAZARA_PHYSICS3D_CONFIGCHECK_HPP diff --git a/include/Nazara/Physics3D/Debug.hpp b/include/Nazara/Physics3D/Debug.hpp index 6830227ee..cc4b8aa90 100644 --- a/include/Nazara/Physics3D/Debug.hpp +++ b/include/Nazara/Physics3D/Debug.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include #if NAZARA_PHYSICS3D_MANAGE_MEMORY #include diff --git a/include/Nazara/Physics3D/DebugOff.hpp b/include/Nazara/Physics3D/DebugOff.hpp index ba28b9dba..e347dcf37 100644 --- a/include/Nazara/Physics3D/DebugOff.hpp +++ b/include/Nazara/Physics3D/DebugOff.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Physics3D module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + // On suppose que Debug.hpp a déjà été inclus, tout comme Config.hpp #if NAZARA_PHYSICS3D_MANAGE_MEMORY #undef delete diff --git a/include/Nazara/Physics3D/Enums.hpp b/include/Nazara/Physics3D/Enums.hpp index 495dafd2d..939bec2b0 100644 --- a/include/Nazara/Physics3D/Enums.hpp +++ b/include/Nazara/Physics3D/Enums.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ENUMS_PHYSICS3D_HPP -#define NAZARA_ENUMS_PHYSICS3D_HPP +#ifndef NAZARA_PHYSICS3D_ENUMS_HPP +#define NAZARA_PHYSICS3D_ENUMS_HPP namespace Nz { @@ -27,4 +27,4 @@ namespace Nz }; } -#endif // NAZARA_ENUMS_PHYSICS3D_HPP +#endif // NAZARA_PHYSICS3D_ENUMS_HPP diff --git a/include/Nazara/Physics3D/PhysWorld3D.hpp b/include/Nazara/Physics3D/PhysWorld3D.hpp index eba687672..d37c2a23e 100644 --- a/include/Nazara/Physics3D/PhysWorld3D.hpp +++ b/include/Nazara/Physics3D/PhysWorld3D.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_PHYSWORLD_HPP -#define NAZARA_PHYSWORLD_HPP +#ifndef NAZARA_PHYSICS3D_PHYSWORLD3D_HPP +#define NAZARA_PHYSICS3D_PHYSWORLD3D_HPP #include #include @@ -84,4 +84,4 @@ namespace Nz }; } -#endif // NAZARA_PHYSWORLD_HPP +#endif // NAZARA_PHYSICS3D_PHYSWORLD3D_HPP diff --git a/include/Nazara/Physics3D/RigidBody3D.hpp b/include/Nazara/Physics3D/RigidBody3D.hpp index a05a5a0ed..65516f01e 100644 --- a/include/Nazara/Physics3D/RigidBody3D.hpp +++ b/include/Nazara/Physics3D/RigidBody3D.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RIGIDBODY3D_HPP -#define NAZARA_RIGIDBODY3D_HPP +#ifndef NAZARA_PHYSICS3D_RIGIDBODY3D_HPP +#define NAZARA_PHYSICS3D_RIGIDBODY3D_HPP #include #include @@ -92,4 +92,4 @@ namespace Nz }; } -#endif // NAZARA_RIGIDBODY3D_HPP +#endif // NAZARA_PHYSICS3D_RIGIDBODY3D_HPP diff --git a/include/Nazara/Physics3D/Systems.hpp b/include/Nazara/Physics3D/Systems.hpp index cf1e7745a..12eb216ea 100644 --- a/include/Nazara/Physics3D/Systems.hpp +++ b/include/Nazara/Physics3D/Systems.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* - Nazara Engine - Physics 3D module + Nazara Engine - Physics3D module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -26,9 +26,9 @@ #pragma once -#ifndef NAZARA_GLOBAL_PHYSICS3D_SYSTEMS_HPP -#define NAZARA_GLOBAL_PHYSICS3D_SYSTEMS_HPP +#ifndef NAZARA_PHYSICS3D_SYSTEMS_HPP +#define NAZARA_PHYSICS3D_SYSTEMS_HPP #include -#endif // NAZARA_GLOBAL_PHYSICS3D_SYSTEMS_HPP +#endif // NAZARA_PHYSICS3D_SYSTEMS_HPP diff --git a/include/Nazara/Physics3D/Systems/Physics3DSystem.hpp b/include/Nazara/Physics3D/Systems/Physics3DSystem.hpp index 1308a5d63..97240b3f9 100644 --- a/include/Nazara/Physics3D/Systems/Physics3DSystem.hpp +++ b/include/Nazara/Physics3D/Systems/Physics3DSystem.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_PHYSICS3DSYSTEM_HPP -#define NAZARA_PHYSICS3DSYSTEM_HPP +#ifndef NAZARA_PHYSICS3D_SYSTEMS_PHYSICS3DSYSTEM_HPP +#define NAZARA_PHYSICS3D_SYSTEMS_PHYSICS3DSYSTEM_HPP #include #include @@ -42,4 +42,4 @@ namespace Nz #include -#endif +#endif // NAZARA_PHYSICS3D_SYSTEMS_PHYSICS3DSYSTEM_HPP diff --git a/include/Nazara/Platform.hpp b/include/Nazara/Platform.hpp index 51d4e0a32..392e475a7 100644 --- a/include/Nazara/Platform.hpp +++ b/include/Nazara/Platform.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* Nazara Engine - Platform module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Platform/Config.hpp b/include/Nazara/Platform/Config.hpp index 01bf241d1..8cb8909da 100644 --- a/include/Nazara/Platform/Config.hpp +++ b/include/Nazara/Platform/Config.hpp @@ -24,8 +24,8 @@ #pragma once -#ifndef NAZARA_CONFIG_PLATFORM_HPP -#define NAZARA_CONFIG_PLATFORM_HPP +#ifndef NAZARA_PLATFORM_CONFIG_HPP +#define NAZARA_PLATFORM_CONFIG_HPP /// Each modification of a parameter needs a recompilation of the module @@ -51,4 +51,4 @@ #endif #endif -#endif // NAZARA_CONFIG_PLATFORM_HPP +#endif // NAZARA_PLATFORM_CONFIG_HPP diff --git a/include/Nazara/Platform/ConfigCheck.hpp b/include/Nazara/Platform/ConfigCheck.hpp index b844ac58a..fedd95b73 100644 --- a/include/Nazara/Platform/ConfigCheck.hpp +++ b/include/Nazara/Platform/ConfigCheck.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CHECK_PLATFORM_HPP -#define NAZARA_CONFIG_CHECK_PLATFORM_HPP +#ifndef NAZARA_PLATFORM_CONFIGCHECK_HPP +#define NAZARA_PLATFORM_CONFIGCHECK_HPP /// This file is used to check the constant values defined in Config.hpp @@ -20,4 +20,4 @@ #undef NazaraCheckTypeAndVal -#endif // NAZARA_CONFIG_CHECK_PLATFORM_HPP +#endif // NAZARA_PLATFORM_CONFIGCHECK_HPP diff --git a/include/Nazara/Platform/Cursor.hpp b/include/Nazara/Platform/Cursor.hpp index a639329fa..1c27ccbea 100644 --- a/include/Nazara/Platform/Cursor.hpp +++ b/include/Nazara/Platform/Cursor.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CURSOR_HPP -#define NAZARA_CURSOR_HPP +#ifndef NAZARA_PLATFORM_CURSOR_HPP +#define NAZARA_PLATFORM_CURSOR_HPP #include #include @@ -59,4 +59,4 @@ namespace Nz #include -#endif // NAZARA_CURSOR_HPP +#endif // NAZARA_PLATFORM_CURSOR_HPP diff --git a/include/Nazara/Platform/CursorController.hpp b/include/Nazara/Platform/CursorController.hpp index a6a7b2867..9cdc3c2e3 100644 --- a/include/Nazara/Platform/CursorController.hpp +++ b/include/Nazara/Platform/CursorController.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CURSORCONTROLLER_HPP -#define NAZARA_CURSORCONTROLLER_HPP +#ifndef NAZARA_PLATFORM_CURSORCONTROLLER_HPP +#define NAZARA_PLATFORM_CURSORCONTROLLER_HPP #include #include @@ -39,4 +39,4 @@ namespace Nz #include -#endif // NAZARA_CURSORCONTROLLER_HPP +#endif // NAZARA_PLATFORM_CURSORCONTROLLER_HPP diff --git a/include/Nazara/Platform/Debug.hpp b/include/Nazara/Platform/Debug.hpp index 2a883475b..84fbf933d 100644 --- a/include/Nazara/Platform/Debug.hpp +++ b/include/Nazara/Platform/Debug.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include #if NAZARA_PLATFORM_MANAGE_MEMORY #include diff --git a/include/Nazara/Platform/DebugOff.hpp b/include/Nazara/Platform/DebugOff.hpp index f110798f7..033a011f7 100644 --- a/include/Nazara/Platform/DebugOff.hpp +++ b/include/Nazara/Platform/DebugOff.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + // We suppose that Debug.hpp is already included, same goes for Config.hpp #if NAZARA_PLATFORM_MANAGE_MEMORY #undef delete diff --git a/include/Nazara/Platform/Enums.hpp b/include/Nazara/Platform/Enums.hpp index 785739859..e74de6602 100644 --- a/include/Nazara/Platform/Enums.hpp +++ b/include/Nazara/Platform/Enums.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ENUMS_PLATFORM_HPP -#define NAZARA_ENUMS_PLATFORM_HPP +#ifndef NAZARA_PLATFORM_ENUMS_HPP +#define NAZARA_PLATFORM_ENUMS_HPP #include @@ -88,4 +88,4 @@ namespace Nz constexpr WindowStyleFlags WindowStyle_Default = WindowStyle::Closable | WindowStyle::Resizable | WindowStyle::Titlebar; } -#endif // NAZARA_ENUMS_PLATFORM_HPP +#endif // NAZARA_PLATFORM_ENUMS_HPP diff --git a/include/Nazara/Platform/Event.hpp b/include/Nazara/Platform/Event.hpp index aa3291d2e..22b86c239 100644 --- a/include/Nazara/Platform/Event.hpp +++ b/include/Nazara/Platform/Event.hpp @@ -6,8 +6,8 @@ #pragma once -#ifndef NAZARA_EVENT_HPP -#define NAZARA_EVENT_HPP +#ifndef NAZARA_PLATFORM_EVENT_HPP +#define NAZARA_PLATFORM_EVENT_HPP #include @@ -135,4 +135,4 @@ namespace Nz }; } -#endif // NAZARA_EVENT_HPP +#endif // NAZARA_PLATFORM_EVENT_HPP diff --git a/include/Nazara/Platform/EventHandler.hpp b/include/Nazara/Platform/EventHandler.hpp index 1fe3ea3e8..9dbce9f50 100644 --- a/include/Nazara/Platform/EventHandler.hpp +++ b/include/Nazara/Platform/EventHandler.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_EVENTHANDLER_HPP -#define NAZARA_EVENTHANDLER_HPP +#ifndef NAZARA_PLATFORM_EVENTHANDLER_HPP +#define NAZARA_PLATFORM_EVENTHANDLER_HPP #include #include @@ -55,4 +55,4 @@ namespace Nz #include -#endif // NAZARA_EVENTHANDLER_HPP +#endif // NAZARA_PLATFORM_EVENTHANDLER_HPP diff --git a/include/Nazara/Platform/Icon.hpp b/include/Nazara/Platform/Icon.hpp index 54498f2c0..fbc2eb51a 100644 --- a/include/Nazara/Platform/Icon.hpp +++ b/include/Nazara/Platform/Icon.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ICON_HPP -#define NAZARA_ICON_HPP +#ifndef NAZARA_PLATFORM_ICON_HPP +#define NAZARA_PLATFORM_ICON_HPP #include #include @@ -42,4 +42,4 @@ namespace Nz #include -#endif // NAZARA_ICON_HPP +#endif // NAZARA_PLATFORM_ICON_HPP diff --git a/include/Nazara/Platform/Joystick.hpp b/include/Nazara/Platform/Joystick.hpp index 4d297057f..5302545ad 100644 --- a/include/Nazara/Platform/Joystick.hpp +++ b/include/Nazara/Platform/Joystick.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_JOYSTICK_HPP -#define NAZARA_JOYSTICK_HPP +#ifndef NAZARA_PLATFORM_JOYSTICK_HPP +#define NAZARA_PLATFORM_JOYSTICK_HPP #include #include @@ -24,4 +24,4 @@ namespace Nz }; } -#endif // NAZARA_JOYSTICK_HPP +#endif // NAZARA_PLATFORM_JOYSTICK_HPP diff --git a/include/Nazara/Platform/Keyboard.hpp b/include/Nazara/Platform/Keyboard.hpp index 8f7061412..a6dbadf1f 100644 --- a/include/Nazara/Platform/Keyboard.hpp +++ b/include/Nazara/Platform/Keyboard.hpp @@ -6,8 +6,8 @@ #pragma once -#ifndef NAZARA_KEYBOARD_HPP -#define NAZARA_KEYBOARD_HPP +#ifndef NAZARA_PLATFORM_KEYBOARD_HPP +#define NAZARA_PLATFORM_KEYBOARD_HPP #include #include @@ -330,4 +330,4 @@ namespace Nz }; } -#endif // NAZARA_KEYBOARD_HPP +#endif // NAZARA_PLATFORM_KEYBOARD_HPP diff --git a/include/Nazara/Platform/Mouse.hpp b/include/Nazara/Platform/Mouse.hpp index af08113f1..35b5f3d35 100644 --- a/include/Nazara/Platform/Mouse.hpp +++ b/include/Nazara/Platform/Mouse.hpp @@ -6,8 +6,8 @@ #pragma once -#ifndef NAZARA_MOUSE_HPP -#define NAZARA_MOUSE_HPP +#ifndef NAZARA_PLATFORM_MOUSE_HPP +#define NAZARA_PLATFORM_MOUSE_HPP #include #include @@ -45,4 +45,4 @@ namespace Nz }; } -#endif // NAZARA_MOUSE_HPP +#endif // NAZARA_PLATFORM_MOUSE_HPP diff --git a/include/Nazara/Platform/VideoMode.hpp b/include/Nazara/Platform/VideoMode.hpp index f92acdf41..8e5fbb83b 100644 --- a/include/Nazara/Platform/VideoMode.hpp +++ b/include/Nazara/Platform/VideoMode.hpp @@ -6,8 +6,8 @@ #pragma once -#ifndef NAZARA_VIDEOMODE_HPP -#define NAZARA_VIDEOMODE_HPP +#ifndef NAZARA_PLATFORM_VIDEOMODE_HPP +#define NAZARA_PLATFORM_VIDEOMODE_HPP #include #include @@ -40,4 +40,4 @@ namespace Nz bool NAZARA_PLATFORM_API operator>=(const VideoMode& left, const VideoMode& right); } -#endif // NAZARA_VIDEOMODE_HPP +#endif // NAZARA_PLATFORM_VIDEOMODE_HPP diff --git a/include/Nazara/Platform/Window.hpp b/include/Nazara/Platform/Window.hpp index 8a4968cdd..7e01bbe12 100644 --- a/include/Nazara/Platform/Window.hpp +++ b/include/Nazara/Platform/Window.hpp @@ -6,8 +6,8 @@ #pragma once -#ifndef NAZARA_WINDOW_HPP -#define NAZARA_WINDOW_HPP +#ifndef NAZARA_PLATFORM_WINDOW_HPP +#define NAZARA_PLATFORM_WINDOW_HPP #include #include @@ -149,4 +149,4 @@ namespace Nz #include -#endif // NAZARA_WINDOW_HPP +#endif // NAZARA_PLATFORM_WINDOW_HPP diff --git a/include/Nazara/Platform/WindowHandle.hpp b/include/Nazara/Platform/WindowHandle.hpp index b9e2a90cd..d27e33273 100644 --- a/include/Nazara/Platform/WindowHandle.hpp +++ b/include/Nazara/Platform/WindowHandle.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_WINDOWHANDLE_HPP -#define NAZARA_WINDOWHANDLE_HPP +#ifndef NAZARA_PLATFORM_WINDOWHANDLE_HPP +#define NAZARA_PLATFORM_WINDOWHANDLE_HPP #include #include @@ -48,4 +48,4 @@ namespace Nz }; } -#endif // NAZARA_WINDOWHANDLE_HPP +#endif // NAZARA_PLATFORM_WINDOWHANDLE_HPP diff --git a/include/Nazara/Renderer.hpp b/include/Nazara/Renderer.hpp index c021338f7..c8824d3e2 100644 --- a/include/Nazara/Renderer.hpp +++ b/include/Nazara/Renderer.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* Nazara Engine - Renderer module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Renderer/CommandBuffer.hpp b/include/Nazara/Renderer/CommandBuffer.hpp index 5c401dacf..13a8a00e8 100644 --- a/include/Nazara/Renderer/CommandBuffer.hpp +++ b/include/Nazara/Renderer/CommandBuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_COMMANDBUFFER_HPP -#define NAZARA_COMMANDBUFFER_HPP +#ifndef NAZARA_RENDERER_COMMANDBUFFER_HPP +#define NAZARA_RENDERER_COMMANDBUFFER_HPP #include #include @@ -44,4 +44,4 @@ namespace Nz #include -#endif // NAZARA_COMMANDBUFFER_HPP +#endif // NAZARA_RENDERER_COMMANDBUFFER_HPP diff --git a/include/Nazara/Renderer/CommandBufferBuilder.hpp b/include/Nazara/Renderer/CommandBufferBuilder.hpp index 3e0eeeca0..6ffc724c1 100644 --- a/include/Nazara/Renderer/CommandBufferBuilder.hpp +++ b/include/Nazara/Renderer/CommandBufferBuilder.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_COMMANDBUFFERBUILDER_HPP -#define NAZARA_COMMANDBUFFERBUILDER_HPP +#ifndef NAZARA_RENDERER_COMMANDBUFFERBUILDER_HPP +#define NAZARA_RENDERER_COMMANDBUFFERBUILDER_HPP #include #include @@ -81,4 +81,4 @@ namespace Nz #include -#endif // NAZARA_COMMANDBUFFERBUILDER_HPP +#endif // NAZARA_RENDERER_COMMANDBUFFERBUILDER_HPP diff --git a/include/Nazara/Renderer/CommandPool.hpp b/include/Nazara/Renderer/CommandPool.hpp index 1fb01b967..530503694 100644 --- a/include/Nazara/Renderer/CommandPool.hpp +++ b/include/Nazara/Renderer/CommandPool.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_COMMANDPOOL_HPP -#define NAZARA_COMMANDPOOL_HPP +#ifndef NAZARA_RENDERER_COMMANDPOOL_HPP +#define NAZARA_RENDERER_COMMANDPOOL_HPP #include #include @@ -33,4 +33,4 @@ namespace Nz #include -#endif // NAZARA_COMMANDPOOL_HPP +#endif // NAZARA_RENDERER_COMMANDPOOL_HPP diff --git a/include/Nazara/Renderer/Config.hpp b/include/Nazara/Renderer/Config.hpp index d7ec416e7..6bae5afd6 100644 --- a/include/Nazara/Renderer/Config.hpp +++ b/include/Nazara/Renderer/Config.hpp @@ -24,8 +24,8 @@ #pragma once -#ifndef NAZARA_CONFIG_RENDERER_HPP -#define NAZARA_CONFIG_RENDERER_HPP +#ifndef NAZARA_RENDERER_CONFIG_HPP +#define NAZARA_RENDERER_CONFIG_HPP /// Chaque modification d'un paramètre du module nécessite une recompilation de celui-ci @@ -54,4 +54,4 @@ #endif #endif -#endif // NAZARA_CONFIG_MODULENAME_HPP +#endif // NAZARA_RENDERER_CONFIG_HPP diff --git a/include/Nazara/Renderer/ConfigCheck.hpp b/include/Nazara/Renderer/ConfigCheck.hpp index d5bdfae3b..d41ef0b31 100644 --- a/include/Nazara/Renderer/ConfigCheck.hpp +++ b/include/Nazara/Renderer/ConfigCheck.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CHECK_RENDERER_HPP -#define NAZARA_CONFIG_CHECK_RENDERER_HPP +#ifndef NAZARA_RENDERER_CONFIGCHECK_HPP +#define NAZARA_RENDERER_CONFIGCHECK_HPP /// Ce fichier sert à vérifier la valeur des constantes du fichier Config.hpp @@ -22,4 +22,4 @@ NazaraCheckTypeAndVal(NAZARA_RENDERER_INSTANCE_BUFFER_SIZE, integral, >, 0, " sh #undef NazaraCheckTypeAndVal -#endif // NAZARA_CONFIG_CHECK_RENDERER_HPP +#endif // NAZARA_RENDERER_CONFIGCHECK_HPP diff --git a/include/Nazara/Renderer/Debug.hpp b/include/Nazara/Renderer/Debug.hpp index 2458d3866..d7e140b32 100644 --- a/include/Nazara/Renderer/Debug.hpp +++ b/include/Nazara/Renderer/Debug.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include #if NAZARA_RENDERER_MANAGE_MEMORY #include diff --git a/include/Nazara/Renderer/DebugDrawer.hpp b/include/Nazara/Renderer/DebugDrawer.hpp index 14a5c5cb9..b8724efee 100644 --- a/include/Nazara/Renderer/DebugDrawer.hpp +++ b/include/Nazara/Renderer/DebugDrawer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_DEBUGDRAWER_HPP -#define NAZARA_DEBUGDRAWER_HPP +#ifndef NAZARA_RENDERER_DEBUGDRAWER_HPP +#define NAZARA_RENDERER_DEBUGDRAWER_HPP #include #include @@ -58,4 +58,4 @@ namespace Nz }; } -#endif // NAZARA_DEBUG_DRAWER_HPP +#endif // NAZARA_RENDERER_DEBUGDRAWER_HPP diff --git a/include/Nazara/Renderer/DebugOff.hpp b/include/Nazara/Renderer/DebugOff.hpp index da6d19e89..59afcbece 100644 --- a/include/Nazara/Renderer/DebugOff.hpp +++ b/include/Nazara/Renderer/DebugOff.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + // On suppose que Debug.hpp a déjà été inclus, tout comme Config.hpp #if NAZARA_RENDERER_MANAGE_MEMORY #undef delete diff --git a/include/Nazara/Renderer/Enums.hpp b/include/Nazara/Renderer/Enums.hpp index 9de031f5d..bf6de3ebe 100644 --- a/include/Nazara/Renderer/Enums.hpp +++ b/include/Nazara/Renderer/Enums.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ENUMS_RENDERER_HPP -#define NAZARA_ENUMS_RENDERER_HPP +#ifndef NAZARA_RENDERER_ENUMS_HPP +#define NAZARA_RENDERER_ENUMS_HPP #include @@ -185,4 +185,4 @@ namespace Nz using TextureUsageFlags = Flags; } -#endif // NAZARA_ENUMS_RENDERER_HPP +#endif // NAZARA_RENDERER_ENUMS_HPP diff --git a/include/Nazara/Renderer/Framebuffer.hpp b/include/Nazara/Renderer/Framebuffer.hpp index 8e702bb74..91a4c7e69 100644 --- a/include/Nazara/Renderer/Framebuffer.hpp +++ b/include/Nazara/Renderer/Framebuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FRAMEBUFFER_HPP -#define NAZARA_FRAMEBUFFER_HPP +#ifndef NAZARA_RENDERER_FRAMEBUFFER_HPP +#define NAZARA_RENDERER_FRAMEBUFFER_HPP #include #include @@ -33,4 +33,4 @@ namespace Nz #include -#endif // NAZARA_FRAMEBUFFER_HPP +#endif // NAZARA_RENDERER_FRAMEBUFFER_HPP diff --git a/include/Nazara/Renderer/GpuSwitch.hpp b/include/Nazara/Renderer/GpuSwitch.hpp index 03097b448..cb2ede6ee 100644 --- a/include/Nazara/Renderer/GpuSwitch.hpp +++ b/include/Nazara/Renderer/GpuSwitch.hpp @@ -4,6 +4,11 @@ #include +#pragma once + +#ifndef NAZARA_RENDERER_GPUSWITCH_HPP +#define NAZARA_RENDERER_GPUSWITCH_HPP + #ifdef NAZARA_PLATFORM_WINDOWS #define NAZARA_REQUEST_DEDICATED_GPU() \ @@ -18,3 +23,5 @@ extern "C" \ #define NAZARA_REQUEST_DEDICATED_GPU() #endif + +#endif // NAZARA_RENDERER_GPUSWITCH_HPP diff --git a/include/Nazara/Renderer/RenderBuffer.hpp b/include/Nazara/Renderer/RenderBuffer.hpp index da0ae631a..0468c0feb 100644 --- a/include/Nazara/Renderer/RenderBuffer.hpp +++ b/include/Nazara/Renderer/RenderBuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERBUFFER_HPP -#define NAZARA_RENDERBUFFER_HPP +#ifndef NAZARA_RENDERER_RENDERBUFFER_HPP +#define NAZARA_RENDERER_RENDERBUFFER_HPP #include #include @@ -66,4 +66,4 @@ namespace Nz #include -#endif // NAZARA_RENDERBUFFER_HPP +#endif // NAZARA_RENDERER_RENDERBUFFER_HPP diff --git a/include/Nazara/Renderer/RenderBufferView.hpp b/include/Nazara/Renderer/RenderBufferView.hpp index d57ab97c0..d674e4817 100644 --- a/include/Nazara/Renderer/RenderBufferView.hpp +++ b/include/Nazara/Renderer/RenderBufferView.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERBUFFERVIEW_HPP -#define NAZARA_RENDERBUFFERVIEW_HPP +#ifndef NAZARA_RENDERER_RENDERBUFFERVIEW_HPP +#define NAZARA_RENDERER_RENDERBUFFERVIEW_HPP #include #include @@ -38,4 +38,4 @@ namespace Nz #include -#endif // NAZARA_RENDERBUFFERVIEW_HPP +#endif // NAZARA_RENDERER_RENDERBUFFERVIEW_HPP diff --git a/include/Nazara/Renderer/RenderDevice.hpp b/include/Nazara/Renderer/RenderDevice.hpp index 995874243..0186f97e0 100644 --- a/include/Nazara/Renderer/RenderDevice.hpp +++ b/include/Nazara/Renderer/RenderDevice.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERDEVICEINSTANCE_HPP -#define NAZARA_RENDERDEVICEINSTANCE_HPP +#ifndef NAZARA_RENDERER_RENDERDEVICE_HPP +#define NAZARA_RENDERER_RENDERDEVICE_HPP #include #include @@ -58,4 +58,4 @@ namespace Nz #include -#endif // NAZARA_RENDERDEVICEINSTANCE_HPP +#endif // NAZARA_RENDERER_RENDERDEVICE_HPP diff --git a/include/Nazara/Renderer/RenderDeviceInfo.hpp b/include/Nazara/Renderer/RenderDeviceInfo.hpp index 3641ec9eb..b1ba81f73 100644 --- a/include/Nazara/Renderer/RenderDeviceInfo.hpp +++ b/include/Nazara/Renderer/RenderDeviceInfo.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERDEVICE_HPP -#define NAZARA_RENDERDEVICE_HPP +#ifndef NAZARA_RENDERER_RENDERDEVICEINFO_HPP +#define NAZARA_RENDERER_RENDERDEVICEINFO_HPP #include #include @@ -34,4 +34,4 @@ namespace Nz }; } -#endif // NAZARA_RENDERER_HPP +#endif // NAZARA_RENDERER_RENDERDEVICEINFO_HPP diff --git a/include/Nazara/Renderer/RenderFrame.hpp b/include/Nazara/Renderer/RenderFrame.hpp index 5637fd734..777d20f3c 100644 --- a/include/Nazara/Renderer/RenderFrame.hpp +++ b/include/Nazara/Renderer/RenderFrame.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERFRAME_HPP -#define NAZARA_RENDERFRAME_HPP +#ifndef NAZARA_RENDERER_RENDERFRAME_HPP +#define NAZARA_RENDERER_RENDERFRAME_HPP #include #include @@ -59,4 +59,4 @@ namespace Nz #include -#endif +#endif // NAZARA_RENDERER_RENDERFRAME_HPP diff --git a/include/Nazara/Renderer/RenderImage.hpp b/include/Nazara/Renderer/RenderImage.hpp index 405df4911..de5071230 100644 --- a/include/Nazara/Renderer/RenderImage.hpp +++ b/include/Nazara/Renderer/RenderImage.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERIMAGE_HPP -#define NAZARA_RENDERIMAGE_HPP +#ifndef NAZARA_RENDERER_RENDERIMAGE_HPP +#define NAZARA_RENDERER_RENDERIMAGE_HPP #include #include @@ -81,4 +81,4 @@ namespace Nz #include -#endif // NAZARA_RENDERIMAGE_HPP +#endif // NAZARA_RENDERER_RENDERIMAGE_HPP diff --git a/include/Nazara/Renderer/RenderPass.hpp b/include/Nazara/Renderer/RenderPass.hpp index acd6cc6e6..c35693787 100644 --- a/include/Nazara/Renderer/RenderPass.hpp +++ b/include/Nazara/Renderer/RenderPass.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERPASS_HPP -#define NAZARA_RENDERPASS_HPP +#ifndef NAZARA_RENDERER_RENDERPASS_HPP +#define NAZARA_RENDERER_RENDERPASS_HPP #include #include @@ -86,4 +86,4 @@ namespace Nz #include -#endif // NAZARA_RENDERPASS_HPP +#endif // NAZARA_RENDERER_RENDERPASS_HPP diff --git a/include/Nazara/Renderer/RenderPassCache.hpp b/include/Nazara/Renderer/RenderPassCache.hpp index dc6f2efd6..7a8cdbb36 100644 --- a/include/Nazara/Renderer/RenderPassCache.hpp +++ b/include/Nazara/Renderer/RenderPassCache.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERPASSCACHE_HPP -#define NAZARA_RENDERPASSCACHE_HPP +#ifndef NAZARA_RENDERER_RENDERPASSCACHE_HPP +#define NAZARA_RENDERER_RENDERPASSCACHE_HPP #include #include @@ -67,4 +67,4 @@ namespace Nz #include -#endif // NAZARA_RENDERPASS_HPP +#endif // NAZARA_RENDERER_RENDERPASSCACHE_HPP diff --git a/include/Nazara/Renderer/RenderPipeline.hpp b/include/Nazara/Renderer/RenderPipeline.hpp index c4f5103b2..bf83eff89 100644 --- a/include/Nazara/Renderer/RenderPipeline.hpp +++ b/include/Nazara/Renderer/RenderPipeline.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERPIPELINE_HPP -#define NAZARA_RENDERPIPELINE_HPP +#ifndef NAZARA_RENDERER_RENDERPIPELINE_HPP +#define NAZARA_RENDERER_RENDERPIPELINE_HPP #include #include @@ -43,4 +43,4 @@ namespace Nz #include -#endif // NAZARA_RENDERPIPELINE_HPP +#endif // NAZARA_RENDERER_RENDERPIPELINE_HPP diff --git a/include/Nazara/Renderer/RenderPipelineLayout.hpp b/include/Nazara/Renderer/RenderPipelineLayout.hpp index a026488eb..c8d9d814c 100644 --- a/include/Nazara/Renderer/RenderPipelineLayout.hpp +++ b/include/Nazara/Renderer/RenderPipelineLayout.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERPIPELINELAYOUT_HPP -#define NAZARA_RENDERPIPELINELAYOUT_HPP +#ifndef NAZARA_RENDERER_RENDERPIPELINELAYOUT_HPP +#define NAZARA_RENDERER_RENDERPIPELINELAYOUT_HPP #include #include @@ -42,4 +42,4 @@ namespace Nz #include -#endif // NAZARA_RENDERPIPELINELAYOUT_HPP +#endif // NAZARA_RENDERER_RENDERPIPELINELAYOUT_HPP diff --git a/include/Nazara/Renderer/RenderStates.hpp b/include/Nazara/Renderer/RenderStates.hpp index 1ce506254..95e5cba8d 100644 --- a/include/Nazara/Renderer/RenderStates.hpp +++ b/include/Nazara/Renderer/RenderStates.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERSTATES_HPP -#define NAZARA_RENDERSTATES_HPP +#ifndef NAZARA_RENDERER_RENDERSTATES_HPP +#define NAZARA_RENDERER_RENDERSTATES_HPP #include #include @@ -64,4 +64,4 @@ namespace Nz #include -#endif // NAZARA_RENDERSTATES_HPP +#endif // NAZARA_RENDERER_RENDERSTATES_HPP diff --git a/include/Nazara/Renderer/RenderSurface.hpp b/include/Nazara/Renderer/RenderSurface.hpp index f11325ed5..480abb7c5 100644 --- a/include/Nazara/Renderer/RenderSurface.hpp +++ b/include/Nazara/Renderer/RenderSurface.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERSURFACE_HPP -#define NAZARA_RENDERSURFACE_HPP +#ifndef NAZARA_RENDERER_RENDERSURFACE_HPP +#define NAZARA_RENDERER_RENDERSURFACE_HPP #include #include @@ -27,4 +27,4 @@ namespace Nz #include -#endif // NAZARA_RENDERSURFACE_HPP +#endif // NAZARA_RENDERER_RENDERSURFACE_HPP diff --git a/include/Nazara/Renderer/RenderTarget.hpp b/include/Nazara/Renderer/RenderTarget.hpp index 8da8d2a16..7da20d93f 100644 --- a/include/Nazara/Renderer/RenderTarget.hpp +++ b/include/Nazara/Renderer/RenderTarget.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERTARGET_HPP -#define NAZARA_RENDERTARGET_HPP +#ifndef NAZARA_RENDERER_RENDERTARGET_HPP +#define NAZARA_RENDERER_RENDERTARGET_HPP #include #include @@ -35,4 +35,4 @@ namespace Nz #include -#endif +#endif // NAZARA_RENDERER_RENDERTARGET_HPP diff --git a/include/Nazara/Renderer/RenderWindow.hpp b/include/Nazara/Renderer/RenderWindow.hpp index 893060ee8..80cbdf483 100644 --- a/include/Nazara/Renderer/RenderWindow.hpp +++ b/include/Nazara/Renderer/RenderWindow.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERWINDOW_HPP -#define NAZARA_RENDERWINDOW_HPP +#ifndef NAZARA_RENDERER_RENDERWINDOW_HPP +#define NAZARA_RENDERER_RENDERWINDOW_HPP #include #include @@ -64,4 +64,4 @@ namespace Nz #include -#endif // NAZARA_RENDERWINDOW_HPP +#endif // NAZARA_RENDERER_RENDERWINDOW_HPP diff --git a/include/Nazara/Renderer/RenderWindowImpl.hpp b/include/Nazara/Renderer/RenderWindowImpl.hpp index ddc284ce6..ccfa578a1 100644 --- a/include/Nazara/Renderer/RenderWindowImpl.hpp +++ b/include/Nazara/Renderer/RenderWindowImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERWINDOWIMPL_HPP -#define NAZARA_RENDERWINDOWIMPL_HPP +#ifndef NAZARA_RENDERER_RENDERWINDOWIMPL_HPP +#define NAZARA_RENDERER_RENDERWINDOWIMPL_HPP #include #include @@ -41,4 +41,4 @@ namespace Nz }; } -#endif // NAZARA_RENDERWINDOWIMPL_HPP +#endif // NAZARA_RENDERER_RENDERWINDOWIMPL_HPP diff --git a/include/Nazara/Renderer/RenderWindowParameters.hpp b/include/Nazara/Renderer/RenderWindowParameters.hpp index 1c0ec3d00..914169124 100644 --- a/include/Nazara/Renderer/RenderWindowParameters.hpp +++ b/include/Nazara/Renderer/RenderWindowParameters.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RENDERWINDOWPARAMETERS_HPP -#define NAZARA_RENDERWINDOWPARAMETERS_HPP +#ifndef NAZARA_RENDERER_RENDERWINDOWPARAMETERS_HPP +#define NAZARA_RENDERER_RENDERWINDOWPARAMETERS_HPP #include #include @@ -20,4 +20,4 @@ namespace Nz }; } -#endif // NAZARA_RENDERWINDOWPARAMETERS_HPP +#endif // NAZARA_RENDERER_RENDERWINDOWPARAMETERS_HPP diff --git a/include/Nazara/Renderer/ShaderBinding.hpp b/include/Nazara/Renderer/ShaderBinding.hpp index 19b844a43..fbee3a97d 100644 --- a/include/Nazara/Renderer/ShaderBinding.hpp +++ b/include/Nazara/Renderer/ShaderBinding.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADERBINDING_HPP -#define NAZARA_SHADERBINDING_HPP +#ifndef NAZARA_RENDERER_SHADERBINDING_HPP +#define NAZARA_RENDERER_SHADERBINDING_HPP #include #include @@ -72,4 +72,4 @@ namespace Nz #include -#endif // NAZARA_SHADERBINDING_HPP +#endif // NAZARA_RENDERER_SHADERBINDING_HPP diff --git a/include/Nazara/Renderer/Texture.hpp b/include/Nazara/Renderer/Texture.hpp index 08b803e89..cf5004a8d 100644 --- a/include/Nazara/Renderer/Texture.hpp +++ b/include/Nazara/Renderer/Texture.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_TEXTURE_HPP -#define NAZARA_TEXTURE_HPP +#ifndef NAZARA_RENDERER_TEXTURE_HPP +#define NAZARA_RENDERER_TEXTURE_HPP #include #include @@ -87,4 +87,4 @@ namespace Nz #include -#endif // NAZARA_TEXTURE_HPP +#endif // NAZARA_RENDERER_TEXTURE_HPP diff --git a/include/Nazara/Renderer/TextureSampler.hpp b/include/Nazara/Renderer/TextureSampler.hpp index 10546de8d..9d06b9ff0 100644 --- a/include/Nazara/Renderer/TextureSampler.hpp +++ b/include/Nazara/Renderer/TextureSampler.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_TEXTURE_SAMPLER_HPP -#define NAZARA_TEXTURE_SAMPLER_HPP +#ifndef NAZARA_RENDERER_TEXTURESAMPLER_HPP +#define NAZARA_RENDERER_TEXTURESAMPLER_HPP #include #include @@ -51,4 +51,4 @@ struct std::hash; #include -#endif // NAZARA_TEXTURE_HPP +#endif // NAZARA_RENDERER_TEXTURESAMPLER_HPP diff --git a/include/Nazara/Shader.hpp b/include/Nazara/Shader.hpp index 1bac8589f..555c413f1 100644 --- a/include/Nazara/Shader.hpp +++ b/include/Nazara/Shader.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* - Nazara Engine - Shader generator + Nazara Engine - Shader module - Copyright (C) 2020 Jérôme "Lynix" Leclercq (lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Shader/Ast/AstCloner.hpp b/include/Nazara/Shader/Ast/AstCloner.hpp index 91e0361cc..2c5a775ea 100644 --- a/include/Nazara/Shader/Ast/AstCloner.hpp +++ b/include/Nazara/Shader/Ast/AstCloner.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADERASTCLONER_HPP -#define NAZARA_SHADERASTCLONER_HPP +#ifndef NAZARA_SHADER_AST_ASTCLONER_HPP +#define NAZARA_SHADER_AST_ASTCLONER_HPP #include #include @@ -88,4 +88,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_ASTCLONER_HPP diff --git a/include/Nazara/Shader/Ast/AstExpressionVisitor.hpp b/include/Nazara/Shader/Ast/AstExpressionVisitor.hpp index cbf21ace7..c42dc84a4 100644 --- a/include/Nazara/Shader/Ast/AstExpressionVisitor.hpp +++ b/include/Nazara/Shader/Ast/AstExpressionVisitor.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADER_AST_EXPRESSIONVISITOR_HPP -#define NAZARA_SHADER_AST_EXPRESSIONVISITOR_HPP +#ifndef NAZARA_SHADER_AST_ASTEXPRESSIONVISITOR_HPP +#define NAZARA_SHADER_AST_ASTEXPRESSIONVISITOR_HPP #include #include @@ -29,4 +29,4 @@ namespace Nz::ShaderAst }; } -#endif +#endif // NAZARA_SHADER_AST_ASTEXPRESSIONVISITOR_HPP diff --git a/include/Nazara/Shader/Ast/AstExpressionVisitorExcept.hpp b/include/Nazara/Shader/Ast/AstExpressionVisitorExcept.hpp index 808662e90..a95a195ff 100644 --- a/include/Nazara/Shader/Ast/AstExpressionVisitorExcept.hpp +++ b/include/Nazara/Shader/Ast/AstExpressionVisitorExcept.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADERASTEXPRESSIONVISITOREXCEPT_HPP -#define NAZARA_SHADERASTEXPRESSIONVISITOREXCEPT_HPP +#ifndef NAZARA_SHADER_AST_ASTEXPRESSIONVISITOREXCEPT_HPP +#define NAZARA_SHADER_AST_ASTEXPRESSIONVISITOREXCEPT_HPP #include #include @@ -23,4 +23,4 @@ namespace Nz::ShaderAst }; } -#endif +#endif // NAZARA_SHADER_AST_ASTEXPRESSIONVISITOREXCEPT_HPP diff --git a/include/Nazara/Shader/Ast/AstNodeList.hpp b/include/Nazara/Shader/Ast/AstNodeList.hpp index 8acf3670c..927f36eb7 100644 --- a/include/Nazara/Shader/Ast/AstNodeList.hpp +++ b/include/Nazara/Shader/Ast/AstNodeList.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #if !defined(NAZARA_SHADERAST_NODE) && !defined(NAZARA_SHADERAST_EXPRESSION) && !defined(NAZARA_SHADERAST_STATEMENT) #error You must define NAZARA_SHADERAST_NODE or NAZARA_SHADERAST_EXPRESSION or NAZARA_SHADERAST_STATEMENT before including this file #endif diff --git a/include/Nazara/Shader/Ast/AstOptimizer.hpp b/include/Nazara/Shader/Ast/AstOptimizer.hpp index 4fd1821ca..32b9cd821 100644 --- a/include/Nazara/Shader/Ast/AstOptimizer.hpp +++ b/include/Nazara/Shader/Ast/AstOptimizer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADERASTOPTIMISER_HPP -#define NAZARA_SHADERASTOPTIMISER_HPP +#ifndef NAZARA_SHADER_AST_ASTOPTIMIZER_HPP +#define NAZARA_SHADER_AST_ASTOPTIMIZER_HPP #include #include @@ -67,4 +67,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_ASTOPTIMIZER_HPP diff --git a/include/Nazara/Shader/Ast/AstRecursiveVisitor.hpp b/include/Nazara/Shader/Ast/AstRecursiveVisitor.hpp index efdca2ac4..765ac0d89 100644 --- a/include/Nazara/Shader/Ast/AstRecursiveVisitor.hpp +++ b/include/Nazara/Shader/Ast/AstRecursiveVisitor.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADER_RECURSIVE_VISITOR_HPP -#define NAZARA_SHADER_RECURSIVE_VISITOR_HPP +#ifndef NAZARA_SHADER_AST_ASTRECURSIVEVISITOR_HPP +#define NAZARA_SHADER_AST_ASTRECURSIVEVISITOR_HPP #include #include @@ -54,4 +54,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_ASTRECURSIVEVISITOR_HPP diff --git a/include/Nazara/Shader/Ast/AstReflect.hpp b/include/Nazara/Shader/Ast/AstReflect.hpp index eae49a68f..a928a38d5 100644 --- a/include/Nazara/Shader/Ast/AstReflect.hpp +++ b/include/Nazara/Shader/Ast/AstReflect.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADER_AST_REFLECT_HPP -#define NAZARA_SHADER_AST_REFLECT_HPP +#ifndef NAZARA_SHADER_AST_ASTREFLECT_HPP +#define NAZARA_SHADER_AST_ASTREFLECT_HPP #include #include @@ -45,4 +45,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_ASTREFLECT_HPP diff --git a/include/Nazara/Shader/Ast/AstSerializer.hpp b/include/Nazara/Shader/Ast/AstSerializer.hpp index 461e8ebc8..6e4ae5cf4 100644 --- a/include/Nazara/Shader/Ast/AstSerializer.hpp +++ b/include/Nazara/Shader/Ast/AstSerializer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADERSERIALIZER_HPP -#define NAZARA_SHADERSERIALIZER_HPP +#ifndef NAZARA_SHADER_AST_ASTSERIALIZER_HPP +#define NAZARA_SHADER_AST_ASTSERIALIZER_HPP #include #include @@ -153,4 +153,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_ASTSERIALIZER_HPP diff --git a/include/Nazara/Shader/Ast/AstStatementVisitor.hpp b/include/Nazara/Shader/Ast/AstStatementVisitor.hpp index b3bedc01a..19b8f4101 100644 --- a/include/Nazara/Shader/Ast/AstStatementVisitor.hpp +++ b/include/Nazara/Shader/Ast/AstStatementVisitor.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADERASTSTATEMENTVISITOR_HPP -#define NAZARA_SHADERASTSTATEMENTVISITOR_HPP +#ifndef NAZARA_SHADER_AST_ASTSTATEMENTVISITOR_HPP +#define NAZARA_SHADER_AST_ASTSTATEMENTVISITOR_HPP #include #include @@ -29,4 +29,4 @@ namespace Nz::ShaderAst }; } -#endif +#endif // NAZARA_SHADER_AST_ASTSTATEMENTVISITOR_HPP diff --git a/include/Nazara/Shader/Ast/AstStatementVisitorExcept.hpp b/include/Nazara/Shader/Ast/AstStatementVisitorExcept.hpp index 763e02265..fabd20b2c 100644 --- a/include/Nazara/Shader/Ast/AstStatementVisitorExcept.hpp +++ b/include/Nazara/Shader/Ast/AstStatementVisitorExcept.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADERASTSTATEMENTVISITOREXCEPT_HPP -#define NAZARA_SHADERASTSTATEMENTVISITOREXCEPT_HPP +#ifndef NAZARA_SHADER_AST_ASTSTATEMENTVISITOREXCEPT_HPP +#define NAZARA_SHADER_AST_ASTSTATEMENTVISITOREXCEPT_HPP #include #include @@ -23,4 +23,4 @@ namespace Nz::ShaderAst }; } -#endif +#endif // NAZARA_SHADER_AST_ASTSTATEMENTVISITOREXCEPT_HPP diff --git a/include/Nazara/Shader/Ast/AstUtils.hpp b/include/Nazara/Shader/Ast/AstUtils.hpp index 42bd41015..e9ea838d1 100644 --- a/include/Nazara/Shader/Ast/AstUtils.hpp +++ b/include/Nazara/Shader/Ast/AstUtils.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADER_AST_UTILS_HPP -#define NAZARA_SHADER_AST_UTILS_HPP +#ifndef NAZARA_SHADER_AST_ASTUTILS_HPP +#define NAZARA_SHADER_AST_ASTUTILS_HPP #include #include @@ -55,4 +55,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_ASTUTILS_HPP diff --git a/include/Nazara/Shader/Ast/Attribute.hpp b/include/Nazara/Shader/Ast/Attribute.hpp index 455356bb9..0460c5add 100644 --- a/include/Nazara/Shader/Ast/Attribute.hpp +++ b/include/Nazara/Shader/Ast/Attribute.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADERAST_ATTRIBUTES_HPP -#define NAZARA_SHADERAST_ATTRIBUTES_HPP +#ifndef NAZARA_SHADER_AST_ATTRIBUTE_HPP +#define NAZARA_SHADER_AST_ATTRIBUTE_HPP #include #include @@ -57,4 +57,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_ATTRIBUTE_HPP diff --git a/include/Nazara/Shader/Ast/ConstantValue.hpp b/include/Nazara/Shader/Ast/ConstantValue.hpp index 4b52189db..f0ad89e3d 100644 --- a/include/Nazara/Shader/Ast/ConstantValue.hpp +++ b/include/Nazara/Shader/Ast/ConstantValue.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADER_CONSTANTVALUE_HPP -#define NAZARA_SHADER_CONSTANTVALUE_HPP +#ifndef NAZARA_SHADER_AST_CONSTANTVALUE_HPP +#define NAZARA_SHADER_AST_CONSTANTVALUE_HPP #include #include @@ -39,4 +39,4 @@ namespace Nz::ShaderAst NAZARA_SHADER_API ExpressionType GetExpressionType(const ConstantValue& constant); } -#endif +#endif // NAZARA_SHADER_AST_CONSTANTVALUE_HPP diff --git a/include/Nazara/Shader/Ast/SanitizeVisitor.hpp b/include/Nazara/Shader/Ast/SanitizeVisitor.hpp index a7e48a346..22922b461 100644 --- a/include/Nazara/Shader/Ast/SanitizeVisitor.hpp +++ b/include/Nazara/Shader/Ast/SanitizeVisitor.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADERAST_TRANSFORMVISITOR_HPP -#define NAZARA_SHADERAST_TRANSFORMVISITOR_HPP +#ifndef NAZARA_SHADER_AST_SANITIZEVISITOR_HPP +#define NAZARA_SHADER_AST_SANITIZEVISITOR_HPP #include #include @@ -149,4 +149,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_SANITIZEVISITOR_HPP diff --git a/include/Nazara/Shader/Config.hpp b/include/Nazara/Shader/Config.hpp index dfc0c10d2..ea25fc818 100644 --- a/include/Nazara/Shader/Config.hpp +++ b/include/Nazara/Shader/Config.hpp @@ -24,8 +24,8 @@ #pragma once -#ifndef NAZARA_CONFIG_SHADER_HPP -#define NAZARA_CONFIG_SHADER_HPP +#ifndef NAZARA_SHADER_CONFIG_HPP +#define NAZARA_SHADER_CONFIG_HPP /// Each modification of a parameter needs a recompilation of the module @@ -50,4 +50,4 @@ #define NAZARA_SHADER_API #endif -#endif // NAZARA_CONFIG_SHADER_HPP +#endif // NAZARA_SHADER_CONFIG_HPP diff --git a/include/Nazara/Shader/ConfigCheck.hpp b/include/Nazara/Shader/ConfigCheck.hpp index 01b123dbb..4047c8bf0 100644 --- a/include/Nazara/Shader/ConfigCheck.hpp +++ b/include/Nazara/Shader/ConfigCheck.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CHECK_SHADER_HPP -#define NAZARA_CONFIG_CHECK_SHADER_HPP +#ifndef NAZARA_SHADER_CONFIGCHECK_HPP +#define NAZARA_SHADER_CONFIGCHECK_HPP /// This file is used to check the constant values defined in Config.hpp @@ -19,4 +19,4 @@ #define NAZARA_SHADER_MANAGE_MEMORY 0 #endif -#endif // NAZARA_CONFIG_CHECK_SHADER_HPP +#endif // NAZARA_SHADER_CONFIGCHECK_HPP diff --git a/include/Nazara/Shader/Debug.hpp b/include/Nazara/Shader/Debug.hpp index 1d8203c46..7f757f5c9 100644 --- a/include/Nazara/Shader/Debug.hpp +++ b/include/Nazara/Shader/Debug.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include #if NAZARA_SHADER_MANAGE_MEMORY #include diff --git a/include/Nazara/Shader/DebugOff.hpp b/include/Nazara/Shader/DebugOff.hpp index 2cf585f83..23c75002f 100644 --- a/include/Nazara/Shader/DebugOff.hpp +++ b/include/Nazara/Shader/DebugOff.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + // We suppose that Debug.hpp is already included, same goes for Config.hpp #if NAZARA_SHADER_MANAGE_MEMORY #undef delete diff --git a/include/Nazara/Shader/GlslWriter.hpp b/include/Nazara/Shader/GlslWriter.hpp index 956d7fa62..bd2c6c7fb 100644 --- a/include/Nazara/Shader/GlslWriter.hpp +++ b/include/Nazara/Shader/GlslWriter.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_GLSLWRITER_HPP -#define NAZARA_GLSLWRITER_HPP +#ifndef NAZARA_SHADER_GLSLWRITER_HPP +#define NAZARA_SHADER_GLSLWRITER_HPP #include #include @@ -117,4 +117,4 @@ namespace Nz #include -#endif // NAZARA_GLSLWRITER_HPP +#endif // NAZARA_SHADER_GLSLWRITER_HPP diff --git a/include/Nazara/Shader/LangWriter.hpp b/include/Nazara/Shader/LangWriter.hpp index 6360849cc..a1446d3a9 100644 --- a/include/Nazara/Shader/LangWriter.hpp +++ b/include/Nazara/Shader/LangWriter.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LANGWRITER_HPP -#define NAZARA_LANGWRITER_HPP +#ifndef NAZARA_SHADER_LANGWRITER_HPP +#define NAZARA_SHADER_LANGWRITER_HPP #include #include @@ -118,4 +118,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_LANGWRITER_HPP diff --git a/include/Nazara/Shader/ShaderBuilder.hpp b/include/Nazara/Shader/ShaderBuilder.hpp index dfd84c059..12b8f0dfc 100644 --- a/include/Nazara/Shader/ShaderBuilder.hpp +++ b/include/Nazara/Shader/ShaderBuilder.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADER_BUILDER_HPP -#define NAZARA_SHADER_BUILDER_HPP +#ifndef NAZARA_SHADER_SHADERBUILDER_HPP +#define NAZARA_SHADER_SHADERBUILDER_HPP #include #include @@ -171,4 +171,4 @@ namespace Nz::ShaderBuilder #include -#endif // NAZARA_SHADER_BUILDER_HPP +#endif // NAZARA_SHADER_SHADERBUILDER_HPP diff --git a/include/Nazara/Shader/ShaderLangLexer.hpp b/include/Nazara/Shader/ShaderLangLexer.hpp index fa4d2313f..b47ec0f78 100644 --- a/include/Nazara/Shader/ShaderLangLexer.hpp +++ b/include/Nazara/Shader/ShaderLangLexer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADER_LANGLEXER_HPP -#define NAZARA_SHADER_LANGLEXER_HPP +#ifndef NAZARA_SHADER_SHADERLANGLEXER_HPP +#define NAZARA_SHADER_SHADERLANGLEXER_HPP #include #include @@ -53,4 +53,4 @@ namespace Nz::ShaderLang #include -#endif +#endif // NAZARA_SHADER_SHADERLANGLEXER_HPP diff --git a/include/Nazara/Shader/ShaderLangParser.hpp b/include/Nazara/Shader/ShaderLangParser.hpp index 9619013ca..ff40a5e84 100644 --- a/include/Nazara/Shader/ShaderLangParser.hpp +++ b/include/Nazara/Shader/ShaderLangParser.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADER_LANGPARSER_HPP -#define NAZARA_SHADER_LANGPARSER_HPP +#ifndef NAZARA_SHADER_SHADERLANGPARSER_HPP +#define NAZARA_SHADER_SHADERLANGPARSER_HPP #include #include @@ -138,4 +138,4 @@ namespace Nz::ShaderLang #include -#endif +#endif // NAZARA_SHADER_SHADERLANGPARSER_HPP diff --git a/include/Nazara/Shader/ShaderLangTokenList.hpp b/include/Nazara/Shader/ShaderLangTokenList.hpp index 301ef7511..e9a2ad288 100644 --- a/include/Nazara/Shader/ShaderLangTokenList.hpp +++ b/include/Nazara/Shader/ShaderLangTokenList.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #if !defined(NAZARA_SHADERLANG_TOKEN) #error You must define NAZARA_SHADERLANG_TOKEN before including this file #endif diff --git a/include/Nazara/Shader/ShaderWriter.hpp b/include/Nazara/Shader/ShaderWriter.hpp index 1a39dc4b6..15a3436a8 100644 --- a/include/Nazara/Shader/ShaderWriter.hpp +++ b/include/Nazara/Shader/ShaderWriter.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SHADERWRITER_HPP -#define NAZARA_SHADERWRITER_HPP +#ifndef NAZARA_SHADER_SHADERWRITER_HPP +#define NAZARA_SHADER_SHADERWRITER_HPP #include #include @@ -34,4 +34,4 @@ namespace Nz }; } -#endif // NAZARA_SHADERWRITER_HPP +#endif // NAZARA_SHADER_SHADERWRITER_HPP diff --git a/include/Nazara/Shader/SpirvAstVisitor.hpp b/include/Nazara/Shader/SpirvAstVisitor.hpp index 60d467d82..c208db3af 100644 --- a/include/Nazara/Shader/SpirvAstVisitor.hpp +++ b/include/Nazara/Shader/SpirvAstVisitor.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPIRVASTVISITOR_HPP -#define NAZARA_SPIRVASTVISITOR_HPP +#ifndef NAZARA_SHADER_SPIRVASTVISITOR_HPP +#define NAZARA_SHADER_SPIRVASTVISITOR_HPP #include #include @@ -161,4 +161,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_SPIRVASTVISITOR_HPP diff --git a/include/Nazara/Shader/SpirvBlock.hpp b/include/Nazara/Shader/SpirvBlock.hpp index 1ac47b458..bce079c82 100644 --- a/include/Nazara/Shader/SpirvBlock.hpp +++ b/include/Nazara/Shader/SpirvBlock.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPIRVBLOCK_HPP -#define NAZARA_SPIRVBLOCK_HPP +#ifndef NAZARA_SHADER_SPIRVBLOCK_HPP +#define NAZARA_SHADER_SPIRVBLOCK_HPP #include #include @@ -46,4 +46,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_SPIRVBLOCK_HPP diff --git a/include/Nazara/Shader/SpirvConstantCache.hpp b/include/Nazara/Shader/SpirvConstantCache.hpp index 3b7b757e7..4a9304aac 100644 --- a/include/Nazara/Shader/SpirvConstantCache.hpp +++ b/include/Nazara/Shader/SpirvConstantCache.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPIRVCONSTANTCACHE_HPP -#define NAZARA_SPIRVCONSTANTCACHE_HPP +#ifndef NAZARA_SHADER_SPIRVCONSTANTCACHE_HPP +#define NAZARA_SHADER_SPIRVCONSTANTCACHE_HPP #include #include @@ -208,4 +208,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_SPIRVCONSTANTCACHE_HPP diff --git a/include/Nazara/Shader/SpirvData.hpp b/include/Nazara/Shader/SpirvData.hpp index f1fe9d956..f057331d1 100644 --- a/include/Nazara/Shader/SpirvData.hpp +++ b/include/Nazara/Shader/SpirvData.hpp @@ -2,12 +2,12 @@ // This file is part of the "Nazara Engine - Shader module" // For conditions of distribution and use, see copyright notice in Config.hpp -// This file was generated automatically, please do not edit +// this file was automatically generated and should not be edited #pragma once -#ifndef NAZARA_SPIRVDATA_HPP -#define NAZARA_SPIRVDATA_HPP +#ifndef NAZARA_SHADER_SPIRVDATA_HPP +#define NAZARA_SHADER_SPIRVDATA_HPP #include #include @@ -1812,4 +1812,4 @@ namespace Nz NAZARA_SHADER_API const SpirvInstruction* GetInstructionData(UInt16 op); } -#endif +#endif // NAZARA_SHADER_SPIRVDATA_HPP diff --git a/include/Nazara/Shader/SpirvDecoder.hpp b/include/Nazara/Shader/SpirvDecoder.hpp index 65ab05482..ca7340d3e 100644 --- a/include/Nazara/Shader/SpirvDecoder.hpp +++ b/include/Nazara/Shader/SpirvDecoder.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPIRVDECODER_HPP -#define NAZARA_SPIRVDECODER_HPP +#ifndef NAZARA_SHADER_SPIRVDECODER_HPP +#define NAZARA_SHADER_SPIRVDECODER_HPP #include #include @@ -56,4 +56,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_SPIRVDECODER_HPP diff --git a/include/Nazara/Shader/SpirvExpressionLoad.hpp b/include/Nazara/Shader/SpirvExpressionLoad.hpp index 3662f022a..cf8febb17 100644 --- a/include/Nazara/Shader/SpirvExpressionLoad.hpp +++ b/include/Nazara/Shader/SpirvExpressionLoad.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPIRVEXPRESSIONLOAD_HPP -#define NAZARA_SPIRVEXPRESSIONLOAD_HPP +#ifndef NAZARA_SHADER_SPIRVEXPRESSIONLOAD_HPP +#define NAZARA_SHADER_SPIRVEXPRESSIONLOAD_HPP #include #include @@ -58,4 +58,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_SPIRVEXPRESSIONLOAD_HPP diff --git a/include/Nazara/Shader/SpirvExpressionStore.hpp b/include/Nazara/Shader/SpirvExpressionStore.hpp index 3ebed46d6..8d3ea3884 100644 --- a/include/Nazara/Shader/SpirvExpressionStore.hpp +++ b/include/Nazara/Shader/SpirvExpressionStore.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPIRVEXPRESSIONSTORE_HPP -#define NAZARA_SPIRVEXPRESSIONSTORE_HPP +#ifndef NAZARA_SHADER_SPIRVEXPRESSIONSTORE_HPP +#define NAZARA_SHADER_SPIRVEXPRESSIONSTORE_HPP #include #include @@ -57,4 +57,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_SPIRVEXPRESSIONSTORE_HPP diff --git a/include/Nazara/Shader/SpirvPrinter.hpp b/include/Nazara/Shader/SpirvPrinter.hpp index 70358a23f..e08c16aab 100644 --- a/include/Nazara/Shader/SpirvPrinter.hpp +++ b/include/Nazara/Shader/SpirvPrinter.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPIRVPRINTER_HPP -#define NAZARA_SPIRVPRINTER_HPP +#ifndef NAZARA_SHADER_SPIRVPRINTER_HPP +#define NAZARA_SHADER_SPIRVPRINTER_HPP #include #include @@ -51,4 +51,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_SPIRVPRINTER_HPP diff --git a/include/Nazara/Shader/SpirvSection.hpp b/include/Nazara/Shader/SpirvSection.hpp index 38a838ba4..9f3de6435 100644 --- a/include/Nazara/Shader/SpirvSection.hpp +++ b/include/Nazara/Shader/SpirvSection.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPIRVSECTION_HPP -#define NAZARA_SPIRVSECTION_HPP +#ifndef NAZARA_SHADER_SPIRVSECTION_HPP +#define NAZARA_SHADER_SPIRVSECTION_HPP #include #include @@ -32,4 +32,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_SPIRVSECTION_HPP diff --git a/include/Nazara/Shader/SpirvSectionBase.hpp b/include/Nazara/Shader/SpirvSectionBase.hpp index 9a4384545..118325f37 100644 --- a/include/Nazara/Shader/SpirvSectionBase.hpp +++ b/include/Nazara/Shader/SpirvSectionBase.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPIRVSECTIONBASE_HPP -#define NAZARA_SPIRVSECTIONBASE_HPP +#ifndef NAZARA_SHADER_SPIRVSECTIONBASE_HPP +#define NAZARA_SHADER_SPIRVSECTIONBASE_HPP #include #include @@ -72,4 +72,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_SPIRVSECTIONBASE_HPP diff --git a/include/Nazara/Shader/SpirvWriter.hpp b/include/Nazara/Shader/SpirvWriter.hpp index 9adac3359..0c82895ab 100644 --- a/include/Nazara/Shader/SpirvWriter.hpp +++ b/include/Nazara/Shader/SpirvWriter.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SPIRVWRITER_HPP -#define NAZARA_SPIRVWRITER_HPP +#ifndef NAZARA_SHADER_SPIRVWRITER_HPP +#define NAZARA_SHADER_SPIRVWRITER_HPP #include #include @@ -85,4 +85,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_SPIRVWRITER_HPP diff --git a/include/Nazara/Utility.hpp b/include/Nazara/Utility.hpp index 29acfe8b9..c18a395e1 100644 --- a/include/Nazara/Utility.hpp +++ b/include/Nazara/Utility.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* Nazara Engine - Utility module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Utility/AbstractAtlas.hpp b/include/Nazara/Utility/AbstractAtlas.hpp index eb13d9bc4..7b7f8cb4a 100644 --- a/include/Nazara/Utility/AbstractAtlas.hpp +++ b/include/Nazara/Utility/AbstractAtlas.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ABSTRACTATLAS_HPP -#define NAZARA_ABSTRACTATLAS_HPP +#ifndef NAZARA_UTILITY_ABSTRACTATLAS_HPP +#define NAZARA_UTILITY_ABSTRACTATLAS_HPP #include #include @@ -44,4 +44,4 @@ namespace Nz }; } -#endif // NAZARA_ABSTRACTATLAS_HPP +#endif // NAZARA_UTILITY_ABSTRACTATLAS_HPP diff --git a/include/Nazara/Utility/AbstractBuffer.hpp b/include/Nazara/Utility/AbstractBuffer.hpp index 84b6f0713..031d254bf 100644 --- a/include/Nazara/Utility/AbstractBuffer.hpp +++ b/include/Nazara/Utility/AbstractBuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ABSTRACTBUFFER_HPP -#define NAZARA_ABSTRACTBUFFER_HPP +#ifndef NAZARA_UTILITY_ABSTRACTBUFFER_HPP +#define NAZARA_UTILITY_ABSTRACTBUFFER_HPP #include #include @@ -30,4 +30,4 @@ namespace Nz }; } -#endif // NAZARA_ABSTRACTBUFFER_HPP +#endif // NAZARA_UTILITY_ABSTRACTBUFFER_HPP diff --git a/include/Nazara/Utility/AbstractImage.hpp b/include/Nazara/Utility/AbstractImage.hpp index 19b5d96aa..9d326f08a 100644 --- a/include/Nazara/Utility/AbstractImage.hpp +++ b/include/Nazara/Utility/AbstractImage.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ABSTRACTIMAGE_HPP -#define NAZARA_ABSTRACTIMAGE_HPP +#ifndef NAZARA_UTILITY_ABSTRACTIMAGE_HPP +#define NAZARA_UTILITY_ABSTRACTIMAGE_HPP #include #include @@ -46,4 +46,4 @@ namespace Nz #include -#endif // NAZARA_IMAGE_HPP +#endif // NAZARA_UTILITY_ABSTRACTIMAGE_HPP diff --git a/include/Nazara/Utility/AbstractTextDrawer.hpp b/include/Nazara/Utility/AbstractTextDrawer.hpp index 3b47b31f1..cfe997db5 100644 --- a/include/Nazara/Utility/AbstractTextDrawer.hpp +++ b/include/Nazara/Utility/AbstractTextDrawer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ABSTRACTTEXTDRAWER_HPP -#define NAZARA_ABSTRACTTEXTDRAWER_HPP +#ifndef NAZARA_UTILITY_ABSTRACTTEXTDRAWER_HPP +#define NAZARA_UTILITY_ABSTRACTTEXTDRAWER_HPP #include #include @@ -63,4 +63,4 @@ namespace Nz #include -#endif // NAZARA_ABSTRACTTEXTDRAWER_HPP +#endif // NAZARA_UTILITY_ABSTRACTTEXTDRAWER_HPP diff --git a/include/Nazara/Utility/Algorithm.hpp b/include/Nazara/Utility/Algorithm.hpp index 58ff5b633..415c64d3c 100644 --- a/include/Nazara/Utility/Algorithm.hpp +++ b/include/Nazara/Utility/Algorithm.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ALGORITHM_UTILITY_HPP -#define NAZARA_ALGORITHM_UTILITY_HPP +#ifndef NAZARA_UTILITY_ALGORITHM_HPP +#define NAZARA_UTILITY_ALGORITHM_HPP #include #include @@ -71,4 +71,4 @@ namespace Nz } #include -#endif // NAZARA_ALGORITHM_UTILITY_HPP +#endif // NAZARA_UTILITY_ALGORITHM_HPP diff --git a/include/Nazara/Utility/Animation.hpp b/include/Nazara/Utility/Animation.hpp index 1b59629c5..ee9830f08 100644 --- a/include/Nazara/Utility/Animation.hpp +++ b/include/Nazara/Utility/Animation.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ANIMATION_HPP -#define NAZARA_ANIMATION_HPP +#ifndef NAZARA_UTILITY_ANIMATION_HPP +#define NAZARA_UTILITY_ANIMATION_HPP #include #include @@ -93,4 +93,4 @@ namespace Nz #include -#endif // NAZARA_ANIMATION_HPP +#endif // NAZARA_UTILITY_ANIMATION_HPP diff --git a/include/Nazara/Utility/Buffer.hpp b/include/Nazara/Utility/Buffer.hpp index ee788a523..d5d3acf64 100644 --- a/include/Nazara/Utility/Buffer.hpp +++ b/include/Nazara/Utility/Buffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_BUFFER_HPP -#define NAZARA_BUFFER_HPP +#ifndef NAZARA_UTILITY_BUFFER_HPP +#define NAZARA_UTILITY_BUFFER_HPP #include #include @@ -75,4 +75,4 @@ namespace Nz #include -#endif // NAZARA_BUFFER_HPP +#endif // NAZARA_UTILITY_BUFFER_HPP diff --git a/include/Nazara/Utility/BufferMapper.hpp b/include/Nazara/Utility/BufferMapper.hpp index 94e578a2c..5c467df24 100644 --- a/include/Nazara/Utility/BufferMapper.hpp +++ b/include/Nazara/Utility/BufferMapper.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_BUFFERMAPPER_HPP -#define NAZARA_BUFFERMAPPER_HPP +#ifndef NAZARA_UTILITY_BUFFERMAPPER_HPP +#define NAZARA_UTILITY_BUFFERMAPPER_HPP #include @@ -40,4 +40,4 @@ namespace Nz #include -#endif // NAZARA_BUFFERMAPPER_HPP +#endif // NAZARA_UTILITY_BUFFERMAPPER_HPP diff --git a/include/Nazara/Utility/Components.hpp b/include/Nazara/Utility/Components.hpp index a7ef8eaa4..0f3535310 100644 --- a/include/Nazara/Utility/Components.hpp +++ b/include/Nazara/Utility/Components.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* Nazara Engine - Utility module - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -26,9 +26,9 @@ #pragma once -#ifndef NAZARA_GLOBAL_UTILITY_COMPONENTS_HPP -#define NAZARA_GLOBAL_UTILITY_COMPONENTS_HPP +#ifndef NAZARA_UTILITY_COMPONENTS_HPP +#define NAZARA_UTILITY_COMPONENTS_HPP #include -#endif // NAZARA_GLOBAL_UTILITY_COMPONENTS_HPP +#endif // NAZARA_UTILITY_COMPONENTS_HPP diff --git a/include/Nazara/Utility/Components/NodeComponent.hpp b/include/Nazara/Utility/Components/NodeComponent.hpp index d1461cef0..13a0bac3b 100644 --- a/include/Nazara/Utility/Components/NodeComponent.hpp +++ b/include/Nazara/Utility/Components/NodeComponent.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_NODECOMPONENT_HPP -#define NAZARA_NODECOMPONENT_HPP +#ifndef NAZARA_UTILITY_COMPONENTS_NODECOMPONENT_HPP +#define NAZARA_UTILITY_COMPONENTS_NODECOMPONENT_HPP #include #include @@ -31,4 +31,4 @@ namespace Nz #include -#endif +#endif // NAZARA_UTILITY_COMPONENTS_NODECOMPONENT_HPP diff --git a/include/Nazara/Utility/Config.hpp b/include/Nazara/Utility/Config.hpp index 79634c2d4..72ec6ec30 100644 --- a/include/Nazara/Utility/Config.hpp +++ b/include/Nazara/Utility/Config.hpp @@ -24,8 +24,8 @@ #pragma once -#ifndef NAZARA_CONFIG_UTILITY_HPP -#define NAZARA_CONFIG_UTILITY_HPP +#ifndef NAZARA_UTILITY_CONFIG_HPP +#define NAZARA_UTILITY_CONFIG_HPP /// Each modification of a parameter needs a recompilation of the module @@ -62,4 +62,4 @@ #endif #endif -#endif // NAZARA_CONFIG_UTILITY_HPP +#endif // NAZARA_UTILITY_CONFIG_HPP diff --git a/include/Nazara/Utility/ConfigCheck.hpp b/include/Nazara/Utility/ConfigCheck.hpp index 4ad0eb6e2..2e9e42e25 100644 --- a/include/Nazara/Utility/ConfigCheck.hpp +++ b/include/Nazara/Utility/ConfigCheck.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CHECK_UTILITY_HPP -#define NAZARA_CONFIG_CHECK_UTILITY_HPP +#ifndef NAZARA_UTILITY_CONFIGCHECK_HPP +#define NAZARA_UTILITY_CONFIGCHECK_HPP /// This file is used to check the constant values defined in Config.hpp @@ -22,4 +22,4 @@ NazaraCheckTypeAndVal(NAZARA_UTILITY_SKINNING_MAX_WEIGHTS, integral, >, 0, " sha #undef NazaraCheckTypeAndVal -#endif // NAZARA_CONFIG_CHECK_UTILITY_HPP +#endif // NAZARA_UTILITY_CONFIGCHECK_HPP diff --git a/include/Nazara/Utility/CubemapParams.hpp b/include/Nazara/Utility/CubemapParams.hpp index a24ba50e8..c8842d320 100644 --- a/include/Nazara/Utility/CubemapParams.hpp +++ b/include/Nazara/Utility/CubemapParams.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CUBEMAPPARAMS_HPP -#define NAZARA_CUBEMAPPARAMS_HPP +#ifndef NAZARA_UTILITY_CUBEMAPPARAMS_HPP +#define NAZARA_UTILITY_CUBEMAPPARAMS_HPP #include @@ -35,4 +35,4 @@ namespace Nz }; } -#endif // NAZARA_CUBEMAPPARAMS_HPP +#endif // NAZARA_UTILITY_CUBEMAPPARAMS_HPP diff --git a/include/Nazara/Utility/Debug.hpp b/include/Nazara/Utility/Debug.hpp index abe0d7499..fe9362aa9 100644 --- a/include/Nazara/Utility/Debug.hpp +++ b/include/Nazara/Utility/Debug.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include #if NAZARA_UTILITY_MANAGE_MEMORY #include diff --git a/include/Nazara/Utility/DebugOff.hpp b/include/Nazara/Utility/DebugOff.hpp index 4f6bb6eca..a583d0946 100644 --- a/include/Nazara/Utility/DebugOff.hpp +++ b/include/Nazara/Utility/DebugOff.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + // On suppose que Debug.hpp a déjà été inclus, tout comme Config.hpp #if NAZARA_UTILITY_MANAGE_MEMORY #undef delete diff --git a/include/Nazara/Utility/Enums.hpp b/include/Nazara/Utility/Enums.hpp index f67412fdf..8b73fd805 100644 --- a/include/Nazara/Utility/Enums.hpp +++ b/include/Nazara/Utility/Enums.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ENUMS_UTILITY_HPP -#define NAZARA_ENUMS_UTILITY_HPP +#ifndef NAZARA_UTILITY_ENUMS_HPP +#define NAZARA_UTILITY_ENUMS_HPP #include @@ -481,4 +481,4 @@ namespace Nz constexpr std::size_t VertexLayoutCount = static_cast(VertexLayout::Max) + 1; } -#endif // NAZARA_ENUMS_UTILITY_HPP +#endif // NAZARA_UTILITY_ENUMS_HPP diff --git a/include/Nazara/Utility/FieldOffsets.hpp b/include/Nazara/Utility/FieldOffsets.hpp index bbd744786..ffe41c007 100644 --- a/include/Nazara/Utility/FieldOffsets.hpp +++ b/include/Nazara/Utility/FieldOffsets.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FIELDOFFSETS_HPP -#define NAZARA_FIELDOFFSETS_HPP +#ifndef NAZARA_UTILITY_FIELDOFFSETS_HPP +#define NAZARA_UTILITY_FIELDOFFSETS_HPP #include #include @@ -48,4 +48,4 @@ namespace Nz #include -#endif // NAZARA_FIELDOFFSETS_HPP +#endif // NAZARA_UTILITY_FIELDOFFSETS_HPP diff --git a/include/Nazara/Utility/Font.hpp b/include/Nazara/Utility/Font.hpp index 5ed9ae2ef..2cf978084 100644 --- a/include/Nazara/Utility/Font.hpp +++ b/include/Nazara/Utility/Font.hpp @@ -6,8 +6,8 @@ #pragma once -#ifndef NAZARA_FONT_HPP -#define NAZARA_FONT_HPP +#ifndef NAZARA_UTILITY_FONT_HPP +#define NAZARA_UTILITY_FONT_HPP #include #include @@ -157,4 +157,4 @@ namespace Nz #include -#endif // NAZARA_FONT_HPP +#endif // NAZARA_UTILITY_FONT_HPP diff --git a/include/Nazara/Utility/FontData.hpp b/include/Nazara/Utility/FontData.hpp index aa1190d21..e0d31b0fe 100644 --- a/include/Nazara/Utility/FontData.hpp +++ b/include/Nazara/Utility/FontData.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FONTDATA_HPP -#define NAZARA_FONTDATA_HPP +#ifndef NAZARA_UTILITY_FONTDATA_HPP +#define NAZARA_UTILITY_FONTDATA_HPP #include #include @@ -41,4 +41,4 @@ namespace Nz }; } -#endif // NAZARA_FONTDATA_HPP +#endif // NAZARA_UTILITY_FONTDATA_HPP diff --git a/include/Nazara/Utility/FontGlyph.hpp b/include/Nazara/Utility/FontGlyph.hpp index 5ddfebd8c..8994cf294 100644 --- a/include/Nazara/Utility/FontGlyph.hpp +++ b/include/Nazara/Utility/FontGlyph.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FONTGLYPH_HPP -#define NAZARA_FONTGLYPH_HPP +#ifndef NAZARA_UTILITY_FONTGLYPH_HPP +#define NAZARA_UTILITY_FONTGLYPH_HPP #include @@ -19,4 +19,4 @@ namespace Nz }; } -#endif // NAZARA_FONTGLYPH_HPP +#endif // NAZARA_UTILITY_FONTGLYPH_HPP diff --git a/include/Nazara/Utility/Formats/MD5AnimParser.hpp b/include/Nazara/Utility/Formats/MD5AnimParser.hpp index 62d48535b..02db3a33b 100644 --- a/include/Nazara/Utility/Formats/MD5AnimParser.hpp +++ b/include/Nazara/Utility/Formats/MD5AnimParser.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FORMATS_MD5ANIMPARSER_HPP -#define NAZARA_FORMATS_MD5ANIMPARSER_HPP +#ifndef NAZARA_UTILITY_FORMATS_MD5ANIMPARSER_HPP +#define NAZARA_UTILITY_FORMATS_MD5ANIMPARSER_HPP #include #include @@ -78,4 +78,4 @@ namespace Nz }; } -#endif // NAZARA_FORMATS_MD5ANIMPARSER_HPP +#endif // NAZARA_UTILITY_FORMATS_MD5ANIMPARSER_HPP diff --git a/include/Nazara/Utility/Formats/MD5MeshParser.hpp b/include/Nazara/Utility/Formats/MD5MeshParser.hpp index 5efbe7288..405035981 100644 --- a/include/Nazara/Utility/Formats/MD5MeshParser.hpp +++ b/include/Nazara/Utility/Formats/MD5MeshParser.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FORMATS_MD5MESHPARSER_HPP -#define NAZARA_FORMATS_MD5MESHPARSER_HPP +#ifndef NAZARA_UTILITY_FORMATS_MD5MESHPARSER_HPP +#define NAZARA_UTILITY_FORMATS_MD5MESHPARSER_HPP #include #include @@ -83,4 +83,4 @@ namespace Nz }; } -#endif // NAZARA_FORMATS_MD5MESHPARSER_HPP +#endif // NAZARA_UTILITY_FORMATS_MD5MESHPARSER_HPP diff --git a/include/Nazara/Utility/Formats/MTLParser.hpp b/include/Nazara/Utility/Formats/MTLParser.hpp index bbd4f24f7..cb0dff1dd 100644 --- a/include/Nazara/Utility/Formats/MTLParser.hpp +++ b/include/Nazara/Utility/Formats/MTLParser.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FORMATS_MTLPARSER_HPP -#define NAZARA_FORMATS_MTLPARSER_HPP +#ifndef NAZARA_UTILITY_FORMATS_MTLPARSER_HPP +#define NAZARA_UTILITY_FORMATS_MTLPARSER_HPP #include #include @@ -76,4 +76,4 @@ namespace Nz #include -#endif // NAZARA_FORMATS_MTLPARSER_HPP +#endif // NAZARA_UTILITY_FORMATS_MTLPARSER_HPP diff --git a/include/Nazara/Utility/Formats/OBJParser.hpp b/include/Nazara/Utility/Formats/OBJParser.hpp index f95ba67c9..6563b10f1 100644 --- a/include/Nazara/Utility/Formats/OBJParser.hpp +++ b/include/Nazara/Utility/Formats/OBJParser.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FORMATS_OBJPARSER_HPP -#define NAZARA_FORMATS_OBJPARSER_HPP +#ifndef NAZARA_UTILITY_FORMATS_OBJPARSER_HPP +#define NAZARA_UTILITY_FORMATS_OBJPARSER_HPP #include #include @@ -103,4 +103,4 @@ namespace Nz #include -#endif // NAZARA_FORMATS_OBJPARSER_HPP +#endif // NAZARA_UTILITY_FORMATS_OBJPARSER_HPP diff --git a/include/Nazara/Utility/GuillotineImageAtlas.hpp b/include/Nazara/Utility/GuillotineImageAtlas.hpp index 09e0b3f81..67cd9f6b1 100644 --- a/include/Nazara/Utility/GuillotineImageAtlas.hpp +++ b/include/Nazara/Utility/GuillotineImageAtlas.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_GUILLOTINEIMAGEATLAS_HPP -#define NAZARA_GUILLOTINEIMAGEATLAS_HPP +#ifndef NAZARA_UTILITY_GUILLOTINEIMAGEATLAS_HPP +#define NAZARA_UTILITY_GUILLOTINEIMAGEATLAS_HPP #include #include @@ -73,4 +73,4 @@ namespace Nz }; } -#endif // NAZARA_GUILLOTINEIMAGEATLAS_HPP +#endif // NAZARA_UTILITY_GUILLOTINEIMAGEATLAS_HPP diff --git a/include/Nazara/Utility/Image.hpp b/include/Nazara/Utility/Image.hpp index c97232dc6..a80326c86 100644 --- a/include/Nazara/Utility/Image.hpp +++ b/include/Nazara/Utility/Image.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_IMAGE_HPP -#define NAZARA_IMAGE_HPP +#ifndef NAZARA_UTILITY_IMAGE_HPP +#define NAZARA_UTILITY_IMAGE_HPP #include #include @@ -165,4 +165,4 @@ namespace Nz #include -#endif // NAZARA_IMAGE_HPP +#endif // NAZARA_UTILITY_IMAGE_HPP diff --git a/include/Nazara/Utility/IndexBuffer.hpp b/include/Nazara/Utility/IndexBuffer.hpp index ce30ec716..6caff8577 100644 --- a/include/Nazara/Utility/IndexBuffer.hpp +++ b/include/Nazara/Utility/IndexBuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_INDEXBUFFER_HPP -#define NAZARA_INDEXBUFFER_HPP +#ifndef NAZARA_UTILITY_INDEXBUFFER_HPP +#define NAZARA_UTILITY_INDEXBUFFER_HPP #include #include @@ -67,4 +67,4 @@ namespace Nz #include -#endif // NAZARA_INDEXBUFFER_HPP +#endif // NAZARA_UTILITY_INDEXBUFFER_HPP diff --git a/include/Nazara/Utility/IndexIterator.hpp b/include/Nazara/Utility/IndexIterator.hpp index 43decc602..76dd19080 100644 --- a/include/Nazara/Utility/IndexIterator.hpp +++ b/include/Nazara/Utility/IndexIterator.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_INDEXITERATOR_HPP -#define NAZARA_INDEXITERATOR_HPP +#ifndef NAZARA_UTILITY_INDEXITERATOR_HPP +#define NAZARA_UTILITY_INDEXITERATOR_HPP #include @@ -79,4 +79,4 @@ namespace Nz #include -#endif // NAZARA_INDEXITERATOR_HPP +#endif // NAZARA_UTILITY_INDEXITERATOR_HPP diff --git a/include/Nazara/Utility/IndexMapper.hpp b/include/Nazara/Utility/IndexMapper.hpp index 48deb4fe8..9deab3b80 100644 --- a/include/Nazara/Utility/IndexMapper.hpp +++ b/include/Nazara/Utility/IndexMapper.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_INDEXMAPPER_HPP -#define NAZARA_INDEXMAPPER_HPP +#ifndef NAZARA_UTILITY_INDEXMAPPER_HPP +#define NAZARA_UTILITY_INDEXMAPPER_HPP #include #include @@ -51,4 +51,4 @@ namespace Nz }; } -#endif // NAZARA_INDEXMAPPER_HPP +#endif // NAZARA_UTILITY_INDEXMAPPER_HPP diff --git a/include/Nazara/Utility/Joint.hpp b/include/Nazara/Utility/Joint.hpp index 2296486ab..358576a29 100644 --- a/include/Nazara/Utility/Joint.hpp +++ b/include/Nazara/Utility/Joint.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_JOINT_HPP -#define NAZARA_JOINT_HPP +#ifndef NAZARA_UTILITY_JOINT_HPP +#define NAZARA_UTILITY_JOINT_HPP #include #include @@ -46,4 +46,4 @@ namespace Nz }; } -#endif // NAZARA_JOINT_HPP +#endif // NAZARA_UTILITY_JOINT_HPP diff --git a/include/Nazara/Utility/MaterialData.hpp b/include/Nazara/Utility/MaterialData.hpp index c6143e09d..1d8d0d296 100644 --- a/include/Nazara/Utility/MaterialData.hpp +++ b/include/Nazara/Utility/MaterialData.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MATERIALDATA_HPP -#define NAZARA_MATERIALDATA_HPP +#ifndef NAZARA_UTILITY_MATERIALDATA_HPP +#define NAZARA_UTILITY_MATERIALDATA_HPP namespace Nz { @@ -68,4 +68,4 @@ namespace Nz }; } -#endif // NAZARA_MATERIALDATA_HPP +#endif // NAZARA_UTILITY_MATERIALDATA_HPP diff --git a/include/Nazara/Utility/Mesh.hpp b/include/Nazara/Utility/Mesh.hpp index 54cd8b81f..4343a845e 100644 --- a/include/Nazara/Utility/Mesh.hpp +++ b/include/Nazara/Utility/Mesh.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MESH_HPP -#define NAZARA_MESH_HPP +#ifndef NAZARA_UTILITY_MESH_HPP +#define NAZARA_UTILITY_MESH_HPP #include #include @@ -165,4 +165,4 @@ namespace Nz #include -#endif // NAZARA_MESH_HPP +#endif // NAZARA_UTILITY_MESH_HPP diff --git a/include/Nazara/Utility/MeshData.hpp b/include/Nazara/Utility/MeshData.hpp index 96db4eefc..11cb2baa2 100644 --- a/include/Nazara/Utility/MeshData.hpp +++ b/include/Nazara/Utility/MeshData.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_MESHDATA_HPP -#define NAZARA_MESHDATA_HPP +#ifndef NAZARA_UTILITY_MESHDATA_HPP +#define NAZARA_UTILITY_MESHDATA_HPP #include @@ -22,4 +22,4 @@ namespace Nz }; } -#endif // NAZARA_MESHDATA_HPP +#endif // NAZARA_UTILITY_MESHDATA_HPP diff --git a/include/Nazara/Utility/Node.hpp b/include/Nazara/Utility/Node.hpp index 00a899891..0e10345b0 100644 --- a/include/Nazara/Utility/Node.hpp +++ b/include/Nazara/Utility/Node.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_NODE_HPP -#define NAZARA_NODE_HPP +#ifndef NAZARA_UTILITY_NODE_HPP +#define NAZARA_UTILITY_NODE_HPP #include #include @@ -130,4 +130,4 @@ namespace Nz }; } -#endif // NAZARA_NODE_HPP +#endif // NAZARA_UTILITY_NODE_HPP diff --git a/include/Nazara/Utility/PixelFormat.hpp b/include/Nazara/Utility/PixelFormat.hpp index 83c77bdca..6235782cc 100644 --- a/include/Nazara/Utility/PixelFormat.hpp +++ b/include/Nazara/Utility/PixelFormat.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_PIXELFORMAT_HPP -#define NAZARA_PIXELFORMAT_HPP +#ifndef NAZARA_UTILITY_PIXELFORMAT_HPP +#define NAZARA_UTILITY_PIXELFORMAT_HPP #include #include @@ -95,4 +95,4 @@ namespace Nz #include -#endif // NAZARA_PIXELFORMAT_HPP +#endif // NAZARA_UTILITY_PIXELFORMAT_HPP diff --git a/include/Nazara/Utility/RichTextDrawer.hpp b/include/Nazara/Utility/RichTextDrawer.hpp index de7ff3ee7..64aae02c4 100644 --- a/include/Nazara/Utility/RichTextDrawer.hpp +++ b/include/Nazara/Utility/RichTextDrawer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_RICHTEXTDRAWER_HPP -#define NAZARA_RICHTEXTDRAWER_HPP +#ifndef NAZARA_UTILITY_RICHTEXTDRAWER_HPP +#define NAZARA_UTILITY_RICHTEXTDRAWER_HPP #include #include @@ -209,4 +209,4 @@ namespace Nz #include -#endif // NAZARA_RICHTEXTDRAWER_HPP +#endif // NAZARA_UTILITY_RICHTEXTDRAWER_HPP diff --git a/include/Nazara/Utility/Sequence.hpp b/include/Nazara/Utility/Sequence.hpp index 4f05b3191..224520b33 100644 --- a/include/Nazara/Utility/Sequence.hpp +++ b/include/Nazara/Utility/Sequence.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SEQUENCE_HPP -#define NAZARA_SEQUENCE_HPP +#ifndef NAZARA_UTILITY_SEQUENCE_HPP +#define NAZARA_UTILITY_SEQUENCE_HPP #include #include @@ -29,4 +29,4 @@ namespace Nz }; } -#endif // NAZARA_SEQUENCE_HPP +#endif // NAZARA_UTILITY_SEQUENCE_HPP diff --git a/include/Nazara/Utility/SimpleTextDrawer.hpp b/include/Nazara/Utility/SimpleTextDrawer.hpp index 60035dc79..904ab9ce5 100644 --- a/include/Nazara/Utility/SimpleTextDrawer.hpp +++ b/include/Nazara/Utility/SimpleTextDrawer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SIMPLETEXTDRAWER_HPP -#define NAZARA_SIMPLETEXTDRAWER_HPP +#ifndef NAZARA_UTILITY_SIMPLETEXTDRAWER_HPP +#define NAZARA_UTILITY_SIMPLETEXTDRAWER_HPP #include #include @@ -122,4 +122,4 @@ namespace Nz #include -#endif // NAZARA_SIMPLETEXTDRAWER_HPP +#endif // NAZARA_UTILITY_SIMPLETEXTDRAWER_HPP diff --git a/include/Nazara/Utility/SkeletalMesh.hpp b/include/Nazara/Utility/SkeletalMesh.hpp index 869d10753..24b8f290d 100644 --- a/include/Nazara/Utility/SkeletalMesh.hpp +++ b/include/Nazara/Utility/SkeletalMesh.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SKELETALMESH_HPP -#define NAZARA_SKELETALMESH_HPP +#ifndef NAZARA_UTILITY_SKELETALMESH_HPP +#define NAZARA_UTILITY_SKELETALMESH_HPP #include #include @@ -41,4 +41,4 @@ namespace Nz #include -#endif // NAZARA_SKELETALMESH_HPP +#endif // NAZARA_UTILITY_SKELETALMESH_HPP diff --git a/include/Nazara/Utility/Skeleton.hpp b/include/Nazara/Utility/Skeleton.hpp index d524689fa..d26cce4ba 100644 --- a/include/Nazara/Utility/Skeleton.hpp +++ b/include/Nazara/Utility/Skeleton.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SKELETON_HPP -#define NAZARA_SKELETON_HPP +#ifndef NAZARA_UTILITY_SKELETON_HPP +#define NAZARA_UTILITY_SKELETON_HPP #include #include @@ -68,4 +68,4 @@ namespace Nz #include -#endif // NAZARA_SKELETON_HPP +#endif // NAZARA_UTILITY_SKELETON_HPP diff --git a/include/Nazara/Utility/SoftwareBuffer.hpp b/include/Nazara/Utility/SoftwareBuffer.hpp index ebf1bec1a..379512438 100644 --- a/include/Nazara/Utility/SoftwareBuffer.hpp +++ b/include/Nazara/Utility/SoftwareBuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SOFTWAREBUFFER_HPP -#define NAZARA_SOFTWAREBUFFER_HPP +#ifndef NAZARA_UTILITY_SOFTWAREBUFFER_HPP +#define NAZARA_UTILITY_SOFTWAREBUFFER_HPP #include #include @@ -38,4 +38,4 @@ namespace Nz }; } -#endif // NAZARA_SOFTWAREBUFFER_HPP +#endif // NAZARA_UTILITY_SOFTWAREBUFFER_HPP diff --git a/include/Nazara/Utility/StaticMesh.hpp b/include/Nazara/Utility/StaticMesh.hpp index 23cf893c9..0a4334fe2 100644 --- a/include/Nazara/Utility/StaticMesh.hpp +++ b/include/Nazara/Utility/StaticMesh.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_STATICMESH_HPP -#define NAZARA_STATICMESH_HPP +#ifndef NAZARA_UTILITY_STATICMESH_HPP +#define NAZARA_UTILITY_STATICMESH_HPP #include #include @@ -43,4 +43,4 @@ namespace Nz #include -#endif // NAZARA_STATICMESH_HPP +#endif // NAZARA_UTILITY_STATICMESH_HPP diff --git a/include/Nazara/Utility/SubMesh.hpp b/include/Nazara/Utility/SubMesh.hpp index a16507025..d52f7aba2 100644 --- a/include/Nazara/Utility/SubMesh.hpp +++ b/include/Nazara/Utility/SubMesh.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SUBMESH_HPP -#define NAZARA_SUBMESH_HPP +#ifndef NAZARA_UTILITY_SUBMESH_HPP +#define NAZARA_UTILITY_SUBMESH_HPP #include #include @@ -57,4 +57,4 @@ namespace Nz }; } -#endif // NAZARA_SUBMESH_HPP +#endif // NAZARA_UTILITY_SUBMESH_HPP diff --git a/include/Nazara/Utility/TriangleIterator.hpp b/include/Nazara/Utility/TriangleIterator.hpp index 39cca969c..9303ff8a9 100644 --- a/include/Nazara/Utility/TriangleIterator.hpp +++ b/include/Nazara/Utility/TriangleIterator.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_TRIANGLEITERATOR_HPP -#define NAZARA_TRIANGLEITERATOR_HPP +#ifndef NAZARA_UTILITY_TRIANGLEITERATOR_HPP +#define NAZARA_UTILITY_TRIANGLEITERATOR_HPP #include #include @@ -37,4 +37,4 @@ namespace Nz }; } -#endif // NAZARA_TRIANGLEITERATOR_HPP +#endif // NAZARA_UTILITY_TRIANGLEITERATOR_HPP diff --git a/include/Nazara/Utility/UniformBuffer.hpp b/include/Nazara/Utility/UniformBuffer.hpp index 34d51f2ae..b92ed672e 100644 --- a/include/Nazara/Utility/UniformBuffer.hpp +++ b/include/Nazara/Utility/UniformBuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_UNIFORMBUFFER_HPP -#define NAZARA_UNIFORMBUFFER_HPP +#ifndef NAZARA_UTILITY_UNIFORMBUFFER_HPP +#define NAZARA_UTILITY_UNIFORMBUFFER_HPP #include #include @@ -54,4 +54,4 @@ namespace Nz #include -#endif // NAZARA_UNIFORMBUFFER_HPP +#endif // NAZARA_UTILITY_UNIFORMBUFFER_HPP diff --git a/include/Nazara/Utility/VertexBuffer.hpp b/include/Nazara/Utility/VertexBuffer.hpp index 280acb7c4..1daa902f2 100644 --- a/include/Nazara/Utility/VertexBuffer.hpp +++ b/include/Nazara/Utility/VertexBuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VERTEXBUFFER_HPP -#define NAZARA_VERTEXBUFFER_HPP +#ifndef NAZARA_UTILITY_VERTEXBUFFER_HPP +#define NAZARA_UTILITY_VERTEXBUFFER_HPP #include #include @@ -65,4 +65,4 @@ namespace Nz #include -#endif // NAZARA_VERTEXBUFFER_HPP +#endif // NAZARA_UTILITY_VERTEXBUFFER_HPP diff --git a/include/Nazara/Utility/VertexDeclaration.hpp b/include/Nazara/Utility/VertexDeclaration.hpp index dcda8c7d6..19a5c5195 100644 --- a/include/Nazara/Utility/VertexDeclaration.hpp +++ b/include/Nazara/Utility/VertexDeclaration.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VERTEXDECLARATION_HPP -#define NAZARA_VERTEXDECLARATION_HPP +#ifndef NAZARA_UTILITY_VERTEXDECLARATION_HPP +#define NAZARA_UTILITY_VERTEXDECLARATION_HPP #include #include @@ -83,4 +83,4 @@ namespace Nz #include -#endif // NAZARA_VERTEXDECLARATION_HPP +#endif // NAZARA_UTILITY_VERTEXDECLARATION_HPP diff --git a/include/Nazara/Utility/VertexMapper.hpp b/include/Nazara/Utility/VertexMapper.hpp index 9bc9fa43f..bb8c70b1e 100644 --- a/include/Nazara/Utility/VertexMapper.hpp +++ b/include/Nazara/Utility/VertexMapper.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VERTEXMAPPER_HPP -#define NAZARA_VERTEXMAPPER_HPP +#ifndef NAZARA_UTILITY_VERTEXMAPPER_HPP +#define NAZARA_UTILITY_VERTEXMAPPER_HPP #include #include @@ -41,4 +41,4 @@ namespace Nz #include -#endif // NAZARA_VERTEXMAPPER_HPP +#endif // NAZARA_UTILITY_VERTEXMAPPER_HPP diff --git a/include/Nazara/Utility/VertexStruct.hpp b/include/Nazara/Utility/VertexStruct.hpp index c14948088..ce217e022 100644 --- a/include/Nazara/Utility/VertexStruct.hpp +++ b/include/Nazara/Utility/VertexStruct.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VERTEXSTRUCT_HPP -#define NAZARA_VERTEXSTRUCT_HPP +#ifndef NAZARA_UTILITY_VERTEXSTRUCT_HPP +#define NAZARA_UTILITY_VERTEXSTRUCT_HPP #include #include @@ -83,4 +83,4 @@ namespace Nz }; } -#endif // NAZARA_VERTEXSTRUCT_HPP +#endif // NAZARA_UTILITY_VERTEXSTRUCT_HPP diff --git a/include/Nazara/VulkanRenderer.hpp b/include/Nazara/VulkanRenderer.hpp index 4b91672ff..469777424 100644 --- a/include/Nazara/VulkanRenderer.hpp +++ b/include/Nazara/VulkanRenderer.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* - Nazara Engine - Vulkan + Nazara Engine - Vulkan renderer - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/VulkanRenderer/Config.hpp b/include/Nazara/VulkanRenderer/Config.hpp index 39a7f5b4f..82cfb81ed 100644 --- a/include/Nazara/VulkanRenderer/Config.hpp +++ b/include/Nazara/VulkanRenderer/Config.hpp @@ -24,8 +24,8 @@ #pragma once -#ifndef NAZARA_CONFIG_VULKANRENDERER_HPP -#define NAZARA_CONFIG_VULKANRENDERER_HPP +#ifndef NAZARA_VULKANRENDERER_CONFIG_HPP +#define NAZARA_VULKANRENDERER_CONFIG_HPP /// Chaque modification d'un paramètre du module nécessite une recompilation de celui-ci @@ -50,4 +50,4 @@ #define NAZARA_VULKANRENDERER_API #endif -#endif // NAZARA_CONFIG_VULKANRENDERER_HPP +#endif // NAZARA_VULKANRENDERER_CONFIG_HPP diff --git a/include/Nazara/VulkanRenderer/ConfigCheck.hpp b/include/Nazara/VulkanRenderer/ConfigCheck.hpp index 6592eb252..465bb067a 100644 --- a/include/Nazara/VulkanRenderer/ConfigCheck.hpp +++ b/include/Nazara/VulkanRenderer/ConfigCheck.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CHECK_VULKANRENDERER_HPP -#define NAZARA_CONFIG_CHECK_VULKANRENDERER_HPP +#ifndef NAZARA_VULKANRENDERER_CONFIGCHECK_HPP +#define NAZARA_VULKANRENDERER_CONFIGCHECK_HPP /// Ce fichier sert à vérifier la valeur des constantes du fichier Config.hpp @@ -19,4 +19,4 @@ #define NAZARA_VULKANRENDERER_MANAGE_MEMORY 0 #endif -#endif // NAZARA_CONFIG_CHECK_VULKANRENDERER_HPP +#endif // NAZARA_VULKANRENDERER_CONFIGCHECK_HPP diff --git a/include/Nazara/VulkanRenderer/Debug.hpp b/include/Nazara/VulkanRenderer/Debug.hpp index 281889766..c8aad51a4 100644 --- a/include/Nazara/VulkanRenderer/Debug.hpp +++ b/include/Nazara/VulkanRenderer/Debug.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include #if NAZARA_VULKANRENDERER_MANAGE_MEMORY #include diff --git a/include/Nazara/VulkanRenderer/DebugOff.hpp b/include/Nazara/VulkanRenderer/DebugOff.hpp index 22eb5898b..7acd2edf6 100644 --- a/include/Nazara/VulkanRenderer/DebugOff.hpp +++ b/include/Nazara/VulkanRenderer/DebugOff.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + // On suppose que Debug.hpp a déjà été inclus, tout comme Config.hpp #if NAZARA_VULKANRENDERER_MANAGE_MEMORY #undef delete diff --git a/include/Nazara/VulkanRenderer/Utils.hpp b/include/Nazara/VulkanRenderer/Utils.hpp index 5782c4857..67910e179 100644 --- a/include/Nazara/VulkanRenderer/Utils.hpp +++ b/include/Nazara/VulkanRenderer/Utils.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_UTILS_VULKAN_HPP -#define NAZARA_UTILS_VULKAN_HPP +#ifndef NAZARA_VULKANRENDERER_UTILS_HPP +#define NAZARA_VULKANRENDERER_UTILS_HPP #include #include @@ -49,4 +49,4 @@ namespace Nz #include -#endif // NAZARA_UTILS_VULKAN_HPP +#endif // NAZARA_VULKANRENDERER_UTILS_HPP diff --git a/include/Nazara/VulkanRenderer/Vulkan.hpp b/include/Nazara/VulkanRenderer/Vulkan.hpp index e6b72e01a..981a5f983 100644 --- a/include/Nazara/VulkanRenderer/Vulkan.hpp +++ b/include/Nazara/VulkanRenderer/Vulkan.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKAN_HPP -#define NAZARA_VULKAN_HPP +#ifndef NAZARA_VULKANRENDERER_VULKAN_HPP +#define NAZARA_VULKANRENDERER_VULKAN_HPP #include #include @@ -60,4 +60,4 @@ namespace Nz }; } -#endif // NAZARA_VULKAN_HPP +#endif // NAZARA_VULKANRENDERER_VULKAN_HPP diff --git a/include/Nazara/VulkanRenderer/VulkanBuffer.hpp b/include/Nazara/VulkanRenderer/VulkanBuffer.hpp index 43c588038..b19f95d2e 100644 --- a/include/Nazara/VulkanRenderer/VulkanBuffer.hpp +++ b/include/Nazara/VulkanRenderer/VulkanBuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_BUFFER_HPP -#define NAZARA_VULKANRENDERER_BUFFER_HPP +#ifndef NAZARA_VULKANRENDERER_VULKANBUFFER_HPP +#define NAZARA_VULKANRENDERER_VULKANBUFFER_HPP #include #include @@ -54,4 +54,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_BUFFER_HPP +#endif // NAZARA_VULKANRENDERER_VULKANBUFFER_HPP diff --git a/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp b/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp index 206c318d7..3897210a1 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp +++ b/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_RENDERWINDOW_HPP -#define NAZARA_VULKANRENDERER_RENDERWINDOW_HPP +#ifndef NAZARA_VULKANRENDERER_VULKANRENDERWINDOW_HPP +#define NAZARA_VULKANRENDERER_VULKANRENDERWINDOW_HPP #include #include @@ -92,4 +92,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_RENDERWINDOW_HPP +#endif // NAZARA_VULKANRENDERER_VULKANRENDERWINDOW_HPP diff --git a/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp b/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp index fcc46c132..2e32f17a4 100644 --- a/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp +++ b/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VULKANSHADERSTAGE_HPP -#define NAZARA_VULKANRENDERER_VULKANSHADERSTAGE_HPP +#ifndef NAZARA_VULKANRENDERER_VULKANSHADERMODULE_HPP +#define NAZARA_VULKANRENDERER_VULKANSHADERMODULE_HPP #include #include @@ -50,4 +50,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VULKANSHADERSTAGE_HPP +#endif // NAZARA_VULKANRENDERER_VULKANSHADERMODULE_HPP diff --git a/include/Nazara/VulkanRenderer/VulkanSurface.hpp b/include/Nazara/VulkanRenderer/VulkanSurface.hpp index 712febdaf..072468ea1 100644 --- a/include/Nazara/VulkanRenderer/VulkanSurface.hpp +++ b/include/Nazara/VulkanRenderer/VulkanSurface.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_SURFACE_HPP -#define NAZARA_VULKANRENDERER_SURFACE_HPP +#ifndef NAZARA_VULKANRENDERER_VULKANSURFACE_HPP +#define NAZARA_VULKANRENDERER_VULKANSURFACE_HPP #include #include @@ -37,4 +37,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_SURFACE_HPP +#endif // NAZARA_VULKANRENDERER_VULKANSURFACE_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper.hpp b/include/Nazara/VulkanRenderer/Wrapper.hpp index 94c80b9c5..abb1ce519 100644 --- a/include/Nazara/VulkanRenderer/Wrapper.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* - Nazara Engine - Vulkan + Nazara Engine - Vulkan renderer - Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -26,8 +26,8 @@ #pragma once -#ifndef NAZARA_GLOBAL_VULKANRENDERER_WRAPPER_HPP -#define NAZARA_GLOBAL_VULKANRENDERER_WRAPPER_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_HPP #include #include @@ -59,4 +59,4 @@ #include #include -#endif // NAZARA_GLOBAL_VULKANRENDERER_WRAPPER_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/AutoFree.hpp b/include/Nazara/VulkanRenderer/Wrapper/AutoFree.hpp index 839c423b6..39d34b3f7 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/AutoFree.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/AutoFree.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKAUTOFREE_HPP -#define NAZARA_VULKANRENDERER_VKAUTOFREE_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_AUTOFREE_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_AUTOFREE_HPP #include @@ -39,4 +39,4 @@ namespace Nz::Vk #include -#endif // NAZARA_VULKANRENDERER_VKAUTOFREE_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_AUTOFREE_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/Buffer.hpp b/include/Nazara/VulkanRenderer/Wrapper/Buffer.hpp index 803fa3df1..449bda575 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Buffer.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Buffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKBUFFER_HPP -#define NAZARA_VULKANRENDERER_VKBUFFER_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_BUFFER_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_BUFFER_HPP #include #include @@ -43,4 +43,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKBUFFER_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_BUFFER_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp b/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp index 18ad866e0..10db6a57a 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKCOMMANDBUFFER_HPP -#define NAZARA_VULKANRENDERER_VKCOMMANDBUFFER_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_COMMANDBUFFER_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_COMMANDBUFFER_HPP #include #include @@ -128,4 +128,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKCOMMANDBUFFER_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_COMMANDBUFFER_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/CommandPool.hpp b/include/Nazara/VulkanRenderer/Wrapper/CommandPool.hpp index 279365375..f1bd9458a 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/CommandPool.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/CommandPool.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKCOMMANDPOOL_HPP -#define NAZARA_VULKANRENDERER_VKCOMMANDPOOL_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_COMMANDPOOL_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_COMMANDPOOL_HPP #include #include @@ -46,4 +46,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKCOMMANDPOOL_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_COMMANDPOOL_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.hpp b/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.hpp index 0f31548aa..2c390ce40 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKDEBUGUTILSMESSENGEREXT_HPP -#define NAZARA_VULKANRENDERER_VKDEBUGUTILSMESSENGEREXT_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_DEBUGUTILSMESSENGEREXT_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_DEBUGUTILSMESSENGEREXT_HPP #include #include @@ -38,4 +38,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKDEBUGUTILSMESSENGEREXT_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_DEBUGUTILSMESSENGEREXT_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.hpp b/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.hpp index ddf2473a3..8c7cb31b5 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKDESCRIPTORPOOL_HPP -#define NAZARA_VULKANRENDERER_VKDESCRIPTORPOOL_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_DESCRIPTORPOOL_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_DESCRIPTORPOOL_HPP #include #include @@ -45,4 +45,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKDESCRIPTORPOOL_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_DESCRIPTORPOOL_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.hpp b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.hpp index f4f2bb237..1bcc923c9 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKDESCRIPTORSET_HPP -#define NAZARA_VULKANRENDERER_VKDESCRIPTORSET_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_DESCRIPTORSET_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_DESCRIPTORSET_HPP #include #include @@ -71,4 +71,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKDESCRIPTORSET_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_DESCRIPTORSET_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.hpp b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.hpp index ad93ee903..228e6b7b1 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKDESCRIPTORSETLAYOUT_HPP -#define NAZARA_VULKANRENDERER_VKDESCRIPTORSETLAYOUT_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_DESCRIPTORSETLAYOUT_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_DESCRIPTORSETLAYOUT_HPP #include #include @@ -40,4 +40,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKDESCRIPTORSETLAYOUT_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_DESCRIPTORSETLAYOUT_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/Device.hpp b/include/Nazara/VulkanRenderer/Wrapper/Device.hpp index 33834fd67..b8bd111b1 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Device.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Device.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKDEVICE_HPP -#define NAZARA_VULKANRENDERER_VKDEVICE_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_DEVICE_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_DEVICE_HPP #include #include @@ -122,4 +122,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKDEVICE_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_DEVICE_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/DeviceFunctions.hpp b/include/Nazara/VulkanRenderer/Wrapper/DeviceFunctions.hpp index e1ae71299..3f4600af6 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DeviceFunctions.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DeviceFunctions.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #if !defined(NAZARA_VULKANRENDERER_DEVICE_FUNCTION) || !defined(NAZARA_VULKANRENDERER_DEVICE_CORE_EXT_FUNCTION) #error You must define NAZARA_VULKANRENDERER_DEVICE_FUNCTION and NAZARA_VULKANRENDERER_DEVICE_CORE_EXT_FUNCTION before including this file #endif diff --git a/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.hpp b/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.hpp index f45752df1..99c125a8e 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKDEVICEMEMORY_HPP -#define NAZARA_VULKANRENDERER_VKDEVICEMEMORY_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_DEVICEMEMORY_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_DEVICEMEMORY_HPP #include #include @@ -53,4 +53,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKDEVICEMEMORY_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_DEVICEMEMORY_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp b/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp index 7c4d01d3b..216b90932 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKDEVICEOBJECT_HPP -#define NAZARA_VULKANRENDERER_VKDEVICEOBJECT_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_DEVICEOBJECT_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_DEVICEOBJECT_HPP #include #include @@ -50,4 +50,4 @@ namespace Nz::Vk #include -#endif // NAZARA_VULKANRENDERER_VKDEVICEOBJECT_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_DEVICEOBJECT_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/Fence.hpp b/include/Nazara/VulkanRenderer/Wrapper/Fence.hpp index 34ec3ca88..1ac90ed3b 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Fence.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Fence.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKFENCE_HPP -#define NAZARA_VULKANRENDERER_VKFENCE_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_FENCE_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_FENCE_HPP #include #include @@ -44,4 +44,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKFENCE_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_FENCE_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.hpp b/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.hpp index 06fd6becd..b9e0075fc 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKFRAMEBUFFER_HPP -#define NAZARA_VULKANRENDERER_VKFRAMEBUFFER_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_FRAMEBUFFER_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_FRAMEBUFFER_HPP #include #include @@ -36,4 +36,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKFRAMEBUFFER_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_FRAMEBUFFER_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/GlobalFunctions.hpp b/include/Nazara/VulkanRenderer/Wrapper/GlobalFunctions.hpp index 341b79542..9e6ad4ac1 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/GlobalFunctions.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/GlobalFunctions.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #if !defined(NAZARA_VULKANRENDERER_GLOBAL_FUNCTION) || !defined(NAZARA_VULKANRENDERER_GLOBAL_FUNCTION_OPT) #error You must define NAZARA_VULKANRENDERER_GLOBAL_FUNCTION and NAZARA_VULKANRENDERER_GLOBAL_FUNCTION_OPT before including this file #endif diff --git a/include/Nazara/VulkanRenderer/Wrapper/Image.hpp b/include/Nazara/VulkanRenderer/Wrapper/Image.hpp index 6fb07b4b5..4f6bfdf4c 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Image.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Image.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKIMAGE_HPP -#define NAZARA_VULKANRENDERER_VKIMAGE_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_IMAGE_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_IMAGE_HPP #include #include @@ -40,4 +40,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKIMAGE_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_IMAGE_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/ImageView.hpp b/include/Nazara/VulkanRenderer/Wrapper/ImageView.hpp index 5527d9181..5c80b6810 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/ImageView.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/ImageView.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKIMAGEVIEW_HPP -#define NAZARA_VULKANRENDERER_VKIMAGEVIEW_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_IMAGEVIEW_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_IMAGEVIEW_HPP #include #include @@ -36,4 +36,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKIMAGEVIEW_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_IMAGEVIEW_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/Instance.hpp b/include/Nazara/VulkanRenderer/Wrapper/Instance.hpp index 78eda846f..e47f0ca61 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Instance.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Instance.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKINSTANCE_HPP -#define NAZARA_VULKANRENDERER_VKINSTANCE_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_INSTANCE_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_INSTANCE_HPP #include #include @@ -112,4 +112,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKINSTANCE_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_INSTANCE_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/InstanceFunctions.hpp b/include/Nazara/VulkanRenderer/Wrapper/InstanceFunctions.hpp index 0a1224290..f67fa9905 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/InstanceFunctions.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/InstanceFunctions.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #if !defined(NAZARA_VULKANRENDERER_INSTANCE_FUNCTION) || !defined(NAZARA_VULKANRENDERER_INSTANCE_CORE_EXT_FUNCTION) #error You must define NAZARA_VULKANRENDERER_INSTANCE_FUNCTION and NAZARA_VULKANRENDERER_INSTANCE_CORE_EXT_FUNCTION before including this file #endif diff --git a/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.hpp b/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.hpp index 090681fa9..8b2b38517 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKINSTANCEOBJECT_HPP -#define NAZARA_VULKANRENDERER_VKINSTANCEOBJECT_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_INSTANCEOBJECT_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_INSTANCEOBJECT_HPP #include #include @@ -50,4 +50,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKINSTANCEOBJECT_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_INSTANCEOBJECT_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/Loader.hpp b/include/Nazara/VulkanRenderer/Wrapper/Loader.hpp index 8e3e0ca04..839aa34fe 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Loader.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Loader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKLOADER_HPP -#define NAZARA_VULKANRENDERER_VKLOADER_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_LOADER_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_LOADER_HPP #include #include @@ -48,4 +48,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKLOADER_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_LOADER_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp b/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp index 34c0cf043..301bcb38f 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKPHYSICALDEVICE_HPP -#define NAZARA_VULKANRENDERER_VKPHYSICALDEVICE_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_PHYSICALDEVICE_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_PHYSICALDEVICE_HPP #include #include @@ -24,4 +24,4 @@ namespace Nz::Vk }; } -#endif // NAZARA_VULKANRENDERER_VKPHYSICALDEVICE_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_PHYSICALDEVICE_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/Pipeline.hpp b/include/Nazara/VulkanRenderer/Wrapper/Pipeline.hpp index a8a87bf6d..e49aab05c 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Pipeline.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Pipeline.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKPIPELINE_HPP -#define NAZARA_VULKANRENDERER_VKPIPELINE_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_PIPELINE_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_PIPELINE_HPP #include #include @@ -47,4 +47,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKPIPELINE_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_PIPELINE_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.hpp b/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.hpp index ad4d6dc0f..120cfc2cc 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKPIPELINECACHE_HPP -#define NAZARA_VULKANRENDERER_VKPIPELINECACHE_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_PIPELINECACHE_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_PIPELINECACHE_HPP #include #include @@ -36,4 +36,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKPIPELINECACHE_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_PIPELINECACHE_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.hpp b/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.hpp index 8b251503c..65c053e27 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKPIPELINELAYOUT_HPP -#define NAZARA_VULKANRENDERER_VKPIPELINELAYOUT_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_PIPELINELAYOUT_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_PIPELINELAYOUT_HPP #include #include @@ -40,4 +40,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKPIPELINELAYOUT_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_PIPELINELAYOUT_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp b/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp index 5d9d12ea2..6db9cc6f7 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKQUEUE_HPP -#define NAZARA_VULKANRENDERER_VKQUEUE_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_QUEUEHANDLE_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_QUEUEHANDLE_HPP #include #include @@ -59,4 +59,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKQUEUE_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_QUEUEHANDLE_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/RenderPass.hpp b/include/Nazara/VulkanRenderer/Wrapper/RenderPass.hpp index 6dfab3e0e..99ae173a4 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/RenderPass.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/RenderPass.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKRENDERPASS_HPP -#define NAZARA_VULKANRENDERER_VKRENDERPASS_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_RENDERPASS_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_RENDERPASS_HPP #include #include @@ -36,4 +36,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKRENDERPASS_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_RENDERPASS_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/Sampler.hpp b/include/Nazara/VulkanRenderer/Wrapper/Sampler.hpp index b495f717b..f074b3f42 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Sampler.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Sampler.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKSAMPLER_HPP -#define NAZARA_VULKANRENDERER_VKSAMPLER_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_SAMPLER_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_SAMPLER_HPP #include #include @@ -36,4 +36,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKSAMPLER_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_SAMPLER_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/Semaphore.hpp b/include/Nazara/VulkanRenderer/Wrapper/Semaphore.hpp index 32f395e07..c01f64859 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Semaphore.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Semaphore.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKSEMAPHORE_HPP -#define NAZARA_VULKANRENDERER_VKSEMAPHORE_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_SEMAPHORE_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_SEMAPHORE_HPP #include #include @@ -39,4 +39,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKSEMAPHORE_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_SEMAPHORE_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.hpp b/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.hpp index 306228e11..d7ebf10c9 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKSHADERMODULE_HPP -#define NAZARA_VULKANRENDERER_VKSHADERMODULE_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_SHADERMODULE_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_SHADERMODULE_HPP #include #include @@ -39,4 +39,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKSHADERMODULE_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_SHADERMODULE_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp b/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp index 3d3d97524..35680d225 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKSURFACE_HPP -#define NAZARA_VULKANRENDERER_VKSURFACE_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_SURFACE_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_SURFACE_HPP #include #include @@ -83,4 +83,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKSURFACE_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_SURFACE_HPP diff --git a/include/Nazara/VulkanRenderer/Wrapper/Swapchain.hpp b/include/Nazara/VulkanRenderer/Wrapper/Swapchain.hpp index 30b4ca9c1..488d7c512 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Swapchain.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Swapchain.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VULKANRENDERER_VKSWAPCHAIN_HPP -#define NAZARA_VULKANRENDERER_VKSWAPCHAIN_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_SWAPCHAIN_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_SWAPCHAIN_HPP #include #include @@ -57,4 +57,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VKSWAPCHAIN_HPP +#endif // NAZARA_VULKANRENDERER_WRAPPER_SWAPCHAIN_HPP diff --git a/include/Nazara/Widgets.hpp b/include/Nazara/Widgets.hpp index 40789c49a..2df183ce7 100644 --- a/include/Nazara/Widgets.hpp +++ b/include/Nazara/Widgets.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated +// this file was automatically generated and should not be edited /* Nazara Engine - Widgets module - Copyright (C) 2020 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -30,6 +30,7 @@ #define NAZARA_GLOBAL_WIDGETS_HPP #include +#include #include #include #include diff --git a/include/Nazara/Widgets/BaseWidget.hpp b/include/Nazara/Widgets/BaseWidget.hpp index 646f17b78..96256b03d 100644 --- a/include/Nazara/Widgets/BaseWidget.hpp +++ b/include/Nazara/Widgets/BaseWidget.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_BASEWIDGET_HPP -#define NAZARA_BASEWIDGET_HPP +#ifndef NAZARA_WIDGETS_BASEWIDGET_HPP +#define NAZARA_WIDGETS_BASEWIDGET_HPP #include #include @@ -178,4 +178,4 @@ namespace Nz #include -#endif // NAZARA_BASEWIDGET_HPP +#endif // NAZARA_WIDGETS_BASEWIDGET_HPP diff --git a/include/Nazara/Widgets/ButtonWidget.hpp b/include/Nazara/Widgets/ButtonWidget.hpp index 7d4f4d65b..2030b9875 100644 --- a/include/Nazara/Widgets/ButtonWidget.hpp +++ b/include/Nazara/Widgets/ButtonWidget.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_BUTTONWIDGET_HPP -#define NAZARA_BUTTONWIDGET_HPP +#ifndef NAZARA_WIDGETS_BUTTONWIDGET_HPP +#define NAZARA_WIDGETS_BUTTONWIDGET_HPP #include #include @@ -69,4 +69,4 @@ namespace Nz #include -#endif // NDK_WIDGETS_BUTTONWIDGET_HPP +#endif // NAZARA_WIDGETS_BUTTONWIDGET_HPP diff --git a/include/Nazara/Widgets/Canvas.hpp b/include/Nazara/Widgets/Canvas.hpp index 6f2ae15cd..12091e63e 100644 --- a/include/Nazara/Widgets/Canvas.hpp +++ b/include/Nazara/Widgets/Canvas.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CANVAS_HPP -#define NAZARA_CANVAS_HPP +#ifndef NAZARA_WIDGETS_CANVAS_HPP +#define NAZARA_WIDGETS_CANVAS_HPP #include #include @@ -85,4 +85,4 @@ namespace Nz #include -#endif // NDK_CANVAS_HPP +#endif // NAZARA_WIDGETS_CANVAS_HPP diff --git a/include/Nazara/Widgets/Config.hpp b/include/Nazara/Widgets/Config.hpp index 2b17470db..f725987ee 100644 --- a/include/Nazara/Widgets/Config.hpp +++ b/include/Nazara/Widgets/Config.hpp @@ -24,8 +24,8 @@ #pragma once -#ifndef NAZARA_CONFIG_WIDGETS_HPP -#define NAZARA_CONFIG_WIDGETS_HPP +#ifndef NAZARA_WIDGETS_CONFIG_HPP +#define NAZARA_WIDGETS_CONFIG_HPP /*! * \defgroup widgets (NazaraWidgets) Widgets module @@ -50,4 +50,4 @@ #define NAZARA_WIDGETS_API #endif -#endif // NAZARA_CONFIG_WIDGETS_HPP +#endif // NAZARA_WIDGETS_CONFIG_HPP diff --git a/include/Nazara/Widgets/ConfigCheck.hpp b/include/Nazara/Widgets/ConfigCheck.hpp index 8f31e9d74..cfffeec1c 100644 --- a/include/Nazara/Widgets/ConfigCheck.hpp +++ b/include/Nazara/Widgets/ConfigCheck.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CONFIG_CHECK_WIDGETS_HPP -#define NAZARA_CONFIG_CHECK_WIDGETS_HPP +#ifndef NAZARA_WIDGETS_CONFIGCHECK_HPP +#define NAZARA_WIDGETS_CONFIGCHECK_HPP /// This file is used to check the constant values defined in Config.hpp @@ -20,4 +20,4 @@ #undef NazaraCheckTypeAndVal -#endif // NAZARA_CONFIG_CHECK_WIDGETS_HPP +#endif // NAZARA_WIDGETS_CONFIGCHECK_HPP diff --git a/include/Nazara/Widgets/Debug.hpp b/include/Nazara/Widgets/Debug.hpp index 8882fa69d..c91076aa7 100644 --- a/include/Nazara/Widgets/Debug.hpp +++ b/include/Nazara/Widgets/Debug.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Widgets module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #include #if NAZARA_WIDGETS_MANAGE_MEMORY #include diff --git a/include/Nazara/Widgets/DebugOff.hpp b/include/Nazara/Widgets/DebugOff.hpp index 0239dc1c1..bbcce1812 100644 --- a/include/Nazara/Widgets/DebugOff.hpp +++ b/include/Nazara/Widgets/DebugOff.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Widgets module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + // We assume that Debug.hpp has already been included, same thing for Config.hpp #if NAZARA_WIDGETS_MANAGE_MEMORY #undef delete diff --git a/include/Nazara/Widgets/LabelWidget.hpp b/include/Nazara/Widgets/LabelWidget.hpp index 4680571ea..f39e6eed1 100644 --- a/include/Nazara/Widgets/LabelWidget.hpp +++ b/include/Nazara/Widgets/LabelWidget.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LABELWIDGET_HPP -#define NAZARA_LABELWIDGET_HPP +#ifndef NAZARA_WIDGETS_LABELWIDGET_HPP +#define NAZARA_WIDGETS_LABELWIDGET_HPP #include #include @@ -36,4 +36,4 @@ namespace Nz #include -#endif +#endif // NAZARA_WIDGETS_LABELWIDGET_HPP diff --git a/include/Nazara/Widgets/Widgets.hpp b/include/Nazara/Widgets/Widgets.hpp index f9118f882..0609e6e25 100644 --- a/include/Nazara/Widgets/Widgets.hpp +++ b/include/Nazara/Widgets/Widgets.hpp @@ -36,4 +36,4 @@ namespace Nz #include -#endif +#endif // NAZARA_WIDGETS_HPP diff --git a/src/Nazara/Audio/Formats/drwavLoader.hpp b/src/Nazara/Audio/Formats/drwavLoader.hpp index f6a5f81b0..5c617c6f8 100644 --- a/src/Nazara/Audio/Formats/drwavLoader.hpp +++ b/src/Nazara/Audio/Formats/drwavLoader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LOADERS_DRWAV_HPP -#define NAZARA_LOADERS_DRWAV_HPP +#ifndef NAZARA_AUDIO_FORMATS_DRWAVLOADER_HPP +#define NAZARA_AUDIO_FORMATS_DRWAVLOADER_HPP #include #include @@ -17,4 +17,4 @@ namespace Nz::Loaders SoundStreamLoader::Entry GetSoundStreamLoader_drwav(); } -#endif +#endif // NAZARA_AUDIO_FORMATS_DRWAVLOADER_HPP diff --git a/src/Nazara/Audio/Formats/libflacLoader.hpp b/src/Nazara/Audio/Formats/libflacLoader.hpp index 32b85bfa4..845582716 100644 --- a/src/Nazara/Audio/Formats/libflacLoader.hpp +++ b/src/Nazara/Audio/Formats/libflacLoader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LOADERS_LIBFLAC_HPP -#define NAZARA_LOADERS_LIBFLAC_HPP +#ifndef NAZARA_AUDIO_FORMATS_LIBFLACLOADER_HPP +#define NAZARA_AUDIO_FORMATS_LIBFLACLOADER_HPP #include #include @@ -17,4 +17,4 @@ namespace Nz::Loaders SoundStreamLoader::Entry GetSoundStreamLoader_libflac(); } -#endif +#endif // NAZARA_AUDIO_FORMATS_LIBFLACLOADER_HPP diff --git a/src/Nazara/Audio/Formats/libvorbisLoader.hpp b/src/Nazara/Audio/Formats/libvorbisLoader.hpp index c58c48a9e..094ffb663 100644 --- a/src/Nazara/Audio/Formats/libvorbisLoader.hpp +++ b/src/Nazara/Audio/Formats/libvorbisLoader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LOADERS_LIBVORBIS_HPP -#define NAZARA_LOADERS_LIBVORBIS_HPP +#ifndef NAZARA_AUDIO_FORMATS_LIBVORBISLOADER_HPP +#define NAZARA_AUDIO_FORMATS_LIBVORBISLOADER_HPP #include #include @@ -17,4 +17,4 @@ namespace Nz::Loaders SoundStreamLoader::Entry GetSoundStreamLoader_libvorbis(); } -#endif +#endif // NAZARA_AUDIO_FORMATS_LIBVORBISLOADER_HPP diff --git a/src/Nazara/Audio/Formats/minimp3Loader.hpp b/src/Nazara/Audio/Formats/minimp3Loader.hpp index 6da7cbbb9..2558eae1b 100644 --- a/src/Nazara/Audio/Formats/minimp3Loader.hpp +++ b/src/Nazara/Audio/Formats/minimp3Loader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LOADERS_MINIMP3_HPP -#define NAZARA_LOADERS_MINIMP3_HPP +#ifndef NAZARA_AUDIO_FORMATS_MINIMP3LOADER_HPP +#define NAZARA_AUDIO_FORMATS_MINIMP3LOADER_HPP #include #include @@ -17,4 +17,4 @@ namespace Nz::Loaders SoundStreamLoader::Entry GetSoundStreamLoader_minimp3(); } -#endif +#endif // NAZARA_AUDIO_FORMATS_MINIMP3LOADER_HPP diff --git a/src/Nazara/Core/Hash/SHA/Internal.hpp b/src/Nazara/Core/Hash/SHA/Internal.hpp index a10fe6f38..75a2c30f9 100644 --- a/src/Nazara/Core/Hash/SHA/Internal.hpp +++ b/src/Nazara/Core/Hash/SHA/Internal.hpp @@ -39,8 +39,8 @@ #pragma once -#ifndef NAZARA_HASH_SHA2_INTERNAL_HPP -#define NAZARA_HASH_SHA2_INTERNAL_HPP +#ifndef NAZARA_CORE_HASH_SHA_INTERNAL_HPP +#define NAZARA_CORE_HASH_SHA_INTERNAL_HPP #include @@ -106,4 +106,4 @@ namespace Nz void SHA512_End(SHA_CTX*, UInt8*); } -#endif /* NAZARA_HASH_SHA2_INTERNAL_HPP */ +#endif // NAZARA_CORE_HASH_SHA_INTERNAL_HPP diff --git a/src/Nazara/Core/Posix/ClockImpl.hpp b/src/Nazara/Core/Posix/ClockImpl.hpp index ce4a4af15..d37017b99 100644 --- a/src/Nazara/Core/Posix/ClockImpl.hpp +++ b/src/Nazara/Core/Posix/ClockImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CLOCKIMPL_POSIX_HPP -#define NAZARA_CLOCKIMPL_POSIX_HPP +#ifndef NAZARA_CORE_POSIX_CLOCKIMPL_HPP +#define NAZARA_CORE_POSIX_CLOCKIMPL_HPP #include @@ -16,4 +16,4 @@ namespace Nz UInt64 ClockImplGetElapsedMilliseconds(); } -#endif // NAZARA_CLOCKIMPL_POSIX_HPP +#endif // NAZARA_CORE_POSIX_CLOCKIMPL_HPP diff --git a/src/Nazara/Core/Posix/DynLibImpl.hpp b/src/Nazara/Core/Posix/DynLibImpl.hpp index 6e2ffa53a..0f4c54f5d 100644 --- a/src/Nazara/Core/Posix/DynLibImpl.hpp +++ b/src/Nazara/Core/Posix/DynLibImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_DYNLIBIMPL_HPP -#define NAZARA_DYNLIBIMPL_HPP +#ifndef NAZARA_CORE_POSIX_DYNLIBIMPL_HPP +#define NAZARA_CORE_POSIX_DYNLIBIMPL_HPP #include #include @@ -29,4 +29,4 @@ namespace Nz }; } -#endif // NAZARA_DYNLIBIMPL_HPP +#endif // NAZARA_CORE_POSIX_DYNLIBIMPL_HPP diff --git a/src/Nazara/Core/Posix/FileImpl.hpp b/src/Nazara/Core/Posix/FileImpl.hpp index 68a829696..f7b44ff5a 100644 --- a/src/Nazara/Core/Posix/FileImpl.hpp +++ b/src/Nazara/Core/Posix/FileImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FILEIMPL_HPP -#define NAZARA_FILEIMPL_HPP +#ifndef NAZARA_CORE_POSIX_FILEIMPL_HPP +#define NAZARA_CORE_POSIX_FILEIMPL_HPP #ifndef _LARGEFILE64_SOURCE #define _LARGEFILE64_SOURCE @@ -66,4 +66,4 @@ namespace Nz }; } -#endif // NAZARA_FILEIMPL_HPP +#endif // NAZARA_CORE_POSIX_FILEIMPL_HPP diff --git a/src/Nazara/Core/Posix/HardwareInfoImpl.hpp b/src/Nazara/Core/Posix/HardwareInfoImpl.hpp index 12cab3f7a..43daf8623 100644 --- a/src/Nazara/Core/Posix/HardwareInfoImpl.hpp +++ b/src/Nazara/Core/Posix/HardwareInfoImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_HARDWAREINFOIMPL_POSIX_HPP -#define NAZARA_HARDWAREINFOIMPL_POSIX_HPP +#ifndef NAZARA_CORE_POSIX_HARDWAREINFOIMPL_HPP +#define NAZARA_CORE_POSIX_HARDWAREINFOIMPL_HPP #include @@ -21,4 +21,4 @@ namespace Nz }; } -#endif // NAZARA_HARDWAREINFOIMPL_POSIX_HPP +#endif // NAZARA_CORE_POSIX_HARDWAREINFOIMPL_HPP diff --git a/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp b/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp index a5d272dfc..190fa464a 100644 --- a/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp +++ b/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_TASKSCHEDULERIMPL_HPP -#define NAZARA_TASKSCHEDULERIMPL_HPP +#ifndef NAZARA_CORE_POSIX_TASKSCHEDULERIMPL_HPP +#define NAZARA_CORE_POSIX_TASKSCHEDULERIMPL_HPP #include #include @@ -65,4 +65,4 @@ namespace Nz }; } -#endif // NAZARA_TASKSCHEDULERIMPL_HPP +#endif // NAZARA_CORE_POSIX_TASKSCHEDULERIMPL_HPP diff --git a/src/Nazara/Core/UnicodeData.hpp b/src/Nazara/Core/UnicodeData.hpp index f60e35a45..b1dbb520a 100644 --- a/src/Nazara/Core/UnicodeData.hpp +++ b/src/Nazara/Core/UnicodeData.hpp @@ -1,8 +1,9 @@ // this file was automatically generated and should not be edited +// no header guards // Copyright (C) 2021 Jérôme Leclercq // This file is part of the "Nazara Engine - Core module" -// For conditions of distribution and use, see copyright notice in Config.hpp" +// For conditions of distribution and use, see copyright notice in Config.hpp UnicodeCharacter unicodeCharacters[34592] = { {0, Unicode::Category_Other_Control, Unicode::Direction_Boundary_Neutral}, diff --git a/src/Nazara/Core/Win32/ClockImpl.hpp b/src/Nazara/Core/Win32/ClockImpl.hpp index b2af58d0d..1e1756b21 100644 --- a/src/Nazara/Core/Win32/ClockImpl.hpp +++ b/src/Nazara/Core/Win32/ClockImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CLOCKIMPL_WINDOWS_HPP -#define NAZARA_CLOCKIMPL_WINDOWS_HPP +#ifndef NAZARA_CORE_WIN32_CLOCKIMPL_HPP +#define NAZARA_CORE_WIN32_CLOCKIMPL_HPP #include @@ -16,4 +16,4 @@ namespace Nz UInt64 ClockImplGetElapsedMilliseconds(); } -#endif // NAZARA_CLOCKIMPL_WINDOWS_HPP +#endif // NAZARA_CORE_WIN32_CLOCKIMPL_HPP diff --git a/src/Nazara/Core/Win32/DynLibImpl.hpp b/src/Nazara/Core/Win32/DynLibImpl.hpp index f7cfa5638..9b3111990 100644 --- a/src/Nazara/Core/Win32/DynLibImpl.hpp +++ b/src/Nazara/Core/Win32/DynLibImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_DYNLIBIMPL_HPP -#define NAZARA_DYNLIBIMPL_HPP +#ifndef NAZARA_CORE_WIN32_DYNLIBIMPL_HPP +#define NAZARA_CORE_WIN32_DYNLIBIMPL_HPP #include #include @@ -33,4 +33,4 @@ namespace Nz }; } -#endif // NAZARA_DYNLIBIMPL_HPP +#endif // NAZARA_CORE_WIN32_DYNLIBIMPL_HPP diff --git a/src/Nazara/Core/Win32/FileImpl.hpp b/src/Nazara/Core/Win32/FileImpl.hpp index 8bdd715a3..a62485ee7 100644 --- a/src/Nazara/Core/Win32/FileImpl.hpp +++ b/src/Nazara/Core/Win32/FileImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FILEIMPL_HPP -#define NAZARA_FILEIMPL_HPP +#ifndef NAZARA_CORE_WIN32_FILEIMPL_HPP +#define NAZARA_CORE_WIN32_FILEIMPL_HPP #include #include @@ -44,4 +44,4 @@ namespace Nz }; } -#endif // NAZARA_FILEIMPL_HPP +#endif // NAZARA_CORE_WIN32_FILEIMPL_HPP diff --git a/src/Nazara/Core/Win32/HardwareInfoImpl.hpp b/src/Nazara/Core/Win32/HardwareInfoImpl.hpp index 4e26d0dde..da5cadd8b 100644 --- a/src/Nazara/Core/Win32/HardwareInfoImpl.hpp +++ b/src/Nazara/Core/Win32/HardwareInfoImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_HARDWAREINFOIMPL_WINDOWS_HPP -#define NAZARA_HARDWAREINFOIMPL_WINDOWS_HPP +#ifndef NAZARA_CORE_WIN32_HARDWAREINFOIMPL_HPP +#define NAZARA_CORE_WIN32_HARDWAREINFOIMPL_HPP #include @@ -21,4 +21,4 @@ namespace Nz }; } -#endif // NAZARA_HARDWAREINFOIMPL_WINDOWS_HPP +#endif // NAZARA_CORE_WIN32_HARDWAREINFOIMPL_HPP diff --git a/src/Nazara/Core/Win32/TaskSchedulerImpl.hpp b/src/Nazara/Core/Win32/TaskSchedulerImpl.hpp index 360d471a2..12d6f0360 100644 --- a/src/Nazara/Core/Win32/TaskSchedulerImpl.hpp +++ b/src/Nazara/Core/Win32/TaskSchedulerImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_TASKSCHEDULERIMPL_HPP -#define NAZARA_TASKSCHEDULERIMPL_HPP +#ifndef NAZARA_CORE_WIN32_TASKSCHEDULERIMPL_HPP +#define NAZARA_CORE_WIN32_TASKSCHEDULERIMPL_HPP #include #include @@ -48,4 +48,4 @@ namespace Nz }; } -#endif // NAZARA_TASKSCHEDULERIMPL_HPP +#endif // NAZARA_CORE_WIN32_TASKSCHEDULERIMPL_HPP diff --git a/src/Nazara/Core/Win32/Time.hpp b/src/Nazara/Core/Win32/Time.hpp index 44b7c84a8..59e0b15aa 100644 --- a/src/Nazara/Core/Win32/Time.hpp +++ b/src/Nazara/Core/Win32/Time.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_WINDOWS_TIME_HPP -#define NAZARA_WINDOWS_TIME_HPP +#ifndef NAZARA_CORE_WIN32_TIME_HPP +#define NAZARA_CORE_WIN32_TIME_HPP #include #include @@ -16,4 +16,4 @@ namespace Nz time_t FileTimeToTime(FILETIME* time); } -#endif // NAZARA_WINDOWS_TIME_HPP +#endif // NAZARA_CORE_WIN32_TIME_HPP diff --git a/src/Nazara/Network/Linux/SocketPollerImpl.hpp b/src/Nazara/Network/Linux/SocketPollerImpl.hpp index 74af5e3c2..2dcedca2c 100644 --- a/src/Nazara/Network/Linux/SocketPollerImpl.hpp +++ b/src/Nazara/Network/Linux/SocketPollerImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SOCKETPOLLERIMPL_HPP -#define NAZARA_SOCKETPOLLERIMPL_HPP +#ifndef NAZARA_NETWORK_LINUX_SOCKETPOLLERIMPL_HPP +#define NAZARA_NETWORK_LINUX_SOCKETPOLLERIMPL_HPP #include #include @@ -41,4 +41,4 @@ namespace Nz }; } -#endif // NAZARA_SOCKETPOLLERIMPL_HPP +#endif // NAZARA_NETWORK_LINUX_SOCKETPOLLERIMPL_HPP diff --git a/src/Nazara/Network/Posix/IpAddressImpl.hpp b/src/Nazara/Network/Posix/IpAddressImpl.hpp index 188cf05db..1589c4089 100644 --- a/src/Nazara/Network/Posix/IpAddressImpl.hpp +++ b/src/Nazara/Network/Posix/IpAddressImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_IPADDRESSIMPL_HPP -#define NAZARA_IPADDRESSIMPL_HPP +#ifndef NAZARA_NETWORK_POSIX_IPADDRESSIMPL_HPP +#define NAZARA_NETWORK_POSIX_IPADDRESSIMPL_HPP #include #include @@ -37,4 +37,4 @@ namespace Nz }; } -#endif // NAZARA_IPADDRESSIMPL_HPP +#endif // NAZARA_NETWORK_POSIX_IPADDRESSIMPL_HPP diff --git a/src/Nazara/Network/Posix/SocketImpl.hpp b/src/Nazara/Network/Posix/SocketImpl.hpp index 9f6ac9d19..62e3be3d1 100644 --- a/src/Nazara/Network/Posix/SocketImpl.hpp +++ b/src/Nazara/Network/Posix/SocketImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SOCKETIMPL_HPP -#define NAZARA_SOCKETIMPL_HPP +#ifndef NAZARA_NETWORK_POSIX_SOCKETIMPL_HPP +#define NAZARA_NETWORK_POSIX_SOCKETIMPL_HPP #include #include @@ -92,4 +92,4 @@ namespace Nz }; } -#endif // NAZARA_SOCKETIMPL_HPP +#endif // NAZARA_NETWORK_POSIX_SOCKETIMPL_HPP diff --git a/src/Nazara/Network/Posix/SocketPollerImpl.hpp b/src/Nazara/Network/Posix/SocketPollerImpl.hpp index 4cab73db3..00e4843b5 100644 --- a/src/Nazara/Network/Posix/SocketPollerImpl.hpp +++ b/src/Nazara/Network/Posix/SocketPollerImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SOCKETPOLLERIMPL_HPP -#define NAZARA_SOCKETPOLLERIMPL_HPP +#ifndef NAZARA_NETWORK_POSIX_SOCKETPOLLERIMPL_HPP +#define NAZARA_NETWORK_POSIX_SOCKETPOLLERIMPL_HPP #include #include @@ -40,4 +40,4 @@ namespace Nz }; } -#endif // NAZARA_SOCKETPOLLERIMPL_HPP +#endif // NAZARA_NETWORK_POSIX_SOCKETPOLLERIMPL_HPP diff --git a/src/Nazara/Network/SystemSocket.hpp b/src/Nazara/Network/SystemSocket.hpp index f606ba1e6..52eae834b 100644 --- a/src/Nazara/Network/SystemSocket.hpp +++ b/src/Nazara/Network/SystemSocket.hpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no header guards + #ifdef NAZARA_PLATFORM_WINDOWS #include #include diff --git a/src/Nazara/Network/Win32/IpAddressImpl.hpp b/src/Nazara/Network/Win32/IpAddressImpl.hpp index 092b201fb..5f836733b 100644 --- a/src/Nazara/Network/Win32/IpAddressImpl.hpp +++ b/src/Nazara/Network/Win32/IpAddressImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_IPADDRESSIMPL_HPP -#define NAZARA_IPADDRESSIMPL_HPP +#ifndef NAZARA_NETWORK_WIN32_IPADDRESSIMPL_HPP +#define NAZARA_NETWORK_WIN32_IPADDRESSIMPL_HPP #include #include @@ -40,4 +40,4 @@ namespace Nz }; } -#endif // NAZARA_IPADDRESSIMPL_HPP +#endif // NAZARA_NETWORK_WIN32_IPADDRESSIMPL_HPP diff --git a/src/Nazara/Network/Win32/SocketImpl.hpp b/src/Nazara/Network/Win32/SocketImpl.hpp index e3320bbce..fa74d0832 100644 --- a/src/Nazara/Network/Win32/SocketImpl.hpp +++ b/src/Nazara/Network/Win32/SocketImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SOCKETIMPL_HPP -#define NAZARA_SOCKETIMPL_HPP +#ifndef NAZARA_NETWORK_WIN32_SOCKETIMPL_HPP +#define NAZARA_NETWORK_WIN32_SOCKETIMPL_HPP #include #include @@ -91,4 +91,4 @@ namespace Nz }; } -#endif // NAZARA_SOCKETIMPL_HPP +#endif // NAZARA_NETWORK_WIN32_SOCKETIMPL_HPP diff --git a/src/Nazara/Network/Win32/SocketPollerImpl.hpp b/src/Nazara/Network/Win32/SocketPollerImpl.hpp index 5633ad683..41782c16c 100644 --- a/src/Nazara/Network/Win32/SocketPollerImpl.hpp +++ b/src/Nazara/Network/Win32/SocketPollerImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SOCKETPOLLERIMPL_HPP -#define NAZARA_SOCKETPOLLERIMPL_HPP +#ifndef NAZARA_NETWORK_WIN32_SOCKETPOLLERIMPL_HPP +#define NAZARA_NETWORK_WIN32_SOCKETPOLLERIMPL_HPP #include #include @@ -49,4 +49,4 @@ namespace Nz }; } -#endif // NAZARA_SOCKETPOLLERIMPL_HPP +#endif // NAZARA_NETWORK_WIN32_SOCKETPOLLERIMPL_HPP diff --git a/src/Nazara/Platform/SDL2/CursorImpl.hpp b/src/Nazara/Platform/SDL2/CursorImpl.hpp index 40933383d..ad1b60005 100644 --- a/src/Nazara/Platform/SDL2/CursorImpl.hpp +++ b/src/Nazara/Platform/SDL2/CursorImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_CURSORIMPL_HPP -#define NAZARA_CURSORIMPL_HPP +#ifndef NAZARA_PLATFORM_SDL2_CURSORIMPL_HPP +#define NAZARA_PLATFORM_SDL2_CURSORIMPL_HPP #include #include @@ -37,4 +37,4 @@ namespace Nz }; } -#endif // NAZARA_CURSORIMPL_HPP +#endif // NAZARA_PLATFORM_SDL2_CURSORIMPL_HPP diff --git a/src/Nazara/Platform/SDL2/IconImpl.hpp b/src/Nazara/Platform/SDL2/IconImpl.hpp index 1d58e495c..f46cdfd9d 100644 --- a/src/Nazara/Platform/SDL2/IconImpl.hpp +++ b/src/Nazara/Platform/SDL2/IconImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_ICONIMPL_HPP -#define NAZARA_ICONIMPL_HPP +#ifndef NAZARA_PLATFORM_SDL2_ICONIMPL_HPP +#define NAZARA_PLATFORM_SDL2_ICONIMPL_HPP #include #include @@ -33,4 +33,4 @@ namespace Nz }; } -#endif // NAZARA_ICONIMPL_HPP +#endif // NAZARA_PLATFORM_SDL2_ICONIMPL_HPP diff --git a/src/Nazara/Platform/SDL2/InputImpl.hpp b/src/Nazara/Platform/SDL2/InputImpl.hpp index e5537b8f5..a4381a867 100644 --- a/src/Nazara/Platform/SDL2/InputImpl.hpp +++ b/src/Nazara/Platform/SDL2/InputImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_INPUTIMPL_HPP -#define NAZARA_INPUTIMPL_HPP +#ifndef NAZARA_PLATFORM_SDL2_INPUTIMPL_HPP +#define NAZARA_PLATFORM_SDL2_INPUTIMPL_HPP #include #include @@ -34,4 +34,4 @@ namespace Nz }; } -#endif // NAZARA_INPUTIMPL_HPP +#endif // NAZARA_PLATFORM_SDL2_INPUTIMPL_HPP diff --git a/src/Nazara/Platform/SDL2/SDLHelper.hpp b/src/Nazara/Platform/SDL2/SDLHelper.hpp index b0fd3515b..93fffd73d 100644 --- a/src/Nazara/Platform/SDL2/SDLHelper.hpp +++ b/src/Nazara/Platform/SDL2/SDLHelper.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_SDL2_HELPER_HPP -#define NAZARA_SDL2_HELPER_HPP +#ifndef NAZARA_PLATFORM_SDL2_SDLHELPER_HPP +#define NAZARA_PLATFORM_SDL2_SDLHELPER_HPP #include #include @@ -23,4 +23,4 @@ namespace Nz }; } -#endif // NAZARA_SDL2_HELPER_HPP +#endif // NAZARA_PLATFORM_SDL2_SDLHELPER_HPP diff --git a/src/Nazara/Platform/SDL2/VideoModeImpl.hpp b/src/Nazara/Platform/SDL2/VideoModeImpl.hpp index 3e3b3bd8e..712bfee4b 100644 --- a/src/Nazara/Platform/SDL2/VideoModeImpl.hpp +++ b/src/Nazara/Platform/SDL2/VideoModeImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VIDEOMODEIMPL_HPP -#define NAZARA_VIDEOMODEIMPL_HPP +#ifndef NAZARA_PLATFORM_SDL2_VIDEOMODEIMPL_HPP +#define NAZARA_PLATFORM_SDL2_VIDEOMODEIMPL_HPP #include @@ -19,4 +19,4 @@ namespace Nz }; } -#endif // NNAZARA_VIDEOMODEIMPL_HPP +#endif // NAZARA_PLATFORM_SDL2_VIDEOMODEIMPL_HPP diff --git a/src/Nazara/Platform/SDL2/WindowImpl.hpp b/src/Nazara/Platform/SDL2/WindowImpl.hpp index 111a24192..59123213d 100644 --- a/src/Nazara/Platform/SDL2/WindowImpl.hpp +++ b/src/Nazara/Platform/SDL2/WindowImpl.hpp @@ -6,8 +6,8 @@ #pragma once -#ifndef NAZARA_WINDOWIMPL_HPP -#define NAZARA_WINDOWIMPL_HPP +#ifndef NAZARA_PLATFORM_SDL2_WINDOWIMPL_HPP +#define NAZARA_PLATFORM_SDL2_WINDOWIMPL_HPP #include #include @@ -105,4 +105,4 @@ namespace Nz }; } -#endif // NAZARA_WINDOWIMPL_HPP +#endif // NAZARA_PLATFORM_SDL2_WINDOWIMPL_HPP diff --git a/src/Nazara/Platform/VideoModeImpl.hpp b/src/Nazara/Platform/VideoModeImpl.hpp index 256848165..7326eee3a 100644 --- a/src/Nazara/Platform/VideoModeImpl.hpp +++ b/src/Nazara/Platform/VideoModeImpl.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_VIDEOMODEIMPL_HPP -#define NAZARA_VIDEOMODEIMPL_HPP +#ifndef NAZARA_PLATFORM_VIDEOMODEIMPL_HPP +#define NAZARA_PLATFORM_VIDEOMODEIMPL_HPP #include @@ -18,4 +18,4 @@ class VideoModeImpl static void GetFullscreenModes(std::vector& modes); }; -#endif // NAZARA_VIDEOMODEIMPL_HPP +#endif // NAZARA_PLATFORM_VIDEOMODEIMPL_HPP diff --git a/src/Nazara/Shader/SpirvData.cpp b/src/Nazara/Shader/SpirvData.cpp index 661c4d7ed..71fb78225 100644 --- a/src/Nazara/Shader/SpirvData.cpp +++ b/src/Nazara/Shader/SpirvData.cpp @@ -1,8 +1,8 @@ -// this file was automatically generated and should not be edited - -// Copyright (C) 2021 Jérôme Leclercq +// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Shader module" -// For conditions of distribution and use, see copyright notice in Config.hpp" +// For conditions of distribution and use, see copyright notice in Config.hpp + +// this file was automatically generated and should not be edited #include #include diff --git a/src/Nazara/Utility/Formats/DDSConstants.hpp b/src/Nazara/Utility/Formats/DDSConstants.hpp index 160611785..cdece4202 100644 --- a/src/Nazara/Utility/Formats/DDSConstants.hpp +++ b/src/Nazara/Utility/Formats/DDSConstants.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LOADERS_DDS_CONSTANTS_HPP -#define NAZARA_LOADERS_DDS_CONSTANTS_HPP +#ifndef NAZARA_UTILITY_FORMATS_DDSCONSTANTS_HPP +#define NAZARA_UTILITY_FORMATS_DDSCONSTANTS_HPP #include #include @@ -374,4 +374,4 @@ namespace Nz NAZARA_UTILITY_API bool Unserialize(SerializationContext& context, DDSPixelFormat* pixelFormat); } -#endif // NAZARA_LOADERS_DDS_CONSTANTS_HPP +#endif // NAZARA_UTILITY_FORMATS_DDSCONSTANTS_HPP diff --git a/src/Nazara/Utility/Formats/DDSLoader.hpp b/src/Nazara/Utility/Formats/DDSLoader.hpp index 8a63ba6f0..080889115 100644 --- a/src/Nazara/Utility/Formats/DDSLoader.hpp +++ b/src/Nazara/Utility/Formats/DDSLoader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LOADERS_DDS_HPP -#define NAZARA_LOADERS_DDS_HPP +#ifndef NAZARA_UTILITY_FORMATS_DDSLOADER_HPP +#define NAZARA_UTILITY_FORMATS_DDSLOADER_HPP #include #include @@ -15,4 +15,4 @@ namespace Nz::Loaders ImageLoader::Entry GetImageLoader_DDS(); } -#endif // NAZARA_LOADERS_DDS_HPP +#endif // NAZARA_UTILITY_FORMATS_DDSLOADER_HPP diff --git a/src/Nazara/Utility/Formats/FreeTypeLoader.hpp b/src/Nazara/Utility/Formats/FreeTypeLoader.hpp index dc8b23531..0d51c5ca4 100644 --- a/src/Nazara/Utility/Formats/FreeTypeLoader.hpp +++ b/src/Nazara/Utility/Formats/FreeTypeLoader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LOADERS_FREETYPE_HPP -#define NAZARA_LOADERS_FREETYPE_HPP +#ifndef NAZARA_UTILITY_FORMATS_FREETYPELOADER_HPP +#define NAZARA_UTILITY_FORMATS_FREETYPELOADER_HPP #include #include @@ -17,4 +17,4 @@ namespace Nz::Loaders void UninitializeFreeType(); } -#endif // NAZARA_LOADERS_FREETYPE_HPP +#endif // NAZARA_UTILITY_FORMATS_FREETYPELOADER_HPP diff --git a/src/Nazara/Utility/Formats/MD2Constants.hpp b/src/Nazara/Utility/Formats/MD2Constants.hpp index e97fc53a6..c383b988d 100644 --- a/src/Nazara/Utility/Formats/MD2Constants.hpp +++ b/src/Nazara/Utility/Formats/MD2Constants.hpp @@ -2,8 +2,10 @@ // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp -#ifndef NAZARA_LOADERS_MD2_CONSTANTS_HPP -#define NAZARA_LOADERS_MD2_CONSTANTS_HPP +#pragma once + +#ifndef NAZARA_UTILITY_FORMATS_MD2CONSTANTS_HPP +#define NAZARA_UTILITY_FORMATS_MD2CONSTANTS_HPP #include #include @@ -64,4 +66,4 @@ namespace Nz extern const Vector3f md2Normals[162]; } -#endif // NAZARA_LOADERS_MD2_CONSTANTS_HPP +#endif // NAZARA_UTILITY_FORMATS_MD2CONSTANTS_HPP diff --git a/src/Nazara/Utility/Formats/MD2Loader.hpp b/src/Nazara/Utility/Formats/MD2Loader.hpp index b68dbbf38..bcaae8672 100644 --- a/src/Nazara/Utility/Formats/MD2Loader.hpp +++ b/src/Nazara/Utility/Formats/MD2Loader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LOADERS_MD2_HPP -#define NAZARA_LOADERS_MD2_HPP +#ifndef NAZARA_UTILITY_FORMATS_MD2LOADER_HPP +#define NAZARA_UTILITY_FORMATS_MD2LOADER_HPP #include #include @@ -15,4 +15,4 @@ namespace Nz::Loaders MeshLoader::Entry GetMeshLoader_MD2(); } -#endif // NAZARA_LOADERS_MD2_HPP +#endif // NAZARA_UTILITY_FORMATS_MD2LOADER_HPP diff --git a/src/Nazara/Utility/Formats/MD5AnimLoader.hpp b/src/Nazara/Utility/Formats/MD5AnimLoader.hpp index 977405b1e..3e0c8faac 100644 --- a/src/Nazara/Utility/Formats/MD5AnimLoader.hpp +++ b/src/Nazara/Utility/Formats/MD5AnimLoader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LOADERS_MD5ANIM_HPP -#define NAZARA_LOADERS_MD5ANIM_HPP +#ifndef NAZARA_UTILITY_FORMATS_MD5ANIMLOADER_HPP +#define NAZARA_UTILITY_FORMATS_MD5ANIMLOADER_HPP #include #include @@ -15,4 +15,4 @@ namespace Nz::Loaders AnimationLoader::Entry GetAnimationLoader_MD5Anim(); } -#endif // NAZARA_LOADERS_MD5ANIM_HPP +#endif // NAZARA_UTILITY_FORMATS_MD5ANIMLOADER_HPP diff --git a/src/Nazara/Utility/Formats/MD5MeshLoader.hpp b/src/Nazara/Utility/Formats/MD5MeshLoader.hpp index ece87fe83..31319f090 100644 --- a/src/Nazara/Utility/Formats/MD5MeshLoader.hpp +++ b/src/Nazara/Utility/Formats/MD5MeshLoader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LOADERS_MD5MESH_HPP -#define NAZARA_LOADERS_MD5MESH_HPP +#ifndef NAZARA_UTILITY_FORMATS_MD5MESHLOADER_HPP +#define NAZARA_UTILITY_FORMATS_MD5MESHLOADER_HPP #include #include @@ -15,4 +15,4 @@ namespace Nz::Loaders MeshLoader::Entry GetMeshLoader_MD5Mesh(); } -#endif // NAZARA_LOADERS_MD5MESH_HPP +#endif // NAZARA_UTILITY_FORMATS_MD5MESHLOADER_HPP diff --git a/src/Nazara/Utility/Formats/OBJLoader.hpp b/src/Nazara/Utility/Formats/OBJLoader.hpp index e373f5411..fdbed02c1 100644 --- a/src/Nazara/Utility/Formats/OBJLoader.hpp +++ b/src/Nazara/Utility/Formats/OBJLoader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LOADERS_OBJ_HPP -#define NAZARA_LOADERS_OBJ_HPP +#ifndef NAZARA_UTILITY_FORMATS_OBJLOADER_HPP +#define NAZARA_UTILITY_FORMATS_OBJLOADER_HPP #include #include @@ -15,4 +15,4 @@ namespace Nz::Loaders MeshLoader::Entry GetMeshLoader_OBJ(); } -#endif // NAZARA_LOADERS_OBJ_HPP +#endif // NAZARA_UTILITY_FORMATS_OBJLOADER_HPP diff --git a/src/Nazara/Utility/Formats/OBJSaver.hpp b/src/Nazara/Utility/Formats/OBJSaver.hpp index c874a7371..7026f228b 100644 --- a/src/Nazara/Utility/Formats/OBJSaver.hpp +++ b/src/Nazara/Utility/Formats/OBJSaver.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FORMATS_OBJSAVER_HPP -#define NAZARA_FORMATS_OBJSAVER_HPP +#ifndef NAZARA_UTILITY_FORMATS_OBJSAVER_HPP +#define NAZARA_UTILITY_FORMATS_OBJSAVER_HPP #include #include @@ -15,4 +15,4 @@ namespace Nz::Loaders MeshSaver::Entry GetMeshSaver_OBJ(); } -#endif // NAZARA_FORMATS_OBJSAVER_HPP +#endif // NAZARA_UTILITY_FORMATS_OBJSAVER_HPP diff --git a/src/Nazara/Utility/Formats/PCXLoader.hpp b/src/Nazara/Utility/Formats/PCXLoader.hpp index bb0be2c78..d05cd3d39 100644 --- a/src/Nazara/Utility/Formats/PCXLoader.hpp +++ b/src/Nazara/Utility/Formats/PCXLoader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_LOADERS_PCX_HPP -#define NAZARA_LOADERS_PCX_HPP +#ifndef NAZARA_UTILITY_FORMATS_PCXLOADER_HPP +#define NAZARA_UTILITY_FORMATS_PCXLOADER_HPP #include #include @@ -15,4 +15,4 @@ namespace Nz::Loaders ImageLoader::Entry GetImageLoader_PCX(); } -#endif // NAZARA_LOADERS_PCX_HPP +#endif // NAZARA_UTILITY_FORMATS_PCXLOADER_HPP diff --git a/src/Nazara/Utility/Formats/STBLoader.hpp b/src/Nazara/Utility/Formats/STBLoader.hpp index b09c04722..1a2896149 100644 --- a/src/Nazara/Utility/Formats/STBLoader.hpp +++ b/src/Nazara/Utility/Formats/STBLoader.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FORMATS_STBLOADER_HPP -#define NAZARA_FORMATS_STBLOADER_HPP +#ifndef NAZARA_UTILITY_FORMATS_STBLOADER_HPP +#define NAZARA_UTILITY_FORMATS_STBLOADER_HPP #include #include @@ -15,4 +15,4 @@ namespace Nz::Loaders ImageLoader::Entry GetImageLoader_STB(); } -#endif // NAZARA_FORMATS_STBLOADER_HPP +#endif // NAZARA_UTILITY_FORMATS_STBLOADER_HPP diff --git a/src/Nazara/Utility/Formats/STBSaver.hpp b/src/Nazara/Utility/Formats/STBSaver.hpp index 7dc3f1369..fa58067a3 100644 --- a/src/Nazara/Utility/Formats/STBSaver.hpp +++ b/src/Nazara/Utility/Formats/STBSaver.hpp @@ -4,8 +4,8 @@ #pragma once -#ifndef NAZARA_FORMATS_STBSAVER_HPP -#define NAZARA_FORMATS_STBSAVER_HPP +#ifndef NAZARA_UTILITY_FORMATS_STBSAVER_HPP +#define NAZARA_UTILITY_FORMATS_STBSAVER_HPP #include #include @@ -15,4 +15,4 @@ namespace Nz::Loaders ImageSaver::Entry GetImageSaver_STB(); } -#endif // NAZARA_FORMATS_STBSAVER_HPP +#endif // NAZARA_UTILITY_FORMATS_STBSAVER_HPP From 38a004d1b954e71a6b3de23cf1dfaf7339f02e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Wed, 27 Oct 2021 18:09:12 +0200 Subject: [PATCH 07/10] XMake: Add inclusion fix --- src/Nazara/Core/Debug/NewRedefinition.cpp | 2 + src/Nazara/Core/MemoryManager.cpp | 1 + xmake/actions/checkfiles.lua | 227 ++++++++++++++++++---- 3 files changed, 190 insertions(+), 40 deletions(-) diff --git a/src/Nazara/Core/Debug/NewRedefinition.cpp b/src/Nazara/Core/Debug/NewRedefinition.cpp index 536ad9a0d..1a4281345 100644 --- a/src/Nazara/Core/Debug/NewRedefinition.cpp +++ b/src/Nazara/Core/Debug/NewRedefinition.cpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +// no include fix + #include #if NAZARA_CORE_MANAGE_MEMORY diff --git a/src/Nazara/Core/MemoryManager.cpp b/src/Nazara/Core/MemoryManager.cpp index b5ebb9c06..4d0723083 100644 --- a/src/Nazara/Core/MemoryManager.cpp +++ b/src/Nazara/Core/MemoryManager.cpp @@ -15,6 +15,7 @@ #include #endif +// no include fix // The only file that does not need to include Debug.hpp namespace Nz diff --git a/xmake/actions/checkfiles.lua b/xmake/actions/checkfiles.lua index 7bf52ffc3..c574ef532 100644 --- a/xmake/actions/checkfiles.lua +++ b/xmake/actions/checkfiles.lua @@ -21,8 +21,6 @@ local function CompareLines(referenceLines, lines, firstLine, lineCount) for i = 1, lineCount do if lines[firstLine + i - 1] ~= referenceLines[i] then - print(lines[firstLine + i]) - print(referenceLines[i]) return false end end @@ -65,6 +63,7 @@ on_run(function () local checks = {} + -- Remove empty lines at the beginning of files table.insert(checks, { Name = "empty lines", Check = function (moduleName) @@ -107,6 +106,7 @@ on_run(function () end }) + -- Check header guards and #pragma once table.insert(checks, { Name = "header guards", Check = function (moduleName) @@ -212,52 +212,52 @@ on_run(function () print(filePath .. ": failed to identify header guard macro (endif)") canFix = false end - end - if canFix then - if macroName ~= pathHeaderGuard then - print(filePath .. ": header guard mismatch (got " .. macroName .. ", expected " .. pathHeaderGuard .. ")") + if canFix then + if macroName ~= pathHeaderGuard then + print(filePath .. ": header guard mismatch (got " .. macroName .. ", expected " .. pathHeaderGuard .. ")") - shouldFixEndif = false + shouldFixEndif = false - table.insert(fixes, { - File = filePath, - Func = function (lines) - lines[ifndefLine] = "#ifndef " .. pathHeaderGuard - lines[defineLine] = "#define " .. pathHeaderGuard - lines[endifLine] = "#endif // " .. pathHeaderGuard + table.insert(fixes, { + File = filePath, + Func = function (lines) + lines[ifndefLine] = "#ifndef " .. pathHeaderGuard + lines[defineLine] = "#define " .. pathHeaderGuard + lines[endifLine] = "#endif // " .. pathHeaderGuard - return lines - end - }) - end + return lines + end + }) + end - if shouldFixEndif then - print(filePath .. ": #endif was missing comment") + if shouldFixEndif then + print(filePath .. ": #endif was missing comment") - table.insert(fixes, { - File = filePath, - Func = function (lines) - lines[endifLine] = "#endif // " .. pathHeaderGuard + table.insert(fixes, { + File = filePath, + Func = function (lines) + lines[endifLine] = "#endif // " .. pathHeaderGuard - return lines - end - }) - end + return lines + end + }) + end - if not pragmaLine then - print(filePath .. ": no #pragma once found") - table.insert(fixes, { - File = filePath, - Func = function (lines) - table.insert(lines, ifndefLine - 1, "#pragma once") - table.insert(lines, ifndefLine - 1, "") + if not pragmaLine then + print(filePath .. ": no #pragma once found") + table.insert(fixes, { + File = filePath, + Func = function (lines) + table.insert(lines, ifndefLine - 1, "#pragma once") + table.insert(lines, ifndefLine - 1, "") - return lines - end - }) - elseif pragmaLine > ifndefLine then - print(filePath .. ": #pragma once is after header guard (should be before)") + return lines + end + }) + elseif pragmaLine > ifndefLine then + print(filePath .. ": #pragma once is after header guard (should be before)") + end end end end @@ -267,6 +267,153 @@ on_run(function () end }) + -- Every source file should include its header first + table.insert(checks, { + Name = "inclusion", + Check = function (moduleName) + local files = table.join( + os.files("include/Nazara/" .. moduleName .. "/**.inl"), + os.files("src/Nazara/" .. moduleName .. "/**.inl"), + os.files("src/Nazara/" .. moduleName .. "/**.cpp") + ) + + local fixes = {} + for _, filePath in pairs(files) do + local lines = GetFile(filePath) + + local headerPath = filePath:gsub("[\\/]", "/") + headerPath = headerPath:sub(headerPath:find("Nazara/"), -1) + headerPath = headerPath:sub(1, headerPath:find("%..+$") - 1) .. ".hpp" + + if os.isfile("include/" .. headerPath) or os.isfile("src/" .. headerPath) then + local inclusions = {} + + -- Retrieve all inclusions + for i = 1, #lines do + if lines[i] == "// no include fix" then + -- ignore file + inclusions = {} + break + end + + local includeMode, includePath = lines[i]:match("^%s*#%s*include%s*([<\"])(.+)[>\"]") + if includeMode then + table.insert(inclusions, { + line = i, + mode = includeMode, + path = includePath + }) + end + end + + if #inclusions > 0 then + local headerInclude + for i = 1, #inclusions do + if inclusions[i].path == headerPath then + headerInclude = i + if i ~= 1 then + print(filePath .. " doesn't include corresponding header first") + + local currentInclusion = inclusions[i] + table.insert(fixes, { + File = filePath, + Func = function (lines) + table.remove(lines, currentInclusion.line) + local firstHeaderLine = inclusions[1].line + table.insert(lines, firstHeaderLine, "#include <" .. headerPath .. ">") + + return lines + end + }) + end + + break + end + end + + local debugIncludeModule = moduleName ~= "Math" and moduleName or "Core" + + local debugInclude + local debugIncludeOff + for i = 1, #inclusions do + local module, off = inclusions[i].path:match("Nazara/(.+)/Debug(O?f?f?).hpp") + if module then + if off == "Off" then + debugIncludeOff = i + elseif off == "" then + debugInclude = i + else + print(filePath .. ": unrecognized debug include at line " .. inclusions[i].line) + end + + if module ~= debugIncludeModule then + print(filePath .. ": has wrong Debug" .. off .. " include") + + local currentInclusion = inclusions[i] + table.insert(fixes, { + File = filePath, + Func = function (lines) + lines[currentInclusion.line] = "#include " + return lines + end + }) + end + end + end + + local increment = 0 + + if not headerInclude then + print(filePath .. " is missing corresponding header inclusion") + + table.insert(fixes, { + File = filePath, + Func = function (lines) + local firstHeaderLine = inclusions[1].line + table.insert(lines, firstHeaderLine, "#include <" .. headerPath .. ">") + + increment = increment + 1 + + return lines + end + }) + end + + if not debugInclude then + print(filePath .. ": has missing Debug include") + local lastIncludeLine = inclusions[debugIncludeOff and #inclusions - 1 or #inclusions].line + table.insert(fixes, { + File = filePath, + Func = function (lines) + table.insert(lines, lastIncludeLine + increment + 1, "#include ") + return lines + end + }) + end + + if path.extension(filePath) == ".inl" then + if not debugInclude then + print(filePath .. ": has missing DebugOff include") + table.insert(fixes, { + File = filePath, + Func = function (lines) + table.insert(lines, "") + table.insert(lines, "#include ") + table.insert(lines, "") + return lines + end + }) + end + end + end + end + end + + return fixes + end + }) + + -- Check copyright date and format table.insert(checks, { Name = "copyright", Check = function (moduleName) @@ -440,7 +587,7 @@ on_run(function () local year, authors = lines[1]:match("^// Copyright %(C%) (Y?E?A?R?%d*) (.+)$") hasCopyright = year ~= nil - if authors == "AUTHORS" then + if not authors or authors == "AUTHORS" then authors = engineAuthor else local fixedAuthors = authors:gsub(prevAuthor, engineAuthor) From f491ee1e38ba356ffe9f67944d64d3dba889f39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Wed, 27 Oct 2021 18:09:19 +0200 Subject: [PATCH 08/10] Apply inclusion fix --- include/Nazara/Core/ByteArray.inl | 1 + include/Nazara/Core/ByteStream.inl | 1 + include/Nazara/Core/CallOnExit.inl | 1 + include/Nazara/Core/Endianness.inl | 1 + include/Nazara/Core/File.inl | 1 + include/Nazara/Core/Functor.inl | 4 ++++ include/Nazara/Core/HandledObject.inl | 3 +++ include/Nazara/Core/Initializer.inl | 1 + include/Nazara/Core/MemoryStream.inl | 1 + include/Nazara/Core/MovablePtr.inl | 3 +++ include/Nazara/Core/MovableValue.inl | 3 +++ include/Nazara/Core/ObjectHandle.inl | 3 +++ include/Nazara/Core/ParameterList.inl | 1 + include/Nazara/Core/Primitive.inl | 1 + include/Nazara/Core/ResourceLoader.inl | 1 + include/Nazara/Core/ResourceManager.inl | 1 + include/Nazara/Core/ResourceSaver.inl | 1 + include/Nazara/Core/SerializationContext.inl | 1 + include/Nazara/Core/Stream.inl | 4 ++++ include/Nazara/Core/TaskScheduler.inl | 1 + include/Nazara/Graphics/Camera.inl | 1 + include/Nazara/Graphics/MaterialPipeline.inl | 1 + include/Nazara/Graphics/PredefinedShaderStructs.inl | 3 +++ include/Nazara/Graphics/RenderElement.inl | 3 +++ include/Nazara/Graphics/RenderQueue.inl | 3 +++ include/Nazara/Math/Algorithm.inl | 1 + include/Nazara/Math/BoundingVolume.inl | 1 + include/Nazara/Math/Box.inl | 1 + include/Nazara/Math/Frustum.inl | 1 + include/Nazara/Math/Matrix4.inl | 1 + include/Nazara/Math/OrientedBox.inl | 1 + include/Nazara/Math/PidController.inl | 3 +++ include/Nazara/Math/Plane.inl | 1 + include/Nazara/Math/Ray.inl | 1 + include/Nazara/Math/Rect.inl | 1 + include/Nazara/Math/Sphere.inl | 1 + include/Nazara/Math/Vector2.inl | 1 + include/Nazara/Math/Vector3.inl | 1 + include/Nazara/Math/Vector4.inl | 1 + include/Nazara/Network/AbstractSocket.inl | 1 + include/Nazara/Network/IpAddress.inl | 1 + include/Nazara/Network/NetPacket.inl | 5 +++-- include/Nazara/Network/SocketPoller.inl | 1 + include/Nazara/Network/TcpClient.inl | 1 + include/Nazara/Network/TcpServer.inl | 1 + include/Nazara/Network/UdpSocket.inl | 1 + include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.inl | 1 + include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLVaoCache.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.hpp | 2 +- include/Nazara/Platform/Icon.inl | 1 + include/Nazara/Renderer/RenderWindow.inl | 3 +++ include/Nazara/Renderer/ShaderModule.hpp | 2 +- include/Nazara/Shader/Ast/Enums.hpp | 2 +- include/Nazara/Shader/Ast/ExpressionType.hpp | 2 +- include/Nazara/Shader/Ast/Nodes.hpp | 2 +- include/Nazara/Utility/Buffer.inl | 1 + include/Nazara/Utility/Formats/MTLParser.inl | 1 + include/Nazara/Utility/IndexBuffer.inl | 1 + include/Nazara/Utility/IndexIterator.inl | 3 ++- include/Nazara/Utility/Skeleton.inl | 1 + include/Nazara/Utility/StaticMesh.inl | 1 + .../Nazara/VulkanRenderer/VulkanDescriptorSetLayoutCache.hpp | 2 +- include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp | 2 +- include/Nazara/Widgets/BaseWidget.inl | 3 +++ include/Nazara/Widgets/ButtonWidget.inl | 3 +++ include/Nazara/Widgets/LabelWidget.inl | 3 +++ src/Nazara/Audio/Formats/libflacLoader.cpp | 2 +- src/Nazara/Audio/SoundStream.cpp | 1 + src/Nazara/Physics2D/Arbiter2D.cpp | 2 +- src/Nazara/Physics2D/RigidBody2D.cpp | 2 +- src/Nazara/Platform/SDL2/IconImpl.cpp | 2 +- src/Nazara/Platform/SDL2/SDLHelper.cpp | 1 + src/Nazara/Platform/SDL2/VideoModeImpl.cpp | 2 +- src/Nazara/Platform/SDL2/WindowImpl.cpp | 1 + src/Nazara/Shader/SpirvData.cpp | 1 + src/Nazara/Utility/Formats/OBJSaver.cpp | 1 + src/Nazara/Utility/Formats/STBSaver.cpp | 1 + src/Nazara/Widgets/BaseWidget.cpp | 1 + src/Nazara/Widgets/ButtonWidget.cpp | 1 + src/Nazara/Widgets/Canvas.cpp | 1 + src/Nazara/Widgets/LabelWidget.cpp | 1 + 85 files changed, 118 insertions(+), 20 deletions(-) diff --git a/include/Nazara/Core/ByteArray.inl b/include/Nazara/Core/ByteArray.inl index 706632896..ffbd2d694 100644 --- a/include/Nazara/Core/ByteArray.inl +++ b/include/Nazara/Core/ByteArray.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/Core/ByteStream.inl b/include/Nazara/Core/ByteStream.inl index a128488f1..183b5fa2d 100644 --- a/include/Nazara/Core/ByteStream.inl +++ b/include/Nazara/Core/ByteStream.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/Core/CallOnExit.inl b/include/Nazara/Core/CallOnExit.inl index eb7e284d2..8ddaf5a61 100644 --- a/include/Nazara/Core/CallOnExit.inl +++ b/include/Nazara/Core/CallOnExit.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/Core/Endianness.inl b/include/Nazara/Core/Endianness.inl index e51d77139..c2eba0068 100644 --- a/include/Nazara/Core/Endianness.inl +++ b/include/Nazara/Core/Endianness.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/Core/File.inl b/include/Nazara/Core/File.inl index 82ccc153e..d25f04eeb 100644 --- a/include/Nazara/Core/File.inl +++ b/include/Nazara/Core/File.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/Core/Functor.inl b/include/Nazara/Core/Functor.inl index a95269218..578e60611 100644 --- a/include/Nazara/Core/Functor.inl +++ b/include/Nazara/Core/Functor.inl @@ -2,7 +2,9 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include +#include namespace Nz { @@ -88,3 +90,5 @@ namespace Nz (m_object->*m_func)(); } } + +#include diff --git a/include/Nazara/Core/HandledObject.inl b/include/Nazara/Core/HandledObject.inl index a89b83e36..277804644 100644 --- a/include/Nazara/Core/HandledObject.inl +++ b/include/Nazara/Core/HandledObject.inl @@ -8,6 +8,7 @@ #include #include #include +#include namespace Nz { @@ -132,3 +133,5 @@ namespace Nz m_handleData->object = static_cast(this); } } + +#include diff --git a/include/Nazara/Core/Initializer.inl b/include/Nazara/Core/Initializer.inl index f6192d15d..19ba89b28 100644 --- a/include/Nazara/Core/Initializer.inl +++ b/include/Nazara/Core/Initializer.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include namespace Nz diff --git a/include/Nazara/Core/MemoryStream.inl b/include/Nazara/Core/MemoryStream.inl index a2a6fb7ab..12f952e3a 100644 --- a/include/Nazara/Core/MemoryStream.inl +++ b/include/Nazara/Core/MemoryStream.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/Core/MovablePtr.inl b/include/Nazara/Core/MovablePtr.inl index 51024f2dc..2e88b5c81 100644 --- a/include/Nazara/Core/MovablePtr.inl +++ b/include/Nazara/Core/MovablePtr.inl @@ -4,6 +4,7 @@ #include #include +#include namespace Nz { @@ -59,3 +60,5 @@ namespace Nz return *this; } } + +#include diff --git a/include/Nazara/Core/MovableValue.inl b/include/Nazara/Core/MovableValue.inl index 5742b78d5..57a49c64f 100644 --- a/include/Nazara/Core/MovableValue.inl +++ b/include/Nazara/Core/MovableValue.inl @@ -4,6 +4,7 @@ #include #include +#include namespace Nz { @@ -59,3 +60,5 @@ namespace Nz return *this; } } + +#include diff --git a/include/Nazara/Core/ObjectHandle.inl b/include/Nazara/Core/ObjectHandle.inl index 18845c97a..79047702c 100644 --- a/include/Nazara/Core/ObjectHandle.inl +++ b/include/Nazara/Core/ObjectHandle.inl @@ -6,6 +6,7 @@ #include #include #include +#include namespace Nz { @@ -549,3 +550,5 @@ namespace std lhs.Swap(rhs); } } + +#include diff --git a/include/Nazara/Core/ParameterList.inl b/include/Nazara/Core/ParameterList.inl index cb96c8a9b..4637a401c 100644 --- a/include/Nazara/Core/ParameterList.inl +++ b/include/Nazara/Core/ParameterList.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include namespace Nz diff --git a/include/Nazara/Core/Primitive.inl b/include/Nazara/Core/Primitive.inl index aff4825dc..745e55547 100644 --- a/include/Nazara/Core/Primitive.inl +++ b/include/Nazara/Core/Primitive.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include namespace Nz diff --git a/include/Nazara/Core/ResourceLoader.inl b/include/Nazara/Core/ResourceLoader.inl index 0b1d7a793..810924e74 100644 --- a/include/Nazara/Core/ResourceLoader.inl +++ b/include/Nazara/Core/ResourceLoader.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Core/ResourceManager.inl b/include/Nazara/Core/ResourceManager.inl index 8fec99235..fdb20c092 100644 --- a/include/Nazara/Core/ResourceManager.inl +++ b/include/Nazara/Core/ResourceManager.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Core/ResourceSaver.inl b/include/Nazara/Core/ResourceSaver.inl index 0fc0e4f08..d6d05b3d7 100644 --- a/include/Nazara/Core/ResourceSaver.inl +++ b/include/Nazara/Core/ResourceSaver.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Core/SerializationContext.inl b/include/Nazara/Core/SerializationContext.inl index 725a95993..37c2dcba1 100644 --- a/include/Nazara/Core/SerializationContext.inl +++ b/include/Nazara/Core/SerializationContext.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include namespace Nz diff --git a/include/Nazara/Core/Stream.inl b/include/Nazara/Core/Stream.inl index b8a5eabd1..405414942 100644 --- a/include/Nazara/Core/Stream.inl +++ b/include/Nazara/Core/Stream.inl @@ -2,7 +2,9 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include +#include namespace Nz { @@ -143,3 +145,5 @@ namespace Nz return WriteBlock(buffer, size); } } + +#include diff --git a/include/Nazara/Core/TaskScheduler.inl b/include/Nazara/Core/TaskScheduler.inl index bf032fc74..0329d5e11 100644 --- a/include/Nazara/Core/TaskScheduler.inl +++ b/include/Nazara/Core/TaskScheduler.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include namespace Nz diff --git a/include/Nazara/Graphics/Camera.inl b/include/Nazara/Graphics/Camera.inl index 8c0b1ee0a..d2ab600d3 100644 --- a/include/Nazara/Graphics/Camera.inl +++ b/include/Nazara/Graphics/Camera.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/Graphics/MaterialPipeline.inl b/include/Nazara/Graphics/MaterialPipeline.inl index dc8b9ce78..cd4a062d0 100644 --- a/include/Nazara/Graphics/MaterialPipeline.inl +++ b/include/Nazara/Graphics/MaterialPipeline.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Graphics/PredefinedShaderStructs.inl b/include/Nazara/Graphics/PredefinedShaderStructs.inl index 408ce6d41..80e59df73 100644 --- a/include/Nazara/Graphics/PredefinedShaderStructs.inl +++ b/include/Nazara/Graphics/PredefinedShaderStructs.inl @@ -3,7 +3,10 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include +#include namespace Nz { } + +#include diff --git a/include/Nazara/Graphics/RenderElement.inl b/include/Nazara/Graphics/RenderElement.inl index a54e4b2bc..f14d98031 100644 --- a/include/Nazara/Graphics/RenderElement.inl +++ b/include/Nazara/Graphics/RenderElement.inl @@ -4,6 +4,7 @@ #include #include +#include namespace Nz { @@ -22,3 +23,5 @@ namespace Nz return m_elementType; } } + +#include diff --git a/include/Nazara/Graphics/RenderQueue.inl b/include/Nazara/Graphics/RenderQueue.inl index 5f61a8526..4c59c4fcf 100644 --- a/include/Nazara/Graphics/RenderQueue.inl +++ b/include/Nazara/Graphics/RenderQueue.inl @@ -4,6 +4,7 @@ #include #include +#include namespace Nz { @@ -53,3 +54,5 @@ namespace Nz return m_data.size(); } } + +#include diff --git a/include/Nazara/Math/Algorithm.inl b/include/Nazara/Math/Algorithm.inl index 08c316909..aed80993c 100644 --- a/include/Nazara/Math/Algorithm.inl +++ b/include/Nazara/Math/Algorithm.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Math/BoundingVolume.inl b/include/Nazara/Math/BoundingVolume.inl index 4bf276a9d..7dad91f7b 100644 --- a/include/Nazara/Math/BoundingVolume.inl +++ b/include/Nazara/Math/BoundingVolume.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Math/Box.inl b/include/Nazara/Math/Box.inl index 4dc9e54e8..60b30ed88 100644 --- a/include/Nazara/Math/Box.inl +++ b/include/Nazara/Math/Box.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Math/Frustum.inl b/include/Nazara/Math/Frustum.inl index 5b35488db..1e388f1b3 100644 --- a/include/Nazara/Math/Frustum.inl +++ b/include/Nazara/Math/Frustum.inl @@ -6,6 +6,7 @@ // http://www.crownandcutlass.com/features/technicaldetails/frustum.html // http://www.lighthouse3d.com/tutorials/view-frustum-culling/ +#include #include #include #include diff --git a/include/Nazara/Math/Matrix4.inl b/include/Nazara/Math/Matrix4.inl index abff3682b..a184db9ac 100644 --- a/include/Nazara/Math/Matrix4.inl +++ b/include/Nazara/Math/Matrix4.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Math/OrientedBox.inl b/include/Nazara/Math/OrientedBox.inl index a1fb945b2..263a18df5 100644 --- a/include/Nazara/Math/OrientedBox.inl +++ b/include/Nazara/Math/OrientedBox.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Math/PidController.inl b/include/Nazara/Math/PidController.inl index 5defb3c14..fe3a26fc3 100644 --- a/include/Nazara/Math/PidController.inl +++ b/include/Nazara/Math/PidController.inl @@ -3,6 +3,7 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include +#include namespace Nz { @@ -26,3 +27,5 @@ namespace Nz return currentError * m_pFactor + m_integral * m_iFactor + deriv * m_dFactor; } } + +#include diff --git a/include/Nazara/Math/Plane.inl b/include/Nazara/Math/Plane.inl index bc8668240..1c0263125 100644 --- a/include/Nazara/Math/Plane.inl +++ b/include/Nazara/Math/Plane.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Math/Ray.inl b/include/Nazara/Math/Ray.inl index 491897f41..fe0aeda3d 100644 --- a/include/Nazara/Math/Ray.inl +++ b/include/Nazara/Math/Ray.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Math/Rect.inl b/include/Nazara/Math/Rect.inl index 429b3fb36..89a8ceff0 100644 --- a/include/Nazara/Math/Rect.inl +++ b/include/Nazara/Math/Rect.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Math/Sphere.inl b/include/Nazara/Math/Sphere.inl index f985b4a41..2565a4e89 100644 --- a/include/Nazara/Math/Sphere.inl +++ b/include/Nazara/Math/Sphere.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Math/Vector2.inl b/include/Nazara/Math/Vector2.inl index 4d280aee9..cf88b7770 100644 --- a/include/Nazara/Math/Vector2.inl +++ b/include/Nazara/Math/Vector2.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Math/Vector3.inl b/include/Nazara/Math/Vector3.inl index d485bc506..be6a5d77f 100644 --- a/include/Nazara/Math/Vector3.inl +++ b/include/Nazara/Math/Vector3.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Math/Vector4.inl b/include/Nazara/Math/Vector4.inl index 583f2fa26..e9da302d8 100644 --- a/include/Nazara/Math/Vector4.inl +++ b/include/Nazara/Math/Vector4.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Math module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Network/AbstractSocket.inl b/include/Nazara/Network/AbstractSocket.inl index 4039fe8a5..7d40d6409 100644 --- a/include/Nazara/Network/AbstractSocket.inl +++ b/include/Nazara/Network/AbstractSocket.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include namespace Nz diff --git a/include/Nazara/Network/IpAddress.inl b/include/Nazara/Network/IpAddress.inl index 97aca6bd7..0f6b5d5e5 100644 --- a/include/Nazara/Network/IpAddress.inl +++ b/include/Nazara/Network/IpAddress.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/include/Nazara/Network/NetPacket.inl b/include/Nazara/Network/NetPacket.inl index adca9975c..923ac67c3 100644 --- a/include/Nazara/Network/NetPacket.inl +++ b/include/Nazara/Network/NetPacket.inl @@ -2,10 +2,11 @@ // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include -#include +#include namespace Nz { @@ -220,4 +221,4 @@ namespace Nz } } -#include +#include diff --git a/include/Nazara/Network/SocketPoller.inl b/include/Nazara/Network/SocketPoller.inl index 86884209c..059654b35 100644 --- a/include/Nazara/Network/SocketPoller.inl +++ b/include/Nazara/Network/SocketPoller.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include namespace Nz diff --git a/include/Nazara/Network/TcpClient.inl b/include/Nazara/Network/TcpClient.inl index c6cea4912..d86d16a01 100644 --- a/include/Nazara/Network/TcpClient.inl +++ b/include/Nazara/Network/TcpClient.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include namespace Nz diff --git a/include/Nazara/Network/TcpServer.inl b/include/Nazara/Network/TcpServer.inl index e6c9972b3..2e772e87d 100644 --- a/include/Nazara/Network/TcpServer.inl +++ b/include/Nazara/Network/TcpServer.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/Network/UdpSocket.inl b/include/Nazara/Network/UdpSocket.inl index ee652c18d..d8861bc69 100644 --- a/include/Nazara/Network/UdpSocket.inl +++ b/include/Nazara/Network/UdpSocket.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include namespace Nz diff --git a/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp b/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp index 211d019ae..88b159834 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp @@ -61,4 +61,4 @@ namespace Nz #include -#endif +#endif // NAZARA_OPENGLRENDERER_OPENGLCOMMANDBUFFERBUILDER_HPP diff --git a/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp b/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp index 3cd5ce6ad..0f5b397e4 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.hpp @@ -42,4 +42,4 @@ namespace Nz #include -#endif +#endif // NAZARA_OPENGLRENDERER_OPENGLFBOFRAMEBUFFER_HPP diff --git a/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.inl b/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.inl index 697edd997..6ceef1f07 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - OpenGL renderer" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp b/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp index 3f2ac517a..3ace2a69f 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp @@ -86,4 +86,4 @@ namespace Nz #include -#endif // NAZARA_OPENGLRENDERER_OPENGLRENDERPIPELINE_HPP +#endif // NAZARA_OPENGLRENDERER_OPENGLRENDERPIPELINELAYOUT_HPP diff --git a/include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp b/include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp index 0cbebeeb6..043bb7af9 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp @@ -62,4 +62,4 @@ namespace Nz #include -#endif // NAZARA_OPENGLRENDERER_OPENGLSHADERSTAGE_HPP +#endif // NAZARA_OPENGLRENDERER_OPENGLSHADERMODULE_HPP diff --git a/include/Nazara/OpenGLRenderer/OpenGLVaoCache.hpp b/include/Nazara/OpenGLRenderer/OpenGLVaoCache.hpp index e489859cc..42ceb3eea 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLVaoCache.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLVaoCache.hpp @@ -70,4 +70,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_OPENGLVAOCACHE_HPP diff --git a/include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.hpp b/include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.hpp index 5e0b5be6b..e456ed8b9 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLWindowFramebuffer.hpp @@ -36,4 +36,4 @@ namespace Nz #include -#endif +#endif // NAZARA_OPENGLRENDERER_OPENGLWINDOWFRAMEBUFFER_HPP diff --git a/include/Nazara/Platform/Icon.inl b/include/Nazara/Platform/Icon.inl index 3ac7dcb7c..55964f3bd 100644 --- a/include/Nazara/Platform/Icon.inl +++ b/include/Nazara/Platform/Icon.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/Renderer/RenderWindow.inl b/include/Nazara/Renderer/RenderWindow.inl index 86869e90b..9cae3b23c 100644 --- a/include/Nazara/Renderer/RenderWindow.inl +++ b/include/Nazara/Renderer/RenderWindow.inl @@ -4,6 +4,7 @@ #include #include +#include namespace Nz { @@ -57,3 +58,5 @@ namespace Nz m_framerateLimit = limit; } } + +#include diff --git a/include/Nazara/Renderer/ShaderModule.hpp b/include/Nazara/Renderer/ShaderModule.hpp index fa1a2011b..b0efb69ff 100644 --- a/include/Nazara/Renderer/ShaderModule.hpp +++ b/include/Nazara/Renderer/ShaderModule.hpp @@ -21,4 +21,4 @@ namespace Nz }; } -#endif // NAZARA_RENDERER_SHADERSTAGE_HPP +#endif // NAZARA_RENDERER_SHADERMODULE_HPP diff --git a/include/Nazara/Shader/Ast/Enums.hpp b/include/Nazara/Shader/Ast/Enums.hpp index ccf5a9378..ad4775475 100644 --- a/include/Nazara/Shader/Ast/Enums.hpp +++ b/include/Nazara/Shader/Ast/Enums.hpp @@ -144,4 +144,4 @@ namespace Nz } } -#endif // NAZARA_SHADER_ENUMS_HPP +#endif // NAZARA_SHADER_AST_ENUMS_HPP diff --git a/include/Nazara/Shader/Ast/ExpressionType.hpp b/include/Nazara/Shader/Ast/ExpressionType.hpp index 1b8c244c0..05d66a651 100644 --- a/include/Nazara/Shader/Ast/ExpressionType.hpp +++ b/include/Nazara/Shader/Ast/ExpressionType.hpp @@ -106,4 +106,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_EXPRESSIONTYPE_HPP diff --git a/include/Nazara/Shader/Ast/Nodes.hpp b/include/Nazara/Shader/Ast/Nodes.hpp index 86e5d7f2b..ce64848d5 100644 --- a/include/Nazara/Shader/Ast/Nodes.hpp +++ b/include/Nazara/Shader/Ast/Nodes.hpp @@ -369,4 +369,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_NODES_HPP diff --git a/include/Nazara/Utility/Buffer.inl b/include/Nazara/Utility/Buffer.inl index 545165ef2..5f883b2f6 100644 --- a/include/Nazara/Utility/Buffer.inl +++ b/include/Nazara/Utility/Buffer.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/Utility/Formats/MTLParser.inl b/include/Nazara/Utility/Formats/MTLParser.inl index 9e9638b74..40ce10aa4 100644 --- a/include/Nazara/Utility/Formats/MTLParser.inl +++ b/include/Nazara/Utility/Formats/MTLParser.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/Utility/IndexBuffer.inl b/include/Nazara/Utility/IndexBuffer.inl index 9a3d48be8..45938e004 100644 --- a/include/Nazara/Utility/IndexBuffer.inl +++ b/include/Nazara/Utility/IndexBuffer.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/Utility/IndexIterator.inl b/include/Nazara/Utility/IndexIterator.inl index c6b414bfb..8a5a9daf8 100644 --- a/include/Nazara/Utility/IndexIterator.inl +++ b/include/Nazara/Utility/IndexIterator.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include @@ -172,4 +173,4 @@ namespace std }; } -#include +#include diff --git a/include/Nazara/Utility/Skeleton.inl b/include/Nazara/Utility/Skeleton.inl index 85d7ca6d4..795042e1e 100644 --- a/include/Nazara/Utility/Skeleton.inl +++ b/include/Nazara/Utility/Skeleton.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/Utility/StaticMesh.inl b/include/Nazara/Utility/StaticMesh.inl index 85d7ca6d4..cf0c98fe8 100644 --- a/include/Nazara/Utility/StaticMesh.inl +++ b/include/Nazara/Utility/StaticMesh.inl @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include diff --git a/include/Nazara/VulkanRenderer/VulkanDescriptorSetLayoutCache.hpp b/include/Nazara/VulkanRenderer/VulkanDescriptorSetLayoutCache.hpp index e7aef9350..2212d0495 100644 --- a/include/Nazara/VulkanRenderer/VulkanDescriptorSetLayoutCache.hpp +++ b/include/Nazara/VulkanRenderer/VulkanDescriptorSetLayoutCache.hpp @@ -55,4 +55,4 @@ namespace Nz #include -#endif +#endif // NAZARA_VULKANRENDERER_VULKANDESCRIPTORSETLAYOUTCACHE_HPP diff --git a/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp b/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp index 1345cf52e..ecd30e935 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp +++ b/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp @@ -66,4 +66,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VULKANRENDERPIPELINE_HPP +#endif // NAZARA_VULKANRENDERER_VULKANRENDERPIPELINELAYOUT_HPP diff --git a/include/Nazara/Widgets/BaseWidget.inl b/include/Nazara/Widgets/BaseWidget.inl index 179f6e737..22365e69e 100644 --- a/include/Nazara/Widgets/BaseWidget.inl +++ b/include/Nazara/Widgets/BaseWidget.inl @@ -6,6 +6,7 @@ #include #include #include +#include namespace Nz { @@ -274,3 +275,5 @@ namespace Nz m_canvasIndex = index; } } + +#include diff --git a/include/Nazara/Widgets/ButtonWidget.inl b/include/Nazara/Widgets/ButtonWidget.inl index e305e6007..c98adbf09 100644 --- a/include/Nazara/Widgets/ButtonWidget.inl +++ b/include/Nazara/Widgets/ButtonWidget.inl @@ -3,6 +3,7 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include +#include namespace Nz { @@ -69,3 +70,5 @@ namespace Nz Layout(); } } + +#include diff --git a/include/Nazara/Widgets/LabelWidget.inl b/include/Nazara/Widgets/LabelWidget.inl index f1b336b84..2d2cf9a1c 100644 --- a/include/Nazara/Widgets/LabelWidget.inl +++ b/include/Nazara/Widgets/LabelWidget.inl @@ -3,6 +3,7 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include +#include namespace Nz { @@ -15,3 +16,5 @@ namespace Nz SetPreferredSize(size); } } + +#include diff --git a/src/Nazara/Audio/Formats/libflacLoader.cpp b/src/Nazara/Audio/Formats/libflacLoader.cpp index fd0368ca6..b5c9374ee 100644 --- a/src/Nazara/Audio/Formats/libflacLoader.cpp +++ b/src/Nazara/Audio/Formats/libflacLoader.cpp @@ -2,7 +2,7 @@ // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp -#include +#include #include #include #include diff --git a/src/Nazara/Audio/SoundStream.cpp b/src/Nazara/Audio/SoundStream.cpp index b1c4f27a4..ee317ae9b 100644 --- a/src/Nazara/Audio/SoundStream.cpp +++ b/src/Nazara/Audio/SoundStream.cpp @@ -4,6 +4,7 @@ #include #include +#include namespace Nz { diff --git a/src/Nazara/Physics2D/Arbiter2D.cpp b/src/Nazara/Physics2D/Arbiter2D.cpp index 36bdd7d49..e3444076e 100644 --- a/src/Nazara/Physics2D/Arbiter2D.cpp +++ b/src/Nazara/Physics2D/Arbiter2D.cpp @@ -4,7 +4,7 @@ #include #include -#include +#include namespace Nz { diff --git a/src/Nazara/Physics2D/RigidBody2D.cpp b/src/Nazara/Physics2D/RigidBody2D.cpp index c97b2e46d..57cc09e91 100644 --- a/src/Nazara/Physics2D/RigidBody2D.cpp +++ b/src/Nazara/Physics2D/RigidBody2D.cpp @@ -9,7 +9,7 @@ #include #include #include -#include +#include namespace Nz { diff --git a/src/Nazara/Platform/SDL2/IconImpl.cpp b/src/Nazara/Platform/SDL2/IconImpl.cpp index 751b52e10..7bd4a138c 100644 --- a/src/Nazara/Platform/SDL2/IconImpl.cpp +++ b/src/Nazara/Platform/SDL2/IconImpl.cpp @@ -2,9 +2,9 @@ // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include -#include #include #include diff --git a/src/Nazara/Platform/SDL2/SDLHelper.cpp b/src/Nazara/Platform/SDL2/SDLHelper.cpp index 08af940c3..faa664ac1 100644 --- a/src/Nazara/Platform/SDL2/SDLHelper.cpp +++ b/src/Nazara/Platform/SDL2/SDLHelper.cpp @@ -3,6 +3,7 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include +#include namespace Nz { diff --git a/src/Nazara/Platform/SDL2/VideoModeImpl.cpp b/src/Nazara/Platform/SDL2/VideoModeImpl.cpp index 5b7d38e59..33b578c68 100644 --- a/src/Nazara/Platform/SDL2/VideoModeImpl.cpp +++ b/src/Nazara/Platform/SDL2/VideoModeImpl.cpp @@ -2,10 +2,10 @@ // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include -#include #include #include diff --git a/src/Nazara/Platform/SDL2/WindowImpl.cpp b/src/Nazara/Platform/SDL2/WindowImpl.cpp index 1588194bf..c5f07586c 100644 --- a/src/Nazara/Platform/SDL2/WindowImpl.cpp +++ b/src/Nazara/Platform/SDL2/WindowImpl.cpp @@ -19,6 +19,7 @@ #include #include #include +#include namespace Nz { diff --git a/src/Nazara/Shader/SpirvData.cpp b/src/Nazara/Shader/SpirvData.cpp index 71fb78225..756b0f128 100644 --- a/src/Nazara/Shader/SpirvData.cpp +++ b/src/Nazara/Shader/SpirvData.cpp @@ -8,6 +8,7 @@ #include #include #include +#include namespace Nz { diff --git a/src/Nazara/Utility/Formats/OBJSaver.cpp b/src/Nazara/Utility/Formats/OBJSaver.cpp index 0b2d1170d..38c4ad907 100644 --- a/src/Nazara/Utility/Formats/OBJSaver.cpp +++ b/src/Nazara/Utility/Formats/OBJSaver.cpp @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/src/Nazara/Utility/Formats/STBSaver.cpp b/src/Nazara/Utility/Formats/STBSaver.cpp index 5ea6e8a50..a274617d1 100644 --- a/src/Nazara/Utility/Formats/STBSaver.cpp +++ b/src/Nazara/Utility/Formats/STBSaver.cpp @@ -2,6 +2,7 @@ // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp +#include #include #include #include diff --git a/src/Nazara/Widgets/BaseWidget.cpp b/src/Nazara/Widgets/BaseWidget.cpp index 40cc8161a..44e8222e5 100644 --- a/src/Nazara/Widgets/BaseWidget.cpp +++ b/src/Nazara/Widgets/BaseWidget.cpp @@ -9,6 +9,7 @@ #include #include #include +#include namespace Nz { diff --git a/src/Nazara/Widgets/ButtonWidget.cpp b/src/Nazara/Widgets/ButtonWidget.cpp index a96009119..4b25990dc 100644 --- a/src/Nazara/Widgets/ButtonWidget.cpp +++ b/src/Nazara/Widgets/ButtonWidget.cpp @@ -7,6 +7,7 @@ #include #include #include +#include namespace Nz { diff --git a/src/Nazara/Widgets/Canvas.cpp b/src/Nazara/Widgets/Canvas.cpp index ce4b3c38e..961cfbf72 100644 --- a/src/Nazara/Widgets/Canvas.cpp +++ b/src/Nazara/Widgets/Canvas.cpp @@ -4,6 +4,7 @@ #include #include +#include namespace Nz { diff --git a/src/Nazara/Widgets/LabelWidget.cpp b/src/Nazara/Widgets/LabelWidget.cpp index 461cfe6bc..ef9362486 100644 --- a/src/Nazara/Widgets/LabelWidget.cpp +++ b/src/Nazara/Widgets/LabelWidget.cpp @@ -8,6 +8,7 @@ #include #include #include +#include namespace Nz { From 66206868cdd09449d8129bbe15a4ce2e273924eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Thu, 28 Oct 2021 09:53:43 +0200 Subject: [PATCH 09/10] XMake: Add automatic header order fix --- .../OpenGLRenderer/Wrapper/CoreFunctions.hpp | 2 + .../Wrapper/WGL/WGLFunctions.hpp | 2 + .../Wrapper/Win32/Gdi32Functions.hpp | 2 + xmake/actions/checkfiles.lua | 217 ++++++++++++++++-- 4 files changed, 198 insertions(+), 25 deletions(-) diff --git a/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp b/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp index 0c23ac2f8..8ac084f20 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp @@ -7,6 +7,8 @@ #ifndef NAZARA_OPENGLRENDERER_WRAPPER_COREFUNCTIONS_HPP #define NAZARA_OPENGLRENDERER_WRAPPER_COREFUNCTIONS_HPP +// no include reordering + #define GL_GLES_PROTOTYPES 0 #include #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp index 33ef418b0..0cf45a8ee 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp @@ -9,6 +9,8 @@ #undef WIN32_LEAN_AND_MEAN //< Redefined by wgl.h header (ty Khronos) +// no include reordering + #include #include #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp index 6d19c68cf..e56a95cf9 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp @@ -9,6 +9,8 @@ #undef WIN32_LEAN_AND_MEAN //< Redefined by wgl.h header (ty Khronos) +// no include reordering + #include #include #include diff --git a/xmake/actions/checkfiles.lua b/xmake/actions/checkfiles.lua index c574ef532..0280255d9 100644 --- a/xmake/actions/checkfiles.lua +++ b/xmake/actions/checkfiles.lua @@ -28,6 +28,42 @@ local function CompareLines(referenceLines, lines, firstLine, lineCount) return true end +local function ComputeHeaderFile(filePath) + local headerPath = filePath:gsub("[\\/]", "/") + headerPath = headerPath:sub(headerPath:find("Nazara/"), -1) + headerPath = headerPath:sub(1, headerPath:find("%..+$") - 1) .. ".hpp" + + return headerPath +end + +local systemHeaders = { + ["fcntl.h"] = true, + ["mstcpip"] = true, + ["netdb.h"] = true, + ["poll.h"] = true, + ["process.h"] = true, + ["pthread.h"] = true, + ["unistd.h"] = true, + ["windows.h"] = true, + ["winsock2"] = true, +} + +local function IsSystemHeader(header) + if systemHeaders[header] then + return true + end + + if header:match("netinet/.*") then + return true + end + + if header:match("sys/.*") then + return true + end + + return false +end + on_run(function () import("core.base.option") @@ -281,10 +317,7 @@ on_run(function () for _, filePath in pairs(files) do local lines = GetFile(filePath) - local headerPath = filePath:gsub("[\\/]", "/") - headerPath = headerPath:sub(headerPath:find("Nazara/"), -1) - headerPath = headerPath:sub(1, headerPath:find("%..+$") - 1) .. ".hpp" - + local headerPath = ComputeHeaderFile(filePath) if os.isfile("include/" .. headerPath) or os.isfile("src/" .. headerPath) then local inclusions = {} @@ -296,7 +329,7 @@ on_run(function () break end - local includeMode, includePath = lines[i]:match("^%s*#%s*include%s*([<\"])(.+)[>\"]") + local includeMode, includePath = lines[i]:match("^#include%s*([<\"])(.+)[>\"]") if includeMode then table.insert(inclusions, { line = i, @@ -307,36 +340,24 @@ on_run(function () end if #inclusions > 0 then + local increment = 0 + + -- Add corresponding header local headerInclude for i = 1, #inclusions do if inclusions[i].path == headerPath then headerInclude = i - if i ~= 1 then - print(filePath .. " doesn't include corresponding header first") - - local currentInclusion = inclusions[i] - table.insert(fixes, { - File = filePath, - Func = function (lines) - table.remove(lines, currentInclusion.line) - local firstHeaderLine = inclusions[1].line - table.insert(lines, firstHeaderLine, "#include <" .. headerPath .. ">") - - return lines - end - }) - end - break end end + -- Check debug headers local debugIncludeModule = moduleName ~= "Math" and moduleName or "Core" local debugInclude local debugIncludeOff for i = 1, #inclusions do - local module, off = inclusions[i].path:match("Nazara/(.+)/Debug(O?f?f?).hpp") + local module, off = inclusions[i].path:match("^Nazara/(.+)/Debug(O?f?f?).hpp$") if module then if off == "Off" then debugIncludeOff = i @@ -361,8 +382,7 @@ on_run(function () end end - local increment = 0 - + -- Add header inclusion if it's missing if not headerInclude then print(filePath .. " is missing corresponding header inclusion") @@ -392,7 +412,7 @@ on_run(function () end if path.extension(filePath) == ".inl" then - if not debugInclude then + if not debugIncludeOff then print(filePath .. ": has missing DebugOff include") table.insert(fixes, { File = filePath, @@ -413,6 +433,153 @@ on_run(function () end }) + -- Reorder includes and remove duplicates + table.insert(checks, { + Name = "inclusion order", + Check = function (moduleName) + local files = table.join( + os.files("include/Nazara/" .. moduleName .. "/**.hpp"), + os.files("include/Nazara/" .. moduleName .. "/**.inl"), + os.files("src/Nazara/" .. moduleName .. "/**.hpp"), + os.files("src/Nazara/" .. moduleName .. "/**.inl"), + os.files("src/Nazara/" .. moduleName .. "/**.cpp") + ) + + local fixes = {} + for _, filePath in pairs(files) do + local lines = GetFile(filePath) + + local headerPath = ComputeHeaderFile(filePath) + + local inclusions = {} + + -- Retrieve all inclusions from the first inclusion block + for i = 1, #lines do + if lines[i] == "// no include reordering" then + -- ignore file + inclusions = {} + break + end + + local includeMode, includePath = lines[i]:match("^#include%s*([<\"])(.+)[>\"]") + if includeMode then + table.insert(inclusions, { + line = i, + mode = includeMode, + path = includePath + }) + elseif #inclusions > 0 then + -- Stop when outside the inclusion block + break + end + end + + local debugIncludeModule = moduleName ~= "Math" and moduleName or "Core" + + local includeList = {} + local shouldReorder = false + for i = 1, #inclusions do + local order + if inclusions[i].path == headerPath or inclusions[i].path == "Nazara/Prerequisites.hpp" then + order = 0 -- own include comes first + elseif inclusions[i].path == "Nazara/" .. debugIncludeModule .. "/Debug.hpp" then + order = 5 -- debug include + elseif inclusions[i].path:match("^Nazara/") then + order = 1 -- engine includes + elseif IsSystemHeader(inclusions[i].path) then + order = 4 -- system includes + elseif inclusions[i].path:match(".+%.hp?p?") then + order = 2 -- thirdparty includes + else + order = 3 -- standard includes + end + + table.insert(includeList, { + order = order, + path = inclusions[i].path, + content = lines[inclusions[i].line] + }) + end + + local function compareFunc(a, b) + if a.order == b.order then + local moduleA = a.path:match("^Nazara/(.-)/") + local moduleB = b.path:match("^Nazara/(.-)/") + if moduleA ~= moduleB then + return moduleA < moduleB + end + + local _, folderCountA = a.path:gsub("/", "") + local _, folderCountB = b.path:gsub("/", "") + if folderCountA == folderCountB then + return a.path < b.path + else + return folderCountA < folderCountB + end + else + return a.order < b.order + end + end + + local isOrdered = true + for i = 2, #includeList do + if includeList[i - 1].path == includeList[i].path then + -- duplicate found + print(filePath .. ": include list has duplicates") + isOrdered = false + break + end + + if not compareFunc(includeList[i - 1], includeList[i]) then + print(filePath .. ": include list is not ordered") + isOrdered = false + break + end + end + + if not isOrdered then + table.sort(includeList, compareFunc) + + table.insert(fixes, { + File = filePath, + Func = function (lines) + -- Reorder includes + local newInclusions = {} + for i = 1, #inclusions do + lines[inclusions[i].line] = includeList[i].content + table.insert(newInclusions, { + content = includeList[i].content, + path = includeList[i].path, + line = inclusions[i].line + }) + end + + -- Remove duplicates + table.sort(newInclusions, function (a, b) return a.line > b.line end) + + for i = 2, #newInclusions do + local a = newInclusions[i - 1] + local b = newInclusions[i] + + if a.path == b.path then + if #a.content > #b.content then -- keep longest line (for comments) + table.remove(lines, b.line) + else + table.remove(lines, a.line) + end + end + end + + return lines + end + }) + end + end + + return fixes + end + }) + -- Check copyright date and format table.insert(checks, { Name = "copyright", From a02b1952c0adfdf81bb7cf850944664d1e2ccffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Thu, 28 Oct 2021 09:53:56 +0200 Subject: [PATCH 10/10] Apply header order fix --- include/Nazara/Core/Core.hpp | 2 +- include/Nazara/Core/MemoryPool.inl | 2 +- include/Nazara/Graphics/Camera.inl | 2 ++ include/Nazara/Graphics/Components/CameraComponent.inl | 2 ++ include/Nazara/Graphics/Components/GraphicsComponent.inl | 2 ++ include/Nazara/Graphics/FrameGraph.hpp | 2 +- include/Nazara/Graphics/FramePass.hpp | 2 +- include/Nazara/Graphics/Graphics.hpp | 2 +- include/Nazara/Graphics/ViewerInstance.hpp | 2 +- include/Nazara/Graphics/WorldInstance.hpp | 2 +- include/Nazara/Network/ENetProtocol.inl | 2 ++ include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.hpp | 4 ++-- .../Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLCommandPool.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLDevice.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLFramebuffer.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLRenderImage.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLRenderPass.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.hpp | 2 +- .../Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLRenderer.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp | 4 ++-- include/Nazara/OpenGLRenderer/OpenGLTexture.hpp | 2 +- include/Nazara/OpenGLRenderer/OpenGLTextureSampler.hpp | 2 +- include/Nazara/OpenGLRenderer/Utils.hpp | 2 +- .../Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp | 2 +- include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp | 2 +- include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp | 4 ++-- include/Nazara/Physics2D/RigidBody2D.hpp | 2 +- include/Nazara/Physics3D/RigidBody3D.hpp | 2 +- include/Nazara/Platform/Platform.hpp | 2 +- include/Nazara/Renderer/CommandPool.hpp | 2 +- include/Nazara/Renderer/RenderDevice.hpp | 2 +- include/Nazara/Renderer/RenderPassCache.hpp | 2 +- include/Nazara/Renderer/RenderWindow.hpp | 2 +- include/Nazara/Renderer/Texture.hpp | 2 +- include/Nazara/Shader/Ast/AstCloner.hpp | 2 +- include/Nazara/Shader/Ast/AstUtils.hpp | 2 +- include/Nazara/Shader/Ast/ExpressionType.hpp | 2 +- include/Nazara/Shader/Ast/Nodes.hpp | 2 +- include/Nazara/Shader/SpirvConstantCache.hpp | 6 +++--- include/Nazara/Shader/SpirvSectionBase.hpp | 2 +- include/Nazara/Shader/SpirvWriter.hpp | 4 ++-- include/Nazara/Utility/Formats/MD5AnimParser.hpp | 2 +- include/Nazara/Utility/Image.hpp | 2 +- include/Nazara/Utility/Mesh.inl | 2 +- include/Nazara/Utility/PixelFormat.inl | 2 +- .../Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp | 2 +- include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp | 4 ++-- include/Nazara/VulkanRenderer/VulkanShaderModule.hpp | 2 +- include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.inl | 2 +- include/Nazara/VulkanRenderer/Wrapper/Surface.hpp | 2 +- include/Nazara/Widgets/Widgets.hpp | 2 +- src/Nazara/Audio/Formats/libflacLoader.cpp | 2 +- src/Nazara/Core/Posix/FileImpl.cpp | 2 +- src/Nazara/Core/Posix/TaskSchedulerImpl.hpp | 2 +- src/Nazara/Core/StringExt.cpp | 2 +- src/Nazara/Graphics/FrameGraph.cpp | 2 +- src/Nazara/Graphics/MaterialPass.cpp | 2 +- src/Nazara/Network/AlgorithmNetwork.cpp | 2 +- src/Nazara/Network/Posix/SocketImpl.cpp | 6 +++--- src/Nazara/Network/Posix/SocketImpl.hpp | 2 +- src/Nazara/Network/TcpClient.cpp | 2 +- src/Nazara/Network/Win32/IpAddressImpl.hpp | 2 +- src/Nazara/Network/Win32/SocketPollerImpl.hpp | 2 +- src/Nazara/OpenGLRenderer/OpenGLDevice.cpp | 2 +- src/Nazara/OpenGLRenderer/OpenGLRenderPipeline.cpp | 2 +- src/Nazara/OpenGLRenderer/OpenGLRenderer.cpp | 4 ++-- src/Nazara/Physics2D/Collider2D.cpp | 2 +- src/Nazara/Physics2D/PhysWorld2D.cpp | 2 +- src/Nazara/Physics3D/Physics3D.cpp | 2 +- src/Nazara/Platform/SDL2/IconImpl.cpp | 2 +- src/Nazara/Platform/SDL2/InputImpl.cpp | 4 ++-- src/Nazara/Platform/SDL2/VideoModeImpl.cpp | 4 ++-- src/Nazara/Platform/SDL2/WindowImpl.cpp | 2 -- src/Nazara/Platform/SDL2/WindowImpl.hpp | 2 +- src/Nazara/Platform/VideoMode.cpp | 2 +- src/Nazara/Shader/Ast/SanitizeVisitor.cpp | 2 +- src/Nazara/Shader/SpirvAstVisitor.cpp | 2 +- src/Nazara/Shader/SpirvWriter.cpp | 2 +- src/Nazara/Utility/AlgorithmUtility.cpp | 4 ++-- src/Nazara/Utility/Animation.cpp | 2 +- src/Nazara/Utility/Formats/MD5AnimLoader.cpp | 2 +- src/Nazara/Utility/Formats/STBSaver.cpp | 2 +- src/Nazara/VulkanRenderer/Utils_VulkanRenderer.cpp | 2 +- src/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.cpp | 4 ++-- src/Nazara/VulkanRenderer/VulkanRenderImage.cpp | 2 +- src/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.cpp | 2 +- src/Nazara/VulkanRenderer/VulkanRenderer.cpp | 2 +- src/Nazara/VulkanRenderer/VulkanTexture.cpp | 2 +- src/Nazara/VulkanRenderer/Wrapper/Instance.cpp | 2 +- src/Nazara/Widgets/BaseWidget.cpp | 2 +- 93 files changed, 110 insertions(+), 104 deletions(-) diff --git a/include/Nazara/Core/Core.hpp b/include/Nazara/Core/Core.hpp index 8db72d173..467e60329 100644 --- a/include/Nazara/Core/Core.hpp +++ b/include/Nazara/Core/Core.hpp @@ -8,8 +8,8 @@ #define NAZARA_CORE_HPP #include -#include #include +#include #include namespace Nz diff --git a/include/Nazara/Core/MemoryPool.inl b/include/Nazara/Core/MemoryPool.inl index 8b5663cad..d395aa1f6 100644 --- a/include/Nazara/Core/MemoryPool.inl +++ b/include/Nazara/Core/MemoryPool.inl @@ -4,8 +4,8 @@ #include #include -#include #include +#include #include namespace Nz diff --git a/include/Nazara/Graphics/Camera.inl b/include/Nazara/Graphics/Camera.inl index d2ab600d3..0aebd05d4 100644 --- a/include/Nazara/Graphics/Camera.inl +++ b/include/Nazara/Graphics/Camera.inl @@ -201,3 +201,5 @@ namespace Nz UpdateProjectionMatrix(); } } + +#include diff --git a/include/Nazara/Graphics/Components/CameraComponent.inl b/include/Nazara/Graphics/Components/CameraComponent.inl index 72cc206ef..8756817a6 100644 --- a/include/Nazara/Graphics/Components/CameraComponent.inl +++ b/include/Nazara/Graphics/Components/CameraComponent.inl @@ -8,3 +8,5 @@ namespace Nz { } + +#include diff --git a/include/Nazara/Graphics/Components/GraphicsComponent.inl b/include/Nazara/Graphics/Components/GraphicsComponent.inl index a738eed5f..c1dcffffc 100644 --- a/include/Nazara/Graphics/Components/GraphicsComponent.inl +++ b/include/Nazara/Graphics/Components/GraphicsComponent.inl @@ -40,3 +40,5 @@ namespace Nz return m_worldInstance; } } + +#include diff --git a/include/Nazara/Graphics/FrameGraph.hpp b/include/Nazara/Graphics/FrameGraph.hpp index b250b1ffc..b594414b2 100644 --- a/include/Nazara/Graphics/FrameGraph.hpp +++ b/include/Nazara/Graphics/FrameGraph.hpp @@ -16,9 +16,9 @@ #include #include #include -#include #include #include +#include namespace Nz { diff --git a/include/Nazara/Graphics/FramePass.hpp b/include/Nazara/Graphics/FramePass.hpp index 2766d6ead..638a73bf7 100644 --- a/include/Nazara/Graphics/FramePass.hpp +++ b/include/Nazara/Graphics/FramePass.hpp @@ -9,9 +9,9 @@ #include #include -#include #include #include +#include #include #include #include diff --git a/include/Nazara/Graphics/Graphics.hpp b/include/Nazara/Graphics/Graphics.hpp index 90f6045fe..f08ece840 100644 --- a/include/Nazara/Graphics/Graphics.hpp +++ b/include/Nazara/Graphics/Graphics.hpp @@ -11,10 +11,10 @@ #include #include #include -#include #include #include #include +#include #include namespace Nz diff --git a/include/Nazara/Graphics/ViewerInstance.hpp b/include/Nazara/Graphics/ViewerInstance.hpp index 07a60c7e4..66e249e60 100644 --- a/include/Nazara/Graphics/ViewerInstance.hpp +++ b/include/Nazara/Graphics/ViewerInstance.hpp @@ -8,8 +8,8 @@ #define NAZARA_GRAPHICS_VIEWERINSTANCE_HPP #include -#include #include +#include #include #include diff --git a/include/Nazara/Graphics/WorldInstance.hpp b/include/Nazara/Graphics/WorldInstance.hpp index dc1901625..9a65ef89c 100644 --- a/include/Nazara/Graphics/WorldInstance.hpp +++ b/include/Nazara/Graphics/WorldInstance.hpp @@ -8,8 +8,8 @@ #define NAZARA_GRAPHICS_WORLDINSTANCE_HPP #include -#include #include +#include #include #include diff --git a/include/Nazara/Network/ENetProtocol.inl b/include/Nazara/Network/ENetProtocol.inl index 4b482f521..8c2c7f3cc 100644 --- a/include/Nazara/Network/ENetProtocol.inl +++ b/include/Nazara/Network/ENetProtocol.inl @@ -32,3 +32,5 @@ namespace Nz return !ENetTimeLess(a, b); } } + +#include diff --git a/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp b/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp index ded9beb0f..04f05fcdc 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp @@ -8,10 +8,10 @@ #define NAZARA_OPENGLRENDERER_OPENGLBUFFER_HPP #include -#include #include #include #include +#include #include #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.hpp b/include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.hpp index 2d3335051..e40d9a49f 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLCommandBuffer.hpp @@ -10,12 +10,12 @@ #include #include #include -#include -#include #include #include #include #include +#include +#include #include #include #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp b/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp index 88b159834..034a34ad8 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLCommandBufferBuilder.hpp @@ -8,8 +8,8 @@ #define NAZARA_OPENGLRENDERER_OPENGLCOMMANDBUFFERBUILDER_HPP #include -#include #include +#include namespace Nz { diff --git a/include/Nazara/OpenGLRenderer/OpenGLCommandPool.hpp b/include/Nazara/OpenGLRenderer/OpenGLCommandPool.hpp index 5f5309ebd..2dfa77c39 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLCommandPool.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLCommandPool.hpp @@ -9,9 +9,9 @@ #include #include -#include #include #include +#include namespace Nz { diff --git a/include/Nazara/OpenGLRenderer/OpenGLDevice.hpp b/include/Nazara/OpenGLRenderer/OpenGLDevice.hpp index 41f953356..ea1bc1562 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLDevice.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLDevice.hpp @@ -8,9 +8,9 @@ #define NAZARA_OPENGLRENDERER_OPENGLDEVICE_HPP #include -#include #include #include +#include #include #include #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.hpp b/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.hpp index 67629ce2a..f16570eef 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.hpp @@ -8,8 +8,8 @@ #define NAZARA_OPENGLRENDERER_OPENGLFRAMEBUFFER_HPP #include -#include #include +#include namespace Nz { diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderImage.hpp b/include/Nazara/OpenGLRenderer/OpenGLRenderImage.hpp index 3058dd53b..9b9443f67 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderImage.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderImage.hpp @@ -8,8 +8,8 @@ #define NAZARA_OPENGLRENDERER_OPENGLRENDERIMAGE_HPP #include -#include #include +#include #include namespace Nz diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderPass.hpp b/include/Nazara/OpenGLRenderer/OpenGLRenderPass.hpp index 8cbe618e8..ccc4b8486 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderPass.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderPass.hpp @@ -8,8 +8,8 @@ #define NAZARA_OPENGLRENDERER_OPENGLRENDERPASS_HPP #include -#include #include +#include #include namespace Nz diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.hpp b/include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.hpp index 7dbd58f48..213882c5f 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderPipeline.hpp @@ -9,9 +9,9 @@ #include #include -#include #include #include +#include #include namespace Nz diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp b/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp index 3ace2a69f..7847e4914 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderPipelineLayout.hpp @@ -9,11 +9,11 @@ #include #include -#include #include #include #include #include +#include #include #include #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLRenderer.hpp b/include/Nazara/OpenGLRenderer/OpenGLRenderer.hpp index c15527ed7..4df65a042 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderer.hpp @@ -8,10 +8,10 @@ #define NAZARA_OPENGLRENDERER_HPP #include -#include #include #include #include +#include #include namespace Nz diff --git a/include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp b/include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp index 043bb7af9..883cc7c1b 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLShaderModule.hpp @@ -8,11 +8,11 @@ #define NAZARA_OPENGLRENDERER_OPENGLSHADERMODULE_HPP #include -#include -#include #include #include #include +#include +#include #include #include #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLTexture.hpp b/include/Nazara/OpenGLRenderer/OpenGLTexture.hpp index 06e8e3ac8..872547fc4 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLTexture.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLTexture.hpp @@ -8,10 +8,10 @@ #define NAZARA_OPENGLRENDERER_OPENGLTEXTURE_HPP #include -#include #include #include #include +#include namespace Nz { diff --git a/include/Nazara/OpenGLRenderer/OpenGLTextureSampler.hpp b/include/Nazara/OpenGLRenderer/OpenGLTextureSampler.hpp index f25f7af0d..b0974caa1 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLTextureSampler.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLTextureSampler.hpp @@ -8,9 +8,9 @@ #define NAZARA_OPENGLRENDERER_OPENGLTEXTURESAMPLER_HPP #include -#include #include #include +#include namespace Nz { diff --git a/include/Nazara/OpenGLRenderer/Utils.hpp b/include/Nazara/OpenGLRenderer/Utils.hpp index 39772372e..60ba7c2cc 100644 --- a/include/Nazara/OpenGLRenderer/Utils.hpp +++ b/include/Nazara/OpenGLRenderer/Utils.hpp @@ -8,9 +8,9 @@ #define NAZARA_OPENGLRENDERER_UTILS_HPP #include +#include #include #include -#include #include #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp index 3cfb331f7..8995af901 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp @@ -9,9 +9,9 @@ #include #include -#include #include #include +#include #include #include #include diff --git a/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp b/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp index 218afe43e..024e4f2d6 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp @@ -8,8 +8,8 @@ #define NAZARA_OPENGLRENDERER_WRAPPER_LOADER_HPP #include -#include #include +#include #include namespace Nz diff --git a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp index 68ebfa1ac..bd9cdc9a3 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp @@ -9,11 +9,11 @@ #include #include -#include #include #include -#include #include +#include +#include #include #include #include diff --git a/include/Nazara/Physics2D/RigidBody2D.hpp b/include/Nazara/Physics2D/RigidBody2D.hpp index a45897f70..0c2da9225 100644 --- a/include/Nazara/Physics2D/RigidBody2D.hpp +++ b/include/Nazara/Physics2D/RigidBody2D.hpp @@ -12,8 +12,8 @@ #include #include #include -#include #include +#include #include #include diff --git a/include/Nazara/Physics3D/RigidBody3D.hpp b/include/Nazara/Physics3D/RigidBody3D.hpp index 65516f01e..bd9e40408 100644 --- a/include/Nazara/Physics3D/RigidBody3D.hpp +++ b/include/Nazara/Physics3D/RigidBody3D.hpp @@ -13,8 +13,8 @@ #include #include #include -#include #include +#include class NewtonBody; diff --git a/include/Nazara/Platform/Platform.hpp b/include/Nazara/Platform/Platform.hpp index 017be409d..265e78f98 100644 --- a/include/Nazara/Platform/Platform.hpp +++ b/include/Nazara/Platform/Platform.hpp @@ -8,8 +8,8 @@ #define NAZARA_PLATFORM_HPP #include -#include #include +#include namespace Nz { diff --git a/include/Nazara/Renderer/CommandPool.hpp b/include/Nazara/Renderer/CommandPool.hpp index 530503694..0b1d31830 100644 --- a/include/Nazara/Renderer/CommandPool.hpp +++ b/include/Nazara/Renderer/CommandPool.hpp @@ -8,8 +8,8 @@ #define NAZARA_RENDERER_COMMANDPOOL_HPP #include -#include #include +#include #include namespace Nz diff --git a/include/Nazara/Renderer/RenderDevice.hpp b/include/Nazara/Renderer/RenderDevice.hpp index 0186f97e0..4edb137c7 100644 --- a/include/Nazara/Renderer/RenderDevice.hpp +++ b/include/Nazara/Renderer/RenderDevice.hpp @@ -17,8 +17,8 @@ #include #include #include -#include #include +#include #include #include #include diff --git a/include/Nazara/Renderer/RenderPassCache.hpp b/include/Nazara/Renderer/RenderPassCache.hpp index 7a8cdbb36..58697661d 100644 --- a/include/Nazara/Renderer/RenderPassCache.hpp +++ b/include/Nazara/Renderer/RenderPassCache.hpp @@ -11,8 +11,8 @@ #include #include #include -#include #include +#include namespace Nz { diff --git a/include/Nazara/Renderer/RenderWindow.hpp b/include/Nazara/Renderer/RenderWindow.hpp index 80cbdf483..34a7df4de 100644 --- a/include/Nazara/Renderer/RenderWindow.hpp +++ b/include/Nazara/Renderer/RenderWindow.hpp @@ -11,10 +11,10 @@ #include #include #include +#include #include #include #include -#include #include namespace Nz diff --git a/include/Nazara/Renderer/Texture.hpp b/include/Nazara/Renderer/Texture.hpp index cf5004a8d..ae554d951 100644 --- a/include/Nazara/Renderer/Texture.hpp +++ b/include/Nazara/Renderer/Texture.hpp @@ -9,9 +9,9 @@ #include #include +#include #include #include -#include #include #include #include diff --git a/include/Nazara/Shader/Ast/AstCloner.hpp b/include/Nazara/Shader/Ast/AstCloner.hpp index 2c5a775ea..e346509ca 100644 --- a/include/Nazara/Shader/Ast/AstCloner.hpp +++ b/include/Nazara/Shader/Ast/AstCloner.hpp @@ -9,9 +9,9 @@ #include #include -#include #include #include +#include #include namespace Nz::ShaderAst diff --git a/include/Nazara/Shader/Ast/AstUtils.hpp b/include/Nazara/Shader/Ast/AstUtils.hpp index e9ea838d1..0082fdd4c 100644 --- a/include/Nazara/Shader/Ast/AstUtils.hpp +++ b/include/Nazara/Shader/Ast/AstUtils.hpp @@ -9,8 +9,8 @@ #include #include -#include #include +#include #include namespace Nz::ShaderAst diff --git a/include/Nazara/Shader/Ast/ExpressionType.hpp b/include/Nazara/Shader/Ast/ExpressionType.hpp index 05d66a651..a2799fcb5 100644 --- a/include/Nazara/Shader/Ast/ExpressionType.hpp +++ b/include/Nazara/Shader/Ast/ExpressionType.hpp @@ -8,9 +8,9 @@ #define NAZARA_SHADER_AST_EXPRESSIONTYPE_HPP #include -#include #include #include +#include #include #include #include diff --git a/include/Nazara/Shader/Ast/Nodes.hpp b/include/Nazara/Shader/Ast/Nodes.hpp index ce64848d5..d8219109d 100644 --- a/include/Nazara/Shader/Ast/Nodes.hpp +++ b/include/Nazara/Shader/Ast/Nodes.hpp @@ -12,9 +12,9 @@ #include #include #include +#include #include #include -#include #include #include #include diff --git a/include/Nazara/Shader/SpirvConstantCache.hpp b/include/Nazara/Shader/SpirvConstantCache.hpp index 4a9304aac..86abefcf6 100644 --- a/include/Nazara/Shader/SpirvConstantCache.hpp +++ b/include/Nazara/Shader/SpirvConstantCache.hpp @@ -8,10 +8,10 @@ #define NAZARA_SHADER_SPIRVCONSTANTCACHE_HPP #include -#include -#include -#include #include +#include +#include +#include #include #include #include diff --git a/include/Nazara/Shader/SpirvSectionBase.hpp b/include/Nazara/Shader/SpirvSectionBase.hpp index 118325f37..5931c127a 100644 --- a/include/Nazara/Shader/SpirvSectionBase.hpp +++ b/include/Nazara/Shader/SpirvSectionBase.hpp @@ -8,8 +8,8 @@ #define NAZARA_SHADER_SPIRVSECTIONBASE_HPP #include -#include #include +#include #include #include diff --git a/include/Nazara/Shader/SpirvWriter.hpp b/include/Nazara/Shader/SpirvWriter.hpp index 0c82895ab..0242583c4 100644 --- a/include/Nazara/Shader/SpirvWriter.hpp +++ b/include/Nazara/Shader/SpirvWriter.hpp @@ -9,10 +9,10 @@ #include #include -#include -#include #include #include +#include +#include #include #include #include diff --git a/include/Nazara/Utility/Formats/MD5AnimParser.hpp b/include/Nazara/Utility/Formats/MD5AnimParser.hpp index 02db3a33b..ed2cee3b4 100644 --- a/include/Nazara/Utility/Formats/MD5AnimParser.hpp +++ b/include/Nazara/Utility/Formats/MD5AnimParser.hpp @@ -8,10 +8,10 @@ #define NAZARA_UTILITY_FORMATS_MD5ANIMPARSER_HPP #include -#include #include #include #include +#include #include namespace Nz diff --git a/include/Nazara/Utility/Image.hpp b/include/Nazara/Utility/Image.hpp index a80326c86..5ef38abb4 100644 --- a/include/Nazara/Utility/Image.hpp +++ b/include/Nazara/Utility/Image.hpp @@ -9,8 +9,8 @@ #include #include -#include #include +#include #include #include #include diff --git a/include/Nazara/Utility/Mesh.inl b/include/Nazara/Utility/Mesh.inl index 12e7cdd1d..6c0d5573b 100644 --- a/include/Nazara/Utility/Mesh.inl +++ b/include/Nazara/Utility/Mesh.inl @@ -3,8 +3,8 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include +#include #include namespace Nz diff --git a/include/Nazara/Utility/PixelFormat.inl b/include/Nazara/Utility/PixelFormat.inl index 3f7823422..3ee68c0a1 100644 --- a/include/Nazara/Utility/PixelFormat.inl +++ b/include/Nazara/Utility/PixelFormat.inl @@ -3,8 +3,8 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include +#include #include #include #include diff --git a/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp b/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp index ecd30e935..a78f07e89 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp +++ b/include/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.hpp @@ -12,10 +12,10 @@ #include #include #include -#include #include #include #include +#include #include #include #include diff --git a/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp b/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp index 3897210a1..fd262fa6a 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp +++ b/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp @@ -12,13 +12,13 @@ #include #include #include -#include #include +#include #include #include -#include #include #include +#include #include #include #include diff --git a/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp b/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp index 2e32f17a4..964cc36bd 100644 --- a/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp +++ b/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp @@ -10,8 +10,8 @@ #include #include #include -#include #include +#include #include #include diff --git a/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.inl b/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.inl index dd1b588cc..774fe862a 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.inl @@ -3,9 +3,9 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include #include +#include #include namespace Nz diff --git a/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp b/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp index 35680d225..56977248f 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp @@ -9,8 +9,8 @@ #include #include -#include #include +#include namespace Nz { diff --git a/include/Nazara/Widgets/Widgets.hpp b/include/Nazara/Widgets/Widgets.hpp index 0609e6e25..fd1705a99 100644 --- a/include/Nazara/Widgets/Widgets.hpp +++ b/include/Nazara/Widgets/Widgets.hpp @@ -8,8 +8,8 @@ #define NAZARA_WIDGETS_HPP #include -#include #include +#include #include #include diff --git a/src/Nazara/Audio/Formats/libflacLoader.cpp b/src/Nazara/Audio/Formats/libflacLoader.cpp index b5c9374ee..9aa23abd5 100644 --- a/src/Nazara/Audio/Formats/libflacLoader.cpp +++ b/src/Nazara/Audio/Formats/libflacLoader.cpp @@ -14,9 +14,9 @@ #include #include #include +#include #include #include -#include #include namespace Nz diff --git a/src/Nazara/Core/Posix/FileImpl.cpp b/src/Nazara/Core/Posix/FileImpl.cpp index 12b0e4706..41cf29dbe 100644 --- a/src/Nazara/Core/Posix/FileImpl.cpp +++ b/src/Nazara/Core/Posix/FileImpl.cpp @@ -6,10 +6,10 @@ #include #include #include +#include #include #include #include -#include #include namespace Nz diff --git a/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp b/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp index 190fa464a..944f0813e 100644 --- a/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp +++ b/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp @@ -10,8 +10,8 @@ #include #include #include -#include #include +#include #if defined(NAZARA_PLATFORM_MACOSX) typedef int pthread_barrierattr_t; diff --git a/src/Nazara/Core/StringExt.cpp b/src/Nazara/Core/StringExt.cpp index 2e59889fd..b776de5ae 100644 --- a/src/Nazara/Core/StringExt.cpp +++ b/src/Nazara/Core/StringExt.cpp @@ -4,8 +4,8 @@ #include #include -#include #include +#include #include namespace Nz diff --git a/src/Nazara/Graphics/FrameGraph.cpp b/src/Nazara/Graphics/FrameGraph.cpp index da02a2dee..fa7c45585 100644 --- a/src/Nazara/Graphics/FrameGraph.cpp +++ b/src/Nazara/Graphics/FrameGraph.cpp @@ -6,8 +6,8 @@ // https://themaister.net/blog/2017/08/15/render-graphs-and-vulkan-a-deep-dive/ #include -#include #include +#include #include #include #include diff --git a/src/Nazara/Graphics/MaterialPass.cpp b/src/Nazara/Graphics/MaterialPass.cpp index a78cef04e..9c355acdd 100644 --- a/src/Nazara/Graphics/MaterialPass.cpp +++ b/src/Nazara/Graphics/MaterialPass.cpp @@ -7,8 +7,8 @@ #include #include #include -#include #include +#include #include #include #include diff --git a/src/Nazara/Network/AlgorithmNetwork.cpp b/src/Nazara/Network/AlgorithmNetwork.cpp index e43fe5646..3b794c336 100644 --- a/src/Nazara/Network/AlgorithmNetwork.cpp +++ b/src/Nazara/Network/AlgorithmNetwork.cpp @@ -2,8 +2,8 @@ // This file is part of the "Nazara Engine - Network module" // For conditions of distribution and use, see copyright notice in Config.hpp -#include #include +#include #include #include diff --git a/src/Nazara/Network/Posix/SocketImpl.cpp b/src/Nazara/Network/Posix/SocketImpl.cpp index 98d4911ba..38b5d3de8 100644 --- a/src/Nazara/Network/Posix/SocketImpl.cpp +++ b/src/Nazara/Network/Posix/SocketImpl.cpp @@ -9,13 +9,13 @@ #include #include #include +#include +#include +#include #include #include #include #include -#include -#include -#include #include #if !defined(TCP_KEEPIDLE) && defined(TCP_KEEPALIVE) diff --git a/src/Nazara/Network/Posix/SocketImpl.hpp b/src/Nazara/Network/Posix/SocketImpl.hpp index 62e3be3d1..97b46e34a 100644 --- a/src/Nazara/Network/Posix/SocketImpl.hpp +++ b/src/Nazara/Network/Posix/SocketImpl.hpp @@ -7,9 +7,9 @@ #ifndef NAZARA_NETWORK_POSIX_SOCKETIMPL_HPP #define NAZARA_NETWORK_POSIX_SOCKETIMPL_HPP -#include #include #include +#include #define NAZARA_NETWORK_POLL_SUPPORT 1 diff --git a/src/Nazara/Network/TcpClient.cpp b/src/Nazara/Network/TcpClient.cpp index 175f3aa79..283121f54 100644 --- a/src/Nazara/Network/TcpClient.cpp +++ b/src/Nazara/Network/TcpClient.cpp @@ -6,8 +6,8 @@ #include #include #include -#include #include +#include #if defined(NAZARA_PLATFORM_WINDOWS) #include diff --git a/src/Nazara/Network/Win32/IpAddressImpl.hpp b/src/Nazara/Network/Win32/IpAddressImpl.hpp index 5f836733b..e549ae121 100644 --- a/src/Nazara/Network/Win32/IpAddressImpl.hpp +++ b/src/Nazara/Network/Win32/IpAddressImpl.hpp @@ -8,9 +8,9 @@ #define NAZARA_NETWORK_WIN32_IPADDRESSIMPL_HPP #include -#include #include #include +#include namespace Nz { diff --git a/src/Nazara/Network/Win32/SocketPollerImpl.hpp b/src/Nazara/Network/Win32/SocketPollerImpl.hpp index 41782c16c..0b9f64fba 100644 --- a/src/Nazara/Network/Win32/SocketPollerImpl.hpp +++ b/src/Nazara/Network/Win32/SocketPollerImpl.hpp @@ -10,10 +10,10 @@ #include #include #include +#include #include #include #include -#include namespace Nz { diff --git a/src/Nazara/OpenGLRenderer/OpenGLDevice.cpp b/src/Nazara/OpenGLRenderer/OpenGLDevice.cpp index c252dd481..332dcc5d6 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLDevice.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLDevice.cpp @@ -3,7 +3,6 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include #include #include @@ -14,6 +13,7 @@ #include #include #include +#include #include #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLRenderPipeline.cpp b/src/Nazara/OpenGLRenderer/OpenGLRenderPipeline.cpp index 2eab4e397..4551a6fc9 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLRenderPipeline.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLRenderPipeline.cpp @@ -4,9 +4,9 @@ #include #include -#include #include #include +#include #include #include #include diff --git a/src/Nazara/OpenGLRenderer/OpenGLRenderer.cpp b/src/Nazara/OpenGLRenderer/OpenGLRenderer.cpp index bf30d44e7..89e04983f 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLRenderer.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLRenderer.cpp @@ -4,11 +4,11 @@ #include #include +#include +#include #include #include #include -#include -#include #include #include diff --git a/src/Nazara/Physics2D/Collider2D.cpp b/src/Nazara/Physics2D/Collider2D.cpp index e8ec094f1..d7957a7cc 100644 --- a/src/Nazara/Physics2D/Collider2D.cpp +++ b/src/Nazara/Physics2D/Collider2D.cpp @@ -6,8 +6,8 @@ #include #include #include -#include #include +#include #include #include #include diff --git a/src/Nazara/Physics2D/PhysWorld2D.cpp b/src/Nazara/Physics2D/PhysWorld2D.cpp index 632cacb58..655e0c8f7 100644 --- a/src/Nazara/Physics2D/PhysWorld2D.cpp +++ b/src/Nazara/Physics2D/PhysWorld2D.cpp @@ -3,8 +3,8 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include +#include #include #include diff --git a/src/Nazara/Physics3D/Physics3D.cpp b/src/Nazara/Physics3D/Physics3D.cpp index 5c3e0b83d..33ec8ef32 100644 --- a/src/Nazara/Physics3D/Physics3D.cpp +++ b/src/Nazara/Physics3D/Physics3D.cpp @@ -7,8 +7,8 @@ #include #include #include -#include #include +#include #include #include diff --git a/src/Nazara/Platform/SDL2/IconImpl.cpp b/src/Nazara/Platform/SDL2/IconImpl.cpp index 7bd4a138c..4a89f3d08 100644 --- a/src/Nazara/Platform/SDL2/IconImpl.cpp +++ b/src/Nazara/Platform/SDL2/IconImpl.cpp @@ -3,10 +3,10 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include #include #include +#include namespace Nz { diff --git a/src/Nazara/Platform/SDL2/InputImpl.cpp b/src/Nazara/Platform/SDL2/InputImpl.cpp index 8b8e4a1c5..203046664 100644 --- a/src/Nazara/Platform/SDL2/InputImpl.cpp +++ b/src/Nazara/Platform/SDL2/InputImpl.cpp @@ -4,13 +4,13 @@ #include #include -#include +#include #include #include -#include #include #include #include +#include namespace Nz { diff --git a/src/Nazara/Platform/SDL2/VideoModeImpl.cpp b/src/Nazara/Platform/SDL2/VideoModeImpl.cpp index 33b578c68..927f41da0 100644 --- a/src/Nazara/Platform/SDL2/VideoModeImpl.cpp +++ b/src/Nazara/Platform/SDL2/VideoModeImpl.cpp @@ -3,11 +3,11 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include -#include #include #include +#include +#include namespace Nz { diff --git a/src/Nazara/Platform/SDL2/WindowImpl.cpp b/src/Nazara/Platform/SDL2/WindowImpl.cpp index c5f07586c..a5742026a 100644 --- a/src/Nazara/Platform/SDL2/WindowImpl.cpp +++ b/src/Nazara/Platform/SDL2/WindowImpl.cpp @@ -3,8 +3,6 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include -#include #include #include #include diff --git a/src/Nazara/Platform/SDL2/WindowImpl.hpp b/src/Nazara/Platform/SDL2/WindowImpl.hpp index 59123213d..35e9fb580 100644 --- a/src/Nazara/Platform/SDL2/WindowImpl.hpp +++ b/src/Nazara/Platform/SDL2/WindowImpl.hpp @@ -9,6 +9,7 @@ #ifndef NAZARA_PLATFORM_SDL2_WINDOWIMPL_HPP #define NAZARA_PLATFORM_SDL2_WINDOWIMPL_HPP +#include #include #include #include @@ -16,7 +17,6 @@ #include #include #include -#include #include #include #include diff --git a/src/Nazara/Platform/VideoMode.cpp b/src/Nazara/Platform/VideoMode.cpp index 85a11ff5d..956c09d9f 100644 --- a/src/Nazara/Platform/VideoMode.cpp +++ b/src/Nazara/Platform/VideoMode.cpp @@ -3,9 +3,9 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include +#include #include #include -#include #include namespace Nz diff --git a/src/Nazara/Shader/Ast/SanitizeVisitor.cpp b/src/Nazara/Shader/Ast/SanitizeVisitor.cpp index 4231697f5..fecfd5211 100644 --- a/src/Nazara/Shader/Ast/SanitizeVisitor.cpp +++ b/src/Nazara/Shader/Ast/SanitizeVisitor.cpp @@ -6,8 +6,8 @@ #include #include #include -#include #include +#include #include #include #include diff --git a/src/Nazara/Shader/SpirvAstVisitor.cpp b/src/Nazara/Shader/SpirvAstVisitor.cpp index f01957b80..e8f30c291 100644 --- a/src/Nazara/Shader/SpirvAstVisitor.cpp +++ b/src/Nazara/Shader/SpirvAstVisitor.cpp @@ -6,9 +6,9 @@ #include #include #include -#include #include #include +#include #include #include #include diff --git a/src/Nazara/Shader/SpirvWriter.cpp b/src/Nazara/Shader/SpirvWriter.cpp index 166a2106b..d0eb79ae9 100644 --- a/src/Nazara/Shader/SpirvWriter.cpp +++ b/src/Nazara/Shader/SpirvWriter.cpp @@ -14,9 +14,9 @@ #include #include #include +#include #include #include -#include #include #include #include diff --git a/src/Nazara/Utility/AlgorithmUtility.cpp b/src/Nazara/Utility/AlgorithmUtility.cpp index 4e39b3c3a..ed86a2a07 100644 --- a/src/Nazara/Utility/AlgorithmUtility.cpp +++ b/src/Nazara/Utility/AlgorithmUtility.cpp @@ -28,11 +28,11 @@ #include #include #include +#include +#include #include #include #include -#include -#include namespace Nz { diff --git a/src/Nazara/Utility/Animation.cpp b/src/Nazara/Utility/Animation.cpp index 9935b4f3b..8c7f16866 100644 --- a/src/Nazara/Utility/Animation.cpp +++ b/src/Nazara/Utility/Animation.cpp @@ -9,8 +9,8 @@ #include #include #include -#include #include +#include #include namespace Nz diff --git a/src/Nazara/Utility/Formats/MD5AnimLoader.cpp b/src/Nazara/Utility/Formats/MD5AnimLoader.cpp index 90f134858..9e1014711 100644 --- a/src/Nazara/Utility/Formats/MD5AnimLoader.cpp +++ b/src/Nazara/Utility/Formats/MD5AnimLoader.cpp @@ -3,9 +3,9 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include #include +#include #include namespace Nz diff --git a/src/Nazara/Utility/Formats/STBSaver.cpp b/src/Nazara/Utility/Formats/STBSaver.cpp index a274617d1..e92938111 100644 --- a/src/Nazara/Utility/Formats/STBSaver.cpp +++ b/src/Nazara/Utility/Formats/STBSaver.cpp @@ -3,9 +3,9 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include #include +#include #include #include #define STB_IMAGE_WRITE_IMPLEMENTATION diff --git a/src/Nazara/VulkanRenderer/Utils_VulkanRenderer.cpp b/src/Nazara/VulkanRenderer/Utils_VulkanRenderer.cpp index 67212329d..3c5f22c9e 100644 --- a/src/Nazara/VulkanRenderer/Utils_VulkanRenderer.cpp +++ b/src/Nazara/VulkanRenderer/Utils_VulkanRenderer.cpp @@ -2,8 +2,8 @@ // This file is part of the "Nazara Engine - Vulkan renderer" // For conditions of distribution and use, see copyright notice in Config.hpp -#include #include +#include #include namespace Nz diff --git a/src/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.cpp b/src/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.cpp index c87758da4..bacc8e278 100644 --- a/src/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.cpp +++ b/src/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.cpp @@ -5,14 +5,14 @@ #include #include #include -#include #include #include #include -#include #include #include +#include #include +#include #include namespace Nz diff --git a/src/Nazara/VulkanRenderer/VulkanRenderImage.cpp b/src/Nazara/VulkanRenderer/VulkanRenderImage.cpp index ee10ff893..d1c14ed22 100644 --- a/src/Nazara/VulkanRenderer/VulkanRenderImage.cpp +++ b/src/Nazara/VulkanRenderer/VulkanRenderImage.cpp @@ -3,9 +3,9 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include #include +#include #include #include diff --git a/src/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.cpp b/src/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.cpp index 048b1107c..51cb34af3 100644 --- a/src/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.cpp +++ b/src/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.cpp @@ -3,12 +3,12 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include #include #include #include #include +#include #include #include #include diff --git a/src/Nazara/VulkanRenderer/VulkanRenderer.cpp b/src/Nazara/VulkanRenderer/VulkanRenderer.cpp index 7f11e8f93..3c0df8601 100644 --- a/src/Nazara/VulkanRenderer/VulkanRenderer.cpp +++ b/src/Nazara/VulkanRenderer/VulkanRenderer.cpp @@ -6,8 +6,8 @@ #include #include #include -#include #include +#include #include #include #include diff --git a/src/Nazara/VulkanRenderer/VulkanTexture.cpp b/src/Nazara/VulkanRenderer/VulkanTexture.cpp index a9ff15295..89c698941 100644 --- a/src/Nazara/VulkanRenderer/VulkanTexture.cpp +++ b/src/Nazara/VulkanRenderer/VulkanTexture.cpp @@ -7,8 +7,8 @@ #include #include #include -#include #include +#include #include namespace Nz diff --git a/src/Nazara/VulkanRenderer/Wrapper/Instance.cpp b/src/Nazara/VulkanRenderer/Wrapper/Instance.cpp index 3e98f86b1..6897589ef 100644 --- a/src/Nazara/VulkanRenderer/Wrapper/Instance.cpp +++ b/src/Nazara/VulkanRenderer/Wrapper/Instance.cpp @@ -6,8 +6,8 @@ #include #include #include -#include #include +#include #include #include diff --git a/src/Nazara/Widgets/BaseWidget.cpp b/src/Nazara/Widgets/BaseWidget.cpp index 44e8222e5..15670178a 100644 --- a/src/Nazara/Widgets/BaseWidget.cpp +++ b/src/Nazara/Widgets/BaseWidget.cpp @@ -3,11 +3,11 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include #include #include #include +#include #include #include