Commit Graph

10 Commits

Author SHA1 Message Date
1485859f27 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
e054d4af87 MAJOR CHANGE: Model Classes has been removed
CHANGE: Replaced PhpDoc with Doxygen
2019-06-19 21:55:20 +02:00
6cdb0aac6a BUGFIX: Round::getBye() did not return bye players 2019-06-04 15:37:06 +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
f56455f4e5 New feature: get pairings from round objects 2019-05-01 15:50:44 +02:00
a9325a3c07 Updated code style 2019-04-25 15:40:16 +02:00
f068a3916d Updated phpdoc 2019-04-25 14:09:50 +02:00
a149f5e8bc Added conversion of pairings into rounds 2019-02-11 22:41:44 +01:00
d745c04b54 Fixed code style 2019-02-11 17:37:30 +01:00
f8b0d35fa1 Added a reading of rounds
not finished yet
2019-02-06 17:23:37 +01:00