-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge FD Prototype #37
Conversation
1.69 - Add "Hi-Score web page" server in MorseRunner.ini. - Change Callersign Font to 'Consolar', You can find the font in office 2007, windows visit/7/8 etc. - Change string to Unicode, Building with Delphi 2010 sp3.
…it; CRLF when checked out)
This change form the basis of David's CWOPS CWT contest implementation
# Conflicts: # Contest.pas
This is David's CWT contest implementation (w7sst added some whitespace)
…string as a valid number.
…ed-an-empty-string-as-a-valid-number Issue #18 - bug fix - CWOPTS.isnum() incorrectly considered an empty string as valid
Issue #16 - bug fix - last char of last field is dropped by TCWOPS.De…
Issue #14 - Add some comments to CWT code in SaveQso().
…tment Issue #21 - rework ct7aup's Rx CW Speed adjustment
…s; code simplification.
- bug fix - reading corrupt Pitch/Bandwidth from .INI file (e.g. Pitch=-1) results in bad audio. - bug fix kludge - fix IDE hang in debug mode by calling NameThreadForDebugging() (no idea why this works) - comments - update comments to bh1scw's prior work
…; checkpoint before moving in changes (from jr8ppg)
…CWT and HST). ExchangeEdit logic working.
… DX station to send NR?
Adds NCJ NAQP Contest
- change version number to 1.80 - bug fix - in Single station mode, sending a corrected callsign causes DX station to send NR? - add gaussian distribution to DxOper.GetWpm() function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a coder, but from what I understand you are merging all these versions into the main branch. Glad to see this moving forward. Please let me know when I can show it off to my CW friends and create a youtube video on our goal and need for feedback.
Scott
@scotthibbs , 73, |
Understood. I didn't do the pull request to allow ct7aup to give it a better look. - Scott |
Fixes #36. This branch integration contains the FD Prototype that I started to develop last March. It is being merged into our 'main' branch so other visitors can see the code and perhaps add additional contests to this code base. We still need to resolve how to release an executable to someone for installation and usage.
If you look at the integrations on this branch, 36-fd-prototype, you can see the major development steps along the way. I used git's rebase command to move these changes current, even though some of this work started in late April through September of 2022.