diff --git a/LICENSE b/LICENSE index e4b4927f..dfbc805e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019-2020 Péter Magyar +Copyright (c) 2019-2021 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/SConstruct b/SConstruct index 77cb0622..3ef0b3fa 100644 --- a/SConstruct +++ b/SConstruct @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/build.config.example b/build.config.example index 317567f6..5ac8afba 100644 --- a/build.config.example +++ b/build.config.example @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/autoload/Server.gd b/game/autoload/Server.gd index 7efa0b77..4bf02955 100644 --- a/game/autoload/Server.gd +++ b/game/autoload/Server.gd @@ -1,6 +1,6 @@ extends Node -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/cursors/autoload/CursorManager.gd b/game/cursors/autoload/CursorManager.gd index 619d7816..0766cdd2 100644 --- a/game/cursors/autoload/CursorManager.gd +++ b/game/cursors/autoload/CursorManager.gd @@ -1,6 +1,6 @@ extends Node -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/menu/Menu.gd b/game/menu/Menu.gd index e19e688b..8280c9d7 100644 --- a/game/menu/Menu.gd +++ b/game/menu/Menu.gd @@ -2,7 +2,7 @@ extends Control class_name Menu -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/modules/planets/test_planet/biomes/simple_biome.gd b/game/modules/planets/test_planet/biomes/simple_biome.gd index e66b948e..b5d55583 100644 --- a/game/modules/planets/test_planet/biomes/simple_biome.gd +++ b/game/modules/planets/test_planet/biomes/simple_biome.gd @@ -1,7 +1,7 @@ tool extends Biome -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/modules/planets/test_planet/dungeon_start_rooms/start_room.gd b/game/modules/planets/test_planet/dungeon_start_rooms/start_room.gd index 7f5f195e..b7dfb0bf 100644 --- a/game/modules/planets/test_planet/dungeon_start_rooms/start_room.gd +++ b/game/modules/planets/test_planet/dungeon_start_rooms/start_room.gd @@ -1,7 +1,7 @@ tool extends DungeonRoom -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/modules/planets/test_planet/dungeons/dungeon.gd b/game/modules/planets/test_planet/dungeons/dungeon.gd index af3ee350..8524b75e 100644 --- a/game/modules/planets/test_planet/dungeons/dungeon.gd +++ b/game/modules/planets/test_planet/dungeons/dungeon.gd @@ -1,7 +1,7 @@ tool extends Dungeon -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/modules/planets/test_planet/dungeons/vman_dungeon.gd b/game/modules/planets/test_planet/dungeons/vman_dungeon.gd index 4a6881c9..76b1d2d2 100644 --- a/game/modules/planets/test_planet/dungeons/vman_dungeon.gd +++ b/game/modules/planets/test_planet/dungeons/vman_dungeon.gd @@ -1,7 +1,7 @@ tool extends Dungeon -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/modules/planets/test_planet/planets/dung_simple_planet.gd b/game/modules/planets/test_planet/planets/dung_simple_planet.gd index 4b7ca747..c2138e2d 100644 --- a/game/modules/planets/test_planet/planets/dung_simple_planet.gd +++ b/game/modules/planets/test_planet/planets/dung_simple_planet.gd @@ -1,7 +1,7 @@ tool extends Planet -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/modules/planets/test_planet/planets/simple_planet.gd b/game/modules/planets/test_planet/planets/simple_planet.gd index b59cdfc5..2278b2c1 100644 --- a/game/modules/planets/test_planet/planets/simple_planet.gd +++ b/game/modules/planets/test_planet/planets/simple_planet.gd @@ -1,7 +1,7 @@ tool extends Planet -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/Body.gd b/game/player/Body.gd index 1046283c..7dd60c79 100644 --- a/game/player/Body.gd +++ b/game/player/Body.gd @@ -1,7 +1,7 @@ # Copyright Péter Magyar relintai@gmail.com # MIT License, functionality from this class needs to be protable to the entity spell system -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/CameraPivot.gd b/game/player/CameraPivot.gd index ccbae21e..9ba15aba 100644 --- a/game/player/CameraPivot.gd +++ b/game/player/CameraPivot.gd @@ -1,6 +1,6 @@ extends Spatial -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/CharacterSkeletonAttachPoint.gd b/game/player/CharacterSkeletonAttachPoint.gd index 892291d0..4004889e 100644 --- a/game/player/CharacterSkeletonAttachPoint.gd +++ b/game/player/CharacterSkeletonAttachPoint.gd @@ -5,7 +5,7 @@ class_name CharacterSkeketonAttachPoint # Copyright Péter Magyar relintai@gmail.com # MIT License, functionality from this class needs to be protable to the entity spell system -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/CharacterSkeletonGD.gd b/game/player/CharacterSkeletonGD.gd index 838d801a..2587c675 100644 --- a/game/player/CharacterSkeletonGD.gd +++ b/game/player/CharacterSkeletonGD.gd @@ -4,7 +4,7 @@ extends CharacterSkeleton3D # Copyright Péter Magyar relintai@gmail.com # MIT License, functionality from this class needs to be protable to the entity spell system -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/CharacterSkeletonMeshJob.gd b/game/player/CharacterSkeletonMeshJob.gd index f2f94d5b..89ce6b1e 100644 --- a/game/player/CharacterSkeletonMeshJob.gd +++ b/game/player/CharacterSkeletonMeshJob.gd @@ -4,7 +4,7 @@ extends ThreadPoolJob # Copyright Péter Magyar relintai@gmail.com # MIT License, functionality from this class needs to be protable to the entity spell system -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/DisplayPlayer.gd b/game/player/DisplayPlayer.gd index 35ee0786..f6e52583 100644 --- a/game/player/DisplayPlayer.gd +++ b/game/player/DisplayPlayer.gd @@ -4,7 +4,7 @@ class_name DisplayPlayerGD # Copyright Péter Magyar relintai@gmail.com # MIT License, functionality from this class needs to be protable to the entity spell system -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/GUI.gd b/game/player/GUI.gd index cebb0c31..a99ece65 100644 --- a/game/player/GUI.gd +++ b/game/player/GUI.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/Mob.gd b/game/player/Mob.gd index f7c7b385..97bb3617 100644 --- a/game/player/Mob.gd +++ b/game/player/Mob.gd @@ -4,7 +4,7 @@ class_name MobGD # Copyright Péter Magyar relintai@gmail.com # MIT License, functionality from this class needs to be protable to the entity spell system -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/MobTest.gd b/game/player/MobTest.gd index de16874c..148d6476 100644 --- a/game/player/MobTest.gd +++ b/game/player/MobTest.gd @@ -1,5 +1,5 @@ extends Entity -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/NamePlate.gd b/game/player/NamePlate.gd index d9f8065e..44bed8ff 100644 --- a/game/player/NamePlate.gd +++ b/game/player/NamePlate.gd @@ -1,6 +1,6 @@ extends VBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/NetworkedPlayer.gd b/game/player/NetworkedPlayer.gd index b7b455a4..db95c9bd 100644 --- a/game/player/NetworkedPlayer.gd +++ b/game/player/NetworkedPlayer.gd @@ -4,7 +4,7 @@ class_name NetworkedPlayerGD # Copyright Péter Magyar relintai@gmail.com # MIT License, functionality from this class needs to be protable to the entity spell system -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/Player.gd b/game/player/Player.gd index 7c764e41..cf1c489a 100644 --- a/game/player/Player.gd +++ b/game/player/Player.gd @@ -4,7 +4,7 @@ class_name PlayerGD # Copyright Péter Magyar relintai@gmail.com # MIT License, functionality from this class needs to be protable to the entity spell system -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/PlayerGDBase.gd b/game/player/PlayerGDBase.gd index 1e9d35dd..6398e18a 100644 --- a/game/player/PlayerGDBase.gd +++ b/game/player/PlayerGDBase.gd @@ -3,7 +3,7 @@ extends Entity # Copyright Péter Magyar relintai@gmail.com # MIT License, functionality from this class needs to be protable to the entity spell system -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/Unitframes.gd b/game/player/Unitframes.gd index eac8f215..2c786b8d 100644 --- a/game/player/Unitframes.gd +++ b/game/player/Unitframes.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/player/bs_entity_spawner.gd b/game/player/bs_entity_spawner.gd index a2423429..8502619b 100644 --- a/game/player/bs_entity_spawner.gd +++ b/game/player/bs_entity_spawner.gd @@ -3,7 +3,7 @@ extends ESSEntitySpawner # Copyright Péter Magyar relintai@gmail.com # MIT License, functionality from this class needs to be protable to the entity spell system -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scenes/CharacterCreationMenu.gd b/game/scenes/CharacterCreationMenu.gd index ae86280f..0ffe542f 100644 --- a/game/scenes/CharacterCreationMenu.gd +++ b/game/scenes/CharacterCreationMenu.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scenes/CharacterSelector.gd b/game/scenes/CharacterSelector.gd index 99bab6dd..49f4b127 100644 --- a/game/scenes/CharacterSelector.gd +++ b/game/scenes/CharacterSelector.gd @@ -1,6 +1,6 @@ extends MarginContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scenes/CharacterSelectorMenu.gd b/game/scenes/CharacterSelectorMenu.gd index 34a4018e..bec8c448 100644 --- a/game/scenes/CharacterSelectorMenu.gd +++ b/game/scenes/CharacterSelectorMenu.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scenes/ConnectButton.gd b/game/scenes/ConnectButton.gd index f44a6616..a7da141e 100644 --- a/game/scenes/ConnectButton.gd +++ b/game/scenes/ConnectButton.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scenes/ConnectServerButton.gd b/game/scenes/ConnectServerButton.gd index de4b73e7..5e68a114 100644 --- a/game/scenes/ConnectServerButton.gd +++ b/game/scenes/ConnectServerButton.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scenes/DisconnectButton.gd b/game/scenes/DisconnectButton.gd index 431ce17d..a5815921 100644 --- a/game/scenes/DisconnectButton.gd +++ b/game/scenes/DisconnectButton.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scenes/GameScene.gd b/game/scenes/GameScene.gd index b5807078..86348323 100644 --- a/game/scenes/GameScene.gd +++ b/game/scenes/GameScene.gd @@ -1,6 +1,6 @@ extends Node -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scenes/HostButton.gd b/game/scenes/HostButton.gd index 6def017b..7eb65097 100644 --- a/game/scenes/HostButton.gd +++ b/game/scenes/HostButton.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scenes/HostGameButton.gd b/game/scenes/HostGameButton.gd index 81ea1652..24afd45b 100644 --- a/game/scenes/HostGameButton.gd +++ b/game/scenes/HostGameButton.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scenes/MainScene.gd b/game/scenes/MainScene.gd index b295de94..2e3924cf 100644 --- a/game/scenes/MainScene.gd +++ b/game/scenes/MainScene.gd @@ -1,7 +1,7 @@ extends Node class_name Main -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/ai/EntityAIGD.gd b/game/scripts/ai/EntityAIGD.gd index 490c16ce..24006ba4 100644 --- a/game/scripts/ai/EntityAIGD.gd +++ b/game/scripts/ai/EntityAIGD.gd @@ -4,7 +4,7 @@ class_name EntityAIGD # Copyright Péter Magyar relintai@gmail.com # MIT License, functionality from this class needs to be protable to the entity spell system -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/auras/aura_script.gd b/game/scripts/auras/aura_script.gd index f575249b..85c29536 100644 --- a/game/scripts/auras/aura_script.gd +++ b/game/scripts/auras/aura_script.gd @@ -1,7 +1,7 @@ extends Aura class_name AuraGD -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/entities/EntityClassDataGD.gd b/game/scripts/entities/EntityClassDataGD.gd index c2eafc6c..71b50e2b 100644 --- a/game/scripts/entities/EntityClassDataGD.gd +++ b/game/scripts/entities/EntityClassDataGD.gd @@ -3,7 +3,7 @@ extends EntityClassData # Copyright Péter Magyar relintai@gmail.com # MIT License, functionality from this class needs to be protable to the entity spell system -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/entities/EntityDataGD.gd b/game/scripts/entities/EntityDataGD.gd index 6a1c16da..b24e7b6c 100644 --- a/game/scripts/entities/EntityDataGD.gd +++ b/game/scripts/entities/EntityDataGD.gd @@ -4,7 +4,7 @@ class_name EntityDataGD # Copyright Péter Magyar relintai@gmail.com # MIT License, functionality from this class needs to be protable to the entity spell system -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/items/ItemTemplateGD.gd b/game/scripts/items/ItemTemplateGD.gd index e96fb076..0fdba8a9 100644 --- a/game/scripts/items/ItemTemplateGD.gd +++ b/game/scripts/items/ItemTemplateGD.gd @@ -1,7 +1,7 @@ extends ItemTemplate class_name ItemTemplateGD -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/networking/PlayerMaster.gd b/game/scripts/networking/PlayerMaster.gd index e23069ad..d5086a34 100644 --- a/game/scripts/networking/PlayerMaster.gd +++ b/game/scripts/networking/PlayerMaster.gd @@ -1,7 +1,7 @@ extends Resource class_name PlayerMaster -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/networking/SpawnPoint.gd b/game/scripts/networking/SpawnPoint.gd index 06f4eeb7..be5a64bf 100644 --- a/game/scripts/networking/SpawnPoint.gd +++ b/game/scripts/networking/SpawnPoint.gd @@ -1,6 +1,6 @@ extends Spatial -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/resources/HealthResource.gd b/game/scripts/resources/HealthResource.gd index 20b24795..86ff0de2 100644 --- a/game/scripts/resources/HealthResource.gd +++ b/game/scripts/resources/HealthResource.gd @@ -1,7 +1,7 @@ extends EntityResource class_name HealthResource -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/resources/ManaResource.gd b/game/scripts/resources/ManaResource.gd index 383f6f80..429c6e68 100644 --- a/game/scripts/resources/ManaResource.gd +++ b/game/scripts/resources/ManaResource.gd @@ -1,7 +1,7 @@ extends EntityResource class_name ManaResource -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/resources/SpeedResource.gd b/game/scripts/resources/SpeedResource.gd index 6cecc29b..04d8725e 100644 --- a/game/scripts/resources/SpeedResource.gd +++ b/game/scripts/resources/SpeedResource.gd @@ -1,7 +1,7 @@ extends EntityResource class_name SpeedResource -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/resources/spell_effect_visual_basic.gd b/game/scripts/resources/spell_effect_visual_basic.gd index da00e7f4..b9c5904b 100644 --- a/game/scripts/resources/spell_effect_visual_basic.gd +++ b/game/scripts/resources/spell_effect_visual_basic.gd @@ -1,7 +1,7 @@ extends SpellEffectVisual class_name SpellEffectVisualBasic -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/settings/DirectionalLightSettings.gd b/game/scripts/settings/DirectionalLightSettings.gd index 078ccb7e..6debada9 100644 --- a/game/scripts/settings/DirectionalLightSettings.gd +++ b/game/scripts/settings/DirectionalLightSettings.gd @@ -1,6 +1,6 @@ extends DirectionalLight -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/spells/amplify_pain.gd b/game/scripts/spells/amplify_pain.gd index ebda9275..de2182c7 100644 --- a/game/scripts/spells/amplify_pain.gd +++ b/game/scripts/spells/amplify_pain.gd @@ -1,6 +1,6 @@ extends SpellGD -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/spells/gd_spell_script.gd b/game/scripts/spells/gd_spell_script.gd index fa09410e..682642c4 100644 --- a/game/scripts/spells/gd_spell_script.gd +++ b/game/scripts/spells/gd_spell_script.gd @@ -1,7 +1,7 @@ extends Spell class_name SpellGD -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/scripts/world_generators/MainPlanetGenerator.gd b/game/scripts/world_generators/MainPlanetGenerator.gd index 9ebf99e7..3f7b8635 100644 --- a/game/scripts/world_generators/MainPlanetGenerator.gd +++ b/game/scripts/world_generators/MainPlanetGenerator.gd @@ -2,7 +2,7 @@ tool extends VoxelmanLevelGenerator class_name MainPlanetGenerator -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/about/About.tscn b/game/ui/about/About.tscn index 35ac75e4..ae870310 100644 --- a/game/ui/about/About.tscn +++ b/game/ui/about/About.tscn @@ -72,7 +72,7 @@ margin_right = 720.0 margin_bottom = 396.0 size_flags_horizontal = 3 size_flags_vertical = 3 -text = "Copyright (c) 2019-2020 Péter Magyar +text = "Copyright (c) 2019-2021 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal diff --git a/game/ui/actionbars/ActionBar.gd b/game/ui/actionbars/ActionBar.gd index e69ed0dc..613b3d78 100644 --- a/game/ui/actionbars/ActionBar.gd +++ b/game/ui/actionbars/ActionBar.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/actionbars/ActionBarEntry.gd b/game/ui/actionbars/ActionBarEntry.gd index e3b10c2d..c5a91883 100644 --- a/game/ui/actionbars/ActionBarEntry.gd +++ b/game/ui/actionbars/ActionBarEntry.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/actionbars/Actionbars.gd b/game/ui/actionbars/Actionbars.gd index 2e0c96d4..373b9352 100644 --- a/game/ui/actionbars/Actionbars.gd +++ b/game/ui/actionbars/Actionbars.gd @@ -1,6 +1,6 @@ extends Node -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/actionbars/EditorKeybindSetup.gd b/game/ui/actionbars/EditorKeybindSetup.gd index df71843e..8ed0eb11 100644 --- a/game/ui/actionbars/EditorKeybindSetup.gd +++ b/game/ui/actionbars/EditorKeybindSetup.gd @@ -1,7 +1,7 @@ tool extends Node -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/auraframe/AuraEntry.gd b/game/ui/auraframe/AuraEntry.gd index c7acc8ef..f6a7b559 100644 --- a/game/ui/auraframe/AuraEntry.gd +++ b/game/ui/auraframe/AuraEntry.gd @@ -1,6 +1,6 @@ extends VBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/auraframe/AuraFrame.gd b/game/ui/auraframe/AuraFrame.gd index a0391f71..dd1c4818 100644 --- a/game/ui/auraframe/AuraFrame.gd +++ b/game/ui/auraframe/AuraFrame.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/autoload/SettingsManager.gd b/game/ui/autoload/SettingsManager.gd index 9d758bbc..c24402ca 100644 --- a/game/ui/autoload/SettingsManager.gd +++ b/game/ui/autoload/SettingsManager.gd @@ -1,6 +1,6 @@ extends Node -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/autoload/ThemeAtlas.gd b/game/ui/autoload/ThemeAtlas.gd index a343294e..60ab3acf 100644 --- a/game/ui/autoload/ThemeAtlas.gd +++ b/game/ui/autoload/ThemeAtlas.gd @@ -1,6 +1,6 @@ extends TextureMerger -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/autoload/WorldNumbers.gd b/game/ui/autoload/WorldNumbers.gd index c27b7079..3b0ace0e 100644 --- a/game/ui/autoload/WorldNumbers.gd +++ b/game/ui/autoload/WorldNumbers.gd @@ -1,6 +1,6 @@ extends Node -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/bags/BagEntry.gd b/game/ui/bags/BagEntry.gd index e502bbed..a9569c85 100644 --- a/game/ui/bags/BagEntry.gd +++ b/game/ui/bags/BagEntry.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/bags/BagFrame.gd b/game/ui/bags/BagFrame.gd index f2766385..a4b778de 100644 --- a/game/ui/bags/BagFrame.gd +++ b/game/ui/bags/BagFrame.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/bags/EquipmentSlot.gd b/game/ui/bags/EquipmentSlot.gd index 3112fa03..67da1f95 100644 --- a/game/ui/bags/EquipmentSlot.gd +++ b/game/ui/bags/EquipmentSlot.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/bags/InventoryGUI.gd b/game/ui/bags/InventoryGUI.gd index 9d2df43f..b13ac2e3 100644 --- a/game/ui/bags/InventoryGUI.gd +++ b/game/ui/bags/InventoryGUI.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/bags/ItemPupop.gd b/game/ui/bags/ItemPupop.gd index 203d15d4..a16f7042 100644 --- a/game/ui/bags/ItemPupop.gd +++ b/game/ui/bags/ItemPupop.gd @@ -1,6 +1,6 @@ extends PopupPanel -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/buttons/Buttons.gd b/game/ui/buttons/Buttons.gd index f69ae563..459d662d 100644 --- a/game/ui/buttons/Buttons.gd +++ b/game/ui/buttons/Buttons.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/castbar/Castbar.gd b/game/ui/castbar/Castbar.gd index 1e464bdc..6d379dcd 100644 --- a/game/ui/castbar/Castbar.gd +++ b/game/ui/castbar/Castbar.gd @@ -1,6 +1,6 @@ extends VBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/crafting/CraftItemDescription.gd b/game/ui/crafting/CraftItemDescription.gd index 3f5e0e78..11af84ab 100644 --- a/game/ui/crafting/CraftItemDescription.gd +++ b/game/ui/crafting/CraftItemDescription.gd @@ -1,6 +1,6 @@ extends HBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/crafting/CraftingWindow.gd b/game/ui/crafting/CraftingWindow.gd index 0080c416..6182ea54 100644 --- a/game/ui/crafting/CraftingWindow.gd +++ b/game/ui/crafting/CraftingWindow.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/crafting/ItemEntry.gd b/game/ui/crafting/ItemEntry.gd index d8c5152c..0afb2c7d 100644 --- a/game/ui/crafting/ItemEntry.gd +++ b/game/ui/crafting/ItemEntry.gd @@ -1,6 +1,6 @@ extends PanelContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/crafting/RecipeSelector.gd b/game/ui/crafting/RecipeSelector.gd index c1c2b962..e2d06b92 100644 --- a/game/ui/crafting/RecipeSelector.gd +++ b/game/ui/crafting/RecipeSelector.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/debug/DebugInfo.gd b/game/ui/debug/DebugInfo.gd index 0a9b01a9..960663ed 100644 --- a/game/ui/debug/DebugInfo.gd +++ b/game/ui/debug/DebugInfo.gd @@ -1,6 +1,6 @@ extends Label -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/ingame_menu/ExitButton.gd b/game/ui/ingame_menu/ExitButton.gd index 51d0a9c6..731a5230 100644 --- a/game/ui/ingame_menu/ExitButton.gd +++ b/game/ui/ingame_menu/ExitButton.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/keybinds/KeybindCategory.gd b/game/ui/keybinds/KeybindCategory.gd index ed3d0f9d..f2b6f4ce 100644 --- a/game/ui/keybinds/KeybindCategory.gd +++ b/game/ui/keybinds/KeybindCategory.gd @@ -1,6 +1,6 @@ extends VBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/keybinds/KeybindEntry.gd b/game/ui/keybinds/KeybindEntry.gd index 848faf3b..0bd091c9 100644 --- a/game/ui/keybinds/KeybindEntry.gd +++ b/game/ui/keybinds/KeybindEntry.gd @@ -1,6 +1,6 @@ extends HBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/keybinds/Keybinds.gd b/game/ui/keybinds/Keybinds.gd index bcc3db4d..484c5cb8 100644 --- a/game/ui/keybinds/Keybinds.gd +++ b/game/ui/keybinds/Keybinds.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/loot_window/LootEntry.gd b/game/ui/loot_window/LootEntry.gd index 28df181e..75994058 100644 --- a/game/ui/loot_window/LootEntry.gd +++ b/game/ui/loot_window/LootEntry.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/loot_window/LootWindow.gd b/game/ui/loot_window/LootWindow.gd index 7f525c2f..3e6c5bba 100644 --- a/game/ui/loot_window/LootWindow.gd +++ b/game/ui/loot_window/LootWindow.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/menu/CharacterEntry.gd b/game/ui/menu/CharacterEntry.gd index 0f35016c..b48ee66f 100644 --- a/game/ui/menu/CharacterEntry.gd +++ b/game/ui/menu/CharacterEntry.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/numbers/Number.gd b/game/ui/numbers/Number.gd index 6bd67d2f..fa8de7c1 100644 --- a/game/ui/numbers/Number.gd +++ b/game/ui/numbers/Number.gd @@ -1,6 +1,6 @@ extends Label -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/options/OptionButtonRow.gd b/game/ui/options/OptionButtonRow.gd index c9c5beef..8e39d80a 100644 --- a/game/ui/options/OptionButtonRow.gd +++ b/game/ui/options/OptionButtonRow.gd @@ -1,6 +1,6 @@ extends HBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/options/OptionCheckBox.gd b/game/ui/options/OptionCheckBox.gd index 9a53aa26..ce12778c 100644 --- a/game/ui/options/OptionCheckBox.gd +++ b/game/ui/options/OptionCheckBox.gd @@ -1,6 +1,6 @@ extends CheckBox -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/options/OptionEnumRow.gd b/game/ui/options/OptionEnumRow.gd index 29b3f31f..edf5e091 100644 --- a/game/ui/options/OptionEnumRow.gd +++ b/game/ui/options/OptionEnumRow.gd @@ -1,7 +1,7 @@ tool extends HBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/options/OptionToggleRow.gd b/game/ui/options/OptionToggleRow.gd index 6ab985cc..7a7b006f 100644 --- a/game/ui/options/OptionToggleRow.gd +++ b/game/ui/options/OptionToggleRow.gd @@ -1,7 +1,7 @@ tool extends HBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/options/OptionsSliderRow.gd b/game/ui/options/OptionsSliderRow.gd index 1468a354..a06249e2 100644 --- a/game/ui/options/OptionsSliderRow.gd +++ b/game/ui/options/OptionsSliderRow.gd @@ -1,7 +1,7 @@ tool extends HBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/options/OptionsSpinboxRow.gd b/game/ui/options/OptionsSpinboxRow.gd index ac26d370..89d3b28d 100644 --- a/game/ui/options/OptionsSpinboxRow.gd +++ b/game/ui/options/OptionsSpinboxRow.gd @@ -1,7 +1,7 @@ tool extends HBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/options/OptionsViewportLabel.gd b/game/ui/options/OptionsViewportLabel.gd index aff9edea..7903e7d5 100644 --- a/game/ui/options/OptionsViewportLabel.gd +++ b/game/ui/options/OptionsViewportLabel.gd @@ -1,6 +1,6 @@ extends HBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/options/Threads.gd b/game/ui/options/Threads.gd index 7e7596b3..e8ee726f 100644 --- a/game/ui/options/Threads.gd +++ b/game/ui/options/Threads.gd @@ -1,6 +1,6 @@ extends HBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/player_ui/RemoveProfile.gd b/game/ui/player_ui/RemoveProfile.gd index dff74d23..30cfc53c 100644 --- a/game/ui/player_ui/RemoveProfile.gd +++ b/game/ui/player_ui/RemoveProfile.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/player_ui/player_ui.gd b/game/ui/player_ui/player_ui.gd index 2752891c..bbd80930 100644 --- a/game/ui/player_ui/player_ui.gd +++ b/game/ui/player_ui/player_ui.gd @@ -1,6 +1,6 @@ extends CanvasLayer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/spellbook/SpellBookWindow.gd b/game/ui/spellbook/SpellBookWindow.gd index 4988b5e6..b91f0263 100644 --- a/game/ui/spellbook/SpellBookWindow.gd +++ b/game/ui/spellbook/SpellBookWindow.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/spellbook/SpellContainer.gd b/game/ui/spellbook/SpellContainer.gd index 5f6dfec7..c6db8293 100644 --- a/game/ui/spellbook/SpellContainer.gd +++ b/game/ui/spellbook/SpellContainer.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/spellbook/SpellDragAndDropSpellBook.gd b/game/ui/spellbook/SpellDragAndDropSpellBook.gd index 87e30be1..acf3c551 100644 --- a/game/ui/spellbook/SpellDragAndDropSpellBook.gd +++ b/game/ui/spellbook/SpellDragAndDropSpellBook.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/spellbook/SpellEntryPopup.gd b/game/ui/spellbook/SpellEntryPopup.gd index 1db6ad6e..418b57d1 100644 --- a/game/ui/spellbook/SpellEntryPopup.gd +++ b/game/ui/spellbook/SpellEntryPopup.gd @@ -1,6 +1,6 @@ extends PopupPanel -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/talents/Spec.gd b/game/ui/talents/Spec.gd index b0a5446f..1b5d163c 100644 --- a/game/ui/talents/Spec.gd +++ b/game/ui/talents/Spec.gd @@ -1,6 +1,6 @@ extends ScrollContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/talents/TalentEntry.gd b/game/ui/talents/TalentEntry.gd index 5d2cab0d..9dd87a6f 100644 --- a/game/ui/talents/TalentEntry.gd +++ b/game/ui/talents/TalentEntry.gd @@ -1,6 +1,6 @@ extends CenterContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/talents/TalentRow.gd b/game/ui/talents/TalentRow.gd index 27741c2b..e9f36f6f 100644 --- a/game/ui/talents/TalentRow.gd +++ b/game/ui/talents/TalentRow.gd @@ -1,6 +1,6 @@ extends HBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/talents/TalentWindow.gd b/game/ui/talents/TalentWindow.gd index f6963ee1..9c524707 100644 --- a/game/ui/talents/TalentWindow.gd +++ b/game/ui/talents/TalentWindow.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/talents/talent_switcher_button.gd b/game/ui/talents/talent_switcher_button.gd index d34d0a13..52e2a622 100644 --- a/game/ui/talents/talent_switcher_button.gd +++ b/game/ui/talents/talent_switcher_button.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/trainer/TrainerWindow.gd b/game/ui/trainer/TrainerWindow.gd index 7b8bf556..697d7e99 100644 --- a/game/ui/trainer/TrainerWindow.gd +++ b/game/ui/trainer/TrainerWindow.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/unitframes/TargetUnitframe.gd b/game/ui/unitframes/TargetUnitframe.gd index ff9ad4b7..71802f62 100644 --- a/game/ui/unitframes/TargetUnitframe.gd +++ b/game/ui/unitframes/TargetUnitframe.gd @@ -1,6 +1,6 @@ extends VBoxContainer -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/unitframes/UnitframeBase.gd b/game/ui/unitframes/UnitframeBase.gd index 3776057c..229ce481 100644 --- a/game/ui/unitframes/UnitframeBase.gd +++ b/game/ui/unitframes/UnitframeBase.gd @@ -1,6 +1,6 @@ extends Container -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/vendor_window/ItemContainer.gd b/game/ui/vendor_window/ItemContainer.gd index cacb70fd..5fd205a4 100644 --- a/game/ui/vendor_window/ItemContainer.gd +++ b/game/ui/vendor_window/ItemContainer.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/vendor_window/ItemDragAndDropVendor.gd b/game/ui/vendor_window/ItemDragAndDropVendor.gd index 37e5fd0f..02658fd6 100644 --- a/game/ui/vendor_window/ItemDragAndDropVendor.gd +++ b/game/ui/vendor_window/ItemDragAndDropVendor.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/vendor_window/VendorEntryPopup.gd b/game/ui/vendor_window/VendorEntryPopup.gd index 6e3d64e0..139c466d 100644 --- a/game/ui/vendor_window/VendorEntryPopup.gd +++ b/game/ui/vendor_window/VendorEntryPopup.gd @@ -1,6 +1,6 @@ extends PopupPanel -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/ui/vendor_window/VendorWindow.gd b/game/ui/vendor_window/VendorWindow.gd index 0fec5cad..5e223959 100644 --- a/game/ui/vendor_window/VendorWindow.gd +++ b/game/ui/vendor_window/VendorWindow.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/voxelman/FPSCounter.gd b/game/voxelman/FPSCounter.gd index a5b8d8ab..430c832c 100644 --- a/game/voxelman/FPSCounter.gd +++ b/game/voxelman/FPSCounter.gd @@ -3,7 +3,7 @@ extends Label # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/voxelman/debug/CubicVoxelMesher.gd b/game/voxelman/debug/CubicVoxelMesher.gd index 97bac277..df21582d 100644 --- a/game/voxelman/debug/CubicVoxelMesher.gd +++ b/game/voxelman/debug/CubicVoxelMesher.gd @@ -4,7 +4,7 @@ class_name GDCubicVoxelMesher # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/voxelman/debug/TestVoxelMesher.gd b/game/voxelman/debug/TestVoxelMesher.gd index dcf8130f..af4d70ec 100644 --- a/game/voxelman/debug/TestVoxelMesher.gd +++ b/game/voxelman/debug/TestVoxelMesher.gd @@ -4,7 +4,7 @@ class_name TestVoxelMesher # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/voxelman/world/TVVoxelChunk.gd b/game/voxelman/world/TVVoxelChunk.gd index f113c278..7955371d 100644 --- a/game/voxelman/world/TVVoxelChunk.gd +++ b/game/voxelman/world/TVVoxelChunk.gd @@ -5,7 +5,7 @@ class_name TVVoxelChunk # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/voxelman/world/TVVoxelMesher.gd b/game/voxelman/world/TVVoxelMesher.gd index b76d105d..ed2c9e84 100644 --- a/game/voxelman/world/TVVoxelMesher.gd +++ b/game/voxelman/world/TVVoxelMesher.gd @@ -4,7 +4,7 @@ class_name TVVoxelMesher # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/game/voxelman/world/TVVoxelWorld.gd b/game/voxelman/world/TVVoxelWorld.gd index d8c8f197..01e1cc9e 100644 --- a/game/voxelman/world/TVVoxelWorld.gd +++ b/game/voxelman/world/TVVoxelWorld.gd @@ -4,7 +4,7 @@ extends VoxelWorldDefault # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/copy_repos.py b/tools/copy_repos.py index 4d873395..b37bb030 100644 --- a/tools/copy_repos.py +++ b/tools/copy_repos.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2019-2020 Péter Magyar +# Copyright (c) 2019-2021 Péter Magyar # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal