Compare commits

...

34 Commits

Author SHA1 Message Date
Jakub Paszke 6cba5133a3 Merge pull request 'Created genetic algorithm. Added returned matrix of genetic algorithm into settings file. Replaced fields with map generated by algorithm.' (#14) from genetic_algorithm into main
Reviewed-on: s473634/TurboTraktor#14
2023-06-18 18:16:54 +02:00
JakubPaszke 8a2d14b8a3 Created genetic algorithm. Added returned matrix of genetic algorithm into settings file. Replaced fields with map generated by algorithm. 2023-06-18 15:00:45 +02:00
Michał Wujec 7defc84f17 neural_network
Reviewed-on: s473634/TurboTraktor#13
2023-06-12 09:19:59 +02:00
micwuj 2fc5eed8c4 neural network with comments 2023-06-06 18:52:04 +02:00
micwuj b241f3ad1e learn & predict added to Neural_N 2023-06-03 22:42:07 +02:00
dardwo c70e745a76 neural network 2023-06-03 22:11:48 +02:00
dardwo dbb637af6c test photos 2023-06-03 11:24:47 +02:00
dardwo 09071ecbe7 test photos 2023-06-03 11:22:42 +02:00
micwuj 67bb6afc4e test photo added 2023-06-03 10:43:36 +02:00
micwuj e2300a847c train photos added 2023-06-03 09:45:08 +02:00
micwuj 1f14dfd6ee train photos added 2023-06-03 09:44:14 +02:00
Jakub Paszke cae630b9ed Merge pull request 'IDE3' (#12) from IDE3 into main
Reviewed-on: s473634/TurboTraktor#12
2023-06-01 17:40:16 +02:00
Milosz Rolewski 5e20d594b6 boosted plant description 2023-05-29 13:31:17 +02:00
micwuj 7d0e773b7a tractor collect 2023-05-29 10:04:27 +02:00
Milosz Rolewski d9743b7b7f final changes to ID3 2023-05-28 12:20:54 +02:00
Milosz Rolewski 91c2c2074e ID3 work, WM objective approach 2023-05-28 10:23:30 +02:00
Milosz Rolewski 6df02452bc ID3 evolution part2 2023-05-25 20:17:48 +02:00
Milosz Rolewski 8704aacde8 WORLD_MATRIX evaluation 2023-05-25 18:11:06 +02:00
Milosz Rolewski a9491252bb added world matrix to improve ID3 decisions 2023-05-24 23:22:20 +02:00
Milosz Rolewski 637aff9e2a Added trainging data and ipynb file to create ID3 2023-05-24 19:03:10 +02:00
Jakub Paszke f4b2554c98 Merge pull request 'Changing bfs into astar using 'Field' class' (#11) from Astar into main
Reviewed-on: s473634/TurboTraktor#11
2023-05-15 13:32:52 +02:00
JakubPaszke 477c0b552a Changing bfs into astar using 'Field' class 2023-05-14 18:24:15 +02:00
Daria Dworzyńska 4c28f5a049 Merge pull request 'bfs_implementation' (#10) from bfs_implementation into main
Reviewed-on: s473634/TurboTraktor#10
2023-04-23 20:54:10 +02:00
dardwo 29c4878825 changed bfs $ function goal_path 2023-04-22 21:54:08 +02:00
micwuj eb408cd25d added search function 2023-04-22 21:51:55 +02:00
micwuj 6ecbbafbb0 change successor & added map validation 2023-04-22 21:47:00 +02:00
dardwo 560cceafc9 added successor 2023-04-22 21:43:28 +02:00
micwuj bc433f23a9 bfs template added & movement tractor changes 2023-04-22 21:31:19 +02:00
Jakub Paszke dde8b5e72c Merge pull request 'fix tractor movement, added function to tractor and plant' (#9) from tractor_movement into main
Reviewed-on: s473634/TurboTraktor#9
2023-03-26 17:17:03 +02:00
dardwo f3d727cf9d added field class 2023-03-26 14:20:58 +02:00
dardwo a88cb60fbd fix tractor movement, added function to tractor and plant 2023-03-26 12:00:34 +02:00
Michał Wujec c9d145664f Merge pull request 'Changing the way that farm is generating first corps on all fields' (#8) from whole_field_seeding into main
Reviewed-on: s473634/TurboTraktor#8
2023-03-25 17:21:03 +01:00
JakubPaszke b869a5ade3 Changing the way that farm is generating first corps on all fields 2023-03-25 12:33:24 +01:00
Jakub Paszke f57cb07716 Merge pull request 'Roads added. Settings file added. Creation of roads and fields moved into map.py file' (#7) from roads_created into main
Reviewed-on: s473634/TurboTraktor#7
2023-03-25 12:25:00 +01:00
4089 changed files with 1438 additions and 217 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

202
assets/data/train_2.csv Normal file
View File

@ -0,0 +1,202 @@
Wzrost;wilgotnosc;dni_od_nawiezienia;aktualna_pogoda;czy_roslina_robaczywa;typ_rosliny;pojemnosc_ekwipunku;cena_sprzedarzy;czy_zebrac
54;19;15;0;0;0;90;66;0
64;63;5;0;0;0;16;4;0
93;0;29;0;1;0;77;73;1
30;43;23;0;1;0;74;75;1
48;30;10;0;0;0;39;23;0
44;86;2;0;1;0;41;64;0
99;74;8;0;1;0;39;37;0
70;80;25;0;1;0;11;90;1
62;35;2;0;1;0;53;57;0
32;71;29;0;1;0;21;54;1
59;27;11;0;0;0;71;68;0
43;97;24;0;0;0;82;70;0
24;49;1;0;0;0;22;40;0
60;59;18;0;1;0;29;99;1
100;87;23;0;1;0;69;55;1
5;88;24;0;1;0;54;87;1
35;92;17;0;1;0;30;100;1
9;89;29;0;0;0;35;24;0
58;7;11;0;1;0;6;62;1
98;88;1;0;1;0;100;88;0
14;74;7;0;1;0;71;24;0
6;67;18;0;0;0;72;12;0
53;41;25;0;0;0;45;56;0
35;40;1;0;0;0;61;36;0
93;17;15;0;1;0;63;0;1
20;70;19;0;1;0;14;88;1
12;57;24;0;1;0;10;90;1
59;67;7;0;0;0;35;90;0
79;29;8;0;1;0;59;37;0
48;81;14;0;1;0;85;78;1
41;32;8;0;0;0;5;26;0
6;62;1;0;0;0;75;22;0
18;74;5;0;1;0;9;32;0
62;44;7;0;0;0;0;87;0
34;19;14;0;0;0;83;92;0
84;39;15;0;1;0;8;86;1
55;39;4;0;1;0;31;63;0
17;58;2;0;1;0;33;22;0
95;12;17;0;0;0;51;16;0
85;91;5;0;1;0;19;8;0
62;87;1;0;1;0;22;48;0
50;21;15;0;0;0;76;55;0
21;84;8;0;0;0;63;87;0
87;36;9;0;0;0;62;69;0
60;85;22;0;0;0;98;24;0
72;0;18;0;1;0;31;36;1
60;41;29;0;1;0;11;60;1
43;50;20;0;1;0;53;66;1
56;24;10;0;1;0;91;87;1
30;75;29;0;0;0;83;36;0
86;62;13;0;1;0;97;26;1
69;35;10;0;1;0;25;100;1
98;55;11;0;0;0;66;18;0
71;23;26;0;1;0;47;88;1
97;88;0;0;1;0;37;55;0
89;90;17;0;0;0;50;47;0
84;44;1;0;0;0;99;86;0
57;72;12;0;1;0;85;44;1
89;65;20;0;0;0;39;16;0
31;100;7;0;0;0;64;66;0
45;47;3;0;1;0;76;35;0
21;52;27;0;1;0;90;15;1
7;30;8;0;0;0;39;70;0
42;67;27;0;0;0;72;82;0
88;69;28;0;1;0;85;63;1
84;62;21;0;1;0;43;16;1
41;62;25;0;1;0;26;24;1
18;39;9;0;1;0;70;96;0
75;60;16;0;1;0;37;64;1
66;9;29;0;1;0;3;84;1
2;92;25;0;0;0;2;19;0
100;20;11;0;0;0;45;65;0
21;19;8;0;1;0;82;2;0
93;37;10;0;0;0;57;3;0
35;12;5;0;1;0;48;96;0
62;12;4;0;0;0;94;1;0
82;73;12;0;1;0;66;81;1
43;74;15;0;1;0;43;70;1
54;76;11;0;1;0;80;88;1
51;64;26;0;1;0;31;21;1
14;12;12;0;1;0;97;17;1
58;59;22;0;0;0;79;36;0
17;48;17;0;0;0;81;72;0
47;2;12;0;1;0;3;22;1
38;52;13;0;0;0;31;46;0
32;19;4;0;1;0;30;85;0
9;28;29;0;0;0;20;46;0
98;0;15;0;1;0;72;15;1
95;33;0;0;1;0;33;11;0
55;56;10;0;0;0;28;56;0
18;22;13;0;0;0;94;90;0
81;28;17;0;1;0;95;29;1
96;6;6;0;0;0;14;89;0
58;26;24;0;0;0;70;76;0
83;33;16;0;1;0;31;54;1
90;48;29;0;1;0;55;40;1
65;72;4;0;1;0;70;10;0
74;100;14;0;1;0;44;24;1
56;25;30;0;1;0;84;16;1
14;75;29;0;1;0;42;9;1
90;51;2;0;1;0;86;79;0
60;31;25;0;0;0;43;54;0
74;1;2;0;0;0;17;76;0
86;72;16;0;1;0;38;53;1
70;69;19;0;0;0;40;63;0
37;18;24;0;1;0;84;78;1
48;77;7;0;0;0;99;42;0
90;92;5;0;0;0;80;48;0
99;74;9;0;1;0;41;68;0
58;18;5;0;1;0;53;94;0
42;22;10;0;1;0;24;17;1
44;34;29;0;0;0;86;8;0
79;13;0;0;0;0;31;43;0
16;54;28;0;0;0;26;84;0
44;44;12;0;0;0;60;94;0
36;6;9;0;0;0;90;90;0
33;43;5;0;1;0;5;86;0
24;5;0;0;0;0;47;41;0
87;67;11;0;1;0;70;32;1
62;76;6;0;1;0;33;96;0
48;85;25;0;1;0;41;12;1
31;15;13;0;1;0;87;18;1
27;69;2;0;0;0;38;2;0
4;98;24;0;1;0;22;22;1
61;50;20;0;0;0;14;0;0
2;31;29;0;1;0;40;0;1
53;19;29;0;0;0;34;100;0
64;71;13;0;1;0;65;66;1
86;67;15;0;1;0;69;34;1
33;63;4;0;0;0;87;24;0
22;84;8;0;0;0;73;13;0
54;64;10;0;1;0;13;65;1
51;25;4;0;1;0;26;0;0
1;95;14;0;0;0;83;64;0
8;32;19;0;1;0;96;77;1
47;97;10;0;1;0;74;16;1
30;65;24;0;0;0;83;89;0
76;58;7;0;0;0;73;86;0
84;41;17;0;1;0;68;78;1
50;61;9;0;0;0;6;72;0
37;12;8;0;1;0;11;46;0
7;91;29;0;0;0;1;7;0
64;69;4;0;1;0;57;28;0
21;71;3;0;0;0;53;23;0
58;54;13;0;0;0;19;1;0
96;11;22;0;0;0;46;12;0
85;41;2;0;1;0;28;24;0
58;11;13;0;0;0;90;41;0
49;8;30;0;0;0;63;39;0
70;72;9;0;0;0;56;65;0
82;39;20;0;1;0;98;55;1
43;67;28;0;0;0;33;27;0
70;48;6;0;1;0;58;2;0
10;89;0;0;0;0;46;52;0
73;18;24;0;0;0;65;40;0
84;29;26;0;1;0;80;30;1
32;83;0;0;0;0;68;100;0
17;40;14;0;1;0;47;44;1
5;77;30;0;1;0;44;65;1
27;95;29;0;1;0;71;81;1
27;39;15;0;1;0;22;13;1
81;96;23;0;1;0;61;89;1
84;58;19;0;1;0;84;62;1
23;40;21;0;0;0;64;13;0
57;61;20;0;0;0;84;10;0
31;55;3;0;0;0;98;26;0
25;33;2;0;1;0;68;75;0
56;15;6;0;1;0;34;51;0
45;60;20;0;0;0;9;51;0
14;42;19;0;0;0;49;46;0
41;100;17;0;0;0;71;18;0
38;38;20;0;1;0;41;5;1
73;99;17;0;0;0;99;45;0
43;62;21;0;1;0;57;58;1
99;31;18;0;1;0;51;52;1
83;4;9;0;1;0;3;65;0
53;71;26;0;0;0;93;78;0
18;28;13;0;1;0;34;76;1
22;29;29;0;1;0;47;68;1
96;40;9;0;1;0;91;51;0
24;74;9;0;1;0;57;4;0
58;56;1;0;1;0;17;40;0
43;39;20;0;0;0;81;77;0
24;6;9;0;1;0;90;42;0
32;100;16;0;0;0;56;71;0
75;25;6;0;0;0;48;18;0
80;96;27;0;0;0;62;84;0
57;90;19;0;0;0;81;26;0
1;18;12;0;0;0;4;0;0
28;79;11;0;1;0;95;19;1
20;4;11;0;0;0;96;64;0
37;80;14;0;1;0;97;64;1
2;24;23;0;0;0;63;52;0
54;97;18;0;1;0;20;65;1
42;44;20;0;0;0;33;20;0
68;51;12;0;1;0;76;90;1
93;77;24;0;1;0;41;59;1
74;94;21;0;1;0;17;39;1
63;63;26;0;1;0;67;2;1
65;73;1;0;0;0;74;40;0
100;39;19;0;0;0;41;9;0
1 Wzrost wilgotnosc dni_od_nawiezienia aktualna_pogoda czy_roslina_robaczywa typ_rosliny pojemnosc_ekwipunku cena_sprzedarzy czy_zebrac
2 54 19 15 0 0 0 90 66 0
3 64 63 5 0 0 0 16 4 0
4 93 0 29 0 1 0 77 73 1
5 30 43 23 0 1 0 74 75 1
6 48 30 10 0 0 0 39 23 0
7 44 86 2 0 1 0 41 64 0
8 99 74 8 0 1 0 39 37 0
9 70 80 25 0 1 0 11 90 1
10 62 35 2 0 1 0 53 57 0
11 32 71 29 0 1 0 21 54 1
12 59 27 11 0 0 0 71 68 0
13 43 97 24 0 0 0 82 70 0
14 24 49 1 0 0 0 22 40 0
15 60 59 18 0 1 0 29 99 1
16 100 87 23 0 1 0 69 55 1
17 5 88 24 0 1 0 54 87 1
18 35 92 17 0 1 0 30 100 1
19 9 89 29 0 0 0 35 24 0
20 58 7 11 0 1 0 6 62 1
21 98 88 1 0 1 0 100 88 0
22 14 74 7 0 1 0 71 24 0
23 6 67 18 0 0 0 72 12 0
24 53 41 25 0 0 0 45 56 0
25 35 40 1 0 0 0 61 36 0
26 93 17 15 0 1 0 63 0 1
27 20 70 19 0 1 0 14 88 1
28 12 57 24 0 1 0 10 90 1
29 59 67 7 0 0 0 35 90 0
30 79 29 8 0 1 0 59 37 0
31 48 81 14 0 1 0 85 78 1
32 41 32 8 0 0 0 5 26 0
33 6 62 1 0 0 0 75 22 0
34 18 74 5 0 1 0 9 32 0
35 62 44 7 0 0 0 0 87 0
36 34 19 14 0 0 0 83 92 0
37 84 39 15 0 1 0 8 86 1
38 55 39 4 0 1 0 31 63 0
39 17 58 2 0 1 0 33 22 0
40 95 12 17 0 0 0 51 16 0
41 85 91 5 0 1 0 19 8 0
42 62 87 1 0 1 0 22 48 0
43 50 21 15 0 0 0 76 55 0
44 21 84 8 0 0 0 63 87 0
45 87 36 9 0 0 0 62 69 0
46 60 85 22 0 0 0 98 24 0
47 72 0 18 0 1 0 31 36 1
48 60 41 29 0 1 0 11 60 1
49 43 50 20 0 1 0 53 66 1
50 56 24 10 0 1 0 91 87 1
51 30 75 29 0 0 0 83 36 0
52 86 62 13 0 1 0 97 26 1
53 69 35 10 0 1 0 25 100 1
54 98 55 11 0 0 0 66 18 0
55 71 23 26 0 1 0 47 88 1
56 97 88 0 0 1 0 37 55 0
57 89 90 17 0 0 0 50 47 0
58 84 44 1 0 0 0 99 86 0
59 57 72 12 0 1 0 85 44 1
60 89 65 20 0 0 0 39 16 0
61 31 100 7 0 0 0 64 66 0
62 45 47 3 0 1 0 76 35 0
63 21 52 27 0 1 0 90 15 1
64 7 30 8 0 0 0 39 70 0
65 42 67 27 0 0 0 72 82 0
66 88 69 28 0 1 0 85 63 1
67 84 62 21 0 1 0 43 16 1
68 41 62 25 0 1 0 26 24 1
69 18 39 9 0 1 0 70 96 0
70 75 60 16 0 1 0 37 64 1
71 66 9 29 0 1 0 3 84 1
72 2 92 25 0 0 0 2 19 0
73 100 20 11 0 0 0 45 65 0
74 21 19 8 0 1 0 82 2 0
75 93 37 10 0 0 0 57 3 0
76 35 12 5 0 1 0 48 96 0
77 62 12 4 0 0 0 94 1 0
78 82 73 12 0 1 0 66 81 1
79 43 74 15 0 1 0 43 70 1
80 54 76 11 0 1 0 80 88 1
81 51 64 26 0 1 0 31 21 1
82 14 12 12 0 1 0 97 17 1
83 58 59 22 0 0 0 79 36 0
84 17 48 17 0 0 0 81 72 0
85 47 2 12 0 1 0 3 22 1
86 38 52 13 0 0 0 31 46 0
87 32 19 4 0 1 0 30 85 0
88 9 28 29 0 0 0 20 46 0
89 98 0 15 0 1 0 72 15 1
90 95 33 0 0 1 0 33 11 0
91 55 56 10 0 0 0 28 56 0
92 18 22 13 0 0 0 94 90 0
93 81 28 17 0 1 0 95 29 1
94 96 6 6 0 0 0 14 89 0
95 58 26 24 0 0 0 70 76 0
96 83 33 16 0 1 0 31 54 1
97 90 48 29 0 1 0 55 40 1
98 65 72 4 0 1 0 70 10 0
99 74 100 14 0 1 0 44 24 1
100 56 25 30 0 1 0 84 16 1
101 14 75 29 0 1 0 42 9 1
102 90 51 2 0 1 0 86 79 0
103 60 31 25 0 0 0 43 54 0
104 74 1 2 0 0 0 17 76 0
105 86 72 16 0 1 0 38 53 1
106 70 69 19 0 0 0 40 63 0
107 37 18 24 0 1 0 84 78 1
108 48 77 7 0 0 0 99 42 0
109 90 92 5 0 0 0 80 48 0
110 99 74 9 0 1 0 41 68 0
111 58 18 5 0 1 0 53 94 0
112 42 22 10 0 1 0 24 17 1
113 44 34 29 0 0 0 86 8 0
114 79 13 0 0 0 0 31 43 0
115 16 54 28 0 0 0 26 84 0
116 44 44 12 0 0 0 60 94 0
117 36 6 9 0 0 0 90 90 0
118 33 43 5 0 1 0 5 86 0
119 24 5 0 0 0 0 47 41 0
120 87 67 11 0 1 0 70 32 1
121 62 76 6 0 1 0 33 96 0
122 48 85 25 0 1 0 41 12 1
123 31 15 13 0 1 0 87 18 1
124 27 69 2 0 0 0 38 2 0
125 4 98 24 0 1 0 22 22 1
126 61 50 20 0 0 0 14 0 0
127 2 31 29 0 1 0 40 0 1
128 53 19 29 0 0 0 34 100 0
129 64 71 13 0 1 0 65 66 1
130 86 67 15 0 1 0 69 34 1
131 33 63 4 0 0 0 87 24 0
132 22 84 8 0 0 0 73 13 0
133 54 64 10 0 1 0 13 65 1
134 51 25 4 0 1 0 26 0 0
135 1 95 14 0 0 0 83 64 0
136 8 32 19 0 1 0 96 77 1
137 47 97 10 0 1 0 74 16 1
138 30 65 24 0 0 0 83 89 0
139 76 58 7 0 0 0 73 86 0
140 84 41 17 0 1 0 68 78 1
141 50 61 9 0 0 0 6 72 0
142 37 12 8 0 1 0 11 46 0
143 7 91 29 0 0 0 1 7 0
144 64 69 4 0 1 0 57 28 0
145 21 71 3 0 0 0 53 23 0
146 58 54 13 0 0 0 19 1 0
147 96 11 22 0 0 0 46 12 0
148 85 41 2 0 1 0 28 24 0
149 58 11 13 0 0 0 90 41 0
150 49 8 30 0 0 0 63 39 0
151 70 72 9 0 0 0 56 65 0
152 82 39 20 0 1 0 98 55 1
153 43 67 28 0 0 0 33 27 0
154 70 48 6 0 1 0 58 2 0
155 10 89 0 0 0 0 46 52 0
156 73 18 24 0 0 0 65 40 0
157 84 29 26 0 1 0 80 30 1
158 32 83 0 0 0 0 68 100 0
159 17 40 14 0 1 0 47 44 1
160 5 77 30 0 1 0 44 65 1
161 27 95 29 0 1 0 71 81 1
162 27 39 15 0 1 0 22 13 1
163 81 96 23 0 1 0 61 89 1
164 84 58 19 0 1 0 84 62 1
165 23 40 21 0 0 0 64 13 0
166 57 61 20 0 0 0 84 10 0
167 31 55 3 0 0 0 98 26 0
168 25 33 2 0 1 0 68 75 0
169 56 15 6 0 1 0 34 51 0
170 45 60 20 0 0 0 9 51 0
171 14 42 19 0 0 0 49 46 0
172 41 100 17 0 0 0 71 18 0
173 38 38 20 0 1 0 41 5 1
174 73 99 17 0 0 0 99 45 0
175 43 62 21 0 1 0 57 58 1
176 99 31 18 0 1 0 51 52 1
177 83 4 9 0 1 0 3 65 0
178 53 71 26 0 0 0 93 78 0
179 18 28 13 0 1 0 34 76 1
180 22 29 29 0 1 0 47 68 1
181 96 40 9 0 1 0 91 51 0
182 24 74 9 0 1 0 57 4 0
183 58 56 1 0 1 0 17 40 0
184 43 39 20 0 0 0 81 77 0
185 24 6 9 0 1 0 90 42 0
186 32 100 16 0 0 0 56 71 0
187 75 25 6 0 0 0 48 18 0
188 80 96 27 0 0 0 62 84 0
189 57 90 19 0 0 0 81 26 0
190 1 18 12 0 0 0 4 0 0
191 28 79 11 0 1 0 95 19 1
192 20 4 11 0 0 0 96 64 0
193 37 80 14 0 1 0 97 64 1
194 2 24 23 0 0 0 63 52 0
195 54 97 18 0 1 0 20 65 1
196 42 44 20 0 0 0 33 20 0
197 68 51 12 0 1 0 76 90 1
198 93 77 24 0 1 0 41 59 1
199 74 94 21 0 1 0 17 39 1
200 63 63 26 0 1 0 67 2 1
201 65 73 1 0 0 0 74 40 0
202 100 39 19 0 0 0 41 9 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 801 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 723 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Some files were not shown because too many files have changed in this diff Show More