Commit Graph

10 Commits

Author SHA1 Message Date
e6b2cbc754 NEW FEATURE: Tournament::getArbiters for multiple arbiters 2019-09-26 15:00:02 +02:00
da211d21ab BUGFIX: Tiebreaks were not read in swar-4 reader 2019-09-25 19:53:22 +02:00
f660aaadd3 NEW READER: swar-4 for reading out files created with Swar version 4. 2019-09-25 18:46:33 +02:00
060377bdde ENHANCEMENT: Class::getBinaryData methods return null if field is not 2019-09-25 14:44:00 +02:00
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
f944d08d3b BUGFIX: Tournament::getParticipants() did not return a correct value 2019-06-18 16:01:15 +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
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