summaryrefslogtreecommitdiff
path: root/Aktywator/Bws.cs
AgeCommit message (Collapse)Author
2019-07-24Bugfix for names from line-up in teamsemkael
Fixes michzimny/aktywator#56
2018-11-18Grouping team tables if board-by-board results are disabledv1.1.5-rcemkael
2018-11-18IMP scoring settings warning moved to warning icon instead of a message boxemkael
2018-11-18Setting movement to single-winner (to avoid entering direction in game ↵emkael
summary screen and to optimize shit)
2018-11-18Game summary at the end of the session availableemkael
Fixes #51
2018-11-17Bugfixemkael
2018-11-17"Enter first board number manually" supportedemkael
2018-11-17Only set scoring type if scoring is enabled, to avoid unnecessary table ↵emkael
grouping (so that suspicious contracts work better)
2018-11-16Scoring settings warnings expandedemkael
2018-11-16Bugfixes for scoring type optionsemkael
2018-10-24Scoring type configuration supportemkael
Fixes michzimny/aktywator#43
2018-10-24Grouping tables in sections extended to support teams IMP resultsemkael
2018-10-24UI for board result displayemkael
2018-10-23Setting TD calls from bridgematesemkael
2018-10-11PIN safety improvements:emkael
* initializing BWS settings with randomized PIN * checking PIN against predictable PINs (with explicit warning on settings save) * generating randomized PIN easily
2018-04-15BWS structure for hand records needs to be checked and created earlier on.v1.1.4.1emkael
2018-04-13Forcing section group settings and a warning if different records are ↵emkael
uploaded to sections Fixes #42
2018-04-13Detecting different hand records between sectionsemkael
2018-04-13Section group setting saved in a uniform wayemkael
2018-04-13Some of the initialization procedures for BWS might need a valid reference ↵emkael
to Bws()
2018-03-21Complete redesign of names loading mechanism.emkael
Fixes #24
2017-12-28Fix for #27 - incorrect names for multiple BWS sectionsemkael
2017-11-10Ordering columns by board number in hand records grid.emkael
Fixes #3
2017-09-30Force-setting name-related settings on names loadingv1.1.2-betaemkael
2017-09-30On BWS convert, fill Settings table with records for separate sectionsemkael
2017-09-30Loading names into specified sections, detecting sections for Teamy tournamentsemkael
2017-09-30Automatically detecting MySQL database for player names from Teamy BWS filesemkael
2017-09-27Preview hand records present in BWSemkael
Fixes #2
2017-09-20Adding Section field to Settings if it's missing (some Teamy BWS files suffered)emkael
2017-09-19Handling prolonged loading situations in main window UIemkael
2017-09-19Writing and sanitizing additional info for Teamy tournamentsemkael
2017-09-12Warning about inability to update section grouping during active sessionemkael
2017-08-29Sometimes default value for BM2ShowPlayerNames is empty, this should parse ↵emkael
to disabled option, too.
2017-08-25Adding Group field to Tables table on convert (single-section BWS files from ↵emkael
Pary did not generate it)
2017-08-24A bit of formatting for section selectoremkael
2017-08-23Results grouping for sections setting supportedemkael
2017-08-23Separate settings for separate sectionsemkael
2017-08-23Configurable table offset for Teamy tournamentsemkael
2017-08-23Editor for BWS namesemkael
2017-08-23Loading pair numbers for first round in Teamy tournaments to avoid warning ↵emkael
flood in case wrong tournament is selected
2017-08-23Redundant import removedemkael
2017-08-23After section labels changed, some metadata need to be saved for checkbox ↵emkael
list items
2017-08-23Hand records tab redesigned to be consistent with the settings tabemkael
2017-08-222.2.1 firmware options regarding player names implemented as a fix to #9emkael
2017-08-22When silently converting, only set default values for settings that are not ↵emkael
configurable
2017-08-22Convert BWS and add all required fields silentlyemkael
Fixes #15
2017-07-31Merge branch 'version-requirements' into 1.1-betav1.1.0-betaemkael
Conflicts: Aktywator.txt Aktywator/MainForm.Designer.cs Aktywator/MainForm.cs
2017-07-30Adding names to BWS if no player numbers are provided in Bridgematesrrb-namesemkael
2017-07-30Universal pairs data reading from BWS (independent on tournament type and ↵emkael
integer type used in BWS)
2017-07-30Loading names from MySQL tournaments generalized as a datasetemkael