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
b9d763c2ed
CHANGE: Logo has been redesigned
2019-11-06 20:28:25 +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
9385a77148
REMOVED: Tiebreak::American
and all its uses were removed
2019-10-26 23:30:37 +02: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
8a0fd88b55
BUGFIX: Absent and Forfait were not read properly since getBoard()
...
Note to self: never push commits during SM-session. NEVER!
2019-10-26 22:49:20 +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
bd0e99cc06
META: Documentation fixups
2019-09-30 20:44:58 +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
3a681e97d5
NEW FEATURE: Game::getBoard()
for getting the board number of the game
2019-09-28 21:49:33 +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
575b786079
Created function Round::getGamesbyBoard
2019-09-28 21:27:35 +02:00
5314bc47f2
Code style fixups
2019-09-28 21:10:52 +02:00
2eb570ce7c
Implemented setting board if not set yet
2019-09-28 20:54:59 +02:00
1708a54d0a
set board zerobased
2019-09-28 20:52:23 +02:00
0902c30f36
Added default boardno
2019-09-28 20:40:49 +02:00
db9c205bd1
Class fields fixup
...
Beware of breaking change with own readers!!
AllFieldsAreNowPascalCased
2019-09-28 20:31:38 +02:00
1fbd910ffb
Added board property to Pairing and Game
...
Added table-property to Pairing:::Class
Added phpdoc blocks
Renamed table to board
2019-09-28 20:18:29 +02:00
f143069b08
META: Fully translated template.php in dists
2019-09-28 10:43:02 +02:00
376bddee67
Merge branch 'META/dist/template-translation' into develop
2019-09-28 10:42:10 +02:00
f023b81e6f
Translated the template
2019-09-28 10:42:05 +02:00
fa30eb9ac3
META: Documentation fixups
2019-09-28 10:34:43 +02:00
e6d0635887
Merge branch 'META/Doc-fixups' into develop
2019-09-28 10:34:11 +02:00
2bffc0c293
Ordered use in classes
2019-09-28 10:33:59 +02:00
d9ecb62d0d
DateTime instead \DateTime
2019-09-28 10:28:33 +02:00
9b12fd301b
Documentation fixups
2019-09-28 10:26:18 +02:00
d4edff4717
META: Preparation for next release
2019-09-28 00:55:15 +02:00
2a0e93f91f
Merge branch 'task/prepare-next' into develop
2019-09-28 00:54:38 +02:00
83f149a6ac
Updated changelog
2019-09-28 00:54:32 +02:00
766fe6ceef
Some unimportant late-night fixups
2019-09-28 00:52:43 +02:00
7809383649
RELEASE: v1.2 release
2019-09-28 00:49:28 +02:00
aa56e3c5c6
Merge branch 'release-1.2' into develop
2019-09-28 00:47:46 +02:00
13d0e50e47
Updated composer.json in dists
2019-09-28 00:47:39 +02:00
1c23452156
Updated changelog
2019-09-28 00:45:08 +02:00
27d57dcb3d
BUGFIX: Distributions could be created from a branch other than master
2019-09-28 00:42:10 +02:00
25c91c5242
ENHANCEMENT: The template provides a more usable starting implementation
2019-09-28 00:41:40 +02:00
8b5215f5de
Merge branch 'bugfix/dists-no-branch' into develop
2019-09-28 00:40:50 +02:00