e054d4af87
MAJOR CHANGE: Model Classes has been removed
...
CHANGE: Replaced PhpDoc with Doxygen
2019-06-19 21:55:20 +02:00
4196d16cdc
ENHANCEMENT: added readme to dist
...
Part of f944d08d3b
2019-06-19 10:44:15 +02:00
f944d08d3b
BUGFIX: Tournament::getParticipants() did not return a correct value
2019-06-18 16:01:15 +02:00
a981e67b9d
NEW FEATURE: Libpairtwo distribution releases
...
use make distro to create a distribution
2019-06-18 15:42:23 +02:00
a15543c26c
CHANGE: Added a logo to the project
2019-06-11 17:02:55 +02:00
ae832bb025
NEW FEATURE: Soccer Kashdan (aka: kashdan using 3-1-0 scoring)
2019-06-05 15:03:52 +02:00
76f061f33b
CHANGE: Deprecated sws::class
was removed
2019-06-05 15:02:36 +02:00
2f714cbef1
Updated changelog
2019-06-05 13:44:16 +02:00
154d704f34
NEW FEATURE: Added possibility to get played games
2019-06-05 13:37:37 +02:00
ff69554916
BUGFIX: Buchholz fixed
2019-06-05 13:24:31 +02:00
1867d4d117
BUGFIX: mutual result did not take care of all previous tiebreaks
2019-06-05 13:06:22 +02:00
6cdb0aac6a
BUGFIX: Round::getBye() did not return bye players
2019-06-04 15:37:06 +02:00
38e1d23fee
ENHANCEMENT: Offcial kashdan
...
Reimplemented official kashdan tiebreak. Please review https://github.com/JeroenED/libpairtwo/wiki/3.-Kashdan-tiebreak for more info
2019-06-03 12:32:56 +02:00
9e6c9bbb5b
ENHANCEMENT: Updated docs
2019-06-03 12:32:01 +02:00
65f2389045
MAJOR UPDATE: Generalization + Tiebreaks
2019-06-01 16:39:58 +02:00
7442df191e
ENHANCEMENT: Compatibility with Pairtwo-5
...
Filestructure of pairtwo-5 files are identical to pairtwo-6
2019-05-28 10:20:06 +02:00
4403401703
BUGFIX: Match not played does not return error
2019-05-28 10:18:58 +02:00
e979b7e556
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
d593b654b4
NEW FEATURE: Absent and Bye players
...
2 new functions added:
Round::GetBye(): array and Round::GetAbsent():array
Both returns an array of Pairing objects with Bye or Absent pairings
2019-05-13 20:11:17 +02:00
784e54b55b
ENHANCEMENT: check current round of pairing instead data to check dummy
2019-05-11 15:36:27 +02:00
90a199b438
ENHANCEMENT: No pairing object if pairing is dummy
2019-05-01 19:56:49 +02:00
cfc1a514bf
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
16afc410da
Merge branch 'task/get-player-by-name' into develop
2019-05-01 16:05:06 +02:00
f56455f4e5
New feature: get pairings from round objects
2019-05-01 15:50:44 +02:00
c52e731361
Updated readme
2019-04-27 13:48:18 +02:00
a9325a3c07
Updated code style
2019-04-25 15:40:16 +02:00
8b2b31377e
Added contribution guidelines
2019-04-25 15:37:41 +02:00
5b93c46e4d
Added pairings to player object
2019-04-25 14:14:40 +02:00
68e519d78b
Updated docs
2019-04-25 14:14:40 +02:00
f068a3916d
Updated phpdoc
2019-04-25 14:09:50 +02:00
c6d1afd171
Reimplemented creation of results
2019-03-20 12:46:46 +01:00
1e56abf2a9
Typo
2019-03-19 20:42:37 +01:00
22e554a513
Not using literal values for Result
2019-03-19 16:47:19 +01:00
0aad61effe
Typo
2019-03-19 16:42:49 +01:00
7be3b2f0ab
Not using literal values for Color
2019-03-19 16:41:39 +01:00
a716866b4f
Not using literal values for Gender
2019-03-19 16:41:39 +01:00
32a0021ff2
Replaced pairtwo Tournament System Values for generic Values
2019-03-19 16:37:10 +01:00
34f0e592df
Replaced Pairtwo Title Values for generic Values
2019-03-19 16:36:49 +01:00
bbff18e64f
Replaced Pairtwo Color Values for generic Values
2019-03-19 16:36:49 +01:00
6794e44275
Get rid of Pairtwo Values in favor of generic ones
2019-03-04 12:07:43 +01:00
0adad0fd91
Renamed Sex to Gender
2019-03-04 11:51:06 +01:00
4db54e8f41
Implemented reading out round dates
2019-02-12 18:05:37 +01:00
ea9eae304d
Fixed reading tournamentyear
2019-02-12 18:04:12 +01:00
e906d48494
Updated composer json
2019-02-12 15:46:00 +01:00
56c14351d6
Reading strings as UTF-8
...
Solves issue GH-1
2019-02-12 15:37:53 +01:00
74e49dca20
Updated issue_template
2019-02-12 14:33:03 +01:00
97d5abec62
String are being trimmed now
...
And added default values as well
2019-02-12 14:10:50 +01:00
53b6316d89
add github issue_template.md
2019-02-12 13:07:35 +01:00
a149f5e8bc
Added conversion of pairings into rounds
2019-02-11 22:41:44 +01:00
4474d29ad3
Updated some more phpdoc
2019-02-11 17:58:58 +01:00