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 27d1e5394..951a3500d 100644 --- a/include/Nazara/Audio/Algorithm.hpp +++ b/include/Nazara/Audio/Algorithm.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..31af9d358 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 @@ -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 f6ec2db6b..2af2f0d54 100644 --- a/include/Nazara/Audio/ConfigCheck.hpp +++ b/include/Nazara/Audio/ConfigCheck.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 3b2806373..a9ed9a064 100644 --- a/include/Nazara/Audio/Debug.hpp +++ b/include/Nazara/Audio/Debug.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 c8a8906e2..4f0182ad3 100644 --- a/include/Nazara/Audio/DebugOff.hpp +++ b/include/Nazara/Audio/DebugOff.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 ce084c67a..184b2f251 100644 --- a/include/Nazara/Audio/Enums.hpp +++ b/include/Nazara/Audio/Enums.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 2d951e2a0..f615e4559 100644 --- a/include/Nazara/Audio/Music.hpp +++ b/include/Nazara/Audio/Music.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 5f1bdf879..dcf2ce0fa 100644 --- a/include/Nazara/Audio/OpenAL.hpp +++ b/include/Nazara/Audio/OpenAL.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 3a24ca2cb..f991ed1ad 100644 --- a/include/Nazara/Audio/Sound.hpp +++ b/include/Nazara/Audio/Sound.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 fdbd3bfac..6fbb936d0 100644 --- a/include/Nazara/Audio/SoundBuffer.hpp +++ b/include/Nazara/Audio/SoundBuffer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..c79c7bd2c 100644 --- a/include/Nazara/Audio/SoundEmitter.hpp +++ b/include/Nazara/Audio/SoundEmitter.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..37e9b906b 100644 --- a/include/Nazara/Audio/SoundStream.hpp +++ b/include/Nazara/Audio/SoundStream.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 23a8739d0..64e34430a 100644 --- a/include/Nazara/Core/AbstractHash.hpp +++ b/include/Nazara/Core/AbstractHash.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 5c97336f4..3673df296 100644 --- a/include/Nazara/Core/AbstractLogger.hpp +++ b/include/Nazara/Core/AbstractLogger.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 30e1749da..260e3cda0 100644 --- a/include/Nazara/Core/Algorithm.hpp +++ b/include/Nazara/Core/Algorithm.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #pragma once -#ifndef NAZARA_ALGORITHM_CORE_HPP -#define NAZARA_ALGORITHM_CORE_HPP +#ifndef NAZARA_CORE_ALGORITHM_HPP +#define NAZARA_CORE_ALGORITHM_HPP #include #include @@ -105,4 +105,4 @@ namespace Nz #include -#endif // NAZARA_ALGORITHM_CORE_HPP +#endif // NAZARA_CORE_ALGORITHM_HPP diff --git a/include/Nazara/Core/Algorithm.inl b/include/Nazara/Core/Algorithm.inl index 7cf5b2a68..6bcb30e36 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..a9719865f 100644 --- a/include/Nazara/Core/Bitset.hpp +++ b/include/Nazara/Core/Bitset.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..c14fde704 100644 --- a/include/Nazara/Core/ByteArray.hpp +++ b/include/Nazara/Core/ByteArray.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/ByteArray.inl b/include/Nazara/Core/ByteArray.inl index 850ff34d0..ffbd2d694 100644 --- a/include/Nazara/Core/ByteArray.inl +++ b/include/Nazara/Core/ByteArray.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include diff --git a/include/Nazara/Core/ByteArrayPool.hpp b/include/Nazara/Core/ByteArrayPool.hpp index 58ffb8b51..cae8fc386 100644 --- a/include/Nazara/Core/ByteArrayPool.hpp +++ b/include/Nazara/Core/ByteArrayPool.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..18fc8af00 100644 --- a/include/Nazara/Core/ByteStream.hpp +++ b/include/Nazara/Core/ByteStream.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/ByteStream.inl b/include/Nazara/Core/ByteStream.inl index 07f45e14b..183b5fa2d 100644 --- a/include/Nazara/Core/ByteStream.inl +++ b/include/Nazara/Core/ByteStream.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include diff --git a/include/Nazara/Core/CallOnExit.hpp b/include/Nazara/Core/CallOnExit.hpp index 2c67c3347..f1dccc1ad 100644 --- a/include/Nazara/Core/CallOnExit.hpp +++ b/include/Nazara/Core/CallOnExit.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/CallOnExit.inl b/include/Nazara/Core/CallOnExit.inl index 874369796..8ddaf5a61 100644 --- a/include/Nazara/Core/CallOnExit.inl +++ b/include/Nazara/Core/CallOnExit.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include diff --git a/include/Nazara/Core/Clock.hpp b/include/Nazara/Core/Clock.hpp index d3e6862db..dbbc3d6d3 100644 --- a/include/Nazara/Core/Clock.hpp +++ b/include/Nazara/Core/Clock.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 55cd6b42f..bf8e3b59f 100644 --- a/include/Nazara/Core/Color.hpp +++ b/include/Nazara/Core/Color.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..5567b03ab 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 @@ -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 fa53bfa1a..b1a2c3e07 100644 --- a/include/Nazara/Core/ConfigCheck.hpp +++ b/include/Nazara/Core/ConfigCheck.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/Core.hpp b/include/Nazara/Core/Core.hpp index ff7dbb40c..467e60329 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 @@ -8,8 +8,8 @@ #define NAZARA_CORE_HPP #include -#include #include +#include #include namespace Nz 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..7321b5fc4 100644 --- a/include/Nazara/Core/Debug.hpp +++ b/include/Nazara/Core/Debug.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 e738d3c30..0553d86f8 100644 --- a/include/Nazara/Core/Debug/NewRedefinition.hpp +++ b/include/Nazara/Core/Debug/NewRedefinition.hpp @@ -1,14 +1,15 @@ -// Copyright (C) 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 -// 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 ffdd9fc52..2bfbdd563 100644 --- a/include/Nazara/Core/DebugOff.hpp +++ b/include/Nazara/Core/DebugOff.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 8006a7140..43884ed82 100644 --- a/include/Nazara/Core/DynLib.hpp +++ b/include/Nazara/Core/DynLib.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 bfbb93521..49261e190 100644 --- a/include/Nazara/Core/ECS.hpp +++ b/include/Nazara/Core/ECS.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..9821a65f8 100644 --- a/include/Nazara/Core/EmptyStream.hpp +++ b/include/Nazara/Core/EmptyStream.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..62ba15dab 100644 --- a/include/Nazara/Core/Endianness.hpp +++ b/include/Nazara/Core/Endianness.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/Endianness.inl b/include/Nazara/Core/Endianness.inl index daae48586..c2eba0068 100644 --- a/include/Nazara/Core/Endianness.inl +++ b/include/Nazara/Core/Endianness.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include diff --git a/include/Nazara/Core/Enums.hpp b/include/Nazara/Core/Enums.hpp index ecfef308b..1f8426f8f 100644 --- a/include/Nazara/Core/Enums.hpp +++ b/include/Nazara/Core/Enums.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 ef20ffd24..e8d43fdf6 100644 --- a/include/Nazara/Core/Error.hpp +++ b/include/Nazara/Core/Error.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 3c7ddd43f..dba2168da 100644 --- a/include/Nazara/Core/ErrorFlags.hpp +++ b/include/Nazara/Core/ErrorFlags.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 f0da5c4f4..3d490a89e 100644 --- a/include/Nazara/Core/File.hpp +++ b/include/Nazara/Core/File.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/File.inl b/include/Nazara/Core/File.inl index 7552317ab..d25f04eeb 100644 --- a/include/Nazara/Core/File.inl +++ b/include/Nazara/Core/File.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include diff --git a/include/Nazara/Core/FileLogger.hpp b/include/Nazara/Core/FileLogger.hpp index d5b5445a7..5371477fc 100644 --- a/include/Nazara/Core/FileLogger.hpp +++ b/include/Nazara/Core/FileLogger.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 2211a9d9f..0a542b7da 100644 --- a/include/Nazara/Core/Flags.hpp +++ b/include/Nazara/Core/Flags.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..6b802a247 100644 --- a/include/Nazara/Core/Functor.hpp +++ b/include/Nazara/Core/Functor.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/Functor.inl b/include/Nazara/Core/Functor.inl index 200320e78..578e60611 100644 --- a/include/Nazara/Core/Functor.inl +++ b/include/Nazara/Core/Functor.inl @@ -1,8 +1,10 @@ -// Copyright (C) 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 +#include #include +#include namespace Nz { @@ -88,3 +90,5 @@ namespace Nz (m_object->*m_func)(); } } + +#include diff --git a/include/Nazara/Core/GuillotineBinPack.hpp b/include/Nazara/Core/GuillotineBinPack.hpp index 8b7e537f6..f2a661d19 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 @@ -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 d5293dc84..4d86094bc 100644 --- a/include/Nazara/Core/HandledObject.hpp +++ b/include/Nazara/Core/HandledObject.hpp @@ -1,11 +1,11 @@ -// 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 -#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/HandledObject.inl b/include/Nazara/Core/HandledObject.inl index fd731b536..277804644 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 @@ -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/HardwareInfo.hpp b/include/Nazara/Core/HardwareInfo.hpp index aaf5ff98b..abe8fa4cb 100644 --- a/include/Nazara/Core/HardwareInfo.hpp +++ b/include/Nazara/Core/HardwareInfo.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 19a906388..27393b903 100644 --- a/include/Nazara/Core/Hash/CRC32.hpp +++ b/include/Nazara/Core/Hash/CRC32.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 43cf11047..c427ac349 100644 --- a/include/Nazara/Core/Hash/CRC64.hpp +++ b/include/Nazara/Core/Hash/CRC64.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 e849c8e6c..7e8b1fe41 100644 --- a/include/Nazara/Core/Hash/Fletcher16.hpp +++ b/include/Nazara/Core/Hash/Fletcher16.hpp @@ -1,11 +1,11 @@ -// 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 -#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 e689acd0c..6db0258d3 100644 --- a/include/Nazara/Core/Hash/MD5.hpp +++ b/include/Nazara/Core/Hash/MD5.hpp @@ -1,11 +1,11 @@ -// 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 -#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 b097af941..79419d115 100644 --- a/include/Nazara/Core/Hash/SHA1.hpp +++ b/include/Nazara/Core/Hash/SHA1.hpp @@ -1,11 +1,11 @@ -// 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 -#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 d51f9de4e..acb019ddc 100644 --- a/include/Nazara/Core/Hash/SHA224.hpp +++ b/include/Nazara/Core/Hash/SHA224.hpp @@ -1,11 +1,11 @@ -// 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 -#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 7c8a616e2..6a7578179 100644 --- a/include/Nazara/Core/Hash/SHA256.hpp +++ b/include/Nazara/Core/Hash/SHA256.hpp @@ -1,11 +1,11 @@ -// 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 -#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 59509cae0..dd3000972 100644 --- a/include/Nazara/Core/Hash/SHA384.hpp +++ b/include/Nazara/Core/Hash/SHA384.hpp @@ -1,11 +1,11 @@ -// 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 -#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 7551565a1..c1b0bc662 100644 --- a/include/Nazara/Core/Hash/SHA512.hpp +++ b/include/Nazara/Core/Hash/SHA512.hpp @@ -1,11 +1,11 @@ -// 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 -#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 790a8d77b..13d19f75f 100644 --- a/include/Nazara/Core/Hash/Whirlpool.hpp +++ b/include/Nazara/Core/Hash/Whirlpool.hpp @@ -1,9 +1,11 @@ -// 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 -#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 64308c9ad..e61d3993a 100644 --- a/include/Nazara/Core/Initializer.hpp +++ b/include/Nazara/Core/Initializer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/Initializer.inl b/include/Nazara/Core/Initializer.inl index 89eaae526..19ba89b28 100644 --- a/include/Nazara/Core/Initializer.inl +++ b/include/Nazara/Core/Initializer.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include namespace Nz diff --git a/include/Nazara/Core/Log.hpp b/include/Nazara/Core/Log.hpp index b800b86b9..5b9b19721 100644 --- a/include/Nazara/Core/Log.hpp +++ b/include/Nazara/Core/Log.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 2410f9ce4..ca023a27b 100644 --- a/include/Nazara/Core/MemoryHelper.hpp +++ b/include/Nazara/Core/MemoryHelper.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..280ceeee1 100644 --- a/include/Nazara/Core/MemoryManager.hpp +++ b/include/Nazara/Core/MemoryManager.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 c6fa00ee3..27c8cf07e 100644 --- a/include/Nazara/Core/MemoryPool.hpp +++ b/include/Nazara/Core/MemoryPool.hpp @@ -1,11 +1,11 @@ -// 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 -#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/MemoryPool.inl b/include/Nazara/Core/MemoryPool.inl index d6b7e9a60..d395aa1f6 100644 --- a/include/Nazara/Core/MemoryPool.inl +++ b/include/Nazara/Core/MemoryPool.inl @@ -1,11 +1,11 @@ -// Copyright (C) 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 #include #include -#include #include +#include #include namespace Nz diff --git a/include/Nazara/Core/MemoryStream.hpp b/include/Nazara/Core/MemoryStream.hpp index d7504d0fa..0470d616f 100644 --- a/include/Nazara/Core/MemoryStream.hpp +++ b/include/Nazara/Core/MemoryStream.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/MemoryStream.inl b/include/Nazara/Core/MemoryStream.inl index 0e7b0abc3..12f952e3a 100644 --- a/include/Nazara/Core/MemoryStream.inl +++ b/include/Nazara/Core/MemoryStream.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include diff --git a/include/Nazara/Core/MemoryView.hpp b/include/Nazara/Core/MemoryView.hpp index ec13af018..c854ec410 100644 --- a/include/Nazara/Core/MemoryView.hpp +++ b/include/Nazara/Core/MemoryView.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 2796ed8f2..055b548e3 100644 --- a/include/Nazara/Core/ModuleBase.hpp +++ b/include/Nazara/Core/ModuleBase.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..5dbb3a7a7 100644 --- a/include/Nazara/Core/Modules.hpp +++ b/include/Nazara/Core/Modules.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..d3aad584b 100644 --- a/include/Nazara/Core/MovablePtr.hpp +++ b/include/Nazara/Core/MovablePtr.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/MovablePtr.inl b/include/Nazara/Core/MovablePtr.inl index 71745a6e8..2e88b5c81 100644 --- a/include/Nazara/Core/MovablePtr.inl +++ b/include/Nazara/Core/MovablePtr.inl @@ -1,9 +1,10 @@ -// Copyright (C) 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 #include #include +#include namespace Nz { @@ -59,3 +60,5 @@ namespace Nz return *this; } } + +#include diff --git a/include/Nazara/Core/MovableValue.hpp b/include/Nazara/Core/MovableValue.hpp index 15f22e19b..4f00c50ae 100644 --- a/include/Nazara/Core/MovableValue.hpp +++ b/include/Nazara/Core/MovableValue.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/MovableValue.inl b/include/Nazara/Core/MovableValue.inl index 520e32a61..57a49c64f 100644 --- a/include/Nazara/Core/MovableValue.inl +++ b/include/Nazara/Core/MovableValue.inl @@ -1,9 +1,10 @@ -// Copyright (C) 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 #include #include +#include namespace Nz { @@ -59,3 +60,5 @@ namespace Nz return *this; } } + +#include diff --git a/include/Nazara/Core/ObjectHandle.hpp b/include/Nazara/Core/ObjectHandle.hpp index 08795b8f0..d2d67d8ac 100644 --- a/include/Nazara/Core/ObjectHandle.hpp +++ b/include/Nazara/Core/ObjectHandle.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/ObjectHandle.inl b/include/Nazara/Core/ObjectHandle.inl index d6e10d3e6..79047702c 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 @@ -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/ObjectLibrary.hpp b/include/Nazara/Core/ObjectLibrary.hpp index 0a69c14ed..0bc4475ff 100644 --- a/include/Nazara/Core/ObjectLibrary.hpp +++ b/include/Nazara/Core/ObjectLibrary.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..a9051f4db 100644 --- a/include/Nazara/Core/ObjectRef.hpp +++ b/include/Nazara/Core/ObjectRef.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..3ec9a264a 100644 --- a/include/Nazara/Core/OffsetOf.hpp +++ b/include/Nazara/Core/OffsetOf.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 48f740944..df54b140c 100644 --- a/include/Nazara/Core/ParameterList.hpp +++ b/include/Nazara/Core/ParameterList.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/ParameterList.inl b/include/Nazara/Core/ParameterList.inl index 8fcf7cb76..4637a401c 100644 --- a/include/Nazara/Core/ParameterList.inl +++ b/include/Nazara/Core/ParameterList.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include namespace Nz diff --git a/include/Nazara/Core/PluginManager.hpp b/include/Nazara/Core/PluginManager.hpp index 3a8fce661..67fa5ae8f 100644 --- a/include/Nazara/Core/PluginManager.hpp +++ b/include/Nazara/Core/PluginManager.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 c07058c2d..84c509fbc 100644 --- a/include/Nazara/Core/PoolByteStream.hpp +++ b/include/Nazara/Core/PoolByteStream.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..8caed1be8 100644 --- a/include/Nazara/Core/Primitive.hpp +++ b/include/Nazara/Core/Primitive.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/Primitive.inl b/include/Nazara/Core/Primitive.inl index 58810e287..745e55547 100644 --- a/include/Nazara/Core/Primitive.inl +++ b/include/Nazara/Core/Primitive.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include namespace Nz diff --git a/include/Nazara/Core/PrimitiveList.hpp b/include/Nazara/Core/PrimitiveList.hpp index cee8c215b..358171f8a 100644 --- a/include/Nazara/Core/PrimitiveList.hpp +++ b/include/Nazara/Core/PrimitiveList.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 d7b779977..67380de47 100644 --- a/include/Nazara/Core/RefCounted.hpp +++ b/include/Nazara/Core/RefCounted.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 036903524..cbf3b3ed9 100644 --- a/include/Nazara/Core/Resource.hpp +++ b/include/Nazara/Core/Resource.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 a1ab46e39..866322324 100644 --- a/include/Nazara/Core/ResourceLoader.hpp +++ b/include/Nazara/Core/ResourceLoader.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/ResourceLoader.inl b/include/Nazara/Core/ResourceLoader.inl index c9d7362b9..810924e74 100644 --- a/include/Nazara/Core/ResourceLoader.inl +++ b/include/Nazara/Core/ResourceLoader.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include #include diff --git a/include/Nazara/Core/ResourceManager.hpp b/include/Nazara/Core/ResourceManager.hpp index d61f183f6..5e889dcd5 100644 --- a/include/Nazara/Core/ResourceManager.hpp +++ b/include/Nazara/Core/ResourceManager.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/ResourceManager.inl b/include/Nazara/Core/ResourceManager.inl index 6e0c238d9..fdb20c092 100644 --- a/include/Nazara/Core/ResourceManager.inl +++ b/include/Nazara/Core/ResourceManager.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include #include diff --git a/include/Nazara/Core/ResourceParameters.hpp b/include/Nazara/Core/ResourceParameters.hpp index 2d0483d0e..125b1624b 100644 --- a/include/Nazara/Core/ResourceParameters.hpp +++ b/include/Nazara/Core/ResourceParameters.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 a9cc4bcef..e03ec7228 100644 --- a/include/Nazara/Core/ResourceSaver.hpp +++ b/include/Nazara/Core/ResourceSaver.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/ResourceSaver.inl b/include/Nazara/Core/ResourceSaver.inl index 6cf4a7955..d6d05b3d7 100644 --- a/include/Nazara/Core/ResourceSaver.inl +++ b/include/Nazara/Core/ResourceSaver.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include #include diff --git a/include/Nazara/Core/SerializationContext.hpp b/include/Nazara/Core/SerializationContext.hpp index 0d715cd6a..4d95adcc4 100644 --- a/include/Nazara/Core/SerializationContext.hpp +++ b/include/Nazara/Core/SerializationContext.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/SerializationContext.inl b/include/Nazara/Core/SerializationContext.inl index 0c3c71cb8..37c2dcba1 100644 --- a/include/Nazara/Core/SerializationContext.inl +++ b/include/Nazara/Core/SerializationContext.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include namespace Nz diff --git a/include/Nazara/Core/Signal.hpp b/include/Nazara/Core/Signal.hpp index 79f2eea5f..d64a0ef22 100644 --- a/include/Nazara/Core/Signal.hpp +++ b/include/Nazara/Core/Signal.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..beb6fbcbe 100644 --- a/include/Nazara/Core/SparsePtr.hpp +++ b/include/Nazara/Core/SparsePtr.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..e52cfd33e 100644 --- a/include/Nazara/Core/StackArray.hpp +++ b/include/Nazara/Core/StackArray.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..27d77f371 100644 --- a/include/Nazara/Core/StackVector.hpp +++ b/include/Nazara/Core/StackVector.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..ae6919bab 100644 --- a/include/Nazara/Core/StdLogger.hpp +++ b/include/Nazara/Core/StdLogger.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 6813e2f20..c9d56bc56 100644 --- a/include/Nazara/Core/Stream.hpp +++ b/include/Nazara/Core/Stream.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/Stream.inl b/include/Nazara/Core/Stream.inl index c55d6ed3b..405414942 100644 --- a/include/Nazara/Core/Stream.inl +++ b/include/Nazara/Core/Stream.inl @@ -1,8 +1,10 @@ -// Copyright (C) 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 +#include #include +#include namespace Nz { @@ -143,3 +145,5 @@ namespace Nz return WriteBlock(buffer, size); } } + +#include diff --git a/include/Nazara/Core/StringExt.hpp b/include/Nazara/Core/StringExt.hpp index 3520e67ce..9b37ee773 100644 --- a/include/Nazara/Core/StringExt.hpp +++ b/include/Nazara/Core/StringExt.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..6f6cc9d39 100644 --- a/include/Nazara/Core/TaskScheduler.hpp +++ b/include/Nazara/Core/TaskScheduler.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/TaskScheduler.inl b/include/Nazara/Core/TaskScheduler.inl index 1450ef1ca..0329d5e11 100644 --- a/include/Nazara/Core/TaskScheduler.inl +++ b/include/Nazara/Core/TaskScheduler.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include namespace Nz diff --git a/include/Nazara/Core/TypeList.hpp b/include/Nazara/Core/TypeList.hpp index 90958804c..68df34432 100644 --- a/include/Nazara/Core/TypeList.hpp +++ b/include/Nazara/Core/TypeList.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..cc0ad2017 100644 --- a/include/Nazara/Core/TypeTag.hpp +++ b/include/Nazara/Core/TypeTag.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 cfd32ce92..f2f122a9e 100644 --- a/include/Nazara/Core/Unicode.hpp +++ b/include/Nazara/Core/Unicode.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 4ee6057e5..e7e6f8999 100644 --- a/include/Nazara/Core/Updatable.hpp +++ b/include/Nazara/Core/Updatable.hpp @@ -1,11 +1,11 @@ -// 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 -#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 381fe9af8..477b42f3a 100644 --- a/include/Nazara/Graphics/AbstractViewer.hpp +++ b/include/Nazara/Graphics/AbstractViewer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..a5211f64a 100644 --- a/include/Nazara/Graphics/Algorithm.hpp +++ b/include/Nazara/Graphics/Algorithm.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..fdd65c0b2 100644 --- a/include/Nazara/Graphics/BakedFrameGraph.hpp +++ b/include/Nazara/Graphics/BakedFrameGraph.hpp @@ -1,11 +1,11 @@ -// 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 #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/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..a298bf73d 100644 --- a/include/Nazara/Graphics/BasicMaterial.hpp +++ b/include/Nazara/Graphics/BasicMaterial.hpp @@ -1,11 +1,11 @@ -// 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 #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/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..9d260d5af 100644 --- a/include/Nazara/Graphics/Camera.hpp +++ b/include/Nazara/Graphics/Camera.hpp @@ -1,11 +1,11 @@ -// 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 #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/Camera.inl b/include/Nazara/Graphics/Camera.inl index b0d0a5ce7..0aebd05d4 100644 --- a/include/Nazara/Graphics/Camera.inl +++ b/include/Nazara/Graphics/Camera.inl @@ -1,7 +1,8 @@ -// 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 #include @@ -200,3 +201,5 @@ namespace Nz UpdateProjectionMatrix(); } } + +#include 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 705510d91..dc2862471 100644 --- a/include/Nazara/Graphics/Components/CameraComponent.hpp +++ b/include/Nazara/Graphics/Components/CameraComponent.hpp @@ -1,11 +1,11 @@ -// 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 #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/CameraComponent.inl b/include/Nazara/Graphics/Components/CameraComponent.inl index 8b9bf0b34..8756817a6 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 @@ -8,3 +8,5 @@ namespace Nz { } + +#include diff --git a/include/Nazara/Graphics/Components/GraphicsComponent.hpp b/include/Nazara/Graphics/Components/GraphicsComponent.hpp index 033b755b5..612dae985 100644 --- a/include/Nazara/Graphics/Components/GraphicsComponent.hpp +++ b/include/Nazara/Graphics/Components/GraphicsComponent.hpp @@ -1,11 +1,11 @@ -// 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 #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/Components/GraphicsComponent.inl b/include/Nazara/Graphics/Components/GraphicsComponent.inl index 31a31cb8b..c1dcffffc 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 @@ -40,3 +40,5 @@ namespace Nz return m_worldInstance; } } + +#include diff --git a/include/Nazara/Graphics/Config.hpp b/include/Nazara/Graphics/Config.hpp index 9d10cc927..d0f780ac1 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 @@ -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 20356f211..de52fe6c4 100644 --- a/include/Nazara/Graphics/ConfigCheck.hpp +++ b/include/Nazara/Graphics/ConfigCheck.hpp @@ -1,11 +1,11 @@ -// 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 -#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 7eff97852..86cc49e25 100644 --- a/include/Nazara/Graphics/CullingList.hpp +++ b/include/Nazara/Graphics/CullingList.hpp @@ -1,11 +1,11 @@ -// 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 #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/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..e16af147f 100644 --- a/include/Nazara/Graphics/Debug.hpp +++ b/include/Nazara/Graphics/Debug.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 7cb6e72a7..556d4cf8f 100644 --- a/include/Nazara/Graphics/DebugOff.hpp +++ b/include/Nazara/Graphics/DebugOff.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 7cb95be45..1923ab773 100644 --- a/include/Nazara/Graphics/DepthMaterial.hpp +++ b/include/Nazara/Graphics/DepthMaterial.hpp @@ -1,11 +1,11 @@ -// 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 #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/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 ea35a47b9..31d998df2 100644 --- a/include/Nazara/Graphics/ElementRenderer.hpp +++ b/include/Nazara/Graphics/ElementRenderer.hpp @@ -1,11 +1,11 @@ -// 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 #pragma once -#ifndef NAZARA_ELEMENTRENDERER_HPP -#define NAZARA_ELEMENTRENDERER_HPP +#ifndef NAZARA_GRAPHICS_ELEMENTRENDERER_HPP +#define NAZARA_GRAPHICS_ELEMENTRENDERER_HPP #include #include @@ -43,4 +43,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_ELEMENTRENDERER_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 62061b030..20c811cb2 100644 --- a/include/Nazara/Graphics/Enums.hpp +++ b/include/Nazara/Graphics/Enums.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #pragma once -#ifndef NAZARA_ENUMS_GRAPHICS_HPP -#define NAZARA_ENUMS_GRAPHICS_HPP +#ifndef NAZARA_GRAPHICS_ENUMS_HPP +#define NAZARA_GRAPHICS_ENUMS_HPP #include #include @@ -63,4 +63,4 @@ namespace Nz constexpr std::size_t PredefinedShaderBindingCount = static_cast(PredefinedShaderBinding::Max) + 1; } -#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 bc16a4390..f93233090 100644 --- a/include/Nazara/Graphics/ForwardFramePipeline.hpp +++ b/include/Nazara/Graphics/ForwardFramePipeline.hpp @@ -1,11 +1,11 @@ -// 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 #pragma once -#ifndef NAZARA_FORWARDFRAMEPIPELINE_HPP -#define NAZARA_FORWARDFRAMEPIPELINE_HPP +#ifndef NAZARA_GRAPHICS_FORWARDFRAMEPIPELINE_HPP +#define NAZARA_GRAPHICS_FORWARDFRAMEPIPELINE_HPP #include #include @@ -111,4 +111,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_FORWARDFRAMEPIPELINE_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..b594414b2 100644 --- a/include/Nazara/Graphics/FrameGraph.hpp +++ b/include/Nazara/Graphics/FrameGraph.hpp @@ -1,11 +1,11 @@ -// 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 #pragma once -#ifndef NAZARA_FRAMEGRAPH_HPP -#define NAZARA_FRAMEGRAPH_HPP +#ifndef NAZARA_GRAPHICS_FRAMEGRAPH_HPP +#define NAZARA_GRAPHICS_FRAMEGRAPH_HPP #include #include @@ -16,9 +16,9 @@ #include #include #include -#include #include #include +#include namespace Nz { @@ -118,4 +118,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_FRAMEGRAPH_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..638a73bf7 100644 --- a/include/Nazara/Graphics/FramePass.hpp +++ b/include/Nazara/Graphics/FramePass.hpp @@ -1,17 +1,17 @@ -// 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 #pragma once -#ifndef NAZARA_FRAMEPASS_HPP -#define NAZARA_FRAMEPASS_HPP +#ifndef NAZARA_GRAPHICS_FRAMEPASS_HPP +#define NAZARA_GRAPHICS_FRAMEPASS_HPP #include #include -#include #include #include +#include #include #include #include @@ -102,4 +102,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_FRAMEPASS_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..0bbc111b7 100644 --- a/include/Nazara/Graphics/FramePassAttachment.hpp +++ b/include/Nazara/Graphics/FramePassAttachment.hpp @@ -1,11 +1,11 @@ -// 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 #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/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..2967fd85c 100644 --- a/include/Nazara/Graphics/FramePipeline.hpp +++ b/include/Nazara/Graphics/FramePipeline.hpp @@ -1,11 +1,11 @@ -// 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 #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/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..ad60c0d26 100644 --- a/include/Nazara/Graphics/GraphicalMesh.hpp +++ b/include/Nazara/Graphics/GraphicalMesh.hpp @@ -1,11 +1,11 @@ -// 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 #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/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 da540562c..93a3f926d 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 @@ -11,10 +11,10 @@ #include #include #include -#include #include #include #include +#include #include namespace Nz @@ -85,4 +85,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_HPP diff --git a/include/Nazara/Graphics/Graphics.inl b/include/Nazara/Graphics/Graphics.inl index 0f7d6af40..1f0fa8675 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..94b50cdb0 100644 --- a/include/Nazara/Graphics/GuillotineTextureAtlas.hpp +++ b/include/Nazara/Graphics/GuillotineTextureAtlas.hpp @@ -1,11 +1,11 @@ -// 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 #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/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..b3164c3c4 100644 --- a/include/Nazara/Graphics/InstancedRenderable.hpp +++ b/include/Nazara/Graphics/InstancedRenderable.hpp @@ -1,11 +1,11 @@ -// 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 #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/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 24eb79c71..27a1f7137 100644 --- a/include/Nazara/Graphics/Material.hpp +++ b/include/Nazara/Graphics/Material.hpp @@ -1,11 +1,11 @@ -// 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 #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/Material.inl b/include/Nazara/Graphics/Material.inl index d45d8de43..ebec3f1c9 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 6070b434a..fdb7bb124 100644 --- a/include/Nazara/Graphics/MaterialPass.hpp +++ b/include/Nazara/Graphics/MaterialPass.hpp @@ -1,11 +1,11 @@ -// 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 #pragma once -#ifndef NAZARA_MATERIAL_PASS_HPP -#define NAZARA_MATERIAL_PASS_HPP +#ifndef NAZARA_GRAPHICS_MATERIALPASS_HPP +#define NAZARA_GRAPHICS_MATERIALPASS_HPP #include #include @@ -144,4 +144,4 @@ namespace Nz #include -#endif // NAZARA_MATERIAL_PASS_HPP +#endif // NAZARA_GRAPHICS_MATERIALPASS_HPP diff --git a/include/Nazara/Graphics/MaterialPass.inl b/include/Nazara/Graphics/MaterialPass.inl index 70b67acd4..a2c6a09c6 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..eb7826a3b 100644 --- a/include/Nazara/Graphics/MaterialPassRegistry.hpp +++ b/include/Nazara/Graphics/MaterialPassRegistry.hpp @@ -1,11 +1,11 @@ -// 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 #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/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..ed7ebea1d 100644 --- a/include/Nazara/Graphics/MaterialPipeline.hpp +++ b/include/Nazara/Graphics/MaterialPipeline.hpp @@ -1,11 +1,11 @@ -// 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 #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/MaterialPipeline.inl b/include/Nazara/Graphics/MaterialPipeline.inl index f72fd0646..cd4a062d0 100644 --- a/include/Nazara/Graphics/MaterialPipeline.inl +++ b/include/Nazara/Graphics/MaterialPipeline.inl @@ -1,7 +1,8 @@ -// 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 +#include #include #include #include diff --git a/include/Nazara/Graphics/MaterialSettings.hpp b/include/Nazara/Graphics/MaterialSettings.hpp index 3978bcc3b..ce572a19e 100644 --- a/include/Nazara/Graphics/MaterialSettings.hpp +++ b/include/Nazara/Graphics/MaterialSettings.hpp @@ -1,11 +1,11 @@ -// 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 #pragma once -#ifndef NAZARA_MATERIALSETTINGS_HPP -#define NAZARA_MATERIALSETTINGS_HPP +#ifndef NAZARA_GRAPHICS_MATERIALSETTINGS_HPP +#define NAZARA_GRAPHICS_MATERIALSETTINGS_HPP #include #include @@ -117,6 +117,4 @@ namespace Nz #include -#endif // NAZARA_MATERIALPIPELINESETTINGS_HPP - - +#endif // NAZARA_GRAPHICS_MATERIALSETTINGS_HPP diff --git a/include/Nazara/Graphics/MaterialSettings.inl b/include/Nazara/Graphics/MaterialSettings.inl index 06b288ef4..18180c033 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..2984c279d 100644 --- a/include/Nazara/Graphics/Model.hpp +++ b/include/Nazara/Graphics/Model.hpp @@ -1,11 +1,11 @@ -// 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 #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/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..1f92482f2 100644 --- a/include/Nazara/Graphics/PhongLightingMaterial.hpp +++ b/include/Nazara/Graphics/PhongLightingMaterial.hpp @@ -1,11 +1,11 @@ -// 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 #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/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 fcf69a77c..8b534d6ca 100644 --- a/include/Nazara/Graphics/PredefinedShaderStructs.hpp +++ b/include/Nazara/Graphics/PredefinedShaderStructs.hpp @@ -1,11 +1,11 @@ -// 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 #pragma once -#ifndef NAZARA_PREDEFINEDSHADERSTRUCTS_HPP -#define NAZARA_PREDEFINEDSHADERSTRUCTS_HPP +#ifndef NAZARA_GRAPHICS_PREDEFINEDSHADERSTRUCTS_HPP +#define NAZARA_GRAPHICS_PREDEFINEDSHADERSTRUCTS_HPP #include #include @@ -65,4 +65,4 @@ namespace Nz #include -#endif // NAZARA_PREDEFINEDSHADERSTRUCTS_HPP +#endif // NAZARA_GRAPHICS_PREDEFINEDSHADERSTRUCTS_HPP diff --git a/include/Nazara/Graphics/PredefinedShaderStructs.inl b/include/Nazara/Graphics/PredefinedShaderStructs.inl index e3daa8694..80e59df73 100644 --- a/include/Nazara/Graphics/PredefinedShaderStructs.inl +++ b/include/Nazara/Graphics/PredefinedShaderStructs.inl @@ -1,9 +1,12 @@ -// 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 #include +#include namespace Nz { } + +#include diff --git a/include/Nazara/Graphics/RenderElement.hpp b/include/Nazara/Graphics/RenderElement.hpp index e253a59f4..57dff6876 100644 --- a/include/Nazara/Graphics/RenderElement.hpp +++ b/include/Nazara/Graphics/RenderElement.hpp @@ -1,11 +1,11 @@ -// 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 #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/RenderElement.inl b/include/Nazara/Graphics/RenderElement.inl index a51ae4d70..3e7f5bdfd 100644 --- a/include/Nazara/Graphics/RenderElement.inl +++ b/include/Nazara/Graphics/RenderElement.inl @@ -1,11 +1,11 @@ -// 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 #include #include #include -#include +#include namespace Nz { @@ -25,4 +25,4 @@ namespace Nz } } -#include +#include diff --git a/include/Nazara/Graphics/RenderQueue.hpp b/include/Nazara/Graphics/RenderQueue.hpp index 3ba9067c8..2637e8b91 100644 --- a/include/Nazara/Graphics/RenderQueue.hpp +++ b/include/Nazara/Graphics/RenderQueue.hpp @@ -1,11 +1,11 @@ -// 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 #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/RenderQueue.inl b/include/Nazara/Graphics/RenderQueue.inl index 8d2793407..4c59c4fcf 100644 --- a/include/Nazara/Graphics/RenderQueue.inl +++ b/include/Nazara/Graphics/RenderQueue.inl @@ -1,9 +1,10 @@ -// 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 #include #include +#include namespace Nz { @@ -53,3 +54,5 @@ namespace Nz return m_data.size(); } } + +#include diff --git a/include/Nazara/Graphics/RenderQueueRegistry.hpp b/include/Nazara/Graphics/RenderQueueRegistry.hpp index b91ced164..2f2e230f5 100644 --- a/include/Nazara/Graphics/RenderQueueRegistry.hpp +++ b/include/Nazara/Graphics/RenderQueueRegistry.hpp @@ -1,11 +1,11 @@ -// 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 #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/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 eb16e9ca9..a53ac1da7 100644 --- a/include/Nazara/Graphics/RenderSpriteChain.hpp +++ b/include/Nazara/Graphics/RenderSpriteChain.hpp @@ -1,11 +1,11 @@ -// 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 #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/RenderSpriteChain.inl b/include/Nazara/Graphics/RenderSpriteChain.inl index d0dffc632..1353316af 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 f31956c19..a78351f75 100644 --- a/include/Nazara/Graphics/RenderSubmesh.hpp +++ b/include/Nazara/Graphics/RenderSubmesh.hpp @@ -1,11 +1,11 @@ -// 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 #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/RenderSubmesh.inl b/include/Nazara/Graphics/RenderSubmesh.inl index 8e65b4ded..2a2bd39fa 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..3491b8f7a 100644 --- a/include/Nazara/Graphics/Sprite.hpp +++ b/include/Nazara/Graphics/Sprite.hpp @@ -1,11 +1,11 @@ -// 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 #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/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 56783e35a..7f840d20e 100644 --- a/include/Nazara/Graphics/SpriteChainRenderer.hpp +++ b/include/Nazara/Graphics/SpriteChainRenderer.hpp @@ -1,11 +1,11 @@ -// 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 #pragma once -#ifndef NAZARA_SPRITECHAINRENDERER_HPP -#define NAZARA_SPRITECHAINRENDERER_HPP +#ifndef NAZARA_GRAPHICS_SPRITECHAINRENDERER_HPP +#define NAZARA_GRAPHICS_SPRITECHAINRENDERER_HPP #include #include @@ -82,4 +82,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_SPRITECHAINRENDERER_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 75658f611..7bfe3d033 100644 --- a/include/Nazara/Graphics/SubmeshRenderer.hpp +++ b/include/Nazara/Graphics/SubmeshRenderer.hpp @@ -1,11 +1,11 @@ -// 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 #pragma once -#ifndef NAZARA_SUBMESHRENDERER_HPP -#define NAZARA_SUBMESHRENDERER_HPP +#ifndef NAZARA_GRAPHICS_SUBMESHRENDERER_HPP +#define NAZARA_GRAPHICS_SUBMESHRENDERER_HPP #include #include @@ -50,4 +50,4 @@ namespace Nz #include -#endif +#endif // NAZARA_GRAPHICS_SUBMESHRENDERER_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.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 877386666..14b3d8a2d 100644 --- a/include/Nazara/Graphics/Systems/RenderSystem.hpp +++ b/include/Nazara/Graphics/Systems/RenderSystem.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..e24b155e0 100644 --- a/include/Nazara/Graphics/TextSprite.hpp +++ b/include/Nazara/Graphics/TextSprite.hpp @@ -1,11 +1,11 @@ -// 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 #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/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..0250a6d6f 100644 --- a/include/Nazara/Graphics/TextureSamplerCache.hpp +++ b/include/Nazara/Graphics/TextureSamplerCache.hpp @@ -1,11 +1,11 @@ -// 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 #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/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..05c140e06 100644 --- a/include/Nazara/Graphics/UberShader.hpp +++ b/include/Nazara/Graphics/UberShader.hpp @@ -1,11 +1,11 @@ -// 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 #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/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 a4b586847..3db198f02 100644 --- a/include/Nazara/Graphics/ViewerInstance.hpp +++ b/include/Nazara/Graphics/ViewerInstance.hpp @@ -1,15 +1,16 @@ -// 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 #pragma once -#ifndef NAZARA_VIEWERINSTANCE_HPP -#define NAZARA_VIEWERINSTANCE_HPP +#ifndef NAZARA_GRAPHICS_VIEWERINSTANCE_HPP +#define NAZARA_GRAPHICS_VIEWERINSTANCE_HPP #include -#include #include +#include +#include #include namespace Nz @@ -64,4 +65,4 @@ namespace Nz #include -#endif // NAZARA_VIEWERINSTANCE_HPP +#endif // NAZARA_GRAPHICS_VIEWERINSTANCE_HPP diff --git a/include/Nazara/Graphics/ViewerInstance.inl b/include/Nazara/Graphics/ViewerInstance.inl index 0202e0d66..468de8ce2 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 fee84b203..2f84408f0 100644 --- a/include/Nazara/Graphics/WorldInstance.hpp +++ b/include/Nazara/Graphics/WorldInstance.hpp @@ -1,15 +1,16 @@ -// 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 #pragma once -#ifndef NAZARA_MODELINSTANCE_HPP -#define NAZARA_MODELINSTANCE_HPP +#ifndef NAZARA_GRAPHICS_WORLDINSTANCE_HPP +#define NAZARA_GRAPHICS_WORLDINSTANCE_HPP #include -#include #include +#include +#include #include namespace Nz @@ -52,4 +53,4 @@ namespace Nz #include -#endif // NAZARA_MODELINSTANCE_HPP +#endif // NAZARA_GRAPHICS_WORLDINSTANCE_HPP diff --git a/include/Nazara/Graphics/WorldInstance.inl b/include/Nazara/Graphics/WorldInstance.inl index b831796ce..e4265a6f6 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.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 6f78af2da..f5ba7ba29 100644 --- a/include/Nazara/Math/Algorithm.hpp +++ b/include/Nazara/Math/Algorithm.hpp @@ -1,12 +1,11 @@ - -// 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 -#ifndef NAZARA_ALGORITHM_MATH_HPP -#define NAZARA_ALGORITHM_MATH_HPP +#ifndef NAZARA_MATH_ALGORITHM_HPP +#define NAZARA_MATH_ALGORITHM_HPP #include #include @@ -57,4 +56,4 @@ namespace Nz #include -#endif // NAZARA_ALGORITHM_MATH_HPP +#endif // NAZARA_MATH_ALGORITHM_HPP diff --git a/include/Nazara/Math/Algorithm.inl b/include/Nazara/Math/Algorithm.inl index 3b6100392..aed80993c 100644 --- a/include/Nazara/Math/Algorithm.inl +++ b/include/Nazara/Math/Algorithm.inl @@ -1,7 +1,8 @@ -// 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 #include #include #include diff --git a/include/Nazara/Math/Angle.hpp b/include/Nazara/Math/Angle.hpp index c59f629ab..89463dc0a 100644 --- a/include/Nazara/Math/Angle.hpp +++ b/include/Nazara/Math/Angle.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..479714ffa 100644 --- a/include/Nazara/Math/BoundingVolume.hpp +++ b/include/Nazara/Math/BoundingVolume.hpp @@ -1,9 +1,11 @@ -// 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 -#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/BoundingVolume.inl b/include/Nazara/Math/BoundingVolume.inl index f6074fb6e..7dad91f7b 100644 --- a/include/Nazara/Math/BoundingVolume.inl +++ b/include/Nazara/Math/BoundingVolume.inl @@ -1,7 +1,8 @@ -// 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 #include #include #include diff --git a/include/Nazara/Math/Box.hpp b/include/Nazara/Math/Box.hpp index e14245eb9..1c79ca8e7 100644 --- a/include/Nazara/Math/Box.hpp +++ b/include/Nazara/Math/Box.hpp @@ -1,11 +1,11 @@ -// 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 -#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/Box.inl b/include/Nazara/Math/Box.inl index fbeea4501..60b30ed88 100644 --- a/include/Nazara/Math/Box.inl +++ b/include/Nazara/Math/Box.inl @@ -1,7 +1,8 @@ -// 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 #include #include #include diff --git a/include/Nazara/Math/Config.hpp b/include/Nazara/Math/Config.hpp index 37f9c0de8..2ecb643c3 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 @@ -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 9ff0edffe..571dbd335 100644 --- a/include/Nazara/Math/Enums.hpp +++ b/include/Nazara/Math/Enums.hpp @@ -1,11 +1,11 @@ -// 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 -#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 07101db0a..e9515e53f 100644 --- a/include/Nazara/Math/EulerAngles.hpp +++ b/include/Nazara/Math/EulerAngles.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..126efc7cc 100644 --- a/include/Nazara/Math/Frustum.hpp +++ b/include/Nazara/Math/Frustum.hpp @@ -1,11 +1,11 @@ -// 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 -#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/Frustum.inl b/include/Nazara/Math/Frustum.inl index 15bbed833..1e388f1b3 100644 --- a/include/Nazara/Math/Frustum.inl +++ b/include/Nazara/Math/Frustum.inl @@ -1,11 +1,12 @@ -// 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: // 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.hpp b/include/Nazara/Math/Matrix4.hpp index cba8f2fe8..88923cb55 100644 --- a/include/Nazara/Math/Matrix4.hpp +++ b/include/Nazara/Math/Matrix4.hpp @@ -1,11 +1,11 @@ -// 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 -#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/Matrix4.inl b/include/Nazara/Math/Matrix4.inl index 77dfac953..a184db9ac 100644 --- a/include/Nazara/Math/Matrix4.inl +++ b/include/Nazara/Math/Matrix4.inl @@ -1,7 +1,8 @@ -// 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 #include #include #include diff --git a/include/Nazara/Math/OrientedBox.hpp b/include/Nazara/Math/OrientedBox.hpp index 645ab0292..b77380f19 100644 --- a/include/Nazara/Math/OrientedBox.hpp +++ b/include/Nazara/Math/OrientedBox.hpp @@ -1,11 +1,11 @@ -// 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 -#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/OrientedBox.inl b/include/Nazara/Math/OrientedBox.inl index c03e126b5..263a18df5 100644 --- a/include/Nazara/Math/OrientedBox.inl +++ b/include/Nazara/Math/OrientedBox.inl @@ -1,7 +1,8 @@ -// 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 #include #include #include diff --git a/include/Nazara/Math/PidController.hpp b/include/Nazara/Math/PidController.hpp index 96ac38958..c0480e432 100644 --- a/include/Nazara/Math/PidController.hpp +++ b/include/Nazara/Math/PidController.hpp @@ -1,11 +1,11 @@ -// 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 -#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/PidController.inl b/include/Nazara/Math/PidController.inl index f6478a4dd..fe3a26fc3 100644 --- a/include/Nazara/Math/PidController.inl +++ b/include/Nazara/Math/PidController.inl @@ -1,8 +1,9 @@ -// 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 +#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.hpp b/include/Nazara/Math/Plane.hpp index c74495714..4ad3f07a9 100644 --- a/include/Nazara/Math/Plane.hpp +++ b/include/Nazara/Math/Plane.hpp @@ -1,11 +1,11 @@ -// 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 -#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/Plane.inl b/include/Nazara/Math/Plane.inl index 47bae6ee6..1c0263125 100644 --- a/include/Nazara/Math/Plane.inl +++ b/include/Nazara/Math/Plane.inl @@ -1,7 +1,8 @@ -// 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 #include #include #include diff --git a/include/Nazara/Math/Quaternion.hpp b/include/Nazara/Math/Quaternion.hpp index c8f112d4f..eeb05ca1d 100644 --- a/include/Nazara/Math/Quaternion.hpp +++ b/include/Nazara/Math/Quaternion.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..66794631a 100644 --- a/include/Nazara/Math/Ray.hpp +++ b/include/Nazara/Math/Ray.hpp @@ -1,11 +1,11 @@ -// 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 -#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/Ray.inl b/include/Nazara/Math/Ray.inl index 27783b699..fe0aeda3d 100644 --- a/include/Nazara/Math/Ray.inl +++ b/include/Nazara/Math/Ray.inl @@ -1,7 +1,8 @@ -// 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 #include #include #include diff --git a/include/Nazara/Math/Rect.hpp b/include/Nazara/Math/Rect.hpp index a3aabc4b2..dd9436752 100644 --- a/include/Nazara/Math/Rect.hpp +++ b/include/Nazara/Math/Rect.hpp @@ -1,11 +1,11 @@ -// 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 -#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/Rect.inl b/include/Nazara/Math/Rect.inl index 8e6ea4dcc..89a8ceff0 100644 --- a/include/Nazara/Math/Rect.inl +++ b/include/Nazara/Math/Rect.inl @@ -1,7 +1,8 @@ -// 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 #include #include #include diff --git a/include/Nazara/Math/Sphere.hpp b/include/Nazara/Math/Sphere.hpp index ed4d9f395..082c4229d 100644 --- a/include/Nazara/Math/Sphere.hpp +++ b/include/Nazara/Math/Sphere.hpp @@ -1,11 +1,11 @@ -// 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 -#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/Sphere.inl b/include/Nazara/Math/Sphere.inl index 52bb5ede4..2565a4e89 100644 --- a/include/Nazara/Math/Sphere.inl +++ b/include/Nazara/Math/Sphere.inl @@ -1,7 +1,8 @@ -// 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 #include #include #include diff --git a/include/Nazara/Math/Vector2.hpp b/include/Nazara/Math/Vector2.hpp index 35136fc31..708a32197 100644 --- a/include/Nazara/Math/Vector2.hpp +++ b/include/Nazara/Math/Vector2.hpp @@ -1,11 +1,11 @@ -// 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 -#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/Vector2.inl b/include/Nazara/Math/Vector2.inl index d9dfe492a..cf88b7770 100644 --- a/include/Nazara/Math/Vector2.inl +++ b/include/Nazara/Math/Vector2.inl @@ -1,7 +1,8 @@ -// 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 #include #include #include diff --git a/include/Nazara/Math/Vector3.hpp b/include/Nazara/Math/Vector3.hpp index 19777949e..508ce7e8f 100644 --- a/include/Nazara/Math/Vector3.hpp +++ b/include/Nazara/Math/Vector3.hpp @@ -1,11 +1,11 @@ -// 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 -#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/Vector3.inl b/include/Nazara/Math/Vector3.inl index 245d0dd48..be6a5d77f 100644 --- a/include/Nazara/Math/Vector3.inl +++ b/include/Nazara/Math/Vector3.inl @@ -1,7 +1,8 @@ -// 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 #include #include #include diff --git a/include/Nazara/Math/Vector4.hpp b/include/Nazara/Math/Vector4.hpp index bae99933b..9b7bf6c16 100644 --- a/include/Nazara/Math/Vector4.hpp +++ b/include/Nazara/Math/Vector4.hpp @@ -1,11 +1,11 @@ -// 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 -#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/Math/Vector4.inl b/include/Nazara/Math/Vector4.inl index 03fa1b0c1..e9da302d8 100644 --- a/include/Nazara/Math/Vector4.inl +++ b/include/Nazara/Math/Vector4.inl @@ -1,7 +1,8 @@ -// 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 #include #include #include 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 8fa10459d..8f0baf9cb 100644 --- a/include/Nazara/Network/AbstractSocket.hpp +++ b/include/Nazara/Network/AbstractSocket.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/AbstractSocket.inl b/include/Nazara/Network/AbstractSocket.inl index bc5d16d31..7d40d6409 100644 --- a/include/Nazara/Network/AbstractSocket.inl +++ b/include/Nazara/Network/AbstractSocket.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include namespace Nz diff --git a/include/Nazara/Network/Algorithm.hpp b/include/Nazara/Network/Algorithm.hpp index 9f8140385..fa45cdf01 100644 --- a/include/Nazara/Network/Algorithm.hpp +++ b/include/Nazara/Network/Algorithm.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..3fd90a5a7 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 @@ -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 5745be1d8..db26c4252 100644 --- a/include/Nazara/Network/ConfigCheck.hpp +++ b/include/Nazara/Network/ConfigCheck.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 25cfbf44f..e07991640 100644 --- a/include/Nazara/Network/Debug.hpp +++ b/include/Nazara/Network/Debug.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 498823705..256eb4674 100644 --- a/include/Nazara/Network/DebugOff.hpp +++ b/include/Nazara/Network/DebugOff.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 49803673a..07f957eb5 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 @@ -14,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 @@ -36,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 6e0924f31..fc4c67fe5 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,14 +12,10 @@ 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 -#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/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..03c6a8fb4 100644 --- a/include/Nazara/Network/ENetPacket.hpp +++ b/include/Nazara/Network/ENetPacket.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 f59dceeaa..66906622e 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,14 +12,10 @@ 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 -#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/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..45ae550a3 100644 --- a/include/Nazara/Network/ENetProtocol.hpp +++ b/include/Nazara/Network/ENetProtocol.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/ENetProtocol.inl b/include/Nazara/Network/ENetProtocol.inl index 416b93258..8c2c7f3cc 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 @@ -32,3 +32,5 @@ namespace Nz return !ENetTimeLess(a, b); } } + +#include diff --git a/include/Nazara/Network/Enums.hpp b/include/Nazara/Network/Enums.hpp index d7c6feb58..e1a5efa5c 100644 --- a/include/Nazara/Network/Enums.hpp +++ b/include/Nazara/Network/Enums.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 0974b4027..229bdfa31 100644 --- a/include/Nazara/Network/IpAddress.hpp +++ b/include/Nazara/Network/IpAddress.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/IpAddress.inl b/include/Nazara/Network/IpAddress.inl index 4e822cc9f..0f6b5d5e5 100644 --- a/include/Nazara/Network/IpAddress.inl +++ b/include/Nazara/Network/IpAddress.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include #include diff --git a/include/Nazara/Network/NetBuffer.hpp b/include/Nazara/Network/NetBuffer.hpp index 0605de5a1..8eb8883e6 100644 --- a/include/Nazara/Network/NetBuffer.hpp +++ b/include/Nazara/Network/NetBuffer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 53920fda0..ff078cb21 100644 --- a/include/Nazara/Network/NetPacket.hpp +++ b/include/Nazara/Network/NetPacket.hpp @@ -1,11 +1,11 @@ -// 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 -#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/NetPacket.inl b/include/Nazara/Network/NetPacket.inl index 84ded62ab..923ac67c3 100644 --- a/include/Nazara/Network/NetPacket.inl +++ b/include/Nazara/Network/NetPacket.inl @@ -1,11 +1,12 @@ -// 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 #include #include #include -#include +#include namespace Nz { @@ -220,4 +221,4 @@ namespace Nz } } -#include +#include diff --git a/include/Nazara/Network/Network.hpp b/include/Nazara/Network/Network.hpp index 3fe62d8cf..823e4ac3b 100644 --- a/include/Nazara/Network/Network.hpp +++ b/include/Nazara/Network/Network.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 abbddfab3..30b93db0e 100644 --- a/include/Nazara/Network/SocketHandle.hpp +++ b/include/Nazara/Network/SocketHandle.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 c2437eacc..f2882000c 100644 --- a/include/Nazara/Network/SocketPoller.hpp +++ b/include/Nazara/Network/SocketPoller.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/SocketPoller.inl b/include/Nazara/Network/SocketPoller.inl index dcba8c1ff..059654b35 100644 --- a/include/Nazara/Network/SocketPoller.inl +++ b/include/Nazara/Network/SocketPoller.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include namespace Nz diff --git a/include/Nazara/Network/TcpClient.hpp b/include/Nazara/Network/TcpClient.hpp index 235f4f76b..038edce39 100644 --- a/include/Nazara/Network/TcpClient.hpp +++ b/include/Nazara/Network/TcpClient.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/TcpClient.inl b/include/Nazara/Network/TcpClient.inl index a5fe2d64f..d86d16a01 100644 --- a/include/Nazara/Network/TcpClient.inl +++ b/include/Nazara/Network/TcpClient.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include namespace Nz diff --git a/include/Nazara/Network/TcpServer.hpp b/include/Nazara/Network/TcpServer.hpp index bd2369011..eb891b7de 100644 --- a/include/Nazara/Network/TcpServer.hpp +++ b/include/Nazara/Network/TcpServer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 \ No newline at end of file +#endif // NAZARA_NETWORK_TCPSERVER_HPP diff --git a/include/Nazara/Network/TcpServer.inl b/include/Nazara/Network/TcpServer.inl index 02422ecec..2e772e87d 100644 --- a/include/Nazara/Network/TcpServer.inl +++ b/include/Nazara/Network/TcpServer.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include diff --git a/include/Nazara/Network/UdpSocket.hpp b/include/Nazara/Network/UdpSocket.hpp index e67416427..cd17d8396 100644 --- a/include/Nazara/Network/UdpSocket.hpp +++ b/include/Nazara/Network/UdpSocket.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/Network/UdpSocket.inl b/include/Nazara/Network/UdpSocket.inl index 6380fb8be..d8861bc69 100644 --- a/include/Nazara/Network/UdpSocket.inl +++ b/include/Nazara/Network/UdpSocket.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include namespace Nz 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 3cc4856f1..4d000b04c 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 @@ -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 9f59a0119..a982044ae 100644 --- a/include/Nazara/OpenGLRenderer/ConfigCheck.hpp +++ b/include/Nazara/OpenGLRenderer/ConfigCheck.hpp @@ -1,11 +1,11 @@ -// 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 -#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 181fe26d0..ca6366ff4 100644 --- a/include/Nazara/OpenGLRenderer/Debug.hpp +++ b/include/Nazara/OpenGLRenderer/Debug.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 600f6f117..affead368 100644 --- a/include/Nazara/OpenGLRenderer/DebugOff.hpp +++ b/include/Nazara/OpenGLRenderer/DebugOff.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 51a60783f..e4c96aa21 100644 --- a/include/Nazara/OpenGLRenderer/DummySurface.hpp +++ b/include/Nazara/OpenGLRenderer/DummySurface.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..04f05fcdc 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLBuffer.hpp @@ -1,17 +1,17 @@ -// 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 -#ifndef NAZARA_OPENGLRENDERER_BUFFER_HPP -#define NAZARA_OPENGLRENDERER_BUFFER_HPP +#ifndef NAZARA_OPENGLRENDERER_OPENGLBUFFER_HPP +#define NAZARA_OPENGLRENDERER_OPENGLBUFFER_HPP #include -#include #include #include #include +#include #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/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..e40d9a49f 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 @@ -10,12 +10,12 @@ #include #include #include -#include -#include #include #include #include #include +#include +#include #include #include #include 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..034a34ad8 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 @@ -8,8 +8,8 @@ #define NAZARA_OPENGLRENDERER_OPENGLCOMMANDBUFFERBUILDER_HPP #include -#include #include +#include namespace Nz { @@ -61,4 +61,4 @@ namespace Nz #include -#endif +#endif // NAZARA_OPENGLRENDERER_OPENGLCOMMANDBUFFERBUILDER_HPP 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..2dfa77c39 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 @@ -9,9 +9,9 @@ #include #include -#include #include #include +#include namespace Nz { 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..ea1bc1562 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 @@ -8,9 +8,9 @@ #define NAZARA_OPENGLRENDERER_OPENGLDEVICE_HPP #include -#include #include #include +#include #include #include #include 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..0f5b397e4 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 @@ -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 c629eb72a..6ceef1f07 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.inl +++ b/include/Nazara/OpenGLRenderer/OpenGLFboFramebuffer.inl @@ -1,7 +1,8 @@ -// 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 #include #include diff --git a/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.hpp b/include/Nazara/OpenGLRenderer/OpenGLFramebuffer.hpp index 808cd8b93..f16570eef 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 @@ -8,8 +8,8 @@ #define NAZARA_OPENGLRENDERER_OPENGLFRAMEBUFFER_HPP #include -#include #include +#include namespace Nz { 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..9b9443f67 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 @@ -8,8 +8,8 @@ #define NAZARA_OPENGLRENDERER_OPENGLRENDERIMAGE_HPP #include -#include #include +#include #include namespace Nz 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..ccc4b8486 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 @@ -8,8 +8,8 @@ #define NAZARA_OPENGLRENDERER_OPENGLRENDERPASS_HPP #include -#include #include +#include #include namespace Nz 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..213882c5f 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 @@ -9,9 +9,9 @@ #include #include -#include #include #include +#include #include namespace Nz 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..7847e4914 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 @@ -9,11 +9,11 @@ #include #include -#include #include #include #include #include +#include #include #include #include @@ -86,4 +86,4 @@ namespace Nz #include -#endif // NAZARA_OPENGLRENDERER_OPENGLRENDERPIPELINE_HPP +#endif // NAZARA_OPENGLRENDERER_OPENGLRENDERPIPELINELAYOUT_HPP 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..06be74774 100644 --- a/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.hpp +++ b/include/Nazara/OpenGLRenderer/OpenGLRenderWindow.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..4df65a042 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 @@ -8,10 +8,10 @@ #define NAZARA_OPENGLRENDERER_HPP #include -#include #include #include #include +#include #include namespace Nz 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..883cc7c1b 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 @@ -8,11 +8,11 @@ #define NAZARA_OPENGLRENDERER_OPENGLSHADERMODULE_HPP #include -#include -#include #include #include #include +#include +#include #include #include #include @@ -62,4 +62,4 @@ namespace Nz #include -#endif // NAZARA_OPENGLRENDERER_OPENGLSHADERSTAGE_HPP +#endif // NAZARA_OPENGLRENDERER_OPENGLSHADERMODULE_HPP 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..872547fc4 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 @@ -8,10 +8,10 @@ #define NAZARA_OPENGLRENDERER_OPENGLTEXTURE_HPP #include -#include #include #include #include +#include namespace Nz { 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..b0974caa1 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 @@ -8,9 +8,9 @@ #define NAZARA_OPENGLRENDERER_OPENGLTEXTURESAMPLER_HPP #include -#include #include #include +#include namespace Nz { 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..42ceb3eea 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 @@ -70,4 +70,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_OPENGLVAOCACHE_HPP 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..e456ed8b9 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 @@ -36,4 +36,4 @@ namespace Nz #include -#endif +#endif // NAZARA_OPENGLRENDERER_OPENGLWINDOWFRAMEBUFFER_HPP 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..60ba7c2cc 100644 --- a/include/Nazara/OpenGLRenderer/Utils.hpp +++ b/include/Nazara/OpenGLRenderer/Utils.hpp @@ -1,16 +1,16 @@ -// 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 -#ifndef NAZARA_UTILS_OPENGL_HPP -#define NAZARA_UTILS_OPENGL_HPP +#ifndef NAZARA_OPENGLRENDERER_UTILS_HPP +#define NAZARA_OPENGLRENDERER_UTILS_HPP #include +#include #include #include -#include #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/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.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 84fe50299..afaa01b7c 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Buffer.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Buffer.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..6966fc0a6 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Context.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Context.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..bc43f5f36 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..8ac084f20 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/CoreFunctions.hpp @@ -1,11 +1,13 @@ -// 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 -#ifndef NAZARA_OPENGLRENDERER_COREFUNCTIONS_HPP -#define NAZARA_OPENGLRENDERER_COREFUNCTIONS_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_COREFUNCTIONS_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_COREFUNCTIONS_HPP + +// no include reordering #define GL_GLES_PROTOTYPES 0 #include @@ -182,4 +184,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 4036fbdf3..c3848fd36 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..8995af901 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp @@ -1,17 +1,17 @@ -// 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 -#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 -#include #include #include +#include #include #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/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..f79f4c2ca 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLFunctions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLFunctions.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 1428bf01c..d815008d6 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..9c2625829 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Framebuffer.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..a85a6d461 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..dd4da4cc2 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..024e4f2d6 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Loader.hpp @@ -1,15 +1,15 @@ -// 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 -#ifndef NAZARA_OPENGLRENDERER_LOADER_HPP -#define NAZARA_OPENGLRENDERER_LOADER_HPP +#ifndef NAZARA_OPENGLRENDERER_WRAPPER_LOADER_HPP +#define NAZARA_OPENGLRENDERER_WRAPPER_LOADER_HPP #include -#include #include +#include #include namespace Nz @@ -39,4 +39,4 @@ namespace Nz::GL #include -#endif +#endif // NAZARA_OPENGLRENDERER_WRAPPER_LOADER_HPP 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..62a150dcf 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Program.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Program.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..e5fbe7d77 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Sampler.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Sampler.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..b428c139e 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Shader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Shader.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..527c35b45 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Texture.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Texture.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..6398de40d 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..bd9cdc9a3 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.hpp @@ -1,19 +1,19 @@ -// 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 -#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 -#include #include #include -#include #include +#include +#include #include #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/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..0cf45a8ee 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLFunctions.hpp @@ -1,14 +1,16 @@ -// 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 -#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) +// no include reordering + #include #include #include @@ -51,4 +53,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 3047bf1c1..fc614110c 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..39de96e6f 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..e56a95cf9 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Win32/Gdi32Functions.hpp @@ -1,14 +1,16 @@ -// 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 -#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) +// no include reordering + #include #include #include @@ -51,4 +53,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 a355fd353..6424ab59d 100644 --- a/include/Nazara/OpenGLRenderer/Wrapper/Win32/Win32Helper.hpp +++ b/include/Nazara/OpenGLRenderer/Wrapper/Win32/Win32Helper.hpp @@ -1,11 +1,11 @@ -// 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 -#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 80e2764e6..de638450e 100644 --- a/include/Nazara/Physics2D/Arbiter2D.hpp +++ b/include/Nazara/Physics2D/Arbiter2D.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..78bad0437 100644 --- a/include/Nazara/Physics2D/Collider2D.hpp +++ b/include/Nazara/Physics2D/Collider2D.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..b477f78f5 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 @@ -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 10dbe06ce..289232f80 100644 --- a/include/Nazara/Physics2D/ConfigCheck.hpp +++ b/include/Nazara/Physics2D/ConfigCheck.hpp @@ -1,11 +1,11 @@ -// 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 -#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 155bc2a94..ecfd6a21b 100644 --- a/include/Nazara/Physics2D/Constraint2D.hpp +++ b/include/Nazara/Physics2D/Constraint2D.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..d0360510e 100644 --- a/include/Nazara/Physics2D/Debug.hpp +++ b/include/Nazara/Physics2D/Debug.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 2c2c615dc..bb322b874 100644 --- a/include/Nazara/Physics2D/DebugOff.hpp +++ b/include/Nazara/Physics2D/DebugOff.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 adf615165..7ccfb22a3 100644 --- a/include/Nazara/Physics2D/Enums.hpp +++ b/include/Nazara/Physics2D/Enums.hpp @@ -1,11 +1,11 @@ -// 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 -#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 b6a7fed8e..10c0160e9 100644 --- a/include/Nazara/Physics2D/PhysWorld2D.hpp +++ b/include/Nazara/Physics2D/PhysWorld2D.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..0c2da9225 100644 --- a/include/Nazara/Physics2D/RigidBody2D.hpp +++ b/include/Nazara/Physics2D/RigidBody2D.hpp @@ -1,19 +1,19 @@ -// 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 -#ifndef NAZARA_RIGIDBODY2D_HPP -#define NAZARA_RIGIDBODY2D_HPP +#ifndef NAZARA_PHYSICS2D_RIGIDBODY2D_HPP +#define NAZARA_PHYSICS2D_RIGIDBODY2D_HPP #include #include #include #include #include -#include #include +#include #include #include @@ -136,4 +136,4 @@ namespace Nz #include -#endif // NAZARA_RIGIDBODY2D_HPP +#endif // NAZARA_PHYSICS2D_RIGIDBODY2D_HPP 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.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 0e09bad85..6fc752479 100644 --- a/include/Nazara/Physics3D/Collider3D.hpp +++ b/include/Nazara/Physics3D/Collider3D.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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.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 8b6362fe5..a510bed44 100644 --- a/include/Nazara/Physics3D/Components/RigidBody3DComponent.hpp +++ b/include/Nazara/Physics3D/Components/RigidBody3DComponent.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..7e2596f13 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 @@ -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 d5dbfeef3..288c4650f 100644 --- a/include/Nazara/Physics3D/ConfigCheck.hpp +++ b/include/Nazara/Physics3D/ConfigCheck.hpp @@ -1,11 +1,11 @@ -// 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 -#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 43b5baff9..cc4b8aa90 100644 --- a/include/Nazara/Physics3D/Debug.hpp +++ b/include/Nazara/Physics3D/Debug.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 91841d58a..e347dcf37 100644 --- a/include/Nazara/Physics3D/DebugOff.hpp +++ b/include/Nazara/Physics3D/DebugOff.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 ec78ee304..939bec2b0 100644 --- a/include/Nazara/Physics3D/Enums.hpp +++ b/include/Nazara/Physics3D/Enums.hpp @@ -1,11 +1,11 @@ -// 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 -#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 3d84a3e9f..d37c2a23e 100644 --- a/include/Nazara/Physics3D/PhysWorld3D.hpp +++ b/include/Nazara/Physics3D/PhysWorld3D.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..bd9e40408 100644 --- a/include/Nazara/Physics3D/RigidBody3D.hpp +++ b/include/Nazara/Physics3D/RigidBody3D.hpp @@ -1,11 +1,11 @@ -// 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 -#ifndef NAZARA_RIGIDBODY3D_HPP -#define NAZARA_RIGIDBODY3D_HPP +#ifndef NAZARA_PHYSICS3D_RIGIDBODY3D_HPP +#define NAZARA_PHYSICS3D_RIGIDBODY3D_HPP #include #include @@ -13,8 +13,8 @@ #include #include #include -#include #include +#include class NewtonBody; @@ -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 a1231b04e..97240b3f9 100644 --- a/include/Nazara/Physics3D/Systems/Physics3DSystem.hpp +++ b/include/Nazara/Physics3D/Systems/Physics3DSystem.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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.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 6bb056f27..8cb8909da 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 @@ -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 0c2bca36c..fedd95b73 100644 --- a/include/Nazara/Platform/ConfigCheck.hpp +++ b/include/Nazara/Platform/ConfigCheck.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 bf800dcd9..1c27ccbea 100644 --- a/include/Nazara/Platform/Cursor.hpp +++ b/include/Nazara/Platform/Cursor.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..9cdc3c2e3 100644 --- a/include/Nazara/Platform/CursorController.hpp +++ b/include/Nazara/Platform/CursorController.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..84fbf933d 100644 --- a/include/Nazara/Platform/Debug.hpp +++ b/include/Nazara/Platform/Debug.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 bf6b093a3..033a011f7 100644 --- a/include/Nazara/Platform/DebugOff.hpp +++ b/include/Nazara/Platform/DebugOff.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 f874a0947..e74de6602 100644 --- a/include/Nazara/Platform/Enums.hpp +++ b/include/Nazara/Platform/Enums.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 625905a28..22b86c239 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 @@ -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 0f2a1d5de..9dbce9f50 100644 --- a/include/Nazara/Platform/EventHandler.hpp +++ b/include/Nazara/Platform/EventHandler.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..fbc2eb51a 100644 --- a/include/Nazara/Platform/Icon.hpp +++ b/include/Nazara/Platform/Icon.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/Icon.inl b/include/Nazara/Platform/Icon.inl index 53436de52..55964f3bd 100644 --- a/include/Nazara/Platform/Icon.inl +++ b/include/Nazara/Platform/Icon.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include diff --git a/include/Nazara/Platform/Joystick.hpp b/include/Nazara/Platform/Joystick.hpp index 33ff64872..5302545ad 100644 --- a/include/Nazara/Platform/Joystick.hpp +++ b/include/Nazara/Platform/Joystick.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 87619807d..a6dbadf1f 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 @@ -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 4b01f4463..35b5f3d35 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 @@ -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/Platform.hpp b/include/Nazara/Platform/Platform.hpp index cf3f47968..265e78f98 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 @@ -8,8 +8,8 @@ #define NAZARA_PLATFORM_HPP #include -#include #include +#include namespace Nz { diff --git a/include/Nazara/Platform/VideoMode.hpp b/include/Nazara/Platform/VideoMode.hpp index f74d83cd1..8e5fbb83b 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 @@ -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 99c9c288d..7e01bbe12 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 @@ -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/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..d27e33273 100644 --- a/include/Nazara/Platform/WindowHandle.hpp +++ b/include/Nazara/Platform/WindowHandle.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 6f28a3352..13a8a00e8 100644 --- a/include/Nazara/Renderer/CommandBuffer.hpp +++ b/include/Nazara/Renderer/CommandBuffer.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..6ffc724c1 100644 --- a/include/Nazara/Renderer/CommandBufferBuilder.hpp +++ b/include/Nazara/Renderer/CommandBufferBuilder.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..0b1d31830 100644 --- a/include/Nazara/Renderer/CommandPool.hpp +++ b/include/Nazara/Renderer/CommandPool.hpp @@ -1,15 +1,15 @@ -// 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 -#ifndef NAZARA_COMMANDPOOL_HPP -#define NAZARA_COMMANDPOOL_HPP +#ifndef NAZARA_RENDERER_COMMANDPOOL_HPP +#define NAZARA_RENDERER_COMMANDPOOL_HPP #include -#include #include +#include #include namespace Nz @@ -33,4 +33,4 @@ namespace Nz #include -#endif // NAZARA_COMMANDPOOL_HPP +#endif // NAZARA_RENDERER_COMMANDPOOL_HPP 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..6bae5afd6 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 @@ -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 2cd2060fd..d41ef0b31 100644 --- a/include/Nazara/Renderer/ConfigCheck.hpp +++ b/include/Nazara/Renderer/ConfigCheck.hpp @@ -1,11 +1,11 @@ -// 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 -#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 3756acfbf..d7e140b32 100644 --- a/include/Nazara/Renderer/Debug.hpp +++ b/include/Nazara/Renderer/Debug.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 4a61fa2bd..b8724efee 100644 --- a/include/Nazara/Renderer/DebugDrawer.hpp +++ b/include/Nazara/Renderer/DebugDrawer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 0115eabf3..59afcbece 100644 --- a/include/Nazara/Renderer/DebugOff.hpp +++ b/include/Nazara/Renderer/DebugOff.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 7c98a358d..bf6de3ebe 100644 --- a/include/Nazara/Renderer/Enums.hpp +++ b/include/Nazara/Renderer/Enums.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 a87f6b96a..91a4c7e69 100644 --- a/include/Nazara/Renderer/Framebuffer.hpp +++ b/include/Nazara/Renderer/Framebuffer.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..cb2ede6ee 100644 --- a/include/Nazara/Renderer/GpuSwitch.hpp +++ b/include/Nazara/Renderer/GpuSwitch.hpp @@ -1,9 +1,14 @@ -// Copyright (C) 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 #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 a10fc7bc8..0468c0feb 100644 --- a/include/Nazara/Renderer/RenderBuffer.hpp +++ b/include/Nazara/Renderer/RenderBuffer.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..d674e4817 100644 --- a/include/Nazara/Renderer/RenderBufferView.hpp +++ b/include/Nazara/Renderer/RenderBufferView.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..4edb137c7 100644 --- a/include/Nazara/Renderer/RenderDevice.hpp +++ b/include/Nazara/Renderer/RenderDevice.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #pragma once -#ifndef NAZARA_RENDERDEVICEINSTANCE_HPP -#define NAZARA_RENDERDEVICEINSTANCE_HPP +#ifndef NAZARA_RENDERER_RENDERDEVICE_HPP +#define NAZARA_RENDERER_RENDERDEVICE_HPP #include #include @@ -17,8 +17,8 @@ #include #include #include -#include #include +#include #include #include #include @@ -58,4 +58,4 @@ namespace Nz #include -#endif // NAZARA_RENDERDEVICEINSTANCE_HPP +#endif // NAZARA_RENDERER_RENDERDEVICE_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..b1ba81f73 100644 --- a/include/Nazara/Renderer/RenderDeviceInfo.hpp +++ b/include/Nazara/Renderer/RenderDeviceInfo.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 572fe0a7f..777d20f3c 100644 --- a/include/Nazara/Renderer/RenderFrame.hpp +++ b/include/Nazara/Renderer/RenderFrame.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..de5071230 100644 --- a/include/Nazara/Renderer/RenderImage.hpp +++ b/include/Nazara/Renderer/RenderImage.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..c35693787 100644 --- a/include/Nazara/Renderer/RenderPass.hpp +++ b/include/Nazara/Renderer/RenderPass.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..58697661d 100644 --- a/include/Nazara/Renderer/RenderPassCache.hpp +++ b/include/Nazara/Renderer/RenderPassCache.hpp @@ -1,18 +1,18 @@ -// 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 -#ifndef NAZARA_RENDERPASSCACHE_HPP -#define NAZARA_RENDERPASSCACHE_HPP +#ifndef NAZARA_RENDERER_RENDERPASSCACHE_HPP +#define NAZARA_RENDERER_RENDERPASSCACHE_HPP #include #include #include #include -#include #include +#include namespace Nz { @@ -67,4 +67,4 @@ namespace Nz #include -#endif // NAZARA_RENDERPASS_HPP +#endif // NAZARA_RENDERER_RENDERPASSCACHE_HPP 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..bf83eff89 100644 --- a/include/Nazara/Renderer/RenderPipeline.hpp +++ b/include/Nazara/Renderer/RenderPipeline.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..c8d9d814c 100644 --- a/include/Nazara/Renderer/RenderPipelineLayout.hpp +++ b/include/Nazara/Renderer/RenderPipelineLayout.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..95e5cba8d 100644 --- a/include/Nazara/Renderer/RenderStates.hpp +++ b/include/Nazara/Renderer/RenderStates.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..480abb7c5 100644 --- a/include/Nazara/Renderer/RenderSurface.hpp +++ b/include/Nazara/Renderer/RenderSurface.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..7da20d93f 100644 --- a/include/Nazara/Renderer/RenderTarget.hpp +++ b/include/Nazara/Renderer/RenderTarget.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..34a7df4de 100644 --- a/include/Nazara/Renderer/RenderWindow.hpp +++ b/include/Nazara/Renderer/RenderWindow.hpp @@ -1,20 +1,20 @@ -// Copyright (C) 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 #pragma once -#ifndef NAZARA_RENDERWINDOW_HPP -#define NAZARA_RENDERWINDOW_HPP +#ifndef NAZARA_RENDERER_RENDERWINDOW_HPP +#define NAZARA_RENDERER_RENDERWINDOW_HPP #include #include #include #include +#include #include #include #include -#include #include namespace Nz @@ -64,4 +64,4 @@ namespace Nz #include -#endif // NAZARA_RENDERWINDOW_HPP +#endif // NAZARA_RENDERER_RENDERWINDOW_HPP diff --git a/include/Nazara/Renderer/RenderWindow.inl b/include/Nazara/Renderer/RenderWindow.inl index 74a564b0e..9cae3b23c 100644 --- a/include/Nazara/Renderer/RenderWindow.inl +++ b/include/Nazara/Renderer/RenderWindow.inl @@ -1,9 +1,10 @@ -// 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 #include #include +#include namespace Nz { @@ -57,3 +58,5 @@ namespace Nz m_framerateLimit = limit; } } + +#include diff --git a/include/Nazara/Renderer/RenderWindowImpl.hpp b/include/Nazara/Renderer/RenderWindowImpl.hpp index a1898ddc0..ccfa578a1 100644 --- a/include/Nazara/Renderer/RenderWindowImpl.hpp +++ b/include/Nazara/Renderer/RenderWindowImpl.hpp @@ -1,11 +1,11 @@ -// 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 #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 927552482..914169124 100644 --- a/include/Nazara/Renderer/RenderWindowParameters.hpp +++ b/include/Nazara/Renderer/RenderWindowParameters.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..fbee3a97d 100644 --- a/include/Nazara/Renderer/ShaderBinding.hpp +++ b/include/Nazara/Renderer/ShaderBinding.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..b0efb69ff 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 @@ -21,4 +21,4 @@ namespace Nz }; } -#endif // NAZARA_RENDERER_SHADERSTAGE_HPP +#endif // NAZARA_RENDERER_SHADERMODULE_HPP diff --git a/include/Nazara/Renderer/Texture.hpp b/include/Nazara/Renderer/Texture.hpp index a7920d781..ae554d951 100644 --- a/include/Nazara/Renderer/Texture.hpp +++ b/include/Nazara/Renderer/Texture.hpp @@ -1,17 +1,17 @@ -// Copyright (C) 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 #pragma once -#ifndef NAZARA_TEXTURE_HPP -#define NAZARA_TEXTURE_HPP +#ifndef NAZARA_RENDERER_TEXTURE_HPP +#define NAZARA_RENDERER_TEXTURE_HPP #include #include +#include #include #include -#include #include #include #include @@ -87,4 +87,4 @@ namespace Nz #include -#endif // NAZARA_TEXTURE_HPP +#endif // NAZARA_RENDERER_TEXTURE_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..9d06b9ff0 100644 --- a/include/Nazara/Renderer/TextureSampler.hpp +++ b/include/Nazara/Renderer/TextureSampler.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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.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 da7bf2162..e346509ca 100644 --- a/include/Nazara/Shader/Ast/AstCloner.hpp +++ b/include/Nazara/Shader/Ast/AstCloner.hpp @@ -1,17 +1,17 @@ -// 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 -#ifndef NAZARA_SHADERASTCLONER_HPP -#define NAZARA_SHADERASTCLONER_HPP +#ifndef NAZARA_SHADER_AST_ASTCLONER_HPP +#define NAZARA_SHADER_AST_ASTCLONER_HPP #include #include -#include #include #include +#include #include namespace Nz::ShaderAst @@ -88,4 +88,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_ASTCLONER_HPP 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..c42dc84a4 100644 --- a/include/Nazara/Shader/Ast/AstExpressionVisitor.hpp +++ b/include/Nazara/Shader/Ast/AstExpressionVisitor.hpp @@ -1,11 +1,11 @@ -// 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 -#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 40af7e695..a95a195ff 100644 --- a/include/Nazara/Shader/Ast/AstExpressionVisitorExcept.hpp +++ b/include/Nazara/Shader/Ast/AstExpressionVisitorExcept.hpp @@ -1,11 +1,11 @@ -// 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 -#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 06ac44688..927f36eb7 100644 --- a/include/Nazara/Shader/Ast/AstNodeList.hpp +++ b/include/Nazara/Shader/Ast/AstNodeList.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 b08acd433..32b9cd821 100644 --- a/include/Nazara/Shader/Ast/AstOptimizer.hpp +++ b/include/Nazara/Shader/Ast/AstOptimizer.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..765ac0d89 100644 --- a/include/Nazara/Shader/Ast/AstRecursiveVisitor.hpp +++ b/include/Nazara/Shader/Ast/AstRecursiveVisitor.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..a928a38d5 100644 --- a/include/Nazara/Shader/Ast/AstReflect.hpp +++ b/include/Nazara/Shader/Ast/AstReflect.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..6e4ae5cf4 100644 --- a/include/Nazara/Shader/Ast/AstSerializer.hpp +++ b/include/Nazara/Shader/Ast/AstSerializer.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..19b8f4101 100644 --- a/include/Nazara/Shader/Ast/AstStatementVisitor.hpp +++ b/include/Nazara/Shader/Ast/AstStatementVisitor.hpp @@ -1,11 +1,11 @@ -// 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 -#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 88199ddb2..fabd20b2c 100644 --- a/include/Nazara/Shader/Ast/AstStatementVisitorExcept.hpp +++ b/include/Nazara/Shader/Ast/AstStatementVisitorExcept.hpp @@ -1,11 +1,11 @@ -// 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 -#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 0195e445f..0082fdd4c 100644 --- a/include/Nazara/Shader/Ast/AstUtils.hpp +++ b/include/Nazara/Shader/Ast/AstUtils.hpp @@ -1,16 +1,16 @@ -// 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 -#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 -#include #include +#include #include namespace Nz::ShaderAst @@ -55,4 +55,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_ASTUTILS_HPP 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..0460c5add 100644 --- a/include/Nazara/Shader/Ast/Attribute.hpp +++ b/include/Nazara/Shader/Ast/Attribute.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..f0ad89e3d 100644 --- a/include/Nazara/Shader/Ast/ConstantValue.hpp +++ b/include/Nazara/Shader/Ast/ConstantValue.hpp @@ -1,11 +1,11 @@ -// 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 -#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/Enums.hpp b/include/Nazara/Shader/Ast/Enums.hpp index 5ed23a1fe..ad4775475 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 @@ -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 8d68fd802..a2799fcb5 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 @@ -8,9 +8,9 @@ #define NAZARA_SHADER_AST_EXPRESSIONTYPE_HPP #include -#include #include #include +#include #include #include #include @@ -106,4 +106,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_EXPRESSIONTYPE_HPP 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..d8219109d 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 @@ -12,9 +12,9 @@ #include #include #include +#include #include #include -#include #include #include #include @@ -369,4 +369,4 @@ namespace Nz::ShaderAst #include -#endif +#endif // NAZARA_SHADER_AST_NODES_HPP 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..22922b461 100644 --- a/include/Nazara/Shader/Ast/SanitizeVisitor.hpp +++ b/include/Nazara/Shader/Ast/SanitizeVisitor.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..ea25fc818 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 @@ -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 48252e452..4047c8bf0 100644 --- a/include/Nazara/Shader/ConfigCheck.hpp +++ b/include/Nazara/Shader/ConfigCheck.hpp @@ -1,11 +1,11 @@ -// 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 -#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 32333d44d..7f757f5c9 100644 --- a/include/Nazara/Shader/Debug.hpp +++ b/include/Nazara/Shader/Debug.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 bca09b27c..23c75002f 100644 --- a/include/Nazara/Shader/DebugOff.hpp +++ b/include/Nazara/Shader/DebugOff.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 c2bf51bc1..bd2c6c7fb 100644 --- a/include/Nazara/Shader/GlslWriter.hpp +++ b/include/Nazara/Shader/GlslWriter.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..a1446d3a9 100644 --- a/include/Nazara/Shader/LangWriter.hpp +++ b/include/Nazara/Shader/LangWriter.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..12b8f0dfc 100644 --- a/include/Nazara/Shader/ShaderBuilder.hpp +++ b/include/Nazara/Shader/ShaderBuilder.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..b47ec0f78 100644 --- a/include/Nazara/Shader/ShaderLangLexer.hpp +++ b/include/Nazara/Shader/ShaderLangLexer.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..ff40a5e84 100644 --- a/include/Nazara/Shader/ShaderLangParser.hpp +++ b/include/Nazara/Shader/ShaderLangParser.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..e9a2ad288 100644 --- a/include/Nazara/Shader/ShaderLangTokenList.hpp +++ b/include/Nazara/Shader/ShaderLangTokenList.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 593d803cf..15a3436a8 100644 --- a/include/Nazara/Shader/ShaderWriter.hpp +++ b/include/Nazara/Shader/ShaderWriter.hpp @@ -1,11 +1,11 @@ -// 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 -#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 b49279b3b..c208db3af 100644 --- a/include/Nazara/Shader/SpirvAstVisitor.hpp +++ b/include/Nazara/Shader/SpirvAstVisitor.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..bce079c82 100644 --- a/include/Nazara/Shader/SpirvBlock.hpp +++ b/include/Nazara/Shader/SpirvBlock.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..86abefcf6 100644 --- a/include/Nazara/Shader/SpirvConstantCache.hpp +++ b/include/Nazara/Shader/SpirvConstantCache.hpp @@ -1,17 +1,17 @@ -// 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 -#ifndef NAZARA_SPIRVCONSTANTCACHE_HPP -#define NAZARA_SPIRVCONSTANTCACHE_HPP +#ifndef NAZARA_SHADER_SPIRVCONSTANTCACHE_HPP +#define NAZARA_SHADER_SPIRVCONSTANTCACHE_HPP #include -#include -#include -#include #include +#include +#include +#include #include #include #include @@ -208,4 +208,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_SPIRVCONSTANTCACHE_HPP 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 aaacc4631..f057331d1 100644 --- a/include/Nazara/Shader/SpirvData.hpp +++ b/include/Nazara/Shader/SpirvData.hpp @@ -1,13 +1,13 @@ -// 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" +// 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 -// 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 @@ -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 @@ -1708,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 fc7ccd935..ca7340d3e 100644 --- a/include/Nazara/Shader/SpirvDecoder.hpp +++ b/include/Nazara/Shader/SpirvDecoder.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..cf8febb17 100644 --- a/include/Nazara/Shader/SpirvExpressionLoad.hpp +++ b/include/Nazara/Shader/SpirvExpressionLoad.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..8d3ea3884 100644 --- a/include/Nazara/Shader/SpirvExpressionStore.hpp +++ b/include/Nazara/Shader/SpirvExpressionStore.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..e08c16aab 100644 --- a/include/Nazara/Shader/SpirvPrinter.hpp +++ b/include/Nazara/Shader/SpirvPrinter.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..9f3de6435 100644 --- a/include/Nazara/Shader/SpirvSection.hpp +++ b/include/Nazara/Shader/SpirvSection.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..5931c127a 100644 --- a/include/Nazara/Shader/SpirvSectionBase.hpp +++ b/include/Nazara/Shader/SpirvSectionBase.hpp @@ -1,15 +1,15 @@ -// 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 -#ifndef NAZARA_SPIRVSECTIONBASE_HPP -#define NAZARA_SPIRVSECTIONBASE_HPP +#ifndef NAZARA_SHADER_SPIRVSECTIONBASE_HPP +#define NAZARA_SHADER_SPIRVSECTIONBASE_HPP #include -#include #include +#include #include #include @@ -72,4 +72,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_SPIRVSECTIONBASE_HPP 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..0242583c4 100644 --- a/include/Nazara/Shader/SpirvWriter.hpp +++ b/include/Nazara/Shader/SpirvWriter.hpp @@ -1,18 +1,18 @@ -// 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 -#ifndef NAZARA_SPIRVWRITER_HPP -#define NAZARA_SPIRVWRITER_HPP +#ifndef NAZARA_SHADER_SPIRVWRITER_HPP +#define NAZARA_SHADER_SPIRVWRITER_HPP #include #include -#include -#include #include #include +#include +#include #include #include #include @@ -85,4 +85,4 @@ namespace Nz #include -#endif +#endif // NAZARA_SHADER_SPIRVWRITER_HPP 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.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 c4c4461eb..7b7f8cb4a 100644 --- a/include/Nazara/Utility/AbstractAtlas.hpp +++ b/include/Nazara/Utility/AbstractAtlas.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 346e96bab..031d254bf 100644 --- a/include/Nazara/Utility/AbstractBuffer.hpp +++ b/include/Nazara/Utility/AbstractBuffer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 0471f3754..9d326f08a 100644 --- a/include/Nazara/Utility/AbstractImage.hpp +++ b/include/Nazara/Utility/AbstractImage.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..cfe997db5 100644 --- a/include/Nazara/Utility/AbstractTextDrawer.hpp +++ b/include/Nazara/Utility/AbstractTextDrawer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..415c64d3c 100644 --- a/include/Nazara/Utility/Algorithm.hpp +++ b/include/Nazara/Utility/Algorithm.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..ee9830f08 100644 --- a/include/Nazara/Utility/Animation.hpp +++ b/include/Nazara/Utility/Animation.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..d5d3acf64 100644 --- a/include/Nazara/Utility/Buffer.hpp +++ b/include/Nazara/Utility/Buffer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/Buffer.inl b/include/Nazara/Utility/Buffer.inl index 262bea3d6..5f883b2f6 100644 --- a/include/Nazara/Utility/Buffer.inl +++ b/include/Nazara/Utility/Buffer.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include diff --git a/include/Nazara/Utility/BufferMapper.hpp b/include/Nazara/Utility/BufferMapper.hpp index d0786ee41..5c467df24 100644 --- a/include/Nazara/Utility/BufferMapper.hpp +++ b/include/Nazara/Utility/BufferMapper.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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.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 dbc7f99ae..13a0bac3b 100644 --- a/include/Nazara/Utility/Components/NodeComponent.hpp +++ b/include/Nazara/Utility/Components/NodeComponent.hpp @@ -1,11 +1,11 @@ -// 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 #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/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..72ec6ec30 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 @@ -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 4a8e891e8..2e9e42e25 100644 --- a/include/Nazara/Utility/ConfigCheck.hpp +++ b/include/Nazara/Utility/ConfigCheck.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 d89d9c54e..c8842d320 100644 --- a/include/Nazara/Utility/CubemapParams.hpp +++ b/include/Nazara/Utility/CubemapParams.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 15ef4b99c..fe9362aa9 100644 --- a/include/Nazara/Utility/Debug.hpp +++ b/include/Nazara/Utility/Debug.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 e38133afc..a583d0946 100644 --- a/include/Nazara/Utility/DebugOff.hpp +++ b/include/Nazara/Utility/DebugOff.hpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// 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 e75fa69e8..8b73fd805 100644 --- a/include/Nazara/Utility/Enums.hpp +++ b/include/Nazara/Utility/Enums.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 da721e671..ffe41c007 100644 --- a/include/Nazara/Utility/FieldOffsets.hpp +++ b/include/Nazara/Utility/FieldOffsets.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..2cf978084 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 @@ -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/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..e0d31b0fe 100644 --- a/include/Nazara/Utility/FontData.hpp +++ b/include/Nazara/Utility/FontData.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 8adbe34cf..8994cf294 100644 --- a/include/Nazara/Utility/FontGlyph.hpp +++ b/include/Nazara/Utility/FontGlyph.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 bb013429d..ed2cee3b4 100644 --- a/include/Nazara/Utility/Formats/MD5AnimParser.hpp +++ b/include/Nazara/Utility/Formats/MD5AnimParser.hpp @@ -1,17 +1,17 @@ -// Copyright (C) 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 #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 #include #include #include +#include #include namespace Nz @@ -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 ca993c70e..405035981 100644 --- a/include/Nazara/Utility/Formats/MD5MeshParser.hpp +++ b/include/Nazara/Utility/Formats/MD5MeshParser.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 c22b90300..cb0dff1dd 100644 --- a/include/Nazara/Utility/Formats/MTLParser.hpp +++ b/include/Nazara/Utility/Formats/MTLParser.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/MTLParser.inl b/include/Nazara/Utility/Formats/MTLParser.inl index 728af9923..40ce10aa4 100644 --- a/include/Nazara/Utility/Formats/MTLParser.inl +++ b/include/Nazara/Utility/Formats/MTLParser.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include diff --git a/include/Nazara/Utility/Formats/OBJParser.hpp b/include/Nazara/Utility/Formats/OBJParser.hpp index a41217eec..6563b10f1 100644 --- a/include/Nazara/Utility/Formats/OBJParser.hpp +++ b/include/Nazara/Utility/Formats/OBJParser.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..67cd9f6b1 100644 --- a/include/Nazara/Utility/GuillotineImageAtlas.hpp +++ b/include/Nazara/Utility/GuillotineImageAtlas.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 7776ca864..5ef38abb4 100644 --- a/include/Nazara/Utility/Image.hpp +++ b/include/Nazara/Utility/Image.hpp @@ -1,16 +1,16 @@ -// Copyright (C) 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 #pragma once -#ifndef NAZARA_IMAGE_HPP -#define NAZARA_IMAGE_HPP +#ifndef NAZARA_UTILITY_IMAGE_HPP +#define NAZARA_UTILITY_IMAGE_HPP #include #include -#include #include +#include #include #include #include @@ -165,4 +165,4 @@ namespace Nz #include -#endif // NAZARA_IMAGE_HPP +#endif // NAZARA_UTILITY_IMAGE_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..6caff8577 100644 --- a/include/Nazara/Utility/IndexBuffer.hpp +++ b/include/Nazara/Utility/IndexBuffer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/IndexBuffer.inl b/include/Nazara/Utility/IndexBuffer.inl index a306a77bd..45938e004 100644 --- a/include/Nazara/Utility/IndexBuffer.inl +++ b/include/Nazara/Utility/IndexBuffer.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include diff --git a/include/Nazara/Utility/IndexIterator.hpp b/include/Nazara/Utility/IndexIterator.hpp index 4c6c6b371..76dd19080 100644 --- a/include/Nazara/Utility/IndexIterator.hpp +++ b/include/Nazara/Utility/IndexIterator.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/IndexIterator.inl b/include/Nazara/Utility/IndexIterator.inl index 240bbfd25..8a5a9daf8 100644 --- a/include/Nazara/Utility/IndexIterator.inl +++ b/include/Nazara/Utility/IndexIterator.inl @@ -1,7 +1,8 @@ -// 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 #include #include #include @@ -172,4 +173,4 @@ namespace std }; } -#include +#include diff --git a/include/Nazara/Utility/IndexMapper.hpp b/include/Nazara/Utility/IndexMapper.hpp index be3b1d1f2..9deab3b80 100644 --- a/include/Nazara/Utility/IndexMapper.hpp +++ b/include/Nazara/Utility/IndexMapper.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 e4d73b501..358576a29 100644 --- a/include/Nazara/Utility/Joint.hpp +++ b/include/Nazara/Utility/Joint.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 2096e699f..1d8d0d296 100644 --- a/include/Nazara/Utility/MaterialData.hpp +++ b/include/Nazara/Utility/MaterialData.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 be0d5ec27..4343a845e 100644 --- a/include/Nazara/Utility/Mesh.hpp +++ b/include/Nazara/Utility/Mesh.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/Mesh.inl b/include/Nazara/Utility/Mesh.inl index daba241c6..6c0d5573b 100644 --- a/include/Nazara/Utility/Mesh.inl +++ b/include/Nazara/Utility/Mesh.inl @@ -1,10 +1,10 @@ -// Copyright (C) 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 #include -#include #include +#include #include namespace Nz diff --git a/include/Nazara/Utility/MeshData.hpp b/include/Nazara/Utility/MeshData.hpp index cff792676..11cb2baa2 100644 --- a/include/Nazara/Utility/MeshData.hpp +++ b/include/Nazara/Utility/MeshData.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 8bf5bb26d..0e10345b0 100644 --- a/include/Nazara/Utility/Node.hpp +++ b/include/Nazara/Utility/Node.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 f12be11fd..6235782cc 100644 --- a/include/Nazara/Utility/PixelFormat.hpp +++ b/include/Nazara/Utility/PixelFormat.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/PixelFormat.inl b/include/Nazara/Utility/PixelFormat.inl index 7f62d15a0..3ee68c0a1 100644 --- a/include/Nazara/Utility/PixelFormat.inl +++ b/include/Nazara/Utility/PixelFormat.inl @@ -1,10 +1,10 @@ -// Copyright (C) 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 #include -#include #include +#include #include #include #include diff --git a/include/Nazara/Utility/RichTextDrawer.hpp b/include/Nazara/Utility/RichTextDrawer.hpp index f3a3dbefd..64aae02c4 100644 --- a/include/Nazara/Utility/RichTextDrawer.hpp +++ b/include/Nazara/Utility/RichTextDrawer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..224520b33 100644 --- a/include/Nazara/Utility/Sequence.hpp +++ b/include/Nazara/Utility/Sequence.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 5fcd91650..904ab9ce5 100644 --- a/include/Nazara/Utility/SimpleTextDrawer.hpp +++ b/include/Nazara/Utility/SimpleTextDrawer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..24b8f290d 100644 --- a/include/Nazara/Utility/SkeletalMesh.hpp +++ b/include/Nazara/Utility/SkeletalMesh.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..d26cce4ba 100644 --- a/include/Nazara/Utility/Skeleton.hpp +++ b/include/Nazara/Utility/Skeleton.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/Skeleton.inl b/include/Nazara/Utility/Skeleton.inl index 997159e19..795042e1e 100644 --- a/include/Nazara/Utility/Skeleton.inl +++ b/include/Nazara/Utility/Skeleton.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include diff --git a/include/Nazara/Utility/SoftwareBuffer.hpp b/include/Nazara/Utility/SoftwareBuffer.hpp index c5671765a..379512438 100644 --- a/include/Nazara/Utility/SoftwareBuffer.hpp +++ b/include/Nazara/Utility/SoftwareBuffer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 4044521f1..0a4334fe2 100644 --- a/include/Nazara/Utility/StaticMesh.hpp +++ b/include/Nazara/Utility/StaticMesh.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/StaticMesh.inl b/include/Nazara/Utility/StaticMesh.inl index 997159e19..cf0c98fe8 100644 --- a/include/Nazara/Utility/StaticMesh.inl +++ b/include/Nazara/Utility/StaticMesh.inl @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include diff --git a/include/Nazara/Utility/SubMesh.hpp b/include/Nazara/Utility/SubMesh.hpp index b1d4e709b..d52f7aba2 100644 --- a/include/Nazara/Utility/SubMesh.hpp +++ b/include/Nazara/Utility/SubMesh.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 43f310264..9303ff8a9 100644 --- a/include/Nazara/Utility/TriangleIterator.hpp +++ b/include/Nazara/Utility/TriangleIterator.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 faaa2e482..b92ed672e 100644 --- a/include/Nazara/Utility/UniformBuffer.hpp +++ b/include/Nazara/Utility/UniformBuffer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..1daa902f2 100644 --- a/include/Nazara/Utility/VertexBuffer.hpp +++ b/include/Nazara/Utility/VertexBuffer.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..19a5c5195 100644 --- a/include/Nazara/Utility/VertexDeclaration.hpp +++ b/include/Nazara/Utility/VertexDeclaration.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..bb8c70b1e 100644 --- a/include/Nazara/Utility/VertexMapper.hpp +++ b/include/Nazara/Utility/VertexMapper.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..ce217e022 100644 --- a/include/Nazara/Utility/VertexStruct.hpp +++ b/include/Nazara/Utility/VertexStruct.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 75a7dc4ca..82cfb81ed 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 @@ -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 fb0f78baa..465bb067a 100644 --- a/include/Nazara/VulkanRenderer/ConfigCheck.hpp +++ b/include/Nazara/VulkanRenderer/ConfigCheck.hpp @@ -1,11 +1,11 @@ -// 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 -#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 236950793..c8aad51a4 100644 --- a/include/Nazara/VulkanRenderer/Debug.hpp +++ b/include/Nazara/VulkanRenderer/Debug.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 bf3197f67..7acd2edf6 100644 --- a/include/Nazara/VulkanRenderer/DebugOff.hpp +++ b/include/Nazara/VulkanRenderer/DebugOff.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 77f553d30..67910e179 100644 --- a/include/Nazara/VulkanRenderer/Utils.hpp +++ b/include/Nazara/VulkanRenderer/Utils.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..981a5f983 100644 --- a/include/Nazara/VulkanRenderer/Vulkan.hpp +++ b/include/Nazara/VulkanRenderer/Vulkan.hpp @@ -1,11 +1,11 @@ -// 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 -#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 375cedc70..b19f95d2e 100644 --- a/include/Nazara/VulkanRenderer/VulkanBuffer.hpp +++ b/include/Nazara/VulkanRenderer/VulkanBuffer.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..2212d0495 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 @@ -55,4 +55,4 @@ namespace Nz #include -#endif +#endif // NAZARA_VULKANRENDERER_VULKANDESCRIPTORSETLAYOUTCACHE_HPP 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..a78f07e89 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 @@ -12,10 +12,10 @@ #include #include #include -#include #include #include #include +#include #include #include #include @@ -66,4 +66,4 @@ namespace Nz #include -#endif // NAZARA_VULKANRENDERER_VULKANRENDERPIPELINE_HPP +#endif // NAZARA_VULKANRENDERER_VULKANRENDERPIPELINELAYOUT_HPP 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..fd262fa6a 100644 --- a/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp +++ b/include/Nazara/VulkanRenderer/VulkanRenderWindow.hpp @@ -1,24 +1,24 @@ -// 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 -#ifndef NAZARA_VULKANRENDERER_RENDERWINDOW_HPP -#define NAZARA_VULKANRENDERER_RENDERWINDOW_HPP +#ifndef NAZARA_VULKANRENDERER_VULKANRENDERWINDOW_HPP +#define NAZARA_VULKANRENDERER_VULKANRENDERWINDOW_HPP #include #include #include #include #include -#include #include +#include #include #include -#include #include #include +#include #include #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/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..964cc36bd 100644 --- a/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp +++ b/include/Nazara/VulkanRenderer/VulkanShaderModule.hpp @@ -1,17 +1,17 @@ -// 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 -#ifndef NAZARA_VULKANRENDERER_VULKANSHADERSTAGE_HPP -#define NAZARA_VULKANRENDERER_VULKANSHADERSTAGE_HPP +#ifndef NAZARA_VULKANRENDERER_VULKANSHADERMODULE_HPP +#define NAZARA_VULKANRENDERER_VULKANSHADERMODULE_HPP #include #include #include -#include #include +#include #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/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..072468ea1 100644 --- a/include/Nazara/VulkanRenderer/VulkanSurface.hpp +++ b/include/Nazara/VulkanRenderer/VulkanSurface.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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.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 68ce8b48a..39d34b3f7 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/AutoFree.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/AutoFree.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..449bda575 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Buffer.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Buffer.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..10db6a57a 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/CommandBuffer.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..f1bd9458a 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/CommandPool.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/CommandPool.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..2c390ce40 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DebugUtilsMessengerEXT.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..8c7cb31b5 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DescriptorPool.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..1bcc923c9 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSet.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..228e6b7b1 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..b8bd111b1 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Device.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Device.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..3f4600af6 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DeviceFunctions.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DeviceFunctions.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 490a95095..99c125a8e 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.hpp @@ -1,11 +1,11 @@ -// 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 -#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/DeviceMemory.inl b/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.inl index 7d8382302..774fe862a 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.inl +++ b/include/Nazara/VulkanRenderer/Wrapper/DeviceMemory.inl @@ -1,11 +1,11 @@ -// 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 -#include #include #include +#include #include namespace Nz diff --git a/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp b/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp index 288580a25..216b90932 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/DeviceObject.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..1ac90ed3b 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Fence.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Fence.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..b9e0075fc 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Framebuffer.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..9e6ad4ac1 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/GlobalFunctions.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/GlobalFunctions.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 14ff705d0..4f6bfdf4c 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Image.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Image.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..5c80b6810 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/ImageView.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/ImageView.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..e47f0ca61 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Instance.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Instance.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..f67fa9905 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/InstanceFunctions.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/InstanceFunctions.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 b55312274..8b2b38517 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/InstanceObject.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..839aa34fe 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Loader.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Loader.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..301bcb38f 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp @@ -1,11 +1,11 @@ -// 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 -#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 995a9e0ca..e49aab05c 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Pipeline.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Pipeline.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..120cfc2cc 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/PipelineCache.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..65c053e27 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/PipelineLayout.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..6db9cc6f7 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/QueueHandle.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..99ae173a4 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/RenderPass.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/RenderPass.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..f074b3f42 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Sampler.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Sampler.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..c01f64859 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Semaphore.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Semaphore.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..d7ebf10c9 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/ShaderModule.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..56977248f 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Surface.hpp @@ -1,16 +1,16 @@ -// 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 -#ifndef NAZARA_VULKANRENDERER_VKSURFACE_HPP -#define NAZARA_VULKANRENDERER_VKSURFACE_HPP +#ifndef NAZARA_VULKANRENDERER_WRAPPER_SURFACE_HPP +#define NAZARA_VULKANRENDERER_WRAPPER_SURFACE_HPP #include #include -#include #include +#include namespace Nz { @@ -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/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..488d7c512 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/Swapchain.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/Swapchain.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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.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 dfe710a99..96256b03d 100644 --- a/include/Nazara/Widgets/BaseWidget.hpp +++ b/include/Nazara/Widgets/BaseWidget.hpp @@ -1,11 +1,11 @@ -// 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 -#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/BaseWidget.inl b/include/Nazara/Widgets/BaseWidget.inl index 4999a5a70..be2cff3f5 100644 --- a/include/Nazara/Widgets/BaseWidget.inl +++ b/include/Nazara/Widgets/BaseWidget.inl @@ -1,11 +1,12 @@ -// 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 #include #include +#include namespace Nz { @@ -286,3 +287,5 @@ namespace Nz m_canvasIndex = index; } } + +#include diff --git a/include/Nazara/Widgets/ButtonWidget.hpp b/include/Nazara/Widgets/ButtonWidget.hpp index 602520682..2030b9875 100644 --- a/include/Nazara/Widgets/ButtonWidget.hpp +++ b/include/Nazara/Widgets/ButtonWidget.hpp @@ -1,11 +1,11 @@ -// 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 -#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/ButtonWidget.inl b/include/Nazara/Widgets/ButtonWidget.inl index ea914c397..c98adbf09 100644 --- a/include/Nazara/Widgets/ButtonWidget.inl +++ b/include/Nazara/Widgets/ButtonWidget.inl @@ -1,8 +1,9 @@ -// 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 namespace Nz { @@ -69,3 +70,5 @@ namespace Nz Layout(); } } + +#include diff --git a/include/Nazara/Widgets/Canvas.hpp b/include/Nazara/Widgets/Canvas.hpp index 38837ed66..12091e63e 100644 --- a/include/Nazara/Widgets/Canvas.hpp +++ b/include/Nazara/Widgets/Canvas.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..f725987ee 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 @@ -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 a925ba173..cfffeec1c 100644 --- a/include/Nazara/Widgets/ConfigCheck.hpp +++ b/include/Nazara/Widgets/ConfigCheck.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 93304d1e0..c91076aa7 100644 --- a/include/Nazara/Widgets/Debug.hpp +++ b/include/Nazara/Widgets/Debug.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 9745d0d9a..bbcce1812 100644 --- a/include/Nazara/Widgets/DebugOff.hpp +++ b/include/Nazara/Widgets/DebugOff.hpp @@ -1,7 +1,9 @@ -// 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 +// 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 b6811fb09..f39e6eed1 100644 --- a/include/Nazara/Widgets/LabelWidget.hpp +++ b/include/Nazara/Widgets/LabelWidget.hpp @@ -1,11 +1,11 @@ -// 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 -#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/LabelWidget.inl b/include/Nazara/Widgets/LabelWidget.inl index 541f80126..2d2cf9a1c 100644 --- a/include/Nazara/Widgets/LabelWidget.inl +++ b/include/Nazara/Widgets/LabelWidget.inl @@ -1,8 +1,9 @@ -// 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 namespace Nz { @@ -15,3 +16,5 @@ namespace Nz SetPreferredSize(size); } } + +#include diff --git a/include/Nazara/Widgets/Widgets.hpp b/include/Nazara/Widgets/Widgets.hpp index ff0076557..fd1705a99 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 @@ -8,8 +8,8 @@ #define NAZARA_WIDGETS_HPP #include -#include #include +#include #include #include @@ -36,4 +36,4 @@ namespace Nz #include -#endif +#endif // NAZARA_WIDGETS_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..5c617c6f8 100644 --- a/src/Nazara/Audio/Formats/drwavLoader.hpp +++ b/src/Nazara/Audio/Formats/drwavLoader.hpp @@ -1,11 +1,11 @@ -// 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 -#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.cpp b/src/Nazara/Audio/Formats/libflacLoader.cpp index fbaf48e6b..9aa23abd5 100644 --- a/src/Nazara/Audio/Formats/libflacLoader.cpp +++ b/src/Nazara/Audio/Formats/libflacLoader.cpp @@ -1,8 +1,8 @@ -// Copyright (C) 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 -#include +#include #include #include #include @@ -14,9 +14,9 @@ #include #include #include +#include #include #include -#include #include namespace Nz @@ -612,4 +612,3 @@ namespace Nz } } } - diff --git a/src/Nazara/Audio/Formats/libflacLoader.hpp b/src/Nazara/Audio/Formats/libflacLoader.hpp index 3640f2d6f..845582716 100644 --- a/src/Nazara/Audio/Formats/libflacLoader.hpp +++ b/src/Nazara/Audio/Formats/libflacLoader.hpp @@ -1,11 +1,11 @@ -// 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 -#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.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..094ffb663 100644 --- a/src/Nazara/Audio/Formats/libvorbisLoader.hpp +++ b/src/Nazara/Audio/Formats/libvorbisLoader.hpp @@ -1,11 +1,11 @@ -// 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 -#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.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..2558eae1b 100644 --- a/src/Nazara/Audio/Formats/minimp3Loader.hpp +++ b/src/Nazara/Audio/Formats/minimp3Loader.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..ee317ae9b 100644 --- a/src/Nazara/Audio/SoundStream.cpp +++ b/src/Nazara/Audio/SoundStream.cpp @@ -1,9 +1,10 @@ -// Copyright (C) 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 #include #include +#include namespace Nz { 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..1a4281345 100644 --- a/src/Nazara/Core/Debug/NewRedefinition.cpp +++ b/src/Nazara/Core/Debug/NewRedefinition.cpp @@ -1,7 +1,9 @@ -// Copyright (C) 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 +// no include fix + #include #if NAZARA_CORE_MANAGE_MEMORY 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..75a2c30f9 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 @@ -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,5 +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/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..4d0723083 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 @@ -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/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..d37017b99 100644 --- a/src/Nazara/Core/Posix/ClockImpl.hpp +++ b/src/Nazara/Core/Posix/ClockImpl.hpp @@ -1,11 +1,11 @@ -// 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 #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.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..0f4c54f5d 100644 --- a/src/Nazara/Core/Posix/DynLibImpl.hpp +++ b/src/Nazara/Core/Posix/DynLibImpl.hpp @@ -1,11 +1,11 @@ -// 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 #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.cpp b/src/Nazara/Core/Posix/FileImpl.cpp index f994475c6..41cf29dbe 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 @@ -6,10 +6,10 @@ #include #include #include +#include #include #include #include -#include #include namespace Nz diff --git a/src/Nazara/Core/Posix/FileImpl.hpp b/src/Nazara/Core/Posix/FileImpl.hpp index 81e09df7b..f7b44ff5a 100644 --- a/src/Nazara/Core/Posix/FileImpl.hpp +++ b/src/Nazara/Core/Posix/FileImpl.hpp @@ -1,11 +1,11 @@ -// 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 #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.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..43daf8623 100644 --- a/src/Nazara/Core/Posix/HardwareInfoImpl.hpp +++ b/src/Nazara/Core/Posix/HardwareInfoImpl.hpp @@ -1,11 +1,11 @@ -// 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 #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.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..944f0813e 100644 --- a/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp +++ b/src/Nazara/Core/Posix/TaskSchedulerImpl.hpp @@ -1,17 +1,17 @@ -// 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 #pragma once -#ifndef NAZARA_TASKSCHEDULERIMPL_HPP -#define NAZARA_TASKSCHEDULERIMPL_HPP +#ifndef NAZARA_CORE_POSIX_TASKSCHEDULERIMPL_HPP +#define NAZARA_CORE_POSIX_TASKSCHEDULERIMPL_HPP #include #include #include -#include #include +#include #if defined(NAZARA_PLATFORM_MACOSX) typedef int pthread_barrierattr_t; @@ -65,4 +65,4 @@ namespace Nz }; } -#endif // NAZARA_TASKSCHEDULERIMPL_HPP +#endif // NAZARA_CORE_POSIX_TASKSCHEDULERIMPL_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..b776de5ae 100644 --- a/src/Nazara/Core/StringExt.cpp +++ b/src/Nazara/Core/StringExt.cpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #include #include -#include #include +#include #include namespace Nz 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/UnicodeData.hpp b/src/Nazara/Core/UnicodeData.hpp index 4486d4891..b1dbb520a 100644 --- a/src/Nazara/Core/UnicodeData.hpp +++ b/src/Nazara/Core/UnicodeData.hpp @@ -1,4 +1,11 @@ -UnicodeCharacter unicodeCharacters[33763] = { +// 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 + +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 +1533,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 +2098,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 +2160,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 +2179,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 +2848,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 +2869,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 +2965,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 +5323,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 +5331,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 +5353,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 +5523,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 +6128,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 +6218,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 +6264,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 +6864,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 +7544,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 +10388,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 +10436,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 +10885,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 +14246,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 +14257,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 +15894,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 +16260,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 +16394,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 +16409,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 +17918,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 +18329,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 +19469,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 +19654,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 +19727,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 +20665,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 +20734,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 +21177,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 +22864,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 +25238,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 +26975,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 +27275,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 +27829,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 +28491,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 +30363,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 +30503,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 +30593,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 +32668,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 +32914,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 +33186,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 +33269,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 +33427,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 +33461,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 +33472,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 +33489,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 +34602,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 +34610,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 +34620,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 +35576,7 @@ UnicodeCharacterSimpleMapping unicodeLower[1393] = { {11308, 11356}, {11309, 11357}, {11310, 11358}, + {11311, 11359}, {11360, 11361}, {11362, 619}, {11363, 7549}, @@ -34920,12 +35757,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 +35870,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 +36056,7 @@ UnicodeCharacterSimpleMapping unicodeLower[1393] = { {125217, 125251}, }; -UnicodeCharacterSimpleMapping unicodeTitle[1414] = { +UnicodeCharacterSimpleMapping unicodeTitle[1454] = { {97, 65}, {98, 66}, {99, 67}, @@ -36056,6 +36932,7 @@ UnicodeCharacterSimpleMapping unicodeTitle[1414] = { {11356, 11308}, {11357, 11309}, {11358, 11310}, + {11359, 11311}, {11361, 11360}, {11365, 570}, {11366, 574}, @@ -36259,9 +37136,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 +37327,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 +37513,7 @@ UnicodeCharacterSimpleMapping unicodeTitle[1414] = { {125251, 125217}, }; -UnicodeCharacterSimpleMapping unicodeUpper[1410] = { +UnicodeCharacterSimpleMapping unicodeUpper[1450] = { {97, 65}, {98, 66}, {99, 67}, @@ -37469,6 +38385,7 @@ UnicodeCharacterSimpleMapping unicodeUpper[1410] = { {11356, 11308}, {11357, 11309}, {11358, 11310}, + {11359, 11311}, {11361, 11360}, {11365, 570}, {11366, 574}, @@ -37672,9 +38589,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 +38780,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/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..1e1756b21 100644 --- a/src/Nazara/Core/Win32/ClockImpl.hpp +++ b/src/Nazara/Core/Win32/ClockImpl.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.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..9b3111990 100644 --- a/src/Nazara/Core/Win32/DynLibImpl.hpp +++ b/src/Nazara/Core/Win32/DynLibImpl.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.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..a62485ee7 100644 --- a/src/Nazara/Core/Win32/FileImpl.hpp +++ b/src/Nazara/Core/Win32/FileImpl.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.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..da5cadd8b 100644 --- a/src/Nazara/Core/Win32/HardwareInfoImpl.hpp +++ b/src/Nazara/Core/Win32/HardwareInfoImpl.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.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..12d6f0360 100644 --- a/src/Nazara/Core/Win32/TaskSchedulerImpl.hpp +++ b/src/Nazara/Core/Win32/TaskSchedulerImpl.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.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..59e0b15aa 100644 --- a/src/Nazara/Core/Win32/Time.hpp +++ b/src/Nazara/Core/Win32/Time.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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 f801748c2..f16ea38fc 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 12c431716..a19336f2d 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 59234a153..71dacd628 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 @@ -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); diff --git a/src/Nazara/Graphics/FrameGraph.cpp b/src/Nazara/Graphics/FrameGraph.cpp index 3f2ee1df1..fa7c45585 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 @@ -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/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 45dbda063..507e9c8fd 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 869d87613..73fac5b97 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 @@ -7,8 +7,8 @@ #include #include #include -#include #include +#include #include #include #include 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 3ad9e98a3..8ecc350d9 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 e770704a7..08d31be6e 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 4fb77a95c..4cd8eba20 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 8f47d0c1b..68438212a 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 e85fdb27e..fae79d6d4 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 ba78f381b..c6e14725e 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 d4aecf554..6a62ac6ef 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 97564a04e..50fa031bb 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..3b794c336 100644 --- a/src/Nazara/Network/AlgorithmNetwork.cpp +++ b/src/Nazara/Network/AlgorithmNetwork.cpp @@ -1,9 +1,9 @@ -// 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 #include +#include #include #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..2dcedca2c 100644 --- a/src/Nazara/Network/Linux/SocketPollerImpl.hpp +++ b/src/Nazara/Network/Linux/SocketPollerImpl.hpp @@ -1,11 +1,11 @@ -// 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 #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/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..1589c4089 100644 --- a/src/Nazara/Network/Posix/IpAddressImpl.hpp +++ b/src/Nazara/Network/Posix/IpAddressImpl.hpp @@ -1,11 +1,11 @@ -// 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 #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.cpp b/src/Nazara/Network/Posix/SocketImpl.cpp index efb08ea0c..38b5d3de8 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 @@ -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 7365ca600..97b46e34a 100644 --- a/src/Nazara/Network/Posix/SocketImpl.hpp +++ b/src/Nazara/Network/Posix/SocketImpl.hpp @@ -1,15 +1,15 @@ -// 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 #pragma once -#ifndef NAZARA_SOCKETIMPL_HPP -#define NAZARA_SOCKETIMPL_HPP +#ifndef NAZARA_NETWORK_POSIX_SOCKETIMPL_HPP +#define NAZARA_NETWORK_POSIX_SOCKETIMPL_HPP -#include #include #include +#include #define NAZARA_NETWORK_POLL_SUPPORT 1 @@ -92,4 +92,4 @@ namespace Nz }; } -#endif // NAZARA_SOCKETIMPL_HPP +#endif // NAZARA_NETWORK_POSIX_SOCKETIMPL_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..00e4843b5 100644 --- a/src/Nazara/Network/Posix/SocketPollerImpl.hpp +++ b/src/Nazara/Network/Posix/SocketPollerImpl.hpp @@ -1,11 +1,11 @@ -// 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 #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/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..52eae834b 100644 --- a/src/Nazara/Network/SystemSocket.hpp +++ b/src/Nazara/Network/SystemSocket.hpp @@ -1,10 +1,12 @@ -// Copyright (C) 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 +// no header guards + #ifdef NAZARA_PLATFORM_WINDOWS #include #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..283121f54 100644 --- a/src/Nazara/Network/TcpClient.cpp +++ b/src/Nazara/Network/TcpClient.cpp @@ -1,13 +1,13 @@ -// 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 #include #include #include -#include #include +#include #if defined(NAZARA_PLATFORM_WINDOWS) #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..e549ae121 100644 --- a/src/Nazara/Network/Win32/IpAddressImpl.hpp +++ b/src/Nazara/Network/Win32/IpAddressImpl.hpp @@ -1,16 +1,16 @@ -// Copyright (C) 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 #pragma once -#ifndef NAZARA_IPADDRESSIMPL_HPP -#define NAZARA_IPADDRESSIMPL_HPP +#ifndef NAZARA_NETWORK_WIN32_IPADDRESSIMPL_HPP +#define NAZARA_NETWORK_WIN32_IPADDRESSIMPL_HPP #include -#include #include #include +#include namespace Nz { @@ -40,4 +40,4 @@ namespace Nz }; } -#endif // NAZARA_IPADDRESSIMPL_HPP +#endif // NAZARA_NETWORK_WIN32_IPADDRESSIMPL_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..fa74d0832 100644 --- a/src/Nazara/Network/Win32/SocketImpl.hpp +++ b/src/Nazara/Network/Win32/SocketImpl.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.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..0b9f64fba 100644 --- a/src/Nazara/Network/Win32/SocketPollerImpl.hpp +++ b/src/Nazara/Network/Win32/SocketPollerImpl.hpp @@ -1,19 +1,19 @@ -// Copyright (C) 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 #pragma once -#ifndef NAZARA_SOCKETPOLLERIMPL_HPP -#define NAZARA_SOCKETPOLLERIMPL_HPP +#ifndef NAZARA_NETWORK_WIN32_SOCKETPOLLERIMPL_HPP +#define NAZARA_NETWORK_WIN32_SOCKETPOLLERIMPL_HPP #include #include #include +#include #include #include #include -#include namespace Nz { @@ -49,4 +49,4 @@ namespace Nz }; } -#endif // NAZARA_SOCKETPOLLERIMPL_HPP +#endif // NAZARA_NETWORK_WIN32_SOCKETPOLLERIMPL_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..332dcc5d6 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLDevice.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLDevice.cpp @@ -1,9 +1,8 @@ -// 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 -#include #include #include #include @@ -14,6 +13,7 @@ #include #include #include +#include #include #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..4551a6fc9 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLRenderPipeline.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLRenderPipeline.cpp @@ -1,12 +1,12 @@ -// 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 #include -#include #include #include +#include #include #include #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..89e04983f 100644 --- a/src/Nazara/OpenGLRenderer/OpenGLRenderer.cpp +++ b/src/Nazara/OpenGLRenderer/OpenGLRenderer.cpp @@ -1,14 +1,14 @@ -// 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 #include +#include +#include #include #include #include -#include -#include #include #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 e86791191..74030217a 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..e3444076e 100644 --- a/src/Nazara/Physics2D/Arbiter2D.cpp +++ b/src/Nazara/Physics2D/Arbiter2D.cpp @@ -1,10 +1,10 @@ -// 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 #include -#include +#include namespace Nz { diff --git a/src/Nazara/Physics2D/Collider2D.cpp b/src/Nazara/Physics2D/Collider2D.cpp index 5c39cdcc0..34056142b 100644 --- a/src/Nazara/Physics2D/Collider2D.cpp +++ b/src/Nazara/Physics2D/Collider2D.cpp @@ -1,13 +1,13 @@ -// 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 #include #include #include -#include #include +#include #include #include #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..655e0c8f7 100644 --- a/src/Nazara/Physics2D/PhysWorld2D.cpp +++ b/src/Nazara/Physics2D/PhysWorld2D.cpp @@ -1,10 +1,10 @@ -// 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 -#include #include +#include #include #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..57cc09e91 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 @@ -9,7 +9,7 @@ #include #include #include -#include +#include namespace Nz { diff --git a/src/Nazara/Physics3D/Collider3D.cpp b/src/Nazara/Physics3D/Collider3D.cpp index a20b236cc..f0ab3f3eb 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..33ec8ef32 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 @@ -7,8 +7,8 @@ #include #include #include -#include #include +#include #include #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..ad1b60005 100644 --- a/src/Nazara/Platform/SDL2/CursorImpl.hpp +++ b/src/Nazara/Platform/SDL2/CursorImpl.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.cpp b/src/Nazara/Platform/SDL2/IconImpl.cpp index 9fd730679..4a89f3d08 100644 --- a/src/Nazara/Platform/SDL2/IconImpl.cpp +++ b/src/Nazara/Platform/SDL2/IconImpl.cpp @@ -1,12 +1,12 @@ -// Copyright (C) 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 -#include -#include #include +#include #include #include +#include namespace Nz { diff --git a/src/Nazara/Platform/SDL2/IconImpl.hpp b/src/Nazara/Platform/SDL2/IconImpl.hpp index 600ba357a..f46cdfd9d 100644 --- a/src/Nazara/Platform/SDL2/IconImpl.hpp +++ b/src/Nazara/Platform/SDL2/IconImpl.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.cpp b/src/Nazara/Platform/SDL2/InputImpl.cpp index 97ec9ea92..203046664 100644 --- a/src/Nazara/Platform/SDL2/InputImpl.cpp +++ b/src/Nazara/Platform/SDL2/InputImpl.cpp @@ -1,16 +1,16 @@ -// Copyright (C) 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 #include #include -#include +#include #include #include -#include #include #include #include +#include namespace Nz { diff --git a/src/Nazara/Platform/SDL2/InputImpl.hpp b/src/Nazara/Platform/SDL2/InputImpl.hpp index 0f1c41a72..a4381a867 100644 --- a/src/Nazara/Platform/SDL2/InputImpl.hpp +++ b/src/Nazara/Platform/SDL2/InputImpl.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.cpp b/src/Nazara/Platform/SDL2/SDLHelper.cpp index 41f681e94..faa664ac1 100644 --- a/src/Nazara/Platform/SDL2/SDLHelper.cpp +++ b/src/Nazara/Platform/SDL2/SDLHelper.cpp @@ -1,8 +1,9 @@ -// Copyright (C) 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 #include +#include namespace Nz { diff --git a/src/Nazara/Platform/SDL2/SDLHelper.hpp b/src/Nazara/Platform/SDL2/SDLHelper.hpp index ca39f5b1c..93fffd73d 100644 --- a/src/Nazara/Platform/SDL2/SDLHelper.hpp +++ b/src/Nazara/Platform/SDL2/SDLHelper.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.cpp b/src/Nazara/Platform/SDL2/VideoModeImpl.cpp index 621444627..927f41da0 100644 --- a/src/Nazara/Platform/SDL2/VideoModeImpl.cpp +++ b/src/Nazara/Platform/SDL2/VideoModeImpl.cpp @@ -1,13 +1,13 @@ -// Copyright (C) 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 -#include -#include -#include #include +#include #include #include +#include +#include namespace Nz { diff --git a/src/Nazara/Platform/SDL2/VideoModeImpl.hpp b/src/Nazara/Platform/SDL2/VideoModeImpl.hpp index cb3ff7f5a..712bfee4b 100644 --- a/src/Nazara/Platform/SDL2/VideoModeImpl.hpp +++ b/src/Nazara/Platform/SDL2/VideoModeImpl.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.cpp b/src/Nazara/Platform/SDL2/WindowImpl.cpp index 0ac8fb89e..a5742026a 100644 --- a/src/Nazara/Platform/SDL2/WindowImpl.cpp +++ b/src/Nazara/Platform/SDL2/WindowImpl.cpp @@ -1,10 +1,8 @@ -// Copyright (C) 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 #include -#include -#include #include #include #include @@ -19,6 +17,7 @@ #include #include #include +#include namespace Nz { diff --git a/src/Nazara/Platform/SDL2/WindowImpl.hpp b/src/Nazara/Platform/SDL2/WindowImpl.hpp index 01c05cf77..35e9fb580 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 @@ -6,9 +6,10 @@ #pragma once -#ifndef NAZARA_WINDOWIMPL_HPP -#define NAZARA_WINDOWIMPL_HPP +#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 @@ -105,4 +105,4 @@ namespace Nz }; } -#endif // NAZARA_WINDOWIMPL_HPP +#endif // NAZARA_PLATFORM_SDL2_WINDOWIMPL_HPP diff --git a/src/Nazara/Platform/VideoMode.cpp b/src/Nazara/Platform/VideoMode.cpp index 19f3221ac..956c09d9f 100644 --- a/src/Nazara/Platform/VideoMode.cpp +++ b/src/Nazara/Platform/VideoMode.cpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #include +#include #include #include -#include #include namespace Nz diff --git a/src/Nazara/Platform/VideoModeImpl.hpp b/src/Nazara/Platform/VideoModeImpl.hpp index 9bbc040aa..7326eee3a 100644 --- a/src/Nazara/Platform/VideoModeImpl.hpp +++ b/src/Nazara/Platform/VideoModeImpl.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..fecfd5211 100644 --- a/src/Nazara/Shader/Ast/SanitizeVisitor.cpp +++ b/src/Nazara/Shader/Ast/SanitizeVisitor.cpp @@ -1,13 +1,13 @@ -// 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 #include #include #include -#include #include +#include #include #include #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..e8f30c291 100644 --- a/src/Nazara/Shader/SpirvAstVisitor.cpp +++ b/src/Nazara/Shader/SpirvAstVisitor.cpp @@ -1,14 +1,14 @@ -// 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 #include #include #include -#include #include #include +#include #include #include #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/SpirvData.cpp b/src/Nazara/Shader/SpirvData.cpp index c0c333eeb..756b0f128 100644 --- a/src/Nazara/Shader/SpirvData.cpp +++ b/src/Nazara/Shader/SpirvData.cpp @@ -1,17 +1,18 @@ -// 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" +// 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 -// This file was generated automatically, please do not edit +// this file was automatically generated and should not be edited #include #include #include #include +#include namespace Nz { - static constexpr std::array s_operands = { + static constexpr std::array s_operands = { { { SpirvOperandKind::IdResultType, @@ -5493,6 +5494,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 +6022,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 +8622,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 +9974,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 +10714,10 @@ namespace Nz SpirvOperandKind::IdResult, R"(IdResult)" }, + { + SpirvOperandKind::AccessQualifier, + R"('AccessQualifier')" + }, { SpirvOperandKind::IdRef, R"('Member 0 type', + @@ -8766,7 +10735,7 @@ namespace Nz } }; - static std::array s_instructions = { + static std::array s_instructions = { { { SpirvOp::OpNop, @@ -11260,158 +13229,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 +13442,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 +13533,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/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..d0eb79ae9 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 @@ -14,9 +14,9 @@ #include #include #include +#include #include #include -#include #include #include #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..ed86a2a07 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 @@ -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 e51170d33..8c7f16866 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 @@ -9,8 +9,8 @@ #include #include #include -#include #include +#include #include namespace Nz 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..cdece4202 100644 --- a/src/Nazara/Utility/Formats/DDSConstants.hpp +++ b/src/Nazara/Utility/Formats/DDSConstants.hpp @@ -1,11 +1,11 @@ -// 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 #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.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..080889115 100644 --- a/src/Nazara/Utility/Formats/DDSLoader.hpp +++ b/src/Nazara/Utility/Formats/DDSLoader.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.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..0d51c5ca4 100644 --- a/src/Nazara/Utility/Formats/FreeTypeLoader.hpp +++ b/src/Nazara/Utility/Formats/FreeTypeLoader.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.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..c383b988d 100644 --- a/src/Nazara/Utility/Formats/MD2Constants.hpp +++ b/src/Nazara/Utility/Formats/MD2Constants.hpp @@ -1,9 +1,11 @@ -// Copyright (C) 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 -#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.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..bcaae8672 100644 --- a/src/Nazara/Utility/Formats/MD2Loader.hpp +++ b/src/Nazara/Utility/Formats/MD2Loader.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.cpp b/src/Nazara/Utility/Formats/MD5AnimLoader.cpp index 7afa29a0d..9e1014711 100644 --- a/src/Nazara/Utility/Formats/MD5AnimLoader.cpp +++ b/src/Nazara/Utility/Formats/MD5AnimLoader.cpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #include -#include #include #include +#include #include namespace Nz diff --git a/src/Nazara/Utility/Formats/MD5AnimLoader.hpp b/src/Nazara/Utility/Formats/MD5AnimLoader.hpp index e53ec55fe..3e0c8faac 100644 --- a/src/Nazara/Utility/Formats/MD5AnimLoader.hpp +++ b/src/Nazara/Utility/Formats/MD5AnimLoader.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..31319f090 100644 --- a/src/Nazara/Utility/Formats/MD5MeshLoader.hpp +++ b/src/Nazara/Utility/Formats/MD5MeshLoader.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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/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..fdbed02c1 100644 --- a/src/Nazara/Utility/Formats/OBJLoader.hpp +++ b/src/Nazara/Utility/Formats/OBJLoader.hpp @@ -1,11 +1,11 @@ -// 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 -#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/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..38c4ad907 100644 --- a/src/Nazara/Utility/Formats/OBJSaver.cpp +++ b/src/Nazara/Utility/Formats/OBJSaver.cpp @@ -1,7 +1,8 @@ -// Copyright (C) 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 +#include #include #include #include diff --git a/src/Nazara/Utility/Formats/OBJSaver.hpp b/src/Nazara/Utility/Formats/OBJSaver.hpp index 21f199b5d..7026f228b 100644 --- a/src/Nazara/Utility/Formats/OBJSaver.hpp +++ b/src/Nazara/Utility/Formats/OBJSaver.hpp @@ -1,11 +1,11 @@ -// 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 -#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.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..d05cd3d39 100644 --- a/src/Nazara/Utility/Formats/PCXLoader.hpp +++ b/src/Nazara/Utility/Formats/PCXLoader.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.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..1a2896149 100644 --- a/src/Nazara/Utility/Formats/STBLoader.hpp +++ b/src/Nazara/Utility/Formats/STBLoader.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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.cpp b/src/Nazara/Utility/Formats/STBSaver.cpp index bee72a675..e92938111 100644 --- a/src/Nazara/Utility/Formats/STBSaver.cpp +++ b/src/Nazara/Utility/Formats/STBSaver.cpp @@ -1,10 +1,11 @@ -// Copyright (C) 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 -#include +#include #include #include +#include #include #include #define STB_IMAGE_WRITE_IMPLEMENTATION diff --git a/src/Nazara/Utility/Formats/STBSaver.hpp b/src/Nazara/Utility/Formats/STBSaver.hpp index d459d4346..fa58067a3 100644 --- a/src/Nazara/Utility/Formats/STBSaver.hpp +++ b/src/Nazara/Utility/Formats/STBSaver.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 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 #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 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..3c5f22c9e 100644 --- a/src/Nazara/VulkanRenderer/Utils_VulkanRenderer.cpp +++ b/src/Nazara/VulkanRenderer/Utils_VulkanRenderer.cpp @@ -1,9 +1,9 @@ -// 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 #include +#include #include namespace Nz @@ -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..bacc8e278 100644 --- a/src/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.cpp +++ b/src/Nazara/VulkanRenderer/VulkanCommandBufferBuilder.cpp @@ -1,18 +1,18 @@ -// 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 #include #include -#include #include #include #include -#include #include #include +#include #include +#include #include namespace Nz 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..d1c14ed22 100644 --- a/src/Nazara/VulkanRenderer/VulkanRenderImage.cpp +++ b/src/Nazara/VulkanRenderer/VulkanRenderImage.cpp @@ -1,11 +1,11 @@ -// 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 -#include #include #include +#include #include #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..51cb34af3 100644 --- a/src/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.cpp +++ b/src/Nazara/VulkanRenderer/VulkanRenderPipelineLayout.cpp @@ -1,14 +1,14 @@ -// 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 -#include #include #include #include #include #include +#include #include #include #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..3c0df8601 100644 --- a/src/Nazara/VulkanRenderer/VulkanRenderer.cpp +++ b/src/Nazara/VulkanRenderer/VulkanRenderer.cpp @@ -1,13 +1,13 @@ -// 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 #include #include #include -#include #include +#include #include #include #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..89c698941 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 @@ -7,8 +7,8 @@ #include #include #include -#include #include +#include #include namespace Nz 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..6897589ef 100644 --- a/src/Nazara/VulkanRenderer/Wrapper/Instance.cpp +++ b/src/Nazara/VulkanRenderer/Wrapper/Instance.cpp @@ -1,13 +1,13 @@ -// 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 #include #include #include -#include #include +#include #include #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 59dbee8a9..1e9e858c8 100644 --- a/src/Nazara/Widgets/BaseWidget.cpp +++ b/src/Nazara/Widgets/BaseWidget.cpp @@ -1,14 +1,15 @@ -// 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 #include #include #include #include +#include #include +#include namespace Nz { diff --git a/src/Nazara/Widgets/ButtonWidget.cpp b/src/Nazara/Widgets/ButtonWidget.cpp index 2efa184b5..4b25990dc 100644 --- a/src/Nazara/Widgets/ButtonWidget.cpp +++ b/src/Nazara/Widgets/ButtonWidget.cpp @@ -1,12 +1,13 @@ -// 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 #include #include #include +#include namespace Nz { diff --git a/src/Nazara/Widgets/Canvas.cpp b/src/Nazara/Widgets/Canvas.cpp index 55028b09c..961cfbf72 100644 --- a/src/Nazara/Widgets/Canvas.cpp +++ b/src/Nazara/Widgets/Canvas.cpp @@ -1,9 +1,10 @@ -// Copyright (C) 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 #include #include +#include namespace Nz { 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..ef9362486 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 @@ -8,6 +8,7 @@ #include #include #include +#include namespace Nz { 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 diff --git a/xmake/actions/checkfiles.lua b/xmake/actions/checkfiles.lua new file mode 100644 index 000000000..0280255d9 --- /dev/null +++ b/xmake/actions/checkfiles.lua @@ -0,0 +1,850 @@ + +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 + return false + end + end + + 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") + + 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 = {} + + -- Remove empty lines at the beginning of files + table.insert(checks, { + Name = "empty lines", + 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 + }) + + -- Check header guards and #pragma once + 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 + + 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 + end + + return fixes + 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 = ComputeHeaderFile(filePath) + 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("^#include%s*([<\"])(.+)[>\"]") + if includeMode then + table.insert(inclusions, { + line = i, + mode = includeMode, + path = includePath + }) + end + 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 + 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$") + 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 + + -- Add header inclusion if it's missing + 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 debugIncludeOff 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 + }) + + -- 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", + 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 + + return 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 not authors or 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 + + return 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) + 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 872ab4eda..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" @@ -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 8e49d4bc8..53cd50480 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,18 +63,20 @@ 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" -// For conditions of distribution and use, see copyright notice in Config.hpp" +// 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 generated automatically, please do not edit +// this file was automatically generated and should not be edited #pragma once @@ -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" +// 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 generated automatically, please do not edit +// this file was automatically generated and should not be edited #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..fe2299c87 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,16 @@ local DirectionToString = {} return end + 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" +// 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 +242,5 @@ local DirectionToString = {} file:close() print("Succeeded!") + io.flush() end)