Commit Graph

30 Commits

Author SHA1 Message Date
89e4e6c121
MAJOR UPDATE: Generalization + Tiebreaks 2019-06-01 16:39:58 +02:00
acaef62332
MAJOR ENHANCEMENT: Generalisation
This is a first step in generalisation of the project. Please review https://github.com/JeroenED/libpairtwo/wiki/Converting-your-code-to-the-generalized-format for more info on your code changes
2019-05-27 13:15:49 +02:00
5abc1ca8d3
ENHANCEMENT: No pairing object if pairing is dummy 2019-05-01 19:56:49 +02:00
516740643e
BUGFIX: Player::getPairings() return null
PHP Fatal error:  Uncaught TypeError: Return value of JeroenED\Libpairtwo\Models\Player::getPairings() must be of the type array, null returned in vendor/jeroened/libpairtwo/src/Models/Player.php:372
2019-05-01 17:26:21 +02:00
1e6858d18b
New feature: get pairings from round objects 2019-05-01 15:50:44 +02:00
7f0c7c9350
Updated code style 2019-04-25 15:40:16 +02:00
b265e4c23d
Added pairings to player object 2019-04-25 14:14:40 +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
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
99ccb56aeb
Updated some more phpdoc 2019-02-11 17:58:58 +01:00
8c6e3b81fa
Fixed code style 2019-02-11 17:37:30 +01:00
64e47ff606
Updated phpdoc 2019-02-11 17:27:26 +01:00
b6c72e9021
Reading out pairings 2019-02-11 16:43:36 +01:00
682cf386b6
Added tournament year and rounddates 2019-02-11 16:42:20 +01:00
7d83534984
Typo 2019-02-06 20:54:07 +01:00
492b9e8d20
Better to set while reading sws 2019-02-06 20:47:46 +01:00
2bc179c0bb
Fixed issue where points are doubled 2019-02-06 20:10:07 +01:00
82370b25d7
Added a reading of rounds
not finished yet
2019-02-06 17:23:37 +01:00
9f2845fc53
Updated phpdoc 2019-02-01 15:55:44 +01:00
17c924b45c
Added some more fields 2019-02-01 15:55:34 +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
81b92ecde3
Finalized reading of tournament data 2019-01-19 14:14:53 +01:00
6341b7740b
several corrections 2019-01-18 18:10:56 +01:00
c6aedc8a90
Updated phpdoc 2019-01-18 14:18:52 +01:00
471f17da2f
First reads of binary data 2019-01-18 14:17:43 +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