fefb089018
BUGFIX: Tiebreaks were not read in swar-4 reader
2019-09-25 19:53:22 +02:00
3c3b8c8b92
ALPHA RELEASE: v1.2 alpha 1 release
2019-09-25 18:47: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
948b48335c
META: Preparation for next release
2019-06-20 23:50:20 +02:00
d7bfa45f21
RELEASE: v1.1.2 Release
2019-06-20 23:32:52 +02:00
6f4e3a7468
ENHANCEMENT: Added update section to dist/readme.md
2019-06-20 23:31:19 +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
2fb667c147
CHANGE: Updated packagist Metadata
2019-06-20 17:26:33 +02:00
7f706b17ab
RELEASE: v1.1.1 Release
2019-06-20 15:56:31 +02:00
281f4e647f
BUGFIX: Tagging did not work
2019-06-20 15:56:11 +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
7e64ad2e1a
RELEASE: v1.1 Release
2019-06-19 22:04:32 +02:00
71838dad55
MAJOR CHANGE: Model Classes has been removed
...
CHANGE: Replaced PhpDoc with Doxygen
2019-06-19 21:55:20 +02:00
f9d70a8863
ENHANCEMENT: added readme to dist
...
Part of f944d08d3b
2019-06-19 10:44:15 +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
395aba5375
CHANGE: Added a logo to the project
2019-06-11 17:02:55 +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
3e3f752bef
Updated changelog
2019-06-05 13:44:16 +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
b3144dec2b
ENHANCEMENT: Updated docs
2019-06-03 12:32:01 +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
c9b88c3528
Updated readme
2019-04-27 13:48:18 +02:00
7f0c7c9350
Updated code style
2019-04-25 15:40:16 +02:00
34de4023ce
Added contribution guidelines
2019-04-25 15:37:41 +02:00
b265e4c23d
Added pairings to player object
2019-04-25 14:14:40 +02:00
fc2292414f
Updated docs
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
728c25961d
Typo
2019-03-19 20:42:37 +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