Commit Graph

19 Commits

Author SHA1 Message Date
ebe61ad378
Refactor custom points handling in Swar6 reader
The logic for handling custom points in the Swar6 reader has been refactored. Previously, if presence points were not set, the absence value was set to the presence value and then the presence key was unset. Now, if presence points are not set, the absence value is directly set to 0 and then the presence key is unset.
2024-09-19 12:21:45 +02:00
58851af343
Added presence points handling in Swar6 reader
The update introduces a new feature to handle presence points in the Swar6 reader. If the tournament uses presence points, it now assigns these to 'absence' and removes them from 'presence'. The change also removes an unnecessary line related to EloUsed.
2024-09-19 12:07:01 +02:00
4cee5fe116
Refactor 'absent' to 'presence' in Swar6 reader
The key for the custom points array has been changed from 'absent' to 'presence'. This change is made in the Swar6 class, specifically within the method that reads data from a handle. The value associated with this key remains unchanged.
2024-09-19 11:51:17 +02:00
ec0dd2148e
Added swar 6 reader 2024-09-19 11:30:32 +02:00
f6c1888949
BUGFIX: IOFactory did not return correct class 2023-01-24 10:20:17 +01:00
2003701710
Reader TRN16 finished 2023-01-23 19:51:41 +01:00
99c27eb48a
WIP: TRF16Reader 2023-01-21 16:49:05 +01:00
f32de68a41
Updated dependencies 2023-01-21 16:46:23 +01:00
70efdc3713
Added test for arbitter 2023-01-21 16:46:14 +01:00
0d5aee6bef
UPDATED TEST FILES 2023-01-21 16:45:58 +01:00
c7ea71a15f
Added TRF16 testfile 2023-01-20 14:47:04 +01:00
83bbb0c0ff
Removing some unnecessary comments 2023-01-16 14:43:07 +01:00
b6c9be66cb
BUGFIX: checking for the composer root 2023-01-14 16:41:46 +01:00
c1db2253ce
Added tests with titles 2023-01-14 16:40:15 +01:00
3532386aef
Added tests 2023-01-14 15:37:01 +01:00
2d7788dcc0
Added test tournament 2023-01-14 15:36:45 +01:00
510e5baac3
BUGFIX: Namespace changes 2023-01-14 15:36:03 +01:00
754e070cd7
Added external repositories 2023-01-13 12:47:00 +01:00
66305a6c4d
Initial commit
This commit:
- Creates the repository
- Forks libpairtwo
- Removes the unrelated files
- Moves the namespaces to a new namespace
- Uses native 8.1 enums instead of a thirdparty-library
2023-01-12 21:00:52 +01:00