diff --git a/ROADMAP.txt b/ROADMAP.txt index 6894f84..1847ad9 100644 --- a/ROADMAP.txt +++ b/ROADMAP.txt @@ -1,11 +1,4 @@ ------------ Tyra's v2.0 roadmap to publish on GitHub ------------ -- [General] Control generated id to avoid duplication. Maybe Just increment from 0? Add interface IIdentificable? -- [DMA] Check if all chain transfers have end tag! -- [General] Change libs of sample? (remove -lpng, -lz...), probably they are not required -- [General] Check all TYRA_ASSERT() if there are no asserts like (TYRA_ASSERT(!audsrv_load_adpcm(result, data, adpcmFileSize))) -because this lines will be removed on make-release. Only debug stuff should be checked in assert - -- [General] All Copyrights to 2022 - [General] CI in Github via docker image - [General] Add cpp lint checker in GitHub @@ -40,4 +33,4 @@ because Mesh rendering uses only core.render() - [File] Async file loading - [tyrobj] Add multicolor support to tyrobj - [Renderer] Interlacing -- [Renderer] Texture smart freeing +- [General] Control generated id to avoid duplication. Maybe Just increment from 0? Add interface IIdentificable? diff --git a/demo/inc/demo.hpp b/demo/inc/demo.hpp index 724ebcf..45433ff 100644 --- a/demo/inc/demo.hpp +++ b/demo/inc/demo.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020 - 2022, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/demo/src/demo.cpp b/demo/src/demo.cpp index b1dbb46..48d9fe7 100644 --- a/demo/src/demo.cpp +++ b/demo/src/demo.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/demo/src/main.cpp b/demo/src/main.cpp index 7f21e36..16e90f3 100644 --- a/demo/src/main.cpp +++ b/demo/src/main.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/audio/audio.hpp b/engine/inc/audio/audio.hpp index d6b97ed..3136ef4 100644 --- a/engine/inc/audio/audio.hpp +++ b/engine/inc/audio/audio.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020-2022, Tyra - https://github.com/h4570/tyrav2 +# Copyright 2022-2022, Tyra - https://github.com/h4570/tyrav2 # Licenced under Apache License 2.0 # Sandro Sobczyński # Wellinator Carvalho diff --git a/engine/inc/audio/audio_listener.hpp b/engine/inc/audio/audio_listener.hpp index 8a28111..5a2d5c2 100644 --- a/engine/inc/audio/audio_listener.hpp +++ b/engine/inc/audio/audio_listener.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020-2022, Tyra - https://github.com/h4570/tyrav2 +# Copyright 2022-2022, Tyra - https://github.com/h4570/tyrav2 # Licenced under Apache License 2.0 # Sandro Sobczyński # Wellinator Carvalho diff --git a/engine/inc/engine.hpp b/engine/inc/engine.hpp index 5903909..d7c5fab 100644 --- a/engine/inc/engine.hpp +++ b/engine/inc/engine.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/file/file_utils.hpp b/engine/inc/file/file_utils.hpp index eb8b617..704cdb0 100644 --- a/engine/inc/file/file_utils.hpp +++ b/engine/inc/file/file_utils.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020 - 2022, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Wellington Carvalho */ diff --git a/engine/inc/game.hpp b/engine/inc/game.hpp index c3ffa21..e52cae1 100644 --- a/engine/inc/game.hpp +++ b/engine/inc/game.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/info/info.hpp b/engine/inc/info/info.hpp index 7cf983e..f146aad 100644 --- a/engine/inc/info/info.hpp +++ b/engine/inc/info/info.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020 - 2022, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Wellington Carvalho */ diff --git a/engine/inc/irx/irx_loader.hpp b/engine/inc/irx/irx_loader.hpp index 3e4b9e1..a21dd9d 100644 --- a/engine/inc/irx/irx_loader.hpp +++ b/engine/inc/irx/irx_loader.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020 - 2022, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Wellington Carvalho */ diff --git a/engine/inc/loaders/3d/builder/mesh_builder_data.hpp b/engine/inc/loaders/3d/builder/mesh_builder_data.hpp index 214bd6d..56eee66 100644 --- a/engine/inc/loaders/3d/builder/mesh_builder_data.hpp +++ b/engine/inc/loaders/3d/builder/mesh_builder_data.hpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/loaders/3d/builder/mesh_builder_frame_data.hpp b/engine/inc/loaders/3d/builder/mesh_builder_frame_data.hpp index 7f186a1..5804ce9 100644 --- a/engine/inc/loaders/3d/builder/mesh_builder_frame_data.hpp +++ b/engine/inc/loaders/3d/builder/mesh_builder_frame_data.hpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/loaders/3d/builder/mesh_builder_material_data.hpp b/engine/inc/loaders/3d/builder/mesh_builder_material_data.hpp index 51f4dd4..c18dbfc 100644 --- a/engine/inc/loaders/3d/builder/mesh_builder_material_data.hpp +++ b/engine/inc/loaders/3d/builder/mesh_builder_material_data.hpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/loaders/3d/md2/md2_loader.hpp b/engine/inc/loaders/3d/md2/md2_loader.hpp index 006e874..9478d66 100644 --- a/engine/inc/loaders/3d/md2/md2_loader.hpp +++ b/engine/inc/loaders/3d/md2/md2_loader.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/loaders/3d/tyrobj/tyrobj_loader.hpp b/engine/inc/loaders/3d/tyrobj/tyrobj_loader.hpp index 93b931e..4f066c5 100644 --- a/engine/inc/loaders/3d/tyrobj/tyrobj_loader.hpp +++ b/engine/inc/loaders/3d/tyrobj/tyrobj_loader.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/loaders/loader.hpp b/engine/inc/loaders/loader.hpp index 334b3eb..387b846 100644 --- a/engine/inc/loaders/loader.hpp +++ b/engine/inc/loaders/loader.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/loaders/texture/base/texture_loader.hpp b/engine/inc/loaders/texture/base/texture_loader.hpp index 019b880..1f2ffcf 100644 --- a/engine/inc/loaders/texture/base/texture_loader.hpp +++ b/engine/inc/loaders/texture/base/texture_loader.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/loaders/texture/base/texture_loader_selector.hpp b/engine/inc/loaders/texture/base/texture_loader_selector.hpp index f695ff7..257e145 100644 --- a/engine/inc/loaders/texture/base/texture_loader_selector.hpp +++ b/engine/inc/loaders/texture/base/texture_loader_selector.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/loaders/texture/builder/texture_builder_data.hpp b/engine/inc/loaders/texture/builder/texture_builder_data.hpp index 4935c27..09689e5 100644 --- a/engine/inc/loaders/texture/builder/texture_builder_data.hpp +++ b/engine/inc/loaders/texture/builder/texture_builder_data.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/loaders/texture/png_loader.hpp b/engine/inc/loaders/texture/png_loader.hpp index f4dfa02..f6afc16 100644 --- a/engine/inc/loaders/texture/png_loader.hpp +++ b/engine/inc/loaders/texture/png_loader.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/pad/pad.hpp b/engine/inc/pad/pad.hpp index 1bb8547..b9dfcbb 100644 --- a/engine/inc/pad/pad.hpp +++ b/engine/inc/pad/pad.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020-2022, tyra - https://github.com/h4570/tyrav2 +# Copyright 2022-2022, tyra - https://github.com/h4570/tyrav2 # Licenced under Apache License 2.0 # Sandro Sobczyński # Sandro Wellinator diff --git a/engine/inc/physics/ray.hpp b/engine/inc/physics/ray.hpp index c940145..b020aae 100644 --- a/engine/inc/physics/ray.hpp +++ b/engine/inc/physics/ray.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020-2022, tyra - https://github.com/h4570/tyra +# Copyright 2022-2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Wellington Carvalho */ @@ -22,7 +22,7 @@ class Ray { /** @brief Constructor create a ampty ray */ Ray(); - /** + /** * @param origin The origin of the ray * @param direction The direction of the ray (normalized Vec4) */ @@ -32,18 +32,18 @@ class Ray { // Methods /** - * @param origin Vec4 starting point of the ray; + * @param origin Vec4 starting point of the ray; * @param direction Vec4 normalized vector pointing to direction; */ void set(const Vec4& origin, const Vec4& direction); - /** + /** * @brief Set origin of the ray; - * @param origin Vec4 starting point of the ray; + * @param origin Vec4 starting point of the ray; */ void setOrigin(const Vec4& origin); - /** + /** * @brief Set direction of the ray; * @param direction Vec4 normalized vector pointing to direction; */ @@ -64,7 +64,8 @@ class Ray { * @param distance - the box to intersect with. * @return Vec4 point of intersection */ - u8 intersectBox(const Vec4& minCorner, const Vec4& maxCorner, float& distance); + u8 intersectBox(const Vec4& minCorner, const Vec4& maxCorner, + float& distance); /** Returns inverse direction */ const Vec4 invDir(); diff --git a/engine/inc/renderer/3d/mesh/dynamic/dynamic_mesh_anim_state.hpp b/engine/inc/renderer/3d/mesh/dynamic/dynamic_mesh_anim_state.hpp index 25a5e25..ace5374 100644 --- a/engine/inc/renderer/3d/mesh/dynamic/dynamic_mesh_anim_state.hpp +++ b/engine/inc/renderer/3d/mesh/dynamic/dynamic_mesh_anim_state.hpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/renderer/core/texture/models/texture.hpp b/engine/inc/renderer/core/texture/models/texture.hpp index cefe454..72bfdad 100644 --- a/engine/inc/renderer/core/texture/models/texture.hpp +++ b/engine/inc/renderer/core/texture/models/texture.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/renderer/core/texture/models/texture_bpp.hpp b/engine/inc/renderer/core/texture/models/texture_bpp.hpp index 60f6202..c950f67 100644 --- a/engine/inc/renderer/core/texture/models/texture_bpp.hpp +++ b/engine/inc/renderer/core/texture/models/texture_bpp.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/renderer/core/texture/models/texture_link.hpp b/engine/inc/renderer/core/texture/models/texture_link.hpp index 3a2d47a..f3b20e4 100644 --- a/engine/inc/renderer/core/texture/models/texture_link.hpp +++ b/engine/inc/renderer/core/texture/models/texture_link.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/renderer/core/texture/models/texture_wrap.hpp b/engine/inc/renderer/core/texture/models/texture_wrap.hpp index 758253e..f6e54ed 100644 --- a/engine/inc/renderer/core/texture/models/texture_wrap.hpp +++ b/engine/inc/renderer/core/texture/models/texture_wrap.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/renderer/core/texture/texture_data.hpp b/engine/inc/renderer/core/texture/texture_data.hpp index a6091b4..5a75b10 100644 --- a/engine/inc/renderer/core/texture/texture_data.hpp +++ b/engine/inc/renderer/core/texture/texture_data.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/renderer/core/texture/texture_repository.hpp b/engine/inc/renderer/core/texture/texture_repository.hpp index e4a7ed5..356de48 100644 --- a/engine/inc/renderer/core/texture/texture_repository.hpp +++ b/engine/inc/renderer/core/texture/texture_repository.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/thread/threading.hpp b/engine/inc/thread/threading.hpp index f5e0741..cda8b72 100644 --- a/engine/inc/thread/threading.hpp +++ b/engine/inc/thread/threading.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/inc/time/timer.hpp b/engine/inc/time/timer.hpp index c5d70ad..8626212 100644 --- a/engine/inc/time/timer.hpp +++ b/engine/inc/time/timer.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/audio/audio.cpp b/engine/src/audio/audio.cpp index 6338f44..6b0ba9b 100644 --- a/engine/src/audio/audio.cpp +++ b/engine/src/audio/audio.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020 - 2022, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński # Sandro Sobczyński diff --git a/engine/src/engine.cpp b/engine/src/engine.cpp index 185f461..dd0ea51 100644 --- a/engine/src/engine.cpp +++ b/engine/src/engine.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/file/file_utils.cpp b/engine/src/file/file_utils.cpp index 1e8429d..b1ce44c 100644 --- a/engine/src/file/file_utils.cpp +++ b/engine/src/file/file_utils.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020 - 2022, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Wellington Carvalho */ diff --git a/engine/src/info/info.cpp b/engine/src/info/info.cpp index af30fd1..b141123 100644 --- a/engine/src/info/info.cpp +++ b/engine/src/info/info.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020-2022, tyra - https://github.com/h4570/tyrav2 +# Copyright 2022-2022, tyra - https://github.com/h4570/tyrav2 # Licenced under Apache License 2.0 # Sandro Sobczyński # Sandro Wellinator diff --git a/engine/src/irx/irx_loader.cpp b/engine/src/irx/irx_loader.cpp index dec6eb3..1cce78a 100644 --- a/engine/src/irx/irx_loader.cpp +++ b/engine/src/irx/irx_loader.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020 - 2022, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Wellington Carvalho */ diff --git a/engine/src/loaders/3d/builder/mesh_builder_data.cpp b/engine/src/loaders/3d/builder/mesh_builder_data.cpp index ad70264..fd719ed 100644 --- a/engine/src/loaders/3d/builder/mesh_builder_data.cpp +++ b/engine/src/loaders/3d/builder/mesh_builder_data.cpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/loaders/3d/builder/mesh_builder_frame_data.cpp b/engine/src/loaders/3d/builder/mesh_builder_frame_data.cpp index 71d5d8f..5e22f21 100644 --- a/engine/src/loaders/3d/builder/mesh_builder_frame_data.cpp +++ b/engine/src/loaders/3d/builder/mesh_builder_frame_data.cpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/loaders/3d/builder/mesh_builder_material_data.cpp b/engine/src/loaders/3d/builder/mesh_builder_material_data.cpp index 7eff1e7..abf6c7c 100644 --- a/engine/src/loaders/3d/builder/mesh_builder_material_data.cpp +++ b/engine/src/loaders/3d/builder/mesh_builder_material_data.cpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/loaders/3d/md2/md2_loader.cpp b/engine/src/loaders/3d/md2/md2_loader.cpp index a1f1933..d067e11 100644 --- a/engine/src/loaders/3d/md2/md2_loader.cpp +++ b/engine/src/loaders/3d/md2/md2_loader.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/loaders/3d/tyrobj/tyrobj_loader.cpp b/engine/src/loaders/3d/tyrobj/tyrobj_loader.cpp index a6d7349..98e94c7 100644 --- a/engine/src/loaders/3d/tyrobj/tyrobj_loader.cpp +++ b/engine/src/loaders/3d/tyrobj/tyrobj_loader.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Michał Mostowik */ diff --git a/engine/src/loaders/loader.cpp b/engine/src/loaders/loader.cpp index 0e0ccce..abd4285 100644 --- a/engine/src/loaders/loader.cpp +++ b/engine/src/loaders/loader.cpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/loaders/texture/base/texture_builder_data.cpp b/engine/src/loaders/texture/base/texture_builder_data.cpp index c8df01d..64f9d35 100644 --- a/engine/src/loaders/texture/base/texture_builder_data.cpp +++ b/engine/src/loaders/texture/base/texture_builder_data.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/loaders/texture/base/texture_loader.cpp b/engine/src/loaders/texture/base/texture_loader.cpp index fdd3397..7e36616 100644 --- a/engine/src/loaders/texture/base/texture_loader.cpp +++ b/engine/src/loaders/texture/base/texture_loader.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/loaders/texture/base/texture_loader_selector.cpp b/engine/src/loaders/texture/base/texture_loader_selector.cpp index a0b1d25..2be9dcd 100644 --- a/engine/src/loaders/texture/base/texture_loader_selector.cpp +++ b/engine/src/loaders/texture/base/texture_loader_selector.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/loaders/texture/png_loader.cpp b/engine/src/loaders/texture/png_loader.cpp index d697d61..6344021 100644 --- a/engine/src/loaders/texture/png_loader.cpp +++ b/engine/src/loaders/texture/png_loader.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/math/m4x4.cpp b/engine/src/math/m4x4.cpp index d87910e..9a1bc0c 100644 --- a/engine/src/math/m4x4.cpp +++ b/engine/src/math/m4x4.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/math/plane.cpp b/engine/src/math/plane.cpp index 696d813..1d39fb6 100644 --- a/engine/src/math/plane.cpp +++ b/engine/src/math/plane.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/pad/pad.cpp b/engine/src/pad/pad.cpp index 18232a7..ebc5727 100644 --- a/engine/src/pad/pad.cpp +++ b/engine/src/pad/pad.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020-2022, tyra - https://github.com/h4570/tyrav2 +# Copyright 2022-2022, tyra - https://github.com/h4570/tyrav2 # Licenced under Apache License 2.0 # Sandro Sobczyński # Sandro Wellinator diff --git a/engine/src/physics/ray.cpp b/engine/src/physics/ray.cpp index 333c701..9c185c6 100644 --- a/engine/src/physics/ray.cpp +++ b/engine/src/physics/ray.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020-2022, tyra - https://github.com/h4570/tyra +# Copyright 2022-2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Wellinator Carvalho */ diff --git a/engine/src/renderer/2d/renderer_2d.cpp b/engine/src/renderer/2d/renderer_2d.cpp index 8da61a5..d2db641 100644 --- a/engine/src/renderer/2d/renderer_2d.cpp +++ b/engine/src/renderer/2d/renderer_2d.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/3d/bbox/bbox.cpp b/engine/src/renderer/3d/bbox/bbox.cpp index 4163987..9d4343c 100644 --- a/engine/src/renderer/3d/bbox/bbox.cpp +++ b/engine/src/renderer/3d/bbox/bbox.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/3d/mesh/dynamic/dynamic_mesh.cpp b/engine/src/renderer/3d/mesh/dynamic/dynamic_mesh.cpp index 25fbb1b..5ce6d92 100644 --- a/engine/src/renderer/3d/mesh/dynamic/dynamic_mesh.cpp +++ b/engine/src/renderer/3d/mesh/dynamic/dynamic_mesh.cpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/3d/mesh/mesh.cpp b/engine/src/renderer/3d/mesh/mesh.cpp index 942b425..4fda0c0 100644 --- a/engine/src/renderer/3d/mesh/mesh.cpp +++ b/engine/src/renderer/3d/mesh/mesh.cpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/3d/mesh/mesh_frame.cpp b/engine/src/renderer/3d/mesh/mesh_frame.cpp index a3e8b47..dde6919 100644 --- a/engine/src/renderer/3d/mesh/mesh_frame.cpp +++ b/engine/src/renderer/3d/mesh/mesh_frame.cpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ @@ -63,7 +63,7 @@ std::string MeshFrame::getPrint(const char* name) const { res << "MeshFrame("; } res << std::fixed << std::setprecision(2); - + res << "Id: " << id << ", " << std::endl; res << "BBox: " << bbox->getPrint() << ", " << std::endl; res << ")"; diff --git a/engine/src/renderer/3d/mesh/mesh_material.cpp b/engine/src/renderer/3d/mesh/mesh_material.cpp index 8c583d5..f8163b3 100644 --- a/engine/src/renderer/3d/mesh/mesh_material.cpp +++ b/engine/src/renderer/3d/mesh/mesh_material.cpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/3d/mesh/mesh_material_frame.cpp b/engine/src/renderer/3d/mesh/mesh_material_frame.cpp index d151cb5..237b95c 100644 --- a/engine/src/renderer/3d/mesh/mesh_material_frame.cpp +++ b/engine/src/renderer/3d/mesh/mesh_material_frame.cpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/3d/mesh/static/static_mesh.cpp b/engine/src/renderer/3d/mesh/static/static_mesh.cpp index e1b4392..d8af703 100644 --- a/engine/src/renderer/3d/mesh/static/static_mesh.cpp +++ b/engine/src/renderer/3d/mesh/static/static_mesh.cpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/3d/renderer_3d.cpp b/engine/src/renderer/3d/renderer_3d.cpp index 2ffb4b8..061df60 100644 --- a/engine/src/renderer/3d/renderer_3d.cpp +++ b/engine/src/renderer/3d/renderer_3d.cpp @@ -4,7 +4,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/2d/renderer_core_2d.cpp b/engine/src/renderer/core/2d/renderer_core_2d.cpp index 9aa7394..8f0fa82 100644 --- a/engine/src/renderer/core/2d/renderer_core_2d.cpp +++ b/engine/src/renderer/core/2d/renderer_core_2d.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/2d/sprite/sprite.cpp b/engine/src/renderer/core/2d/sprite/sprite.cpp index 34ec840..85b0db3 100644 --- a/engine/src/renderer/core/2d/sprite/sprite.cpp +++ b/engine/src/renderer/core/2d/sprite/sprite.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/3d/bbox/core_bbox.cpp b/engine/src/renderer/core/3d/bbox/core_bbox.cpp index 919fcde..9d3a35f 100644 --- a/engine/src/renderer/core/3d/bbox/core_bbox.cpp +++ b/engine/src/renderer/core/3d/bbox/core_bbox.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/3d/bbox/render_bbox.cpp b/engine/src/renderer/core/3d/bbox/render_bbox.cpp index 1d2cd1a..af8a4be 100644 --- a/engine/src/renderer/core/3d/bbox/render_bbox.cpp +++ b/engine/src/renderer/core/3d/bbox/render_bbox.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/3d/camera_info_3d.cpp b/engine/src/renderer/core/3d/camera_info_3d.cpp index be58dfa..47ba89d 100644 --- a/engine/src/renderer/core/3d/camera_info_3d.cpp +++ b/engine/src/renderer/core/3d/camera_info_3d.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/3d/renderer_3d_frustum_planes.cpp b/engine/src/renderer/core/3d/renderer_3d_frustum_planes.cpp index a539dc8..6896c87 100644 --- a/engine/src/renderer/core/3d/renderer_3d_frustum_planes.cpp +++ b/engine/src/renderer/core/3d/renderer_3d_frustum_planes.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/3d/renderer_core_3d.cpp b/engine/src/renderer/core/3d/renderer_core_3d.cpp index 189d400..46cbcf4 100644 --- a/engine/src/renderer/core/3d/renderer_core_3d.cpp +++ b/engine/src/renderer/core/3d/renderer_core_3d.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/gs/renderer_core_gs.cpp b/engine/src/renderer/core/gs/renderer_core_gs.cpp index fdf9f66..43c809a 100644 --- a/engine/src/renderer/core/gs/renderer_core_gs.cpp +++ b/engine/src/renderer/core/gs/renderer_core_gs.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ @@ -55,24 +55,22 @@ void RendererCoreGS::allocateBuffers() { frameBuffers[0].height = static_cast(settings->getHeight()); frameBuffers[0].mask = 0; frameBuffers[0].psm = GS_PSM_32; - frameBuffers[0].address = - vram.allocateBuffer(frameBuffers[0].width, frameBuffers[0].height, - frameBuffers[0].psm); + frameBuffers[0].address = vram.allocateBuffer( + frameBuffers[0].width, frameBuffers[0].height, frameBuffers[0].psm); frameBuffers[1].width = frameBuffers[0].width; frameBuffers[1].height = frameBuffers[0].height; frameBuffers[1].mask = frameBuffers[0].mask; frameBuffers[1].psm = frameBuffers[0].psm; - frameBuffers[1].address = - vram.allocateBuffer(frameBuffers[1].width, frameBuffers[1].height, - frameBuffers[1].psm); + frameBuffers[1].address = vram.allocateBuffer( + frameBuffers[1].width, frameBuffers[1].height, frameBuffers[1].psm); zBuffer.enable = DRAW_ENABLE; zBuffer.mask = 0; zBuffer.method = ZTEST_METHOD_GREATER_EQUAL; zBuffer.zsm = GS_ZBUF_32; - zBuffer.address = vram.allocateBuffer(frameBuffers[0].width, frameBuffers[0].height, - zBuffer.zsm); + zBuffer.address = vram.allocateBuffer(frameBuffers[0].width, + frameBuffers[0].height, zBuffer.zsm); graph_initialize(frameBuffers[1].address, frameBuffers[1].width, frameBuffers[1].height, frameBuffers[1].psm, 0, 0); diff --git a/engine/src/renderer/core/gs/renderer_core_gs_vram.cpp b/engine/src/renderer/core/gs/renderer_core_gs_vram.cpp index e7a8dc2..46539f9 100644 --- a/engine/src/renderer/core/gs/renderer_core_gs_vram.cpp +++ b/engine/src/renderer/core/gs/renderer_core_gs_vram.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/paths/path3/path3.cpp b/engine/src/renderer/core/paths/path3/path3.cpp index 7b3a775..5352ce1 100644 --- a/engine/src/renderer/core/paths/path3/path3.cpp +++ b/engine/src/renderer/core/paths/path3/path3.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/renderer_core.cpp b/engine/src/renderer/core/renderer_core.cpp index b4e93aa..7de3ac2 100644 --- a/engine/src/renderer/core/renderer_core.cpp +++ b/engine/src/renderer/core/renderer_core.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/renderer_core_sync.cpp b/engine/src/renderer/core/renderer_core_sync.cpp index 640a848..0544c65 100644 --- a/engine/src/renderer/core/renderer_core_sync.cpp +++ b/engine/src/renderer/core/renderer_core_sync.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/texture/models/texture.cpp b/engine/src/renderer/core/texture/models/texture.cpp index d3155e4..e979ab3 100644 --- a/engine/src/renderer/core/texture/models/texture.cpp +++ b/engine/src/renderer/core/texture/models/texture.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/texture/renderer_core_texture.cpp b/engine/src/renderer/core/texture/renderer_core_texture.cpp index dc6bc50..43f6f9d 100644 --- a/engine/src/renderer/core/texture/renderer_core_texture.cpp +++ b/engine/src/renderer/core/texture/renderer_core_texture.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/texture/renderer_core_texture_sender.cpp b/engine/src/renderer/core/texture/renderer_core_texture_sender.cpp index 2fba57b..70e6b11 100644 --- a/engine/src/renderer/core/texture/renderer_core_texture_sender.cpp +++ b/engine/src/renderer/core/texture/renderer_core_texture_sender.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/texture/texture_data.cpp b/engine/src/renderer/core/texture/texture_data.cpp index 854fddc..e181c58 100644 --- a/engine/src/renderer/core/texture/texture_data.cpp +++ b/engine/src/renderer/core/texture/texture_data.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/core/texture/texture_repository.cpp b/engine/src/renderer/core/texture/texture_repository.cpp index 06539e7..6f791eb 100644 --- a/engine/src/renderer/core/texture/texture_repository.cpp +++ b/engine/src/renderer/core/texture/texture_repository.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/models/color.cpp b/engine/src/renderer/models/color.cpp index 2eccaeb..2ac2ab3 100644 --- a/engine/src/renderer/models/color.cpp +++ b/engine/src/renderer/models/color.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/renderer.cpp b/engine/src/renderer/renderer.cpp index d1207a5..5b1c72e 100644 --- a/engine/src/renderer/renderer.cpp +++ b/engine/src/renderer/renderer.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/renderer/renderer_settings.cpp b/engine/src/renderer/renderer_settings.cpp index 1053a58..8002b76 100644 --- a/engine/src/renderer/renderer_settings.cpp +++ b/engine/src/renderer/renderer_settings.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/engine/src/thread/threading.cpp b/engine/src/thread/threading.cpp index da826d7..3e4cbe0 100644 --- a/engine/src/thread/threading.cpp +++ b/engine/src/thread/threading.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020-2022, tyra - https://github.com/h4570/tyrav2 +# Copyright 2022-2022, tyra - https://github.com/h4570/tyrav2 # Licenced under Apache License 2.0 # Sandro Sobczyński # Sandro Wellinator diff --git a/engine/src/time/timer.cpp b/engine/src/time/timer.cpp index fb922a1..bab6a15 100644 --- a/engine/src/time/timer.cpp +++ b/engine/src/time/timer.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/tutorials/01-hello/inc/tutorial_01.hpp b/tutorials/01-hello/inc/tutorial_01.hpp index 24a0281..87b252c 100644 --- a/tutorials/01-hello/inc/tutorial_01.hpp +++ b/tutorials/01-hello/inc/tutorial_01.hpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020 - 2022, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/tutorials/01-hello/src/main.cpp b/tutorials/01-hello/src/main.cpp index cba965b..51a2b9b 100644 --- a/tutorials/01-hello/src/main.cpp +++ b/tutorials/01-hello/src/main.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */ diff --git a/tutorials/01-hello/src/tutorial_01.cpp b/tutorials/01-hello/src/tutorial_01.cpp index 23a54fc..cab0dcc 100644 --- a/tutorials/01-hello/src/tutorial_01.cpp +++ b/tutorials/01-hello/src/tutorial_01.cpp @@ -3,7 +3,7 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2020, tyra - https://github.com/h4570/tyra +# Copyright 2022, tyra - https://github.com/h4570/tyra # Licenced under Apache License 2.0 # Sandro Sobczyński */