400780ef54
CLEANED UP DA CODE
2020-11-22 17:13:13 +01:00
c403c2f5be
NEW FEATURE: reading out categories from pairtwo-6
2020-11-22 16:40:10 +01:00
58a8e7fad5
Updated tests
2019-11-16 15:21:13 +01:00
eae66f92f5
Removed getter and setter methods
...
This change removes the separate getter and setter methods and is causing a lot of errors.
To fix errors you'll now need to use the actual field name.
Example:
OLD:
$reader->getTournament()->getRounds()[0]->getGames()[0]->getBlack()->getPlayer()->getName();
NEW:
$reader->Tournament->Rounds[0]->Games[0]->Black->Player->Name;
2019-11-15 17:17:09 +01:00
ce95bd530d
Using multiple arbiters in test
2019-09-26 14:52:19 +02:00
5dbdf92a97
Swar-4 reader ready for beta-testing
2019-09-25 16:33:43 +02:00
1e65525b27
Added even more fields
2019-09-25 14:33:52 +02:00
e7f98c470b
Added tests for bugfix
2019-06-20 23:12:59 +02:00
11b07f07d0
Fixed getBye to return wonBye players
2019-06-04 15:35:21 +02:00
21d105627e
updated test
2019-06-01 16:32:23 +02:00
3da584aebc
Fixed buchholz tiebreak
2019-05-31 15:43:54 +02:00
b2b2f5aef8
Added default elo
2019-05-31 11:38:16 +02:00
d49c8d673c
Changed kbsb elo to home elo (not everyone lives in belgium)
...
Thanks god they don't.
Also changed fide elo to world elo
2019-05-29 17:55:28 +02:00
6d61d2a650
Added some tiebreaks
2019-05-28 18:07:43 +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
e92240d56f
Replaced setters by fluent setters
2019-05-28 14:10:42 +02:00
b91dd1ea9a
Added tests for tiebreak order
2019-05-27 21:46:03 +02:00
27946f9d31
Updated test to refect new generalization
2019-05-27 13:05:09 +02:00
1df8349b46
Updated code style
2019-04-25 15:39:21 +02:00
7b6962843c
Replaced Pairtwo Color Values for generic Values
2019-03-19 16:36:49 +01:00
7fb94aaf00
Renamed Sex to Gender
2019-03-04 11:51:06 +01:00
ce6e501043
Implemented reading out round dates
2019-02-12 18:05:37 +01:00
b478d99d05
Added conversion of pairings into rounds
2019-02-11 22:41:44 +01:00
64e47ff606
Updated phpdoc
2019-02-11 17:27:26 +01:00
830b21afa2
Reading playernames
2019-02-01 17:03:34 +01:00
5bc8e006dc
Updated tests
2019-02-01 15:55:58 +01:00
4ae5976f81
Implemented a more straightforward way to read data
2019-01-31 18:37:06 +01:00
81b92ecde3
Finalized reading of tournament data
2019-01-19 14:14:53 +01:00
584492f5f4
Reading out several tournament fields
2019-01-18 18:11:53 +01:00
5a9c2f29fd
Added examples of reading out tournament data
2019-01-18 14:19:12 +01:00
55544f5f62
Updated to a more usable schema
2019-01-16 18:03:07 +01:00
98dd8c9739
Added reading of sws release
2019-01-10 20:05:23 +01:00
c4997ad024
Initial commit
2018-12-24 14:06:13 +01:00