-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS.h
53 lines (50 loc) · 3.99 KB
/
AUTHORS.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*
* AUTHORS.h, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
* License: GNU General Public License v2.0 or later
* Full text of license available in license.txt file, in main folder
*
*/
#pragma once
//VCMI PROJECT CODE CONTRIBUTORS:
const std::vector<std::vector<std::string>> contributors = {
// Task Name Aka E-Mail
{ "Idea", "Michał Urbańczyk", "Tow", "[email protected]" },
{ "Idea", "Mateusz B.", "Tow dragon", "[email protected]" },
{ "Developing", "Andrea Palmate", "afxgroup", "[email protected]" },
{ "Developing", "Alexander Shishkin", "alexvins", "" },
{ "Developing", "Rafal R.", "ambtrip", "[email protected]" },
{ "Developing", "Andrii Danylchenko", "", "" },
{ "Developing", "Benjamin Gentner", "beegee", "" },
{ "Developing", "Piotr Wójcik", "Chocimier", "[email protected]" },
{ "Developing", "Dmitry Orlov", "", "[email protected]" },
{ "Developing", "", "Dydzio", "[email protected]" },
{ "Developing", "Andrzej Żak", "godric3", "" },
{ "Developing", "Henning Koehler", "henningkoehlernz", "[email protected]" },
{ "Developing", "Ivan Savenko", "", "[email protected]" },
{ "Developing", "", "kambala-decapitator", "[email protected]" },
{ "Developing", "", "krs0", "" },
{ "Developing", "", "Laserlicht", "" },
{ "Developing", "Alexey", "Macron1Robot", "" },
{ "Developing", "Michał Kalinowski", "", "[email protected]" },
{ "Developing", "Vadim Glazunov", "neweagle", "[email protected]" },
{ "Developing", "Andrey Cherkas", "nordsoft", "[email protected]" },
{ "Developing", "Rickard Westerlund", "Onion Knight", "[email protected]" },
{ "Developing", "Yifeng Sun", "phoebus118", "[email protected]" },
{ "Developing", "", "rilian-la-te", "" },
{ "Developing", "", "SoundSSGood", "" },
{ "Developing", "Stefan Pavlov", "Ste", "[email protected]" },
{ "Developing", "Arseniy Shestakov", "SXX", "[email protected]" },
{ "Developing", "Lukasz Wychrystenko", "tezeriusz", "[email protected]" },
{ "Developing", "Trevor Standley", "tstandley", "" },
{ "Developing", "Vadim Markovtsev", "", "[email protected]" },
{ "Developing", "Frank Zago", "ubuntux", "" },
{ "Developing", "", "vmarkovtsev", "" },
{ "Developing", "Tom Zielinski", "Warmonger", "[email protected]" },
{ "Developing", "Xiaomin Ding", "", "[email protected]" },
{ "Testing", "Ben Yan", "by003", "[email protected]," },
{ "Testing", "", "Misiokles", "" },
{ "Testing", "", "Povelitel", "" },
};