bb7086c3ec
META: Documentation fixes
2019-12-25 13:55:14 +01:00
a2f6cd5e53
BUGFIX: Mutual result did not return the correct result
2019-12-25 13:48:07 +01:00
3926b9738b
BUGFIX: Sonneborn-berger did not use a virtual opponent
2019-12-22 18:17:26 +01:00
f8c8945180
BUGFIX: wrong use the use of Player::Points
2019-12-21 19:34:55 +01:00
4c16108321
CHANGE: Phpdoc is used again for docs generation
2019-11-17 01:23:11 +01:00
dc1960d51e
MAJOR CHANGE: Getter and setter methods have been removed.
2019-11-16 16:17:37 +01:00
9385a77148
REMOVED: Tiebreak::American
and all its uses were removed
2019-10-26 23:30:37 +02:00
8a0fd88b55
BUGFIX: Absent and Forfait were not read properly since getBoard()
...
Note to self: never push commits during SM-session. NEVER!
2019-10-26 22:49:20 +02:00
3a681e97d5
NEW FEATURE: Game::getBoard()
for getting the board number of the game
2019-09-28 21:49:33 +02:00
fa30eb9ac3
META: Documentation fixups
2019-09-28 10:34:43 +02:00
b445f2f301
BUGFIX: Tournament::calculateAverageRating() returned NaN if no games
2019-09-27 18:02:43 +02:00
dfea5a3cfb
BUGFIX: Tournament::calculateBaumbach()
treated bye as won
2019-09-27 17:50:24 +02:00
a0df232bf4
BUGFIX: Tournament::calculateMutualResult
Returned NULL if result not
2019-09-27 17:32:34 +02:00
9ddff524d9
ENHANCEMENT: Simplified final buchholz calculation
2019-09-27 17:05:20 +02:00
6e43f43a8d
BUGFIX: Buchholz score did not return the correct score
2019-09-27 16:48:48 +02:00
8483d2556c
BUGFIX: Forfait did not return not played
2019-09-27 12:03:54 +02:00
7d09e1be32
BUGFIX: Absent players were not read out properly
2019-09-27 01:08:14 +02:00
228dc5a350
MAJOR BUGFIX: Wrong opponent was provided in swar-4 reader
2019-09-26 19:50:04 +02:00
3cdb4f8e5f
NEW FEATURE: Tournament::getArbiters
for multiple arbiters
2019-09-26 15:00:02 +02:00
fefb089018
BUGFIX: Tiebreaks were not read in swar-4 reader
2019-09-25 19:53:22 +02:00
a5fb27624e
NEW READER: swar-4
for reading out files created with Swar version 4.
2019-09-25 18:46:33 +02:00
21a62ac406
ENHANCEMENT: Class::getBinaryData
methods return null if field is not
2019-09-25 14:44:00 +02:00
16ffacfd2f
BUGFIX: Player:GetId
returns elo instead of id
2019-09-25 12:31:39 +02:00
7f58674f68
MINOR ENHANCEMENT: Better description of Game::class
Methods
2019-06-20 23:55:56 +02:00
b93ca781b4
MAJOR BUGFIX: Game::GetResult
throws fatal error Cannot access parent:: when current class scope has no parent
2019-06-20 23:30:58 +02:00
6324417b0f
CHANGE: Kashdan and Soccer Kashdan are combined in 1 function
2019-06-20 15:39:37 +02:00
922c1cfdbc
ENHANCEMENT: Better Docs generation
...
* NEW FEATURE: Added clean-dist and clean-dev targets
* ENHANCEMENT: Resized logo in Doxygen for better fit
* ENHANCEMENT: Doxygen takes branch name or version tag as `PROJECT_NUMBER`
* CHANGE: Version tag directly put in distribution filename
* CHANGE: `Tournament::GameExists()` renamed to `Tournament::gameExists()`
* CHANGE: Updated composer metadata
* CHANGE: Some setters changed to fluent setters. (More info: 7aca35057c10d2b982f93a698499c0c01df2fdc5)
2019-06-20 15:32:59 +02:00
71838dad55
MAJOR CHANGE: Model Classes has been removed
...
CHANGE: Replaced PhpDoc with Doxygen
2019-06-19 21:55:20 +02:00
663951a9cc
BUGFIX: Tournament::getParticipants() did not return a correct value
2019-06-18 16:01:15 +02:00
f6435320fd
NEW FEATURE: Libpairtwo distribution releases
...
use make distro to create a distribution
2019-06-18 15:42:23 +02:00
3ea4a01d20
NEW FEATURE: Soccer Kashdan (aka: kashdan using 3-1-0 scoring)
2019-06-05 15:03:52 +02:00
6e79f3804a
CHANGE: Deprecated sws::class
was removed
2019-06-05 15:02:36 +02:00
3326c978ed
NEW FEATURE: Added possibility to get played games
2019-06-05 13:37:37 +02:00
48313dc256
BUGFIX: Buchholz fixed
2019-06-05 13:24:31 +02:00
605c7819d2
BUGFIX: mutual result did not take care of all previous tiebreaks
2019-06-05 13:06:22 +02:00
112240a038
BUGFIX: Round::getBye() did not return bye players
2019-06-04 15:37:06 +02:00
9f0f8999ec
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
89e4e6c121
MAJOR UPDATE: Generalization + Tiebreaks
2019-06-01 16:39:58 +02:00
3b5b42b46d
ENHANCEMENT: Compatibility with Pairtwo-5
...
Filestructure of pairtwo-5 files are identical to pairtwo-6
2019-05-28 10:20:06 +02:00
0d2b25fbef
BUGFIX: Match not played does not return error
2019-05-28 10:18: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
efe7c0e6b4
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
0b4bcf5321
ENHANCEMENT: check current round of pairing instead data to check dummy
2019-05-11 15:36:27 +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
fbe6009bd6
Merge branch 'task/get-player-by-name' into develop
2019-05-01 16:05:06 +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