Skip to content

Commit

Permalink
Update header
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7c13 committed Jan 7, 2024
1 parent 18e3fb6 commit b8bb1e0
Show file tree
Hide file tree
Showing 572 changed files with 572 additions and 572 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Resources/Shaders/Pal3Dev.shader
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Resources/Shaders/Pal3Opaque.shader
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Resources/Shaders/Pal3RoundedFrostedGlass.shader
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------
// Based on cician's shader from https://forum.unity3d.com/threads/simple-optimized-blur-shader.185327/#post-1267642
Expand Down
2 changes: 1 addition & 1 deletion Assets/Resources/Shaders/Pal3Snow.shader
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------
// Based on https://www.shadertoy.com/view/4dl3R4
Expand Down
2 changes: 1 addition & 1 deletion Assets/Resources/Shaders/Pal3Sprite.shader
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Resources/Shaders/Pal3Transparent.shader
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Resources/Shaders/Pal3TransparentOpaquePart.shader
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Resources/Shaders/Pal3Water.shader
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Editor/GameVariantSwitcher.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Editor/ReleaseBuildPipeline.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Editor/SourceGenerator/Base/CodeWriter.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Editor/SourceGenerator/Base/Utility.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Editor/SourceGeneratorEditorOptions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Editor/SymbolsHelper.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Animation/CoreAnimation.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Core/Abstraction/IGameEntity.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Core/Abstraction/IManagedObject.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Core/Abstraction/IMaterial.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Core/Abstraction/IMaterialFactory.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Core/Abstraction/ISprite.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Core/Abstraction/ITexture2D.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Core/Abstraction/ITextureFactory.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Core/Abstraction/ITextureLoader.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Core/Abstraction/ITransform.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Core/Implementation/GameEntity.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Core/Implementation/UnityMaterial.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Core/Implementation/UnitySprite.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/DataLoader/AudioClipLoader.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/DataLoader/BmpTextureLoader.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/DataLoader/DxtTextureLoader.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/DataLoader/TgaTextureLoader.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Extensions/UnityObjectExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Logging/EngineLogger.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Engine/Navigation/Direction.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------------------------
// Copyright (c) 2021-2024, Jiaqi Liu. All rights reserved.
// Copyright (c) 2021-2024, Jiaqi (0x7c13) Liu. All rights reserved.
// See LICENSE file in the project root for license information.
// ---------------------------------------------------------------------------------------------

Expand Down
Loading

0 comments on commit b8bb1e0

Please sign in to comment.