mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-30 21:09:19 +01:00
Updated more copyright headers for 2023.
This commit is contained in:
parent
30f41745fd
commit
b240df7df6
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright (c) 2020-2022 Péter Magyar
|
Copyright (c) 2020-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright (c) 2020-2022 Péter Magyar
|
Copyright (c) 2020-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef THREAD_POOL_EXECUTE_JOB_H
|
#ifndef THREAD_POOL_EXECUTE_JOB_H
|
||||||
#define THREAD_POOL_EXECUTE_JOB_H
|
#define THREAD_POOL_EXECUTE_JOB_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef THREAD_POOL_JOB_H
|
#ifndef THREAD_POOL_JOB_H
|
||||||
#define THREAD_POOL_JOB_H
|
#define THREAD_POOL_JOB_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -169,8 +169,8 @@ EditorAbout::EditorAbout() {
|
|||||||
|
|
||||||
Label *about_text = memnew(Label);
|
Label *about_text = memnew(Label);
|
||||||
about_text->set_v_size_flags(Control::SIZE_SHRINK_CENTER);
|
about_text->set_v_size_flags(Control::SIZE_SHRINK_CENTER);
|
||||||
about_text->set_text(String::utf8("\xc2\xa9 2022 Péter Magyar.\n\xc2\xa9 2007-2022 Juan Linietsky, Ariel Manzur.\n\xc2\xa9 2014-2022 ") +
|
about_text->set_text(String::utf8("\xc2\xa9 2007-2022 Juan Linietsky, Ariel Manzur.\n\xc2\xa9 2014-2022 ") +
|
||||||
TTR("Godot Engine contributors") + "\n");
|
TTR("Godot Engine contributors") + String::utf8("\n\xc2\xa9 2022-2023 Péter Magyar.\n"));
|
||||||
version_info_vbc->add_child(about_text);
|
version_info_vbc->add_child(about_text);
|
||||||
|
|
||||||
hbc->add_child(version_info_vbc);
|
hbc->add_child(version_info_vbc);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define PLUGIN_REFRESHER_EDITOR_PLUGIN_H
|
#define PLUGIN_REFRESHER_EDITOR_PLUGIN_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define TEXT_EDITOR_FORMAT_LOADER_H
|
#define TEXT_EDITOR_FORMAT_LOADER_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define TEXT_EDITOR_EDITOR_PLUGIN_H
|
#define TEXT_EDITOR_EDITOR_PLUGIN_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2020-2022 Péter Magyar
|
Copyright (c) 2020-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2020-2022 Péter Magyar
|
Copyright (c) 2020-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef BIOME_TERRAIN_GENERATOR_H
|
#ifndef BIOME_TERRAIN_GENERATOR_H
|
||||||
#define BIOME_TERRAIN_GENERATOR_H
|
#define BIOME_TERRAIN_GENERATOR_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2020-2022 Péter Magyar
|
Copyright (c) 2020-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright (c) 2020-2022 Péter Magyar
|
Copyright (c) 2020-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright (c) 2020-2022 Péter Magyar
|
Copyright (c) 2020-2023 Péter Magyar
|
||||||
Copyright(c) 2017-2020 Mattias Edlund
|
Copyright(c) 2017-2020 Mattias Edlund
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef CHARACTER_ATLAS_H
|
#ifndef CHARACTER_ATLAS_H
|
||||||
#define CHARACTER_ATLAS_H
|
#define CHARACTER_ATLAS_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef CHARACTER_ATLAS_ENTRY_H
|
#ifndef CHARACTER_ATLAS_ENTRY_H
|
||||||
#define CHARACTER_ATLAS_ENTRY_H
|
#define CHARACTER_ATLAS_ENTRY_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef AURA_GROUP_H
|
#ifndef AURA_GROUP_H
|
||||||
#define AURA_GROUP_H
|
#define AURA_GROUP_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef CRAFT_RECIPE_H
|
#ifndef CRAFT_RECIPE_H
|
||||||
#define CRAFT_RECIPE_H
|
#define CRAFT_RECIPE_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef CRAFT_RECIPE_HELPER_H
|
#ifndef CRAFT_RECIPE_HELPER_H
|
||||||
#define CRAFT_RECIPE_HELPER_H
|
#define CRAFT_RECIPE_HELPER_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef EQUIPMENT_DATA_H
|
#ifndef EQUIPMENT_DATA_H
|
||||||
#define EQUIPMENT_DATA_H
|
#define EQUIPMENT_DATA_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ITEM_INSTANCE_H
|
#ifndef ITEM_INSTANCE_H
|
||||||
#define ITEM_INSTANCE_H
|
#define ITEM_INSTANCE_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ITEM_TEMPLATE_H
|
#ifndef ITEM_TEMPLATE_H
|
||||||
#define ITEM_TEMPLATE_H
|
#define ITEM_TEMPLATE_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef MODEL_VISUAL_H
|
#ifndef MODEL_VISUAL_H
|
||||||
#define MODEL_VISUAL_H
|
#define MODEL_VISUAL_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef MODEL_VISUAL_ENTRY_H
|
#ifndef MODEL_VISUAL_ENTRY_H
|
||||||
#define MODEL_VISUAL_ENTRY_H
|
#define MODEL_VISUAL_ENTRY_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef LOOT_DATA_BASE_H
|
#ifndef LOOT_DATA_BASE_H
|
||||||
#define LOOT_DATA_BASE_H
|
#define LOOT_DATA_BASE_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ENTITY_SPECIES_DATA_H
|
#ifndef ENTITY_SPECIES_DATA_H
|
||||||
#define ENTITY_SPECIES_DATA_H
|
#define ENTITY_SPECIES_DATA_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef SPECIES_INSTANCE_H
|
#ifndef SPECIES_INSTANCE_H
|
||||||
#define SPECIES_INSTANCE_H
|
#define SPECIES_INSTANCE_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef SPECIES_MODEL_DATA_H
|
#ifndef SPECIES_MODEL_DATA_H
|
||||||
#define SPECIES_MODEL_DATA_H
|
#define SPECIES_MODEL_DATA_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef SPELL_H
|
#ifndef SPELL_H
|
||||||
#define SPELL_H
|
#define SPELL_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef SPELL_COOLDOWN_MANIPULATION_DATA_H
|
#ifndef SPELL_COOLDOWN_MANIPULATION_DATA_H
|
||||||
#define SPELL_COOLDOWN_MANIPULATION_DATA_H
|
#define SPELL_COOLDOWN_MANIPULATION_DATA_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef SPELL_EFFECT_VISUAL_H
|
#ifndef SPELL_EFFECT_VISUAL_H
|
||||||
#define SPELL_EFFECT_VISUAL_H
|
#define SPELL_EFFECT_VISUAL_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef SPELL_EFFECT_VISUAL_SIMPLE_H
|
#ifndef SPELL_EFFECT_VISUAL_SIMPLE_H
|
||||||
#define SPELL_EFFECT_VISUAL_SIMPLE_H
|
#define SPELL_EFFECT_VISUAL_SIMPLE_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ESS_RESOURCE_DB_H
|
#ifndef ESS_RESOURCE_DB_H
|
||||||
#define ESS_RESOURCE_DB_H
|
#define ESS_RESOURCE_DB_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ESS_RESOURCE_DB_FOLDERS_H
|
#ifndef ESS_RESOURCE_DB_FOLDERS_H
|
||||||
#define ESS_RESOURCE_DB_FOLDERS_H
|
#define ESS_RESOURCE_DB_FOLDERS_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ESS_RESOURCE_DB_MAP_H
|
#ifndef ESS_RESOURCE_DB_MAP_H
|
||||||
#define ESS_RESOURCE_DB_MAP_H
|
#define ESS_RESOURCE_DB_MAP_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ESS_RESOURCE_DB_STATIC_H
|
#ifndef ESS_RESOURCE_DB_STATIC_H
|
||||||
#define ESS_RESOURCE_DB_STATIC_H
|
#define ESS_RESOURCE_DB_STATIC_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ES_DRAG_AND_DROP_H
|
#ifndef ES_DRAG_AND_DROP_H
|
||||||
#define ES_DRAG_AND_DROP_H
|
#define ES_DRAG_AND_DROP_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2020-2022 Péter Magyar
|
Copyright (c) 2020-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ESS_EDITOR_PLUGIN_H
|
#ifndef ESS_EDITOR_PLUGIN_H
|
||||||
#define ESS_EDITOR_PLUGIN_H
|
#define ESS_EDITOR_PLUGIN_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2020-2022 Péter Magyar
|
Copyright (c) 2020-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ENTITY_AI_H
|
#ifndef ENTITY_AI_H
|
||||||
#define ENTITY_AI_H
|
#define ENTITY_AI_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef AURA_DATA_H
|
#ifndef AURA_DATA_H
|
||||||
#define AURA_DATA_H
|
#define AURA_DATA_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef CHARACTER_SPEC_H
|
#ifndef CHARACTER_SPEC_H
|
||||||
#define CHARACTER_SPEC_H
|
#define CHARACTER_SPEC_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ENTITY_CLASS_DATA_H
|
#ifndef ENTITY_CLASS_DATA_H
|
||||||
#define ENTITY_CLASS_DATA_H
|
#define ENTITY_CLASS_DATA_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ENTITY_DATA_H
|
#ifndef ENTITY_DATA_H
|
||||||
#define ENTITY_DATA_H
|
#define ENTITY_DATA_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ENTITY_DATA_CONTAINER_H
|
#ifndef ENTITY_DATA_CONTAINER_H
|
||||||
#define ENTITY_DATA_CONTAINER_H
|
#define ENTITY_DATA_CONTAINER_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ITEM_CONTAINER_DATA_H
|
#ifndef ITEM_CONTAINER_DATA_H
|
||||||
#define ITEM_CONTAINER_DATA_H
|
#define ITEM_CONTAINER_DATA_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef CONTAINER_ITEM_DATA_H
|
#ifndef CONTAINER_ITEM_DATA_H
|
||||||
#define CONTAINER_ITEM_DATA_H
|
#define CONTAINER_ITEM_DATA_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef VENDOR_ITEM_DATA_H
|
#ifndef VENDOR_ITEM_DATA_H
|
||||||
#define VENDOR_ITEM_DATA_H
|
#define VENDOR_ITEM_DATA_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef VENDOR_ITEM_DATA_ENTRY_H
|
#ifndef VENDOR_ITEM_DATA_ENTRY_H
|
||||||
#define VENDOR_ITEM_DATA_ENTRY_H
|
#define VENDOR_ITEM_DATA_ENTRY_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ENTITY_H
|
#ifndef ENTITY_H
|
||||||
#define ENTITY_H
|
#define ENTITY_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ENTITY_RESOURCE_H
|
#ifndef ENTITY_RESOURCE_H
|
||||||
#define ENTITY_RESOURCE_H
|
#define ENTITY_RESOURCE_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ENTITY_RESOURCE_COST_DATA_H
|
#ifndef ENTITY_RESOURCE_COST_DATA_H
|
||||||
#define ENTITY_RESOURCE_COST_DATA_H
|
#define ENTITY_RESOURCE_COST_DATA_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ENTITY_RESOURCE_COST_DATA_HEALTH_H
|
#ifndef ENTITY_RESOURCE_COST_DATA_HEALTH_H
|
||||||
#define ENTITY_RESOURCE_COST_DATA_HEALTH_H
|
#define ENTITY_RESOURCE_COST_DATA_HEALTH_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef ENTITY_RESOURCE_COST_DATA_RESOURCE_H
|
#ifndef ENTITY_RESOURCE_COST_DATA_RESOURCE_H
|
||||||
#define ENTITY_RESOURCE_COST_DATA_RESOURCE_H
|
#define ENTITY_RESOURCE_COST_DATA_RESOURCE_H
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2019-2022 Péter Magyar
|
Copyright (c) 2019-2023 Péter Magyar
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user