Commit Graph

388 Commits

Author SHA1 Message Date
c259d5178a
Added install dev target to create dev-environment 2020-08-02 20:35:42 +02:00
8641c9ac0a
Removed and added some files 2019-12-27 14:19:17 +01:00
018b77abb7
Merge branch 'meta/fixes' into develop 2019-12-26 20:34:04 +01:00
b369b72237
Code style fixes 2019-12-26 20:33:53 +01:00
e388427054
Updated composer.json 2019-12-26 20:33:07 +01:00
6e29b07958
Merge branch 'meta/licence' into develop 2019-12-26 19:41:44 +01:00
f1fef49eac
Updated changelog 2019-12-26 19:41:39 +01:00
eabe206bcc
Changed licence to AGPL 3.0 2019-12-26 19:40:12 +01:00
b56948dd19
Merge branch 'meta/docfixes' into develop 2019-12-25 13:54:52 +01:00
1330782d51
Docfixes 2019-12-25 13:54:26 +01:00
ff1848b0cb
Merge branch 'bugfix/fix-mutual-result' into develop 2019-12-25 13:43:39 +01:00
82baae976e
Fixed mutual result tiebreak 2019-12-25 13:43:36 +01:00
6f78b4ebe1
Merge branch 'meta/fixes' into develop 2019-12-22 18:15:29 +01:00
9bf4cdaec3
Several fixes 2019-12-22 18:15:25 +01:00
1a7f3eae26
Merge branch 'bugfix/sonneborn-fix' into develop 2019-12-22 17:58:45 +01:00
b53745745a
Fixed the sonneborn and buchholtz to use virtual palyer 2019-12-22 17:58:40 +01:00
b5b45d649d
Merge branch 'remove-getters' into develop 2019-12-21 19:33:00 +01:00
c3170846c6
Fixed use of Points 2019-12-21 19:32:53 +01:00
9cda048633
Update dist-template 2019-11-17 17:46:16 +01:00
283b69ca30
Merge branch 'task/phpdoc' into develop 2019-11-17 01:22:18 +01:00
17f68ee7c1
Updated changelog 2019-11-17 01:22:14 +01:00
ab8b091776
Updated documentation 2019-11-17 01:20:15 +01:00
035e718fd4
Using phpdoc again 2019-11-17 01:19:21 +01:00
304e7d9f33
Merge branch 'remove-getters' into develop 2019-11-16 16:16:36 +01:00
1026c83d00
Bugfixing 2019-11-16 16:16:18 +01:00
58a8e7fad5
Updated tests 2019-11-16 15:21:13 +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
07fdb769b2
Removed a setter in Pairtwo6-reader 2019-11-16 15:20:54 +01:00
46ecebd4e5
Merge branch 'clean-repo' into develop 2019-11-15 17:35:15 +01:00
deb0c98c7e
Added clean-repo target 2019-11-15 17:35:08 +01:00
6603b049a6
Fixing "Nesting level too deep" issue 2019-11-15 17:33:35 +01:00
3faa4be0bd
Updated changelog 2019-11-15 17:19:43 +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
1474ad6629
Merge branch 'task/new-logo' into develop 2019-11-06 20:27:47 +01:00
5a679313de
Updated changelog 2019-11-06 20:27:30 +01:00
c54b1a833a
Updated logo 2019-11-06 20:26:20 +01:00
ad40f30561
Merge branch 'task/remove-amercan' into develop 2019-10-26 23:30:09 +02:00
5b030a5c68
Updated changelog 2019-10-26 23:30:04 +02:00
ad1f64914a
Америка никогда не существовала
There is no such thing as american scoring. The only american thing in tournament chess is the american pairing system wihich uses some variables to calculate your opponent. One of these was called americanpoints in the original sources of pairtwo. This one was unfortunatly mistaken to really contain an american scoring
2019-10-26 23:27:27 +02:00
71874daaf4
Merge branch 'task/absent-forfait-swar-4' into develop 2019-10-26 14:23:37 +02:00
fd35603fef
Fixing absent and forfait since tables has been implemented 2019-10-26 14:23:33 +02:00
542c5ae554
Merge branch 'task/documentation-fixup' into develop 2019-09-30 20:44:26 +02:00
2bf1b59861
Documentation fixups 2019-09-30 20:43:07 +02:00
6c2aed46e8
Merge branch 'task/boardno' into develop 2019-09-28 21:48:21 +02:00
673821b541
Code style fixup 2019-09-28 21:47:24 +02:00
1793817f66
Fixup of boardno in distributions template 2019-09-28 21:47:10 +02:00
05e241d7ba
Updated changelog 2019-09-28 21:30:57 +02:00
fe28a60344
Updated distribution to include board 2019-09-28 21:27:35 +02:00