diff --git a/CMakeLists.txt b/CMakeLists.txt index e815472..488c1b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +# Copyright 2022-2025 Nikita Fediuchin. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/FEATURES.md b/FEATURES.md index 012b0e2..0cd08a3 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -34,38 +34,4 @@ * .web / .png / .jpg / .exr / .hdr Support * Config File Reader / Writer * Resource Pack Reader / Writer -* Equi To Cube Map Converter - -## Planned Features - -- [ ] Procedural Atmosphere (Sky) -- [ ] Screen Space Reflections (SSR) -- [ ] Motion Blur -- [ ] Vignette Post-Process -- [ ] Depth Of Field (DOF) -- [ ] Physical Based Camera -- [ ] Screen Space Shadows (SSS) -- [ ] Froxel Culled Lights -- [ ] GPU Occlusion Culling -- [ ] Chromatic Abberation -- [ ] Lens Flare / Glare -- [ ] Color Grading (ACES) -- [ ] Lens Distortion -- [ ] God Rays -- [ ] Volumetric Smoke / Clouds -- [ ] Soft / Point Shadows -- [ ] Translucent Shadow Maps -- [ ] Vulkan Memory Aliasing -- [ ] Particles / Trails -- [ ] 2D Tile Maps (9-sliced) -- [ ] Nvidia DLSS Support -- [ ] Nvidia Reflex Support -- [ ] AMD FSR Support -- [ ] Physics Support (Jolt) -- [ ] Hardware Ray-Tracing -- [ ] Ray-Traced Shadows -- [ ] HDR Monitor Support -- [ ] Virtual Reality Support -- [ ] Consoles Support -- [ ] Mobile Devices Support -- [ ] Texture atlas packing \ No newline at end of file +* Equi To Cube Map Converter \ No newline at end of file diff --git a/cmake/app-defines.hpp.in b/cmake/app-defines.hpp.in index 5ac8fc7..3dde207 100644 --- a/cmake/app-defines.hpp.in +++ b/cmake/app-defines.hpp.in @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmake/compile-options.cmake b/cmake/compile-options.cmake index 2920247..f69b6e8 100644 --- a/cmake/compile-options.cmake +++ b/cmake/compile-options.cmake @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +# Copyright 2022-2025 Nikita Fediuchin. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/defines.hpp.in b/cmake/defines.hpp.in index c98b546..196a676 100644 --- a/cmake/defines.hpp.in +++ b/cmake/defines.hpp.in @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmake/package-managers.cmake b/cmake/package-managers.cmake index 8386548..914c9a8 100644 --- a/cmake/package-managers.cmake +++ b/cmake/package-managers.cmake @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +# Copyright 2022-2025 Nikita Fediuchin. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/publish-functions.cmake b/cmake/publish-functions.cmake index 7b40945..f7f5d2b 100644 --- a/cmake/publish-functions.cmake +++ b/cmake/publish-functions.cmake @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +# Copyright 2022-2025 Nikita Fediuchin. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/include/garden/animate.hpp b/include/garden/animate.hpp index 913e8f7..c857b92 100644 --- a/include/garden/animate.hpp +++ b/include/garden/animate.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/arch.hpp b/include/garden/arch.hpp index 6c95ec8..eea332f 100644 --- a/include/garden/arch.hpp +++ b/include/garden/arch.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/base64.hpp b/include/garden/base64.hpp index 8319a7d..f18ea1e 100644 --- a/include/garden/base64.hpp +++ b/include/garden/base64.hpp @@ -6,7 +6,7 @@ * High performance base64 encoder / decoder * Version 1.3 -- 17-Mar-2006 * - * Copyright © 2005-2024, Nick Galbreath -- nickg [at] modp [dot] com + * Copyright © 2005-2025, Nick Galbreath -- nickg [at] modp [dot] com * All rights reserved. * * http://modp.com/release/base64 diff --git a/include/garden/editor/system/animation.hpp b/include/garden/editor/system/animation.hpp index 4ad4378..5fb8af6 100644 --- a/include/garden/editor/system/animation.hpp +++ b/include/garden/editor/system/animation.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/camera.hpp b/include/garden/editor/system/camera.hpp index 75b2a73..b4f4001 100644 --- a/include/garden/editor/system/camera.hpp +++ b/include/garden/editor/system/camera.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/ecs.hpp b/include/garden/editor/system/ecs.hpp index 84cd916..da41910 100644 --- a/include/garden/editor/system/ecs.hpp +++ b/include/garden/editor/system/ecs.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/graphics.hpp b/include/garden/editor/system/graphics.hpp index 361687f..8dbc9f2 100644 --- a/include/garden/editor/system/graphics.hpp +++ b/include/garden/editor/system/graphics.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/hierarchy.hpp b/include/garden/editor/system/hierarchy.hpp index a456a36..af548ff 100644 --- a/include/garden/editor/system/hierarchy.hpp +++ b/include/garden/editor/system/hierarchy.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/link.hpp b/include/garden/editor/system/link.hpp index aec84c3..347130d 100644 --- a/include/garden/editor/system/link.hpp +++ b/include/garden/editor/system/link.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/log.hpp b/include/garden/editor/system/log.hpp index 64fad08..2d59ed5 100644 --- a/include/garden/editor/system/log.hpp +++ b/include/garden/editor/system/log.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/physics.hpp b/include/garden/editor/system/physics.hpp index 23c2d08..721aa5f 100644 --- a/include/garden/editor/system/physics.hpp +++ b/include/garden/editor/system/physics.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/9-slice.hpp b/include/garden/editor/system/render/9-slice.hpp index b898284..77a9e53 100644 --- a/include/garden/editor/system/render/9-slice.hpp +++ b/include/garden/editor/system/render/9-slice.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/auto-exposure.hpp b/include/garden/editor/system/render/auto-exposure.hpp index c7c44eb..cc1f176 100644 --- a/include/garden/editor/system/render/auto-exposure.hpp +++ b/include/garden/editor/system/render/auto-exposure.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/bloom.hpp b/include/garden/editor/system/render/bloom.hpp index 25bcb97..5d54a58 100644 --- a/include/garden/editor/system/render/bloom.hpp +++ b/include/garden/editor/system/render/bloom.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/deferred.hpp b/include/garden/editor/system/render/deferred.hpp index e2c63d7..c047e76 100644 --- a/include/garden/editor/system/render/deferred.hpp +++ b/include/garden/editor/system/render/deferred.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/gpu-resource.hpp b/include/garden/editor/system/render/gpu-resource.hpp index d7c056f..acbc3d6 100644 --- a/include/garden/editor/system/render/gpu-resource.hpp +++ b/include/garden/editor/system/render/gpu-resource.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/infinite-grid.hpp b/include/garden/editor/system/render/infinite-grid.hpp index dd3315d..621bfdf 100644 --- a/include/garden/editor/system/render/infinite-grid.hpp +++ b/include/garden/editor/system/render/infinite-grid.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/mesh-gizmos.hpp b/include/garden/editor/system/render/mesh-gizmos.hpp index 30d6a93..3f49df1 100644 --- a/include/garden/editor/system/render/mesh-gizmos.hpp +++ b/include/garden/editor/system/render/mesh-gizmos.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/mesh-selector.hpp b/include/garden/editor/system/render/mesh-selector.hpp index 5a34c57..591ec2f 100644 --- a/include/garden/editor/system/render/mesh-selector.hpp +++ b/include/garden/editor/system/render/mesh-selector.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/pbr-lighting.hpp b/include/garden/editor/system/render/pbr-lighting.hpp index e64714f..5e4be1f 100644 --- a/include/garden/editor/system/render/pbr-lighting.hpp +++ b/include/garden/editor/system/render/pbr-lighting.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/shadow-mapping.hpp b/include/garden/editor/system/render/shadow-mapping.hpp index b81142e..eef87ac 100644 --- a/include/garden/editor/system/render/shadow-mapping.hpp +++ b/include/garden/editor/system/render/shadow-mapping.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/skybox.hpp b/include/garden/editor/system/render/skybox.hpp index 7d8e506..44c8e14 100644 --- a/include/garden/editor/system/render/skybox.hpp +++ b/include/garden/editor/system/render/skybox.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/sprite.hpp b/include/garden/editor/system/render/sprite.hpp index e786aca..d6b687d 100644 --- a/include/garden/editor/system/render/sprite.hpp +++ b/include/garden/editor/system/render/sprite.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/ssao.hpp b/include/garden/editor/system/render/ssao.hpp index b198670..c48bf28 100644 --- a/include/garden/editor/system/render/ssao.hpp +++ b/include/garden/editor/system/render/ssao.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/render/tone-mapping.hpp b/include/garden/editor/system/render/tone-mapping.hpp index d41ca61..378a49d 100644 --- a/include/garden/editor/system/render/tone-mapping.hpp +++ b/include/garden/editor/system/render/tone-mapping.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/spawner.hpp b/include/garden/editor/system/spawner.hpp index aed5a52..a4b0bbf 100644 --- a/include/garden/editor/system/spawner.hpp +++ b/include/garden/editor/system/spawner.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/editor/system/transform.hpp b/include/garden/editor/system/transform.hpp index 07a1bc9..786720b 100644 --- a/include/garden/editor/system/transform.hpp +++ b/include/garden/editor/system/transform.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/error.hpp b/include/garden/error.hpp index 732cee8..541c30b 100644 --- a/include/garden/error.hpp +++ b/include/garden/error.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/file.hpp b/include/garden/file.hpp index 4b1adff..1c9a188 100644 --- a/include/garden/file.hpp +++ b/include/garden/file.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/api.hpp b/include/garden/graphics/api.hpp index dfdca58..5843a07 100644 --- a/include/garden/graphics/api.hpp +++ b/include/garden/graphics/api.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/buffer.hpp b/include/garden/graphics/buffer.hpp index c3e7c43..23743c5 100644 --- a/include/garden/graphics/buffer.hpp +++ b/include/garden/graphics/buffer.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/command-buffer.hpp b/include/garden/graphics/command-buffer.hpp index 608473f..a196c98 100644 --- a/include/garden/graphics/command-buffer.hpp +++ b/include/garden/graphics/command-buffer.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/common.hpp b/include/garden/graphics/common.hpp index 28a5875..01e4ecf 100644 --- a/include/garden/graphics/common.hpp +++ b/include/garden/graphics/common.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/compiler.hpp b/include/garden/graphics/compiler.hpp index 45e3e23..940098c 100644 --- a/include/garden/graphics/compiler.hpp +++ b/include/garden/graphics/compiler.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/constants.hpp b/include/garden/graphics/constants.hpp index f2d7e3d..6aae726 100644 --- a/include/garden/graphics/constants.hpp +++ b/include/garden/graphics/constants.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/descriptor-set.hpp b/include/garden/graphics/descriptor-set.hpp index 7f051d4..24ad836 100644 --- a/include/garden/graphics/descriptor-set.hpp +++ b/include/garden/graphics/descriptor-set.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/equi2cube.hpp b/include/garden/graphics/equi2cube.hpp index ba2e300..5633ec0 100644 --- a/include/garden/graphics/equi2cube.hpp +++ b/include/garden/graphics/equi2cube.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/framebuffer.hpp b/include/garden/graphics/framebuffer.hpp index 2a3917d..b96404b 100644 --- a/include/garden/graphics/framebuffer.hpp +++ b/include/garden/graphics/framebuffer.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/glfw.hpp b/include/garden/graphics/glfw.hpp index 612f092..ca53bb8 100644 --- a/include/garden/graphics/glfw.hpp +++ b/include/garden/graphics/glfw.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/gsl.hpp b/include/garden/graphics/gsl.hpp index e0df4bc..5ca9a3c 100644 --- a/include/garden/graphics/gsl.hpp +++ b/include/garden/graphics/gsl.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/image.hpp b/include/garden/graphics/image.hpp index ec01dce..a1c5eb0 100644 --- a/include/garden/graphics/image.hpp +++ b/include/garden/graphics/image.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/imgui.hpp b/include/garden/graphics/imgui.hpp index 95f84e9..3504e62 100644 --- a/include/garden/graphics/imgui.hpp +++ b/include/garden/graphics/imgui.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/memory.hpp b/include/garden/graphics/memory.hpp index d912908..3fbb947 100644 --- a/include/garden/graphics/memory.hpp +++ b/include/garden/graphics/memory.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/pipeline.hpp b/include/garden/graphics/pipeline.hpp index 67adb8b..f6711f1 100644 --- a/include/garden/graphics/pipeline.hpp +++ b/include/garden/graphics/pipeline.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/pipeline/compute.hpp b/include/garden/graphics/pipeline/compute.hpp index f89594b..7c2baa9 100644 --- a/include/garden/graphics/pipeline/compute.hpp +++ b/include/garden/graphics/pipeline/compute.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/pipeline/graphics.hpp b/include/garden/graphics/pipeline/graphics.hpp index eb35a7e..f824423 100644 --- a/include/garden/graphics/pipeline/graphics.hpp +++ b/include/garden/graphics/pipeline/graphics.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/resource.hpp b/include/garden/graphics/resource.hpp index c8d1f82..2ff6c57 100644 --- a/include/garden/graphics/resource.hpp +++ b/include/garden/graphics/resource.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/swapchain.hpp b/include/garden/graphics/swapchain.hpp index 8dd40af..6b7e25d 100644 --- a/include/garden/graphics/swapchain.hpp +++ b/include/garden/graphics/swapchain.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/vulkan/api.hpp b/include/garden/graphics/vulkan/api.hpp index 2b72b84..4acb997 100644 --- a/include/garden/graphics/vulkan/api.hpp +++ b/include/garden/graphics/vulkan/api.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/vulkan/command-buffer.hpp b/include/garden/graphics/vulkan/command-buffer.hpp index de7796d..0eeb91d 100644 --- a/include/garden/graphics/vulkan/command-buffer.hpp +++ b/include/garden/graphics/vulkan/command-buffer.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/vulkan/swapchain.hpp b/include/garden/graphics/vulkan/swapchain.hpp index d95443a..bb89cb4 100644 --- a/include/garden/graphics/vulkan/swapchain.hpp +++ b/include/garden/graphics/vulkan/swapchain.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/graphics/vulkan/vma.hpp b/include/garden/graphics/vulkan/vma.hpp index 39682c7..f2e2079 100644 --- a/include/garden/graphics/vulkan/vma.hpp +++ b/include/garden/graphics/vulkan/vma.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/hash.hpp b/include/garden/hash.hpp index 6001af6..4582cbd 100644 --- a/include/garden/hash.hpp +++ b/include/garden/hash.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/json-serialize.hpp b/include/garden/json-serialize.hpp index a9af32e..5516125 100644 --- a/include/garden/json-serialize.hpp +++ b/include/garden/json-serialize.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/main.hpp b/include/garden/main.hpp index 583b8b7..b006ffe 100644 --- a/include/garden/main.hpp +++ b/include/garden/main.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/noise.hpp b/include/garden/noise.hpp index d39c5e5..473e046 100644 --- a/include/garden/noise.hpp +++ b/include/garden/noise.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/os.hpp b/include/garden/os.hpp index 7f5c84b..0711330 100644 --- a/include/garden/os.hpp +++ b/include/garden/os.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/profiler.hpp b/include/garden/profiler.hpp index 6d4588b..21c004e 100644 --- a/include/garden/profiler.hpp +++ b/include/garden/profiler.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/resource/image.hpp b/include/garden/resource/image.hpp index 2bb13aa..794af17 100644 --- a/include/garden/resource/image.hpp +++ b/include/garden/resource/image.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/resource/primitive.hpp b/include/garden/resource/primitive.hpp index 3c94251..68ac56f 100644 --- a/include/garden/resource/primitive.hpp +++ b/include/garden/resource/primitive.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/serialize.hpp b/include/garden/serialize.hpp index 3f479b2..eddbb52 100644 --- a/include/garden/serialize.hpp +++ b/include/garden/serialize.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/simd.hpp b/include/garden/simd.hpp index 6018cb1..d05999e 100644 --- a/include/garden/simd.hpp +++ b/include/garden/simd.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/2d-controller.hpp b/include/garden/system/2d-controller.hpp index 6b36083..17b3b7d 100644 --- a/include/garden/system/2d-controller.hpp +++ b/include/garden/system/2d-controller.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/animation.hpp b/include/garden/system/animation.hpp index cce9718..f420e64 100644 --- a/include/garden/system/animation.hpp +++ b/include/garden/system/animation.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/app-info.hpp b/include/garden/system/app-info.hpp index ee4a31e..1292a97 100644 --- a/include/garden/system/app-info.hpp +++ b/include/garden/system/app-info.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/camera.hpp b/include/garden/system/camera.hpp index d0788ac..6d948af 100644 --- a/include/garden/system/camera.hpp +++ b/include/garden/system/camera.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/character.hpp b/include/garden/system/character.hpp index 4d58279..943fac8 100644 --- a/include/garden/system/character.hpp +++ b/include/garden/system/character.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/fpv-controller.hpp b/include/garden/system/fpv-controller.hpp index 8c6e4ae..e21bef7 100644 --- a/include/garden/system/fpv-controller.hpp +++ b/include/garden/system/fpv-controller.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/graphics.hpp b/include/garden/system/graphics.hpp index 80a8dc0..f1f9c52 100644 --- a/include/garden/system/graphics.hpp +++ b/include/garden/system/graphics.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/input.hpp b/include/garden/system/input.hpp index 706f4fd..c9486a4 100644 --- a/include/garden/system/input.hpp +++ b/include/garden/system/input.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/link.hpp b/include/garden/system/link.hpp index 21baf3a..22c8fb8 100644 --- a/include/garden/system/link.hpp +++ b/include/garden/system/link.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/log.hpp b/include/garden/system/log.hpp index eb6d03d..06e0243 100644 --- a/include/garden/system/log.hpp +++ b/include/garden/system/log.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/physics-impl.hpp b/include/garden/system/physics-impl.hpp index ae14963..049044f 100644 --- a/include/garden/system/physics-impl.hpp +++ b/include/garden/system/physics-impl.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/physics.hpp b/include/garden/system/physics.hpp index 43d0cd8..a9fbdd7 100644 --- a/include/garden/system/physics.hpp +++ b/include/garden/system/physics.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/9-slice.hpp b/include/garden/system/render/9-slice.hpp index 4b25fda..e1b75b8 100644 --- a/include/garden/system/render/9-slice.hpp +++ b/include/garden/system/render/9-slice.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/9-slice/cutout.hpp b/include/garden/system/render/9-slice/cutout.hpp index 48c4eb7..160ea0f 100644 --- a/include/garden/system/render/9-slice/cutout.hpp +++ b/include/garden/system/render/9-slice/cutout.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/9-slice/opaque.hpp b/include/garden/system/render/9-slice/opaque.hpp index 7a6640d..99ff9bc 100644 --- a/include/garden/system/render/9-slice/opaque.hpp +++ b/include/garden/system/render/9-slice/opaque.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/9-slice/translucent.hpp b/include/garden/system/render/9-slice/translucent.hpp index 632148d..6a69643 100644 --- a/include/garden/system/render/9-slice/translucent.hpp +++ b/include/garden/system/render/9-slice/translucent.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/atmosphere.hpp b/include/garden/system/render/atmosphere.hpp index 531c7f8..bb7770a 100644 --- a/include/garden/system/render/atmosphere.hpp +++ b/include/garden/system/render/atmosphere.hpp @@ -1,5 +1,4 @@ -//-------------------------------------------------------------------------------------------------- -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,10 +11,15 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// -// Based on this paper: https://sebh.github.io/publications/egsr2020.pdf -// One of implementations: https://www.shadertoy.com/view/slSXRW -//-------------------------------------------------------------------------------------------------- + +/*********************************************************************************************************************** + * @file + * @brief TODO + * + * @details + * Based on this paper: https://sebh.github.io/publications/egsr2020.pdf + * One of implementations: https://www.shadertoy.com/view/slSXRW + */ /* #pragma once diff --git a/include/garden/system/render/auto-exposure.hpp b/include/garden/system/render/auto-exposure.hpp index adf8827..9dfc749 100644 --- a/include/garden/system/render/auto-exposure.hpp +++ b/include/garden/system/render/auto-exposure.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/bloom.hpp b/include/garden/system/render/bloom.hpp index 584b6d7..ff69c1e 100644 --- a/include/garden/system/render/bloom.hpp +++ b/include/garden/system/render/bloom.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/deferred.hpp b/include/garden/system/render/deferred.hpp index 26641c0..031d644 100644 --- a/include/garden/system/render/deferred.hpp +++ b/include/garden/system/render/deferred.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/editor.hpp b/include/garden/system/render/editor.hpp index 74d1aec..d172393 100644 --- a/include/garden/system/render/editor.hpp +++ b/include/garden/system/render/editor.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/forward.hpp b/include/garden/system/render/forward.hpp index 469893d..0346d30 100644 --- a/include/garden/system/render/forward.hpp +++ b/include/garden/system/render/forward.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/fxaa.hpp b/include/garden/system/render/fxaa.hpp index 3a3a70d..f9f3c4f 100644 --- a/include/garden/system/render/fxaa.hpp +++ b/include/garden/system/render/fxaa.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/imgui.hpp b/include/garden/system/render/imgui.hpp index 57df15a..22be9b9 100644 --- a/include/garden/system/render/imgui.hpp +++ b/include/garden/system/render/imgui.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/instance.hpp b/include/garden/system/render/instance.hpp index 4d8aad0..6ede3d6 100644 --- a/include/garden/system/render/instance.hpp +++ b/include/garden/system/render/instance.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/mesh.hpp b/include/garden/system/render/mesh.hpp index a2eb8e9..ba1a19c 100644 --- a/include/garden/system/render/mesh.hpp +++ b/include/garden/system/render/mesh.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/pbr-lighting.hpp b/include/garden/system/render/pbr-lighting.hpp index 6c9d667..5a20b9e 100644 --- a/include/garden/system/render/pbr-lighting.hpp +++ b/include/garden/system/render/pbr-lighting.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/shadow-mapping.hpp b/include/garden/system/render/shadow-mapping.hpp index 14172a1..a6dce22 100644 --- a/include/garden/system/render/shadow-mapping.hpp +++ b/include/garden/system/render/shadow-mapping.hpp @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------------------------------- -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/skybox.hpp b/include/garden/system/render/skybox.hpp index 2360181..468b6fb 100644 --- a/include/garden/system/render/skybox.hpp +++ b/include/garden/system/render/skybox.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/sprite.hpp b/include/garden/system/render/sprite.hpp index 82f103d..541830b 100644 --- a/include/garden/system/render/sprite.hpp +++ b/include/garden/system/render/sprite.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/sprite/cutout.hpp b/include/garden/system/render/sprite/cutout.hpp index f2a9bde..5536253 100644 --- a/include/garden/system/render/sprite/cutout.hpp +++ b/include/garden/system/render/sprite/cutout.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/sprite/opaque.hpp b/include/garden/system/render/sprite/opaque.hpp index ab1f867..0674c06 100644 --- a/include/garden/system/render/sprite/opaque.hpp +++ b/include/garden/system/render/sprite/opaque.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/sprite/translucent.hpp b/include/garden/system/render/sprite/translucent.hpp index fcc5f7c..a46536d 100644 --- a/include/garden/system/render/sprite/translucent.hpp +++ b/include/garden/system/render/sprite/translucent.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/ssao.hpp b/include/garden/system/render/ssao.hpp index 990e607..6c5881e 100644 --- a/include/garden/system/render/ssao.hpp +++ b/include/garden/system/render/ssao.hpp @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------------------------------- -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/ssr.hpp b/include/garden/system/render/ssr.hpp index 1b6c68e..0bf9189 100644 --- a/include/garden/system/render/ssr.hpp +++ b/include/garden/system/render/ssr.hpp @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------------------------------- -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/render/tone-mapping.hpp b/include/garden/system/render/tone-mapping.hpp index 26b613f..ddc9214 100644 --- a/include/garden/system/render/tone-mapping.hpp +++ b/include/garden/system/render/tone-mapping.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/resource.hpp b/include/garden/system/resource.hpp index 09bf857..54b6bb5 100644 --- a/include/garden/system/resource.hpp +++ b/include/garden/system/resource.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/settings.hpp b/include/garden/system/settings.hpp index 31e8459..3770932 100644 --- a/include/garden/system/settings.hpp +++ b/include/garden/system/settings.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/spawner.hpp b/include/garden/system/spawner.hpp index 6e62e52..34ca71a 100644 --- a/include/garden/system/spawner.hpp +++ b/include/garden/system/spawner.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/thread.hpp b/include/garden/system/thread.hpp index 2025cb8..e76fbaa 100644 --- a/include/garden/system/thread.hpp +++ b/include/garden/system/thread.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/transform.hpp b/include/garden/system/transform.hpp index 9dd19eb..1932948 100644 --- a/include/garden/system/transform.hpp +++ b/include/garden/system/transform.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/system/watcher.hpp b/include/garden/system/watcher.hpp index 7a80afc..7033045 100644 --- a/include/garden/system/watcher.hpp +++ b/include/garden/system/watcher.hpp @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------------------------------- -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/include/garden/thread-pool.hpp b/include/garden/thread-pool.hpp index 70d1d54..2552547 100644 --- a/include/garden/thread-pool.hpp +++ b/include/garden/thread-pool.hpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libraries/conf b/libraries/conf index 145c142..b7ac5ce 160000 --- a/libraries/conf +++ b/libraries/conf @@ -1 +1 @@ -Subproject commit 145c14237831b7aedb7a2ccf323a6bc316b20635 +Subproject commit b7ac5ce5a37a859178d072dc777040459fc04751 diff --git a/libraries/ecsm b/libraries/ecsm index eeb5d79..99baa00 160000 --- a/libraries/ecsm +++ b/libraries/ecsm @@ -1 +1 @@ -Subproject commit eeb5d79c598e2ba201d504c1125c5d27055a5502 +Subproject commit 99baa009e1f11302d601774aa998224665284fd1 diff --git a/libraries/logy b/libraries/logy index dc444e8..c6a2625 160000 --- a/libraries/logy +++ b/libraries/logy @@ -1 +1 @@ -Subproject commit dc444e848e086adec2ef36a1ddacddb373ebdc02 +Subproject commit c6a262570f625c94b1a5504c94624196a04082a7 diff --git a/libraries/math b/libraries/math index d2769e3..0554b98 160000 --- a/libraries/math +++ b/libraries/math @@ -1 +1 @@ -Subproject commit d2769e33c2ce4b4a8784f761ae6ac5eb41c29aa1 +Subproject commit 0554b98b088ad87e1b0c11d2302b6775409d82bc diff --git a/libraries/pack b/libraries/pack index 885114a..9be97e1 160000 --- a/libraries/pack +++ b/libraries/pack @@ -1 +1 @@ -Subproject commit 885114a10ed5a68fa8ae51b59b9484d67700f05a +Subproject commit 9be97e1913b9e535e3c3128ac649c778517440c9 diff --git a/resources/shaders/9-slice/common.gsl b/resources/shaders/9-slice/common.gsl index 6e9ca4b..5342b08 100644 --- a/resources/shaders/9-slice/common.gsl +++ b/resources/shaders/9-slice/common.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/9-slice/cutout.frag b/resources/shaders/9-slice/cutout.frag index 9a06f49..3626950 100644 --- a/resources/shaders/9-slice/cutout.frag +++ b/resources/shaders/9-slice/cutout.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/9-slice/cutout.vert b/resources/shaders/9-slice/cutout.vert index dd5395a..760207b 100644 --- a/resources/shaders/9-slice/cutout.vert +++ b/resources/shaders/9-slice/cutout.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/9-slice/opaque.frag b/resources/shaders/9-slice/opaque.frag index af2d3f1..10530e8 100644 --- a/resources/shaders/9-slice/opaque.frag +++ b/resources/shaders/9-slice/opaque.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/9-slice/opaque.vert b/resources/shaders/9-slice/opaque.vert index e4ee477..c7dd9d9 100644 --- a/resources/shaders/9-slice/opaque.vert +++ b/resources/shaders/9-slice/opaque.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/9-slice/translucent.frag b/resources/shaders/9-slice/translucent.frag index af2d3f1..10530e8 100644 --- a/resources/shaders/9-slice/translucent.frag +++ b/resources/shaders/9-slice/translucent.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/9-slice/translucent.vert b/resources/shaders/9-slice/translucent.vert index e4ee477..c7dd9d9 100644 --- a/resources/shaders/9-slice/translucent.vert +++ b/resources/shaders/9-slice/translucent.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/atmosphere/common.gsl b/resources/shaders/atmosphere/common.gsl index 0fa09a1..6e96cc2 100644 --- a/resources/shaders/atmosphere/common.gsl +++ b/resources/shaders/atmosphere/common.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/atmosphere/transmittance.frag b/resources/shaders/atmosphere/transmittance.frag index 774a668..0983b51 100644 --- a/resources/shaders/atmosphere/transmittance.frag +++ b/resources/shaders/atmosphere/transmittance.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/atmosphere/transmittance.vert b/resources/shaders/atmosphere/transmittance.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/atmosphere/transmittance.vert +++ b/resources/shaders/atmosphere/transmittance.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/auto-exposure/average.comp b/resources/shaders/auto-exposure/average.comp index ccbc4e1..46fef24 100644 --- a/resources/shaders/auto-exposure/average.comp +++ b/resources/shaders/auto-exposure/average.comp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/auto-exposure/histogram.comp b/resources/shaders/auto-exposure/histogram.comp index dbe8a33..0b0b249 100644 --- a/resources/shaders/auto-exposure/histogram.comp +++ b/resources/shaders/auto-exposure/histogram.comp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/bloom/downsample.frag b/resources/shaders/bloom/downsample.frag index 5e7f16a..6a53b8f 100644 --- a/resources/shaders/bloom/downsample.frag +++ b/resources/shaders/bloom/downsample.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/bloom/downsample.vert b/resources/shaders/bloom/downsample.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/bloom/downsample.vert +++ b/resources/shaders/bloom/downsample.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/bloom/upsample.frag b/resources/shaders/bloom/upsample.frag index 76e194a..72d4e31 100644 --- a/resources/shaders/bloom/upsample.frag +++ b/resources/shaders/bloom/upsample.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/bloom/upsample.vert b/resources/shaders/bloom/upsample.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/bloom/upsample.vert +++ b/resources/shaders/bloom/upsample.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/aabb.gsl b/resources/shaders/common/aabb.gsl index a5fdbc3..15e2709 100644 --- a/resources/shaders/common/aabb.gsl +++ b/resources/shaders/common/aabb.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/brdf.gsl b/resources/shaders/common/brdf.gsl index 5c364ba..d7eac3b 100644 --- a/resources/shaders/common/brdf.gsl +++ b/resources/shaders/common/brdf.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/bvh.gsl b/resources/shaders/common/bvh.gsl index 92881ea..3250766 100644 --- a/resources/shaders/common/bvh.gsl +++ b/resources/shaders/common/bvh.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/color-space.gsl b/resources/shaders/common/color-space.gsl index e04a827..a10ae78 100644 --- a/resources/shaders/common/color-space.gsl +++ b/resources/shaders/common/color-space.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/constants.gsl b/resources/shaders/common/constants.gsl index d4a075c..213007c 100644 --- a/resources/shaders/common/constants.gsl +++ b/resources/shaders/common/constants.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/depth.gsl b/resources/shaders/common/depth.gsl index f1cf268..6dc398e 100644 --- a/resources/shaders/common/depth.gsl +++ b/resources/shaders/common/depth.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/fullscreen.gsl b/resources/shaders/common/fullscreen.gsl index 2d0d3fc..ca4a319 100644 --- a/resources/shaders/common/fullscreen.gsl +++ b/resources/shaders/common/fullscreen.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/gbuffer.gsl b/resources/shaders/common/gbuffer.gsl index 5d0289f..2d18c4d 100644 --- a/resources/shaders/common/gbuffer.gsl +++ b/resources/shaders/common/gbuffer.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/ibl.gsl b/resources/shaders/common/ibl.gsl index 16136b5..99d5216 100644 --- a/resources/shaders/common/ibl.gsl +++ b/resources/shaders/common/ibl.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/light.gsl b/resources/shaders/common/light.gsl index 4c71201..bc00c6e 100644 --- a/resources/shaders/common/light.gsl +++ b/resources/shaders/common/light.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/math.gsl b/resources/shaders/common/math.gsl index fece663..ff4a564 100644 --- a/resources/shaders/common/math.gsl +++ b/resources/shaders/common/math.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/noise.gsl b/resources/shaders/common/noise.gsl index e522a6d..39dfef7 100644 --- a/resources/shaders/common/noise.gsl +++ b/resources/shaders/common/noise.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/normal-mapping.gsl b/resources/shaders/common/normal-mapping.gsl index 2fb2931..c833678 100644 --- a/resources/shaders/common/normal-mapping.gsl +++ b/resources/shaders/common/normal-mapping.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/pbr.gsl b/resources/shaders/common/pbr.gsl index 7cadb69..5831ee3 100644 --- a/resources/shaders/common/pbr.gsl +++ b/resources/shaders/common/pbr.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/primitives.gsl b/resources/shaders/common/primitives.gsl index 0e59395..61e524f 100644 --- a/resources/shaders/common/primitives.gsl +++ b/resources/shaders/common/primitives.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/process.gsl b/resources/shaders/common/process.gsl index b5b90d1..7457c86 100644 --- a/resources/shaders/common/process.gsl +++ b/resources/shaders/common/process.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/random.gsl b/resources/shaders/common/random.gsl index a19b1b5..5798d73 100644 --- a/resources/shaders/common/random.gsl +++ b/resources/shaders/common/random.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/ray.gsl b/resources/shaders/common/ray.gsl index 2495c2f..e769be3 100644 --- a/resources/shaders/common/ray.gsl +++ b/resources/shaders/common/ray.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/tone-mapping.gsl b/resources/shaders/common/tone-mapping.gsl index 62c5e39..421f99c 100644 --- a/resources/shaders/common/tone-mapping.gsl +++ b/resources/shaders/common/tone-mapping.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/common/voxel-tracing.gsl b/resources/shaders/common/voxel-tracing.gsl index 178a3da..a90614a 100644 --- a/resources/shaders/common/voxel-tracing.gsl +++ b/resources/shaders/common/voxel-tracing.gsl @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/denoise/ao.frag b/resources/shaders/denoise/ao.frag index 92934a6..222dbe5 100644 --- a/resources/shaders/denoise/ao.frag +++ b/resources/shaders/denoise/ao.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/denoise/ao.vert b/resources/shaders/denoise/ao.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/denoise/ao.vert +++ b/resources/shaders/denoise/ao.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/aabb-lines.frag b/resources/shaders/editor/aabb-lines.frag index df46630..3a0a79e 100644 --- a/resources/shaders/editor/aabb-lines.frag +++ b/resources/shaders/editor/aabb-lines.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/aabb-lines.vert b/resources/shaders/editor/aabb-lines.vert index 23b25ff..f8a04a0 100644 --- a/resources/shaders/editor/aabb-lines.vert +++ b/resources/shaders/editor/aabb-lines.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/auto-exposure-limits.frag b/resources/shaders/editor/auto-exposure-limits.frag index d6988b6..5e9d698 100644 --- a/resources/shaders/editor/auto-exposure-limits.frag +++ b/resources/shaders/editor/auto-exposure-limits.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/auto-exposure-limits.vert b/resources/shaders/editor/auto-exposure-limits.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/editor/auto-exposure-limits.vert +++ b/resources/shaders/editor/auto-exposure-limits.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/bloom-threshold.frag b/resources/shaders/editor/bloom-threshold.frag index 4d7353b..bd1760e 100644 --- a/resources/shaders/editor/bloom-threshold.frag +++ b/resources/shaders/editor/bloom-threshold.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/bloom-threshold.vert b/resources/shaders/editor/bloom-threshold.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/editor/bloom-threshold.vert +++ b/resources/shaders/editor/bloom-threshold.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/gbuffer-data.frag b/resources/shaders/editor/gbuffer-data.frag index 40f683f..6a15fd9 100644 --- a/resources/shaders/editor/gbuffer-data.frag +++ b/resources/shaders/editor/gbuffer-data.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/gbuffer-data.vert b/resources/shaders/editor/gbuffer-data.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/editor/gbuffer-data.vert +++ b/resources/shaders/editor/gbuffer-data.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/gizmos-back.frag b/resources/shaders/editor/gizmos-back.frag index 75c2cb0..6a6dccf 100644 --- a/resources/shaders/editor/gizmos-back.frag +++ b/resources/shaders/editor/gizmos-back.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/gizmos-back.vert b/resources/shaders/editor/gizmos-back.vert index a1fd580..2a99f2d 100644 --- a/resources/shaders/editor/gizmos-back.vert +++ b/resources/shaders/editor/gizmos-back.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/gizmos-front.frag b/resources/shaders/editor/gizmos-front.frag index 0322039..7fc0d4a 100644 --- a/resources/shaders/editor/gizmos-front.frag +++ b/resources/shaders/editor/gizmos-front.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/gizmos-front.vert b/resources/shaders/editor/gizmos-front.vert index a1fd580..2a99f2d 100644 --- a/resources/shaders/editor/gizmos-front.vert +++ b/resources/shaders/editor/gizmos-front.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/infinite-grid.frag b/resources/shaders/editor/infinite-grid.frag index 2945155..87e37cb 100644 --- a/resources/shaders/editor/infinite-grid.frag +++ b/resources/shaders/editor/infinite-grid.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/infinite-grid.vert b/resources/shaders/editor/infinite-grid.vert index cd47321..306bf47 100644 --- a/resources/shaders/editor/infinite-grid.vert +++ b/resources/shaders/editor/infinite-grid.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/pbr-lighting.frag b/resources/shaders/editor/pbr-lighting.frag index 3ec46b1..ce9c86b 100644 --- a/resources/shaders/editor/pbr-lighting.frag +++ b/resources/shaders/editor/pbr-lighting.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/pbr-lighting.vert b/resources/shaders/editor/pbr-lighting.vert index 9d8fa8e..047533b 100644 --- a/resources/shaders/editor/pbr-lighting.vert +++ b/resources/shaders/editor/pbr-lighting.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/shadow-cascades.frag b/resources/shaders/editor/shadow-cascades.frag index b216116..e6ddac2 100644 --- a/resources/shaders/editor/shadow-cascades.frag +++ b/resources/shaders/editor/shadow-cascades.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/shadow-cascades.vert b/resources/shaders/editor/shadow-cascades.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/editor/shadow-cascades.vert +++ b/resources/shaders/editor/shadow-cascades.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/wireframe-line.frag b/resources/shaders/editor/wireframe-line.frag index 24c93e5..82a5a76 100644 --- a/resources/shaders/editor/wireframe-line.frag +++ b/resources/shaders/editor/wireframe-line.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/editor/wireframe-line.vert b/resources/shaders/editor/wireframe-line.vert index 5c728a8..c446589 100644 --- a/resources/shaders/editor/wireframe-line.vert +++ b/resources/shaders/editor/wireframe-line.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/fxaa.frag b/resources/shaders/fxaa.frag index 412d606..5a3152e 100644 --- a/resources/shaders/fxaa.frag +++ b/resources/shaders/fxaa.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/fxaa.vert b/resources/shaders/fxaa.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/fxaa.vert +++ b/resources/shaders/fxaa.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/ibl-specular.comp b/resources/shaders/ibl-specular.comp index 9b3a8ad..ee85647 100644 --- a/resources/shaders/ibl-specular.comp +++ b/resources/shaders/ibl-specular.comp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/imgui.frag b/resources/shaders/imgui.frag index edbecfb..e27d312 100644 --- a/resources/shaders/imgui.frag +++ b/resources/shaders/imgui.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/imgui.vert b/resources/shaders/imgui.vert index fdb2589..a91ce63 100644 --- a/resources/shaders/imgui.vert +++ b/resources/shaders/imgui.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/pbr-lighting.frag b/resources/shaders/pbr-lighting.frag index 8f0fa9c..f4e33c8 100644 --- a/resources/shaders/pbr-lighting.frag +++ b/resources/shaders/pbr-lighting.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/pbr-lighting.vert b/resources/shaders/pbr-lighting.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/pbr-lighting.vert +++ b/resources/shaders/pbr-lighting.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/shadow/blending.frag b/resources/shaders/shadow/blending.frag index 0b1f9d1..c227849 100644 --- a/resources/shaders/shadow/blending.frag +++ b/resources/shaders/shadow/blending.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/shadow/blending.vert b/resources/shaders/shadow/blending.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/shadow/blending.vert +++ b/resources/shaders/shadow/blending.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/shadow/mapping.frag b/resources/shaders/shadow/mapping.frag index 2f2b43c..b384381 100644 --- a/resources/shaders/shadow/mapping.frag +++ b/resources/shaders/shadow/mapping.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/shadow/mapping.vert b/resources/shaders/shadow/mapping.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/shadow/mapping.vert +++ b/resources/shaders/shadow/mapping.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/skybox.frag b/resources/shaders/skybox.frag index cfba8c5..a25f248 100644 --- a/resources/shaders/skybox.frag +++ b/resources/shaders/skybox.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/skybox.vert b/resources/shaders/skybox.vert index b935c9a..c3e23cd 100644 --- a/resources/shaders/skybox.vert +++ b/resources/shaders/skybox.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/sprite/cutout.frag b/resources/shaders/sprite/cutout.frag index 80ca12f..8dc55e1 100644 --- a/resources/shaders/sprite/cutout.frag +++ b/resources/shaders/sprite/cutout.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/sprite/cutout.vert b/resources/shaders/sprite/cutout.vert index 6e896c6..f25ff54 100644 --- a/resources/shaders/sprite/cutout.vert +++ b/resources/shaders/sprite/cutout.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/sprite/opaque.frag b/resources/shaders/sprite/opaque.frag index d4e19c9..a24edd5 100644 --- a/resources/shaders/sprite/opaque.frag +++ b/resources/shaders/sprite/opaque.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/sprite/opaque.vert b/resources/shaders/sprite/opaque.vert index 3058e36..db75924 100644 --- a/resources/shaders/sprite/opaque.vert +++ b/resources/shaders/sprite/opaque.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/sprite/translucent.frag b/resources/shaders/sprite/translucent.frag index b30be7f..edc89aa 100644 --- a/resources/shaders/sprite/translucent.frag +++ b/resources/shaders/sprite/translucent.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/sprite/translucent.vert b/resources/shaders/sprite/translucent.vert index 3058e36..db75924 100644 --- a/resources/shaders/sprite/translucent.vert +++ b/resources/shaders/sprite/translucent.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/ssao.frag b/resources/shaders/ssao.frag index 6704815..69239af 100644 --- a/resources/shaders/ssao.frag +++ b/resources/shaders/ssao.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/ssao.vert b/resources/shaders/ssao.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/ssao.vert +++ b/resources/shaders/ssao.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/tone-mapping.frag b/resources/shaders/tone-mapping.frag index e89423f..2f098b8 100644 --- a/resources/shaders/tone-mapping.frag +++ b/resources/shaders/tone-mapping.frag @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/resources/shaders/tone-mapping.vert b/resources/shaders/tone-mapping.vert index c0d7c3a..5b481d2 100644 --- a/resources/shaders/tone-mapping.vert +++ b/resources/shaders/tone-mapping.vert @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/animate.cpp b/source/animate.cpp index feb499d..41bab57 100644 --- a/source/animate.cpp +++ b/source/animate.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/base64.cpp b/source/base64.cpp index abe8c0e..00bbd3d 100644 --- a/source/base64.cpp +++ b/source/base64.cpp @@ -7,7 +7,7 @@ * Version 1.3 -- 17-Mar-2006 * http://modp.com/release/base64 * - * Copyright © 2005-2024 Nick Galbreath -- nickg [at] modp [dot] com + * Copyright © 2005-2025 Nick Galbreath -- nickg [at] modp [dot] com * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/source/editor/system/animation.cpp b/source/editor/system/animation.cpp index 89895ba..8ee650b 100644 --- a/source/editor/system/animation.cpp +++ b/source/editor/system/animation.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/camera.cpp b/source/editor/system/camera.cpp index 20f1359..940aa52 100644 --- a/source/editor/system/camera.cpp +++ b/source/editor/system/camera.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/ecs.cpp b/source/editor/system/ecs.cpp index 937d124..5bd3a96 100644 --- a/source/editor/system/ecs.cpp +++ b/source/editor/system/ecs.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/graphics.cpp b/source/editor/system/graphics.cpp index a641c13..095a80c 100644 --- a/source/editor/system/graphics.cpp +++ b/source/editor/system/graphics.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/hierarchy.cpp b/source/editor/system/hierarchy.cpp index 57b103a..696fb92 100644 --- a/source/editor/system/hierarchy.cpp +++ b/source/editor/system/hierarchy.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/link.cpp b/source/editor/system/link.cpp index ebb39ff..ecedf51 100644 --- a/source/editor/system/link.cpp +++ b/source/editor/system/link.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/log.cpp b/source/editor/system/log.cpp index 2b8b5f3..bd66e74 100644 --- a/source/editor/system/log.cpp +++ b/source/editor/system/log.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/physics.cpp b/source/editor/system/physics.cpp index ff03120..33a800e 100644 --- a/source/editor/system/physics.cpp +++ b/source/editor/system/physics.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/render/9-slice.cpp b/source/editor/system/render/9-slice.cpp index 4a20c4a..4522340 100644 --- a/source/editor/system/render/9-slice.cpp +++ b/source/editor/system/render/9-slice.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/render/auto-exposure.cpp b/source/editor/system/render/auto-exposure.cpp index af9b78f..3e00353 100644 --- a/source/editor/system/render/auto-exposure.cpp +++ b/source/editor/system/render/auto-exposure.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/render/bloom.cpp b/source/editor/system/render/bloom.cpp index d61ecce..758b1a8 100644 --- a/source/editor/system/render/bloom.cpp +++ b/source/editor/system/render/bloom.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/render/deferred.cpp b/source/editor/system/render/deferred.cpp index 4bd717d..5710b89 100644 --- a/source/editor/system/render/deferred.cpp +++ b/source/editor/system/render/deferred.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/render/gpu-resource.cpp b/source/editor/system/render/gpu-resource.cpp index 4f33a3b..5b18733 100644 --- a/source/editor/system/render/gpu-resource.cpp +++ b/source/editor/system/render/gpu-resource.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/render/infinite-grid.cpp b/source/editor/system/render/infinite-grid.cpp index b82049b..813ea9b 100644 --- a/source/editor/system/render/infinite-grid.cpp +++ b/source/editor/system/render/infinite-grid.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/render/mesh-gizmos.cpp b/source/editor/system/render/mesh-gizmos.cpp index c691616..709b01b 100644 --- a/source/editor/system/render/mesh-gizmos.cpp +++ b/source/editor/system/render/mesh-gizmos.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/render/mesh-selector.cpp b/source/editor/system/render/mesh-selector.cpp index 1d9fcd7..db1549e 100644 --- a/source/editor/system/render/mesh-selector.cpp +++ b/source/editor/system/render/mesh-selector.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/render/pbr-lighting.cpp b/source/editor/system/render/pbr-lighting.cpp index cde79cf..0f3ecf5 100644 --- a/source/editor/system/render/pbr-lighting.cpp +++ b/source/editor/system/render/pbr-lighting.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/render/shadow-mapping.cpp b/source/editor/system/render/shadow-mapping.cpp index 3c3aee7..7527795 100644 --- a/source/editor/system/render/shadow-mapping.cpp +++ b/source/editor/system/render/shadow-mapping.cpp @@ -1,5 +1,4 @@ -//-------------------------------------------------------------------------------------------------- -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +11,6 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -//-------------------------------------------------------------------------------------------------- #include "garden/editor/system/render/shadow-mapping.hpp" diff --git a/source/editor/system/render/skybox.cpp b/source/editor/system/render/skybox.cpp index 1eaba7f..776190d 100644 --- a/source/editor/system/render/skybox.cpp +++ b/source/editor/system/render/skybox.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/render/sprite.cpp b/source/editor/system/render/sprite.cpp index bf56b7e..ada7dc2 100644 --- a/source/editor/system/render/sprite.cpp +++ b/source/editor/system/render/sprite.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/render/ssao.cpp b/source/editor/system/render/ssao.cpp index 7a5871e..dc5caf0 100644 --- a/source/editor/system/render/ssao.cpp +++ b/source/editor/system/render/ssao.cpp @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------------------------------- -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/render/tone-mapping.cpp b/source/editor/system/render/tone-mapping.cpp index ec55de6..3cf3b44 100644 --- a/source/editor/system/render/tone-mapping.cpp +++ b/source/editor/system/render/tone-mapping.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/spawner.cpp b/source/editor/system/spawner.cpp index 72dfeee..dc5eb6e 100644 --- a/source/editor/system/spawner.cpp +++ b/source/editor/system/spawner.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/editor/system/transform.cpp b/source/editor/system/transform.cpp index 15310ed..1126b29 100644 --- a/source/editor/system/transform.cpp +++ b/source/editor/system/transform.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/file.cpp b/source/file.cpp index 8f665e4..148ea1c 100644 --- a/source/file.cpp +++ b/source/file.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/api.cpp b/source/graphics/api.cpp index d8022e2..e217d4e 100644 --- a/source/graphics/api.cpp +++ b/source/graphics/api.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/buffer.cpp b/source/graphics/buffer.cpp index d56d63c..f2530b3 100644 --- a/source/graphics/buffer.cpp +++ b/source/graphics/buffer.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/command-buffer.cpp b/source/graphics/command-buffer.cpp index 385852a..7bd5415 100644 --- a/source/graphics/command-buffer.cpp +++ b/source/graphics/command-buffer.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/common.cpp b/source/graphics/common.cpp index 8f1a990..932edc2 100644 --- a/source/graphics/common.cpp +++ b/source/graphics/common.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/compiler.cpp b/source/graphics/compiler.cpp index 414e07d..aa4ccbb 100644 --- a/source/graphics/compiler.cpp +++ b/source/graphics/compiler.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/descriptor-set.cpp b/source/graphics/descriptor-set.cpp index 0a1cfee..b5f4834 100644 --- a/source/graphics/descriptor-set.cpp +++ b/source/graphics/descriptor-set.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/equi2cube.cpp b/source/graphics/equi2cube.cpp index 0f3959d..ddda0dc 100644 --- a/source/graphics/equi2cube.cpp +++ b/source/graphics/equi2cube.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/framebuffer.cpp b/source/graphics/framebuffer.cpp index 8335b2b..7ee7bf6 100644 --- a/source/graphics/framebuffer.cpp +++ b/source/graphics/framebuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/image.cpp b/source/graphics/image.cpp index 1e9a131..d78ce8a 100644 --- a/source/graphics/image.cpp +++ b/source/graphics/image.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/pipeline.cpp b/source/graphics/pipeline.cpp index 7eca71a..db2e8c6 100644 --- a/source/graphics/pipeline.cpp +++ b/source/graphics/pipeline.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/pipeline/compute.cpp b/source/graphics/pipeline/compute.cpp index d49a25a..306d7fa 100644 --- a/source/graphics/pipeline/compute.cpp +++ b/source/graphics/pipeline/compute.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/pipeline/graphics.cpp b/source/graphics/pipeline/graphics.cpp index f7150b6..83bb529 100644 --- a/source/graphics/pipeline/graphics.cpp +++ b/source/graphics/pipeline/graphics.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/vulkan/api.cpp b/source/graphics/vulkan/api.cpp index 7c6be5f..aa3b250 100644 --- a/source/graphics/vulkan/api.cpp +++ b/source/graphics/vulkan/api.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/vulkan/command-buffer.cpp b/source/graphics/vulkan/command-buffer.cpp index da6b371..33f5a0f 100644 --- a/source/graphics/vulkan/command-buffer.cpp +++ b/source/graphics/vulkan/command-buffer.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/graphics/vulkan/swapchain.cpp b/source/graphics/vulkan/swapchain.cpp index 211f650..8683657 100644 --- a/source/graphics/vulkan/swapchain.cpp +++ b/source/graphics/vulkan/swapchain.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/hash.cpp b/source/hash.cpp index defb5ad..68c4b24 100644 --- a/source/hash.cpp +++ b/source/hash.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/json-serialize.cpp b/source/json-serialize.cpp index 9c7bbe0..a8eed14 100644 --- a/source/json-serialize.cpp +++ b/source/json-serialize.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/serialize.cpp b/source/serialize.cpp index aeda5b1..331c28f 100644 --- a/source/serialize.cpp +++ b/source/serialize.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/2d-controller.cpp b/source/system/2d-controller.cpp index 08df378..844e9c3 100644 --- a/source/system/2d-controller.cpp +++ b/source/system/2d-controller.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/animation.cpp b/source/system/animation.cpp index 00ba8ce..74afa4f 100644 --- a/source/system/animation.cpp +++ b/source/system/animation.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/app-info.cpp b/source/system/app-info.cpp index e9301ee..23fcfa8 100644 --- a/source/system/app-info.cpp +++ b/source/system/app-info.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/camera.cpp b/source/system/camera.cpp index f43d7a1..5cb3458 100644 --- a/source/system/camera.cpp +++ b/source/system/camera.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/character.cpp b/source/system/character.cpp index 0cc9b31..bb4f965 100644 --- a/source/system/character.cpp +++ b/source/system/character.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/fpv-controller.cpp b/source/system/fpv-controller.cpp index 6c86ebf..2494cea 100644 --- a/source/system/fpv-controller.cpp +++ b/source/system/fpv-controller.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/graphics.cpp b/source/system/graphics.cpp index ec2621f..85b8327 100644 --- a/source/system/graphics.cpp +++ b/source/system/graphics.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/input.cpp b/source/system/input.cpp index d7785e4..f9f2706 100644 --- a/source/system/input.cpp +++ b/source/system/input.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/link.cpp b/source/system/link.cpp index 2e60e03..6580fd9 100644 --- a/source/system/link.cpp +++ b/source/system/link.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/log.cpp b/source/system/log.cpp index e46a69d..220e9d5 100644 --- a/source/system/log.cpp +++ b/source/system/log.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/physics.cpp b/source/system/physics.cpp index 7f85592..00aa27e 100644 --- a/source/system/physics.cpp +++ b/source/system/physics.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/9-slice.cpp b/source/system/render/9-slice.cpp index 2b23be2..e0d96be 100644 --- a/source/system/render/9-slice.cpp +++ b/source/system/render/9-slice.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/9-slice/cutout.cpp b/source/system/render/9-slice/cutout.cpp index c577318..b157465 100644 --- a/source/system/render/9-slice/cutout.cpp +++ b/source/system/render/9-slice/cutout.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/9-slice/opaque.cpp b/source/system/render/9-slice/opaque.cpp index c5e3a2f..0d0bab4 100644 --- a/source/system/render/9-slice/opaque.cpp +++ b/source/system/render/9-slice/opaque.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/9-slice/translucent.cpp b/source/system/render/9-slice/translucent.cpp index 06364b6..2ac51f8 100644 --- a/source/system/render/9-slice/translucent.cpp +++ b/source/system/render/9-slice/translucent.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/atmosphere.cpp b/source/system/render/atmosphere.cpp index f74e53a..325799d 100644 --- a/source/system/render/atmosphere.cpp +++ b/source/system/render/atmosphere.cpp @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------------------------------- -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/auto-exposure.cpp b/source/system/render/auto-exposure.cpp index 67e3a4b..2c052ac 100644 --- a/source/system/render/auto-exposure.cpp +++ b/source/system/render/auto-exposure.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/bloom.cpp b/source/system/render/bloom.cpp index d48458a..adc7628 100644 --- a/source/system/render/bloom.cpp +++ b/source/system/render/bloom.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/deferred.cpp b/source/system/render/deferred.cpp index 741761f..f7e9334 100644 --- a/source/system/render/deferred.cpp +++ b/source/system/render/deferred.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/editor.cpp b/source/system/render/editor.cpp index 3d958dc..cc2559c 100644 --- a/source/system/render/editor.cpp +++ b/source/system/render/editor.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/forward.cpp b/source/system/render/forward.cpp index bbd873b..29c9fb0 100644 --- a/source/system/render/forward.cpp +++ b/source/system/render/forward.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/fxaa.cpp b/source/system/render/fxaa.cpp index 5003035..9d27afb 100644 --- a/source/system/render/fxaa.cpp +++ b/source/system/render/fxaa.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/imgui.cpp b/source/system/render/imgui.cpp index 1c60e55..fca99d1 100644 --- a/source/system/render/imgui.cpp +++ b/source/system/render/imgui.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/instance.cpp b/source/system/render/instance.cpp index b899b4e..2a1e99d 100644 --- a/source/system/render/instance.cpp +++ b/source/system/render/instance.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/mesh.cpp b/source/system/render/mesh.cpp index 06749bc..906713f 100644 --- a/source/system/render/mesh.cpp +++ b/source/system/render/mesh.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/pbr-lighting.cpp b/source/system/render/pbr-lighting.cpp index c66cd60..1663a9a 100644 --- a/source/system/render/pbr-lighting.cpp +++ b/source/system/render/pbr-lighting.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/shadow-mapping.cpp b/source/system/render/shadow-mapping.cpp index 6022e4a..f9a1f28 100644 --- a/source/system/render/shadow-mapping.cpp +++ b/source/system/render/shadow-mapping.cpp @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------------------------------- -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/skybox.cpp b/source/system/render/skybox.cpp index 9b2131f..fa6f383 100644 --- a/source/system/render/skybox.cpp +++ b/source/system/render/skybox.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/sprite.cpp b/source/system/render/sprite.cpp index 5bb7d8c..ff14956 100644 --- a/source/system/render/sprite.cpp +++ b/source/system/render/sprite.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/sprite/cutout.cpp b/source/system/render/sprite/cutout.cpp index 7092155..a127913 100644 --- a/source/system/render/sprite/cutout.cpp +++ b/source/system/render/sprite/cutout.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/sprite/opaque.cpp b/source/system/render/sprite/opaque.cpp index 850dc6b..44b3b5e 100644 --- a/source/system/render/sprite/opaque.cpp +++ b/source/system/render/sprite/opaque.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/sprite/translucent.cpp b/source/system/render/sprite/translucent.cpp index 9903f63..926ead4 100644 --- a/source/system/render/sprite/translucent.cpp +++ b/source/system/render/sprite/translucent.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/ssao.cpp b/source/system/render/ssao.cpp index 9e0826b..8ec915f 100644 --- a/source/system/render/ssao.cpp +++ b/source/system/render/ssao.cpp @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------------------------------- -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/render/tone-mapping.cpp b/source/system/render/tone-mapping.cpp index f37211c..6860284 100644 --- a/source/system/render/tone-mapping.cpp +++ b/source/system/render/tone-mapping.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/resource.cpp b/source/system/resource.cpp index 206d6b8..cc71938 100644 --- a/source/system/resource.cpp +++ b/source/system/resource.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/settings.cpp b/source/system/settings.cpp index 7f93bff..7fbd1ec 100644 --- a/source/system/settings.cpp +++ b/source/system/settings.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/spawner.cpp b/source/system/spawner.cpp index 22ea4b6..0eda61c 100644 --- a/source/system/spawner.cpp +++ b/source/system/spawner.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/thread.cpp b/source/system/thread.cpp index 86b874d..83cb34c 100644 --- a/source/system/thread.cpp +++ b/source/system/thread.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/transform.cpp b/source/system/transform.cpp index 2b59251..ccb4395 100644 --- a/source/system/transform.cpp +++ b/source/system/transform.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/system/watcher.cpp b/source/system/watcher.cpp index be39a8a..0c25e87 100644 --- a/source/system/watcher.cpp +++ b/source/system/watcher.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/source/thread-pool.cpp b/source/thread-pool.cpp index eed7217..fe736e9 100644 --- a/source/thread-pool.cpp +++ b/source/thread-pool.cpp @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Nikita Fediuchin. All rights reserved. +// Copyright 2022-2025 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.