e113d743ca
BUGFIX: elo could be null
2023-01-09 12:51:23 +01:00
94b18d3d9b
BUGFIX: version compare did wrong
2023-01-09 10:48:40 +01:00
7a48b7777d
BUGFIX: Not played was counted as lost
2023-01-09 10:24:13 +01:00
ad86f962c5
NEW FEATURE: custom points
2022-09-19 17:23:12 +02:00
400780ef54
CLEANED UP DA CODE
2020-11-22 17:13:13 +01:00
4dbfe27e24
FIXES IN CODE STYLE
2020-08-02 21:51:59 +02:00
b369b72237
Code style fixes
2019-12-26 20:33:53 +01:00
1330782d51
Docfixes
2019-12-25 13:54:26 +01:00
82baae976e
Fixed mutual result tiebreak
2019-12-25 13:43:36 +01:00
9bf4cdaec3
Several fixes
2019-12-22 18:15:25 +01:00
b53745745a
Fixed the sonneborn and buchholtz to use virtual palyer
2019-12-22 17:58:40 +01:00
ab8b091776
Updated documentation
2019-11-17 01:20:15 +01:00
cded84ce03
Removed calculated getters
2019-11-16 15:21:08 +01:00
9859984a2a
Replace $Key with $key and $Value with $value
2019-11-16 15:21:05 +01:00
9e48bc1ff1
Removed fluent setters
2019-11-16 15:21:01 +01:00
eae66f92f5
Removed getter and setter methods
...
This change removes the separate getter and setter methods and is causing a lot of errors.
To fix errors you'll now need to use the actual field name.
Example:
OLD:
$reader->getTournament()->getRounds()[0]->getGames()[0]->getBlack()->getPlayer()->getName();
NEW:
$reader->Tournament->Rounds[0]->Games[0]->Black->Player->Name;
2019-11-15 17:17:09 +01:00
2bffc0c293
Ordered use in classes
2019-09-28 10:33:59 +02:00
00c79b347c
Added function to calcultate buchholz score
2019-09-27 16:27:39 +02:00
9c7306ad25
Updated binary data to return null
2019-09-25 14:42:15 +02:00
e28cff4e8f
Return id instead of elo
...
Fixes gh-6
2019-09-25 12:27:41 +02:00
db989487a1
Updated docs
2019-06-20 15:03:37 +02:00
ab6afa89ce
Implemented fluent setters
2019-06-20 14:25:44 +02:00
b0d194daca
Better PHPDoc generation. Also removed the models
2019-06-19 21:46:23 +02:00
c692baa1e0
Added total games
2019-06-05 13:38:41 +02:00
b2cd821ad8
Some fixes for getPerformance
2019-06-01 13:37:50 +02:00
0d83e86edb
Added priorityElo to getPerformance and tiebreaks
2019-05-31 22:45:26 +02:00
c9a19bbcb2
Better names for ids and elos
...
Also fixed some bugs
2019-05-31 10:59:30 +02:00
a1c669780e
Performance rating unrated
2019-05-31 10:24:06 +02:00
4f5f370c12
Set correct return types
2019-05-30 21:33:27 +02:00
587a7a2e08
Implemented Player::getPerformance()
2019-05-30 21:10:31 +02:00
9bf31b7ec5
Added some useful functions
2019-05-30 21:01:30 +02:00
97a28a3c4d
Added getElo() and getId() function
2019-05-29 18:24:20 +02:00
e1388056ca
Added function to get Players by Name
2019-05-01 16:04:37 +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
8c6e3b81fa
Fixed code style
2019-02-11 17:37:30 +01:00
a71b77edd5
Models in Models, logic in src
2019-02-01 15:53:39 +01:00