diff --git a/LICENSE b/LICENSE index f67ded0b..e4b4927f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019 Péter Magyar +Copyright (c) 2019-2020 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 90dd1e19..82c9e71a 100644 --- a/SConstruct +++ b/SConstruct @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/CursorManager.gd b/game/autoload/CursorManager.gd index 2eec0f95..b20d1cda 100644 --- a/game/autoload/CursorManager.gd +++ b/game/autoload/CursorManager.gd @@ -1,6 +1,6 @@ extends Node -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/EntityDataManager.gd b/game/autoload/EntityDataManager.gd index b3b4466e..86d328e7 100644 --- a/game/autoload/EntityDataManager.gd +++ b/game/autoload/EntityDataManager.gd @@ -3,7 +3,7 @@ extends Node # 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 Péter Magyar +# Copyright (c) 2019-2020 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/ProfileManager.gd b/game/autoload/ProfileManager.gd index c499b046..538e3f1c 100644 --- a/game/autoload/ProfileManager.gd +++ b/game/autoload/ProfileManager.gd @@ -3,7 +3,7 @@ extends ProfileManager # 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 Péter Magyar +# Copyright (c) 2019-2020 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 6a8c1b88..93f55058 100644 --- a/game/autoload/Server.gd +++ b/game/autoload/Server.gd @@ -1,6 +1,6 @@ extends Node -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/SettingsManager.gd b/game/autoload/SettingsManager.gd index 0ddd6736..e29fdc2d 100644 --- a/game/autoload/SettingsManager.gd +++ b/game/autoload/SettingsManager.gd @@ -1,6 +1,6 @@ extends Node -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/ThemeAtlas.gd b/game/autoload/ThemeAtlas.gd index 5fe30a60..a343294e 100644 --- a/game/autoload/ThemeAtlas.gd +++ b/game/autoload/ThemeAtlas.gd @@ -1,6 +1,6 @@ extends TextureMerger -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/WorldNumbers.gd b/game/autoload/WorldNumbers.gd index 8edc1fe7..c27b7079 100644 --- a/game/autoload/WorldNumbers.gd +++ b/game/autoload/WorldNumbers.gd @@ -1,6 +1,6 @@ extends Node -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/data/voxel_textures/stone_1_readme.txt b/game/data/voxel_textures/stone_1_readme.txt index c04d60e0..a0f863ee 100644 --- a/game/data/voxel_textures/stone_1_readme.txt +++ b/game/data/voxel_textures/stone_1_readme.txt @@ -2,7 +2,7 @@ For stone_1.ptex, and stone_1_albedo.png Created for Broken Seals -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/CharacterEntry.gd b/game/menu/CharacterEntry.gd index 043df939..0328da2c 100644 --- a/game/menu/CharacterEntry.gd +++ b/game/menu/CharacterEntry.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/networking/PlayerMaster.gd b/game/networking/PlayerMaster.gd index 13489493..e23069ad 100644 --- a/game/networking/PlayerMaster.gd +++ b/game/networking/PlayerMaster.gd @@ -1,7 +1,7 @@ extends Resource class_name PlayerMaster -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/networking/SpawnPoint.gd b/game/networking/SpawnPoint.gd index b45b61b0..97a79bc7 100644 --- a/game/networking/SpawnPoint.gd +++ b/game/networking/SpawnPoint.gd @@ -1,6 +1,6 @@ extends Spatial -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 7187e895..ccbae21e 100644 --- a/game/player/CameraPivot.gd +++ b/game/player/CameraPivot.gd @@ -1,6 +1,6 @@ extends Spatial -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 178058ff..e89542f0 100644 --- a/game/player/CharacterSkeletonAttachPoint.gd +++ b/game/player/CharacterSkeletonAttachPoint.gd @@ -4,7 +4,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 Péter Magyar +# Copyright (c) 2019-2020 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 1ee6c89e..a8ae9cfb 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 Péter Magyar +# Copyright (c) 2019-2020 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/DisplayEntity.gd b/game/player/DisplayEntity.gd index 3be87419..a14d4d15 100644 --- a/game/player/DisplayEntity.gd +++ b/game/player/DisplayEntity.gd @@ -1,6 +1,6 @@ extends Entity -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 fae3b42b..1313c46f 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 Péter Magyar +# Copyright (c) 2019-2020 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 9eddde94..475f46f8 100644 --- a/game/player/GUI.gd +++ b/game/player/GUI.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 8cb1c958..a9781eb7 100644 --- a/game/player/Mob.gd +++ b/game/player/Mob.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 Péter Magyar +# Copyright (c) 2019-2020 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 67cfe81d..e34e7280 100644 --- a/game/player/MobTest.gd +++ b/game/player/MobTest.gd @@ -1,5 +1,5 @@ extends Entity -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 7e5fd9e5..0607c9ea 100644 --- a/game/player/NamePlate.gd +++ b/game/player/NamePlate.gd @@ -1,6 +1,6 @@ extends VBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 e1695002..c47d8c82 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 Péter Magyar +# Copyright (c) 2019-2020 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 73bf09bc..83d4fccc 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 Péter Magyar +# Copyright (c) 2019-2020 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 7871df3b..eeae707f 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 Péter Magyar +# Copyright (c) 2019-2020 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 123f47e3..eac8f215 100644 --- a/game/player/Unitframes.gd +++ b/game/player/Unitframes.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 d21d98a7..594f0343 100644 --- a/game/scenes/CharacterCreationMenu.gd +++ b/game/scenes/CharacterCreationMenu.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 8b56c1ae..884bebdf 100644 --- a/game/scenes/CharacterSelector.gd +++ b/game/scenes/CharacterSelector.gd @@ -1,6 +1,6 @@ extends MarginContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 a7109d6e..60449479 100644 --- a/game/scenes/CharacterSelectorMenu.gd +++ b/game/scenes/CharacterSelectorMenu.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 f33ed9b6..f44a6616 100644 --- a/game/scenes/ConnectButton.gd +++ b/game/scenes/ConnectButton.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 b97c31b4..de4b73e7 100644 --- a/game/scenes/ConnectServerButton.gd +++ b/game/scenes/ConnectServerButton.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 a4aaa33b..431ce17d 100644 --- a/game/scenes/DisconnectButton.gd +++ b/game/scenes/DisconnectButton.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 72c92d56..b5807078 100644 --- a/game/scenes/GameScene.gd +++ b/game/scenes/GameScene.gd @@ -1,6 +1,6 @@ extends Node -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 32b1f185..af0c14a4 100644 --- a/game/scenes/HostButton.gd +++ b/game/scenes/HostButton.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 a9c60916..81ea1652 100644 --- a/game/scenes/HostGameButton.gd +++ b/game/scenes/HostGameButton.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 291c9d9f..a2d3d267 100644 --- a/game/scenes/MainScene.gd +++ b/game/scenes/MainScene.gd @@ -1,7 +1,7 @@ extends Node class_name Main -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/Menu.gd b/game/scenes/Menu.gd index 6b9a968d..e9449ca5 100644 --- a/game/scenes/Menu.gd +++ b/game/scenes/Menu.gd @@ -1,7 +1,7 @@ extends Control class_name Menu -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 77ef061f..cb57267d 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 Péter Magyar +# Copyright (c) 2019-2020 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 3cc23fda..9d41a017 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 Péter Magyar +# Copyright (c) 2019-2020 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/biomes/simple_biome.gd b/game/scripts/biomes/simple_biome.gd index 9e3c1f59..296500f8 100644 --- a/game/scripts/biomes/simple_biome.gd +++ b/game/scripts/biomes/simple_biome.gd @@ -1,6 +1,6 @@ extends Biome -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/dungeon_start_rooms/start_room.gd b/game/scripts/dungeon_start_rooms/start_room.gd index dac7bc64..e09fdf99 100644 --- a/game/scripts/dungeon_start_rooms/start_room.gd +++ b/game/scripts/dungeon_start_rooms/start_room.gd @@ -1,7 +1,7 @@ tool extends DungeonRoom -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/dungeons/dungeon.gd b/game/scripts/dungeons/dungeon.gd index 1f2fb632..0abf5f16 100644 --- a/game/scripts/dungeons/dungeon.gd +++ b/game/scripts/dungeons/dungeon.gd @@ -1,7 +1,7 @@ tool extends Dungeon -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 8158bbdb..f1745f42 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 Péter Magyar +# Copyright (c) 2019-2020 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 9888d60f..c71aa031 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 Péter Magyar +# Copyright (c) 2019-2020 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 cd9e724a..e96fb076 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 Péter Magyar +# Copyright (c) 2019-2020 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/planets/dung_simple_planet.gd b/game/scripts/planets/dung_simple_planet.gd index a8c67984..f2d9332e 100644 --- a/game/scripts/planets/dung_simple_planet.gd +++ b/game/scripts/planets/dung_simple_planet.gd @@ -1,7 +1,7 @@ tool extends Planet -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/planets/simple_planet.gd b/game/scripts/planets/simple_planet.gd index 3d1f0572..6c10370a 100644 --- a/game/scripts/planets/simple_planet.gd +++ b/game/scripts/planets/simple_planet.gd @@ -1,7 +1,7 @@ tool extends Planet -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/projectiles/WorldSpellGD.gd b/game/scripts/projectiles/WorldSpellGD.gd index ee015d56..ad427d09 100644 --- a/game/scripts/projectiles/WorldSpellGD.gd +++ b/game/scripts/projectiles/WorldSpellGD.gd @@ -1,7 +1,7 @@ extends WorldSpell class_name WorldSpellGD -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/ManResource.gd b/game/scripts/resources/ManResource.gd index f7688a8a..f00bcc07 100644 --- a/game/scripts/resources/ManResource.gd +++ b/game/scripts/resources/ManResource.gd @@ -1,7 +1,7 @@ extends EntityResource class_name ManaResource -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/ManaResourceData.gd b/game/scripts/resources/ManaResourceData.gd index b8f97b74..c8e15c8f 100644 --- a/game/scripts/resources/ManaResourceData.gd +++ b/game/scripts/resources/ManaResourceData.gd @@ -1,6 +1,6 @@ extends EntityResourceData -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 1e6a6dc7..da00e7f4 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 Péter Magyar +# Copyright (c) 2019-2020 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 70b3945d..078ccb7e 100644 --- a/game/scripts/settings/DirectionalLightSettings.gd +++ b/game/scripts/settings/DirectionalLightSettings.gd @@ -1,6 +1,6 @@ extends DirectionalLight -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 bfc30bbd..e7c2c1c0 100644 --- a/game/scripts/spells/amplify_pain.gd +++ b/game/scripts/spells/amplify_pain.gd @@ -1,6 +1,6 @@ extends SpellGD -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 749f22aa..e204df68 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 Péter Magyar +# Copyright (c) 2019-2020 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 4f7d4022..c282e0cd 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 Péter Magyar +# Copyright (c) 2019-2020 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 df2101e1..e69ed0dc 100644 --- a/game/ui/actionbars/ActionBar.gd +++ b/game/ui/actionbars/ActionBar.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 fd371c02..b19bb3f6 100644 --- a/game/ui/actionbars/ActionBarEntry.gd +++ b/game/ui/actionbars/ActionBarEntry.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 22d9c487..1539d88d 100644 --- a/game/ui/actionbars/Actionbars.gd +++ b/game/ui/actionbars/Actionbars.gd @@ -1,6 +1,6 @@ extends Node -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 75b9711d..df71843e 100644 --- a/game/ui/actionbars/EditorKeybindSetup.gd +++ b/game/ui/actionbars/EditorKeybindSetup.gd @@ -1,7 +1,7 @@ tool extends Node -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 8d746b49..c7acc8ef 100644 --- a/game/ui/auraframe/AuraEntry.gd +++ b/game/ui/auraframe/AuraEntry.gd @@ -1,6 +1,6 @@ extends VBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 7d4482d8..d719f037 100644 --- a/game/ui/auraframe/AuraFrame.gd +++ b/game/ui/auraframe/AuraFrame.gd @@ -1,6 +1,6 @@ extends MarginContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 ea7ef04b..9f4b5775 100644 --- a/game/ui/bags/BagEntry.gd +++ b/game/ui/bags/BagEntry.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 64b601f8..f2766385 100644 --- a/game/ui/bags/BagFrame.gd +++ b/game/ui/bags/BagFrame.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 99b177f1..b5279894 100644 --- a/game/ui/bags/EquipmentSlot.gd +++ b/game/ui/bags/EquipmentSlot.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 2b094c43..17c67665 100644 --- a/game/ui/bags/InventoryGUI.gd +++ b/game/ui/bags/InventoryGUI.gd @@ -1,6 +1,6 @@ extends PanelContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 b35a501b..b95e8cc0 100644 --- a/game/ui/bags/ItemPupop.gd +++ b/game/ui/bags/ItemPupop.gd @@ -1,6 +1,6 @@ extends PopupPanel -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 eed923c4..35d4c2e3 100644 --- a/game/ui/buttons/Buttons.gd +++ b/game/ui/buttons/Buttons.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 cab09e5e..a1abd502 100644 --- a/game/ui/castbar/Castbar.gd +++ b/game/ui/castbar/Castbar.gd @@ -1,6 +1,6 @@ extends MarginContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 ae876540..d8c5152c 100644 --- a/game/ui/crafting/ItemEntry.gd +++ b/game/ui/crafting/ItemEntry.gd @@ -1,6 +1,6 @@ extends PanelContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 daf8730c..c1c2b962 100644 --- a/game/ui/crafting/RecipeSelector.gd +++ b/game/ui/crafting/RecipeSelector.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 4679feeb..0a9b01a9 100644 --- a/game/ui/debug/DebugInfo.gd +++ b/game/ui/debug/DebugInfo.gd @@ -1,6 +1,6 @@ extends Label -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 aa4be0ff..51d0a9c6 100644 --- a/game/ui/ingame_menu/ExitButton.gd +++ b/game/ui/ingame_menu/ExitButton.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 960a6ca4..ed3d0f9d 100644 --- a/game/ui/keybinds/KeybindCategory.gd +++ b/game/ui/keybinds/KeybindCategory.gd @@ -1,6 +1,6 @@ extends VBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 b92d7abb..848faf3b 100644 --- a/game/ui/keybinds/KeybindEntry.gd +++ b/game/ui/keybinds/KeybindEntry.gd @@ -1,6 +1,6 @@ extends HBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 1fdf723c..9d63e789 100644 --- a/game/ui/keybinds/Keybinds.gd +++ b/game/ui/keybinds/Keybinds.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 b5d5bd5d..a5f83421 100644 --- a/game/ui/loot_window/LootEntry.gd +++ b/game/ui/loot_window/LootEntry.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 f6cbebf4..af4217c2 100644 --- a/game/ui/loot_window/LootWindow.gd +++ b/game/ui/loot_window/LootWindow.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 15c72cf1..6bd67d2f 100644 --- a/game/ui/numbers/Number.gd +++ b/game/ui/numbers/Number.gd @@ -1,6 +1,6 @@ extends Label -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 d2a4b449..c9c5beef 100644 --- a/game/ui/options/OptionButtonRow.gd +++ b/game/ui/options/OptionButtonRow.gd @@ -1,6 +1,6 @@ extends HBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 16220935..9a53aa26 100644 --- a/game/ui/options/OptionCheckBox.gd +++ b/game/ui/options/OptionCheckBox.gd @@ -1,6 +1,6 @@ extends CheckBox -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 1d9a44a1..29b3f31f 100644 --- a/game/ui/options/OptionEnumRow.gd +++ b/game/ui/options/OptionEnumRow.gd @@ -1,7 +1,7 @@ tool extends HBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 3314c2d5..6ab985cc 100644 --- a/game/ui/options/OptionToggleRow.gd +++ b/game/ui/options/OptionToggleRow.gd @@ -1,7 +1,7 @@ tool extends HBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 3bead5cd..1468a354 100644 --- a/game/ui/options/OptionsSliderRow.gd +++ b/game/ui/options/OptionsSliderRow.gd @@ -1,7 +1,7 @@ tool extends HBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 731a9f65..1eac69dc 100644 --- a/game/ui/options/OptionsSpinboxRow.gd +++ b/game/ui/options/OptionsSpinboxRow.gd @@ -1,7 +1,7 @@ tool extends HBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 e3517589..aff9edea 100644 --- a/game/ui/options/OptionsViewportLabel.gd +++ b/game/ui/options/OptionsViewportLabel.gd @@ -1,6 +1,6 @@ extends HBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 c10abf93..7e7596b3 100644 --- a/game/ui/options/Threads.gd +++ b/game/ui/options/Threads.gd @@ -1,6 +1,6 @@ extends HBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 1cb39731..dff74d23 100644 --- a/game/ui/player_ui/RemoveProfile.gd +++ b/game/ui/player_ui/RemoveProfile.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 400f2b94..1d2c524a 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 Péter Magyar +# Copyright (c) 2019-2020 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 16a9064e..4bd4ddd5 100644 --- a/game/ui/spellbook/SpellEntryPopup.gd +++ b/game/ui/spellbook/SpellEntryPopup.gd @@ -1,6 +1,6 @@ extends PopupPanel -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 e054f0e4..e4980cdb 100644 --- a/game/ui/talents/Spec.gd +++ b/game/ui/talents/Spec.gd @@ -1,6 +1,6 @@ extends ScrollContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 b808216d..a08374a7 100644 --- a/game/ui/talents/TalentEntry.gd +++ b/game/ui/talents/TalentEntry.gd @@ -1,6 +1,6 @@ extends CenterContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 712b817b..bbefca57 100644 --- a/game/ui/talents/TalentRow.gd +++ b/game/ui/talents/TalentRow.gd @@ -1,6 +1,6 @@ extends HBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 d50f3999..d34d0a13 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 Péter Magyar +# Copyright (c) 2019-2020 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 3ea47d88..d8c9b863 100644 --- a/game/ui/unitframes/TargetUnitframe.gd +++ b/game/ui/unitframes/TargetUnitframe.gd @@ -1,6 +1,6 @@ extends UnitFrame -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 4d218c2f..81a402bd 100644 --- a/game/ui/unitframes/UnitframeBase.gd +++ b/game/ui/unitframes/UnitframeBase.gd @@ -1,6 +1,6 @@ extends Container -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/windows/CraftItemDescription.gd b/game/ui/windows/CraftItemDescription.gd index ed3f58bd..3f5e0e78 100644 --- a/game/ui/windows/CraftItemDescription.gd +++ b/game/ui/windows/CraftItemDescription.gd @@ -1,6 +1,6 @@ extends HBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/windows/CraftingWindow.gd b/game/ui/windows/CraftingWindow.gd index 82fdc8f8..5da9a6a0 100644 --- a/game/ui/windows/CraftingWindow.gd +++ b/game/ui/windows/CraftingWindow.gd @@ -1,6 +1,6 @@ extends PanelContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/windows/SpellBookWindow.gd b/game/ui/windows/SpellBookWindow.gd index 548e0493..2a275b01 100644 --- a/game/ui/windows/SpellBookWindow.gd +++ b/game/ui/windows/SpellBookWindow.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/windows/SpellContainer.gd b/game/ui/windows/SpellContainer.gd index c250afea..382cd64a 100644 --- a/game/ui/windows/SpellContainer.gd +++ b/game/ui/windows/SpellContainer.gd @@ -1,6 +1,6 @@ extends Control -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/windows/SpellDragAndDropSpellBook.gd b/game/ui/windows/SpellDragAndDropSpellBook.gd index 60209779..a33b8335 100644 --- a/game/ui/windows/SpellDragAndDropSpellBook.gd +++ b/game/ui/windows/SpellDragAndDropSpellBook.gd @@ -1,6 +1,6 @@ extends Button -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/windows/TalentWindow.gd b/game/ui/windows/TalentWindow.gd index a236fe8b..13f3f603 100644 --- a/game/ui/windows/TalentWindow.gd +++ b/game/ui/windows/TalentWindow.gd @@ -1,6 +1,6 @@ extends PanelContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/windows/VBoxContainer.gd b/game/ui/windows/VBoxContainer.gd index c5554654..9c908625 100644 --- a/game/ui/windows/VBoxContainer.gd +++ b/game/ui/windows/VBoxContainer.gd @@ -1,6 +1,6 @@ extends VBoxContainer -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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 47191a8f..a5b8d8ab 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 Péter Magyar +# Copyright (c) 2019-2020 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/cubic_mesher/CubicVoxelChunk.gd b/game/voxelman/cubic_mesher/CubicVoxelChunk.gd index 032e08a5..f7c14ae3 100644 --- a/game/voxelman/cubic_mesher/CubicVoxelChunk.gd +++ b/game/voxelman/cubic_mesher/CubicVoxelChunk.gd @@ -4,7 +4,7 @@ class_name CubicVoxelChunk # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/cubic_mesher/CubicVoxelMesher.gd b/game/voxelman/cubic_mesher/CubicVoxelMesher.gd index fc72e46f..06d36b4f 100644 --- a/game/voxelman/cubic_mesher/CubicVoxelMesher.gd +++ b/game/voxelman/cubic_mesher/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 Péter Magyar +# Copyright (c) 2019-2020 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/cubic_mesher/CubicVoxelWorld.gd b/game/voxelman/cubic_mesher/CubicVoxelWorld.gd index b136cb9a..f33ffa46 100644 --- a/game/voxelman/cubic_mesher/CubicVoxelWorld.gd +++ b/game/voxelman/cubic_mesher/CubicVoxelWorld.gd @@ -3,7 +3,7 @@ extends VoxelWorld # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/mc_mesher/MCVoxelWorld.gd b/game/voxelman/mc_mesher/MCVoxelWorld.gd index a3ef0cbb..afd79efc 100644 --- a/game/voxelman/mc_mesher/MCVoxelWorld.gd +++ b/game/voxelman/mc_mesher/MCVoxelWorld.gd @@ -3,7 +3,7 @@ extends VoxelWorld # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/mc_mesher/MarchingCobesVoxelMesher.gd b/game/voxelman/mc_mesher/MarchingCobesVoxelMesher.gd index 21bc9923..0882ec4e 100644 --- a/game/voxelman/mc_mesher/MarchingCobesVoxelMesher.gd +++ b/game/voxelman/mc_mesher/MarchingCobesVoxelMesher.gd @@ -4,7 +4,7 @@ class_name MarchingCubesVoxelMesher # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/mc_mesher/MarchingCubesVoxelChunk.gd b/game/voxelman/mc_mesher/MarchingCubesVoxelChunk.gd index b700e196..295f5c05 100644 --- a/game/voxelman/mc_mesher/MarchingCubesVoxelChunk.gd +++ b/game/voxelman/mc_mesher/MarchingCubesVoxelChunk.gd @@ -4,7 +4,7 @@ class_name MarchingCubesVoxelChunk # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/table_generator/TableGenerator.gd b/game/voxelman/table_generator/TableGenerator.gd index 0a301d1a..ecb43c52 100644 --- a/game/voxelman/table_generator/TableGenerator.gd +++ b/game/voxelman/table_generator/TableGenerator.gd @@ -3,7 +3,7 @@ extends Control # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/transvoxel_mesher/TVVoxelChunk.gd b/game/voxelman/transvoxel_mesher/TVVoxelChunk.gd index 7dd02d6d..5ed3b85b 100644 --- a/game/voxelman/transvoxel_mesher/TVVoxelChunk.gd +++ b/game/voxelman/transvoxel_mesher/TVVoxelChunk.gd @@ -4,7 +4,7 @@ class_name TVVoxelChunk # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/transvoxel_mesher/TVVoxelMesher.gd b/game/voxelman/transvoxel_mesher/TVVoxelMesher.gd index 30f6d3e2..4694d751 100644 --- a/game/voxelman/transvoxel_mesher/TVVoxelMesher.gd +++ b/game/voxelman/transvoxel_mesher/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 Péter Magyar +# Copyright (c) 2019-2020 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/transvoxel_mesher/TVVoxelWorld.gd b/game/voxelman/transvoxel_mesher/TVVoxelWorld.gd index b89c39f5..bfab2fa1 100644 --- a/game/voxelman/transvoxel_mesher/TVVoxelWorld.gd +++ b/game/voxelman/transvoxel_mesher/TVVoxelWorld.gd @@ -4,7 +4,7 @@ extends VoxelWorld # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/transvoxel_mesher/TestVoxelMesher.gd b/game/voxelman/transvoxel_mesher/TestVoxelMesher.gd index 9801824c..0d67d72e 100644 --- a/game/voxelman/transvoxel_mesher/TestVoxelMesher.gd +++ b/game/voxelman/transvoxel_mesher/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 Péter Magyar +# Copyright (c) 2019-2020 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/transvoxel_mesher_gen_uv/TVGUVoxelChunk.gd b/game/voxelman/transvoxel_mesher_gen_uv/TVGUVoxelChunk.gd index 2a85e4da..47a492fa 100644 --- a/game/voxelman/transvoxel_mesher_gen_uv/TVGUVoxelChunk.gd +++ b/game/voxelman/transvoxel_mesher_gen_uv/TVGUVoxelChunk.gd @@ -4,7 +4,7 @@ class_name TVGUVoxelChunk # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/transvoxel_mesher_gen_uv/TVGUVoxelMesher.gd b/game/voxelman/transvoxel_mesher_gen_uv/TVGUVoxelMesher.gd index f73d7843..d08e9cf2 100644 --- a/game/voxelman/transvoxel_mesher_gen_uv/TVGUVoxelMesher.gd +++ b/game/voxelman/transvoxel_mesher_gen_uv/TVGUVoxelMesher.gd @@ -4,7 +4,7 @@ class_name TVGUVoxelMesher # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/transvoxel_mesher_gen_uv/TVGUVoxelWorld.gd b/game/voxelman/transvoxel_mesher_gen_uv/TVGUVoxelWorld.gd index 1cbfdef9..8c4f9df2 100644 --- a/game/voxelman/transvoxel_mesher_gen_uv/TVGUVoxelWorld.gd +++ b/game/voxelman/transvoxel_mesher_gen_uv/TVGUVoxelWorld.gd @@ -3,7 +3,7 @@ extends VoxelWorld # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/transvoxel_mesher_normal_uv/TVNUVoxelMesher.gd b/game/voxelman/transvoxel_mesher_normal_uv/TVNUVoxelMesher.gd index 5771c5bf..18ff1c80 100644 --- a/game/voxelman/transvoxel_mesher_normal_uv/TVNUVoxelMesher.gd +++ b/game/voxelman/transvoxel_mesher_normal_uv/TVNUVoxelMesher.gd @@ -4,7 +4,7 @@ class_name TVNUVoxelMesher # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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/transvoxel_mesher_normal_uv/TVNUVoxelWorld.gd b/game/voxelman/transvoxel_mesher_normal_uv/TVNUVoxelWorld.gd index e583ba34..d67c3735 100644 --- a/game/voxelman/transvoxel_mesher_normal_uv/TVNUVoxelWorld.gd +++ b/game/voxelman/transvoxel_mesher_normal_uv/TVNUVoxelWorld.gd @@ -3,7 +3,7 @@ extends VoxelWorld # Copyright Péter Magyar relintai@gmail.com # MIT License, might be merged into the Voxelman engine module -# Copyright (c) 2019 Péter Magyar +# Copyright (c) 2019-2020 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