Commit Graph

28 Commits

Author SHA1 Message Date
ad1f64914a
Америка никогда не существовала
There is no such thing as american scoring. The only american thing in tournament chess is the american pairing system wihich uses some variables to calculate your opponent. One of these was called americanpoints in the original sources of pairtwo. This one was unfortunatly mistaken to really contain an american scoring
2019-10-26 23:27:27 +02:00
db9c205bd1
Class fields fixup
Beware of breaking change with own readers!!
AllFieldsAreNowPascalCased
2019-09-28 20:31:38 +02:00
52079b60bc
Merge branch 'task/reader/swar' into develop 2019-09-25 19:47:35 +02:00
3ea12b0377
Implemented tiebreaks 2019-09-25 19:40:27 +02:00
8b471c4ffe
Code style fixes 2019-09-25 16:39:46 +02:00
fcc76d2b8e
Removed double Swiss 2019-09-25 16:05:31 +02:00
d131cf403e
Added double swiss as tournament system 2019-08-03 13:50:34 +02:00
b0d194daca
Better PHPDoc generation. Also removed the models 2019-06-19 21:46:23 +02:00
bfa8e062f3
Added SoccerKashdan as supported Tiebreak 2019-06-05 14:57:37 +02:00
5ca2fc542b
Added average performance tiebreak by renaming performance
Performance is now equal to Player::getPerformance
2019-05-31 22:50:07 +02:00
74688ac8b8
Implemented first tiebreaks 2019-05-28 16:26:03 +02:00
4f15eb0c9f
Removed some fields that are not interesting enough 2019-05-28 15:30:55 +02:00
4076b4e69c
Fixed reading out no result 2019-05-28 10:07:40 +02:00
057e35f1da
Added reading out the order of tiebreaks 2019-05-27 21:45:19 +02:00
7bafdc6d5f
Updated phpdoc 2019-04-25 14:09:50 +02:00
5625e0c7c0
Reimplemented creation of results 2019-03-20 12:46:46 +01:00
3f44bc6f01
Not using literal values for Result 2019-03-19 16:47:19 +01:00
d4d774aae6
Typo 2019-03-19 16:42:49 +01:00
a2a0f99b14
Replaced pairtwo Tournament System Values for generic Values 2019-03-19 16:37:10 +01:00
e0da8a71cd
Replaced Pairtwo Title Values for generic Values 2019-03-19 16:36:49 +01:00
7b6962843c
Replaced Pairtwo Color Values for generic Values 2019-03-19 16:36:49 +01:00
bad50fc75c
Get rid of Pairtwo Values in favor of generic ones 2019-03-04 12:07:43 +01:00
7fb94aaf00
Renamed Sex to Gender 2019-03-04 11:51:06 +01:00
b478d99d05
Added conversion of pairings into rounds 2019-02-11 22:41:44 +01:00
8c6e3b81fa
Fixed code style 2019-02-11 17:37:30 +01:00
b6c72e9021
Reading out pairings 2019-02-11 16:43:36 +01:00
97044491f4
Enums in enum namespace 2019-02-01 15:51:35 +01:00
27f32eb21c
Changes 2019/01/25
* Moved enums to separate namespace
* Added Player class
2019-01-25 17:31:23 +01:00