Wykres commitów

573 Commity (84909b4a13f337606adf9551a6435bbf128e9aad)

Autor SHA1 Wiadomość Data
Elliott Liggett af2191da16 Cleaned up meter code, we can now query any meter we wish very easily,
either queued or directly.
2021-02-25 23:57:37 -08:00
Elliott Liggett b14c8392c7 Fixed meter polling issue. 2021-02-25 22:51:43 -08:00
Phil Taylor 93ef26995e Fix audiohandler compile warning 2021-02-25 18:51:51 +00:00
Phil Taylor 46789342df Reduce TX period to 10ms 2021-02-25 18:05:01 +00:00
Phil Taylor ea32c7f097 Various fixes and add watchdog in case of loss of civ or audio. 2021-02-25 17:53:01 +00:00
Phil Taylor 8eeeca07af Move uLaw encoding to a lookup table to match decoding 2021-02-25 17:49:48 +00:00
Phil Taylor b1d174b0a1 Send "are you there" packets on a timer until "I am here is received" 2021-02-25 11:13:18 +00:00
Phil Taylor 44678a6f34 Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha 2021-02-24 22:58:38 +00:00
Phil Taylor 6f6145f726 Many changes to mitigate network instability 2021-02-24 22:56:40 +00:00
Phil Taylor 30b9c72208 Merge branch 'lan-alpha' of https://gitlab.com/eliggett/wfview into lan-alpha 2021-02-24 22:56:01 +00:00
Phil Taylor 0e745b1ee5 Fix stylesheet in Windows 2021-02-24 22:55:29 +00:00
Elliott Liggett 707aba708e Merge branch 'ui-enhance' of gitlab.com:eliggett/wfview into ui-enhance 2021-02-24 09:39:43 -08:00
Elliott Liggett 4c136dca3a meter fix 2021-02-24 09:38:34 -08:00
Roeland Jansen 83eaffe392 changelog 2021-02-24 17:33:36 +01:00
Roeland Jansen 6816ac789c removed useless 9700 log 2021-02-24 17:30:53 +01:00
Roeland Jansen f98471991e changelog 2021-02-24 17:30:11 +01:00
Elliott Liggett 7d1e202663 signed vs unsigned and meter math 2021-02-24 07:56:12 -08:00
Phil Taylor ffc62213cd Fix lockup to 785x 2021-02-24 11:00:23 +00:00
Phil Taylor 098d3b8915 Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha 2021-02-24 08:41:04 +00:00
Phil Taylor 94d2cbbbc7 Fix logging compile error 2021-02-24 08:37:58 +00:00
Elliott Liggett 90d4933d02 changed size of meter for less eye bleach. 2021-02-24 00:29:01 -08:00
Elliott Liggett 29d3893bb0 Added a nice s-meter. It isn't right yet, but it's a start.
TODO: Change scale for power meter, make sure full-scale fits
TODO: create static image from scale to overlay each time rather than
drawing each time.
2021-02-24 00:18:19 -08:00
Phil Taylor ef79801081 Add logging categories 2021-02-23 21:21:22 +00:00
Phil Taylor 05c54ed349 Change UDP Server to use new packet format 2021-02-23 20:49:26 +00:00
Phil Taylor 80148a84bf More fixes to retransmit logic 2021-02-23 20:48:53 +00:00
Phil Taylor 84d558c08c Merge branch 'lan-alpha' of https://gitlab.com/eliggett/wfview into lan-alpha 2021-02-22 22:25:43 +00:00
Phil Taylor ae3005b8f8 Changes to retransmit code 2021-02-22 22:25:09 +00:00
Phil Taylor 6c54421f16 Fix small Windows compile warnings 2021-02-22 11:11:08 +00:00
Roeland Jansen cecc7e4703 f-lock in changelog 2021-02-22 11:29:33 +01:00
Phil Taylor 7112d23f5b Change server user types available. 2021-02-22 10:25:19 +00:00
Phil Taylor edf85885f1 Change precision of some number literals 2021-02-22 10:24:29 +00:00
Elliott Liggett 5da631ab0a Frequency lock works now. 2021-02-21 23:58:23 -08:00
Elliott Liggett 24d802597a Removed more unneeded debug and three unused functions. Just cleaning
house.
2021-02-21 22:13:21 -08:00
Elliott Liggett c4113aea6f Cleaned out some qDebug() that wasn't needed anymore. Output is now very
quiet on "release" type builds.
2021-02-21 21:54:25 -08:00
Phil Taylor 3796b00334 Add usertype selection for Server 2021-02-22 00:24:48 +00:00
Phil Taylor efd97ba143 Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha 2021-02-21 21:06:17 +00:00
Phil Taylor 3dd1f753fe More packet type changes 2021-02-21 21:05:58 +00:00
Phil Taylor 7d5a066108 Small fix when requesting stream 2021-02-21 15:06:27 +00:00
Phil Taylor ba0509ba61 Fix txaudio and move udphandler into its own thread 2021-02-21 14:53:42 +00:00
Roeland Jansen 9fa2f52369 modified changelog 2021-02-21 13:59:49 +01:00
Phil Taylor 4cb3289602 Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha 2021-02-21 09:00:41 +00:00
Elliott Liggett 549bf3463e Changed modulation select combo box to auto-resize as items are added. 2021-02-20 22:41:05 -08:00
Elliott Liggett c3e0fa7dbd S-Meter working! Power meter working!
Needs more testing, but it's here! 100ms polling time.
2021-02-20 20:41:19 -08:00
Phil Taylor 4e6d4d5faa Some more packet type fixes and make it not disconnect other users from the radio. 2021-02-21 01:18:14 +00:00
Phil Taylor 938a9f1d1b Add another missing break 2021-02-20 20:27:35 +00:00
Phil Taylor 86d0443fac add break to case statement 2021-02-20 20:23:21 +00:00
Phil Taylor 258b56fc58 Fix tx audio packet 2021-02-20 20:19:18 +00:00
Phil Taylor 6e53e1e683 Add visual studio 2019 solution 2021-02-20 18:30:46 +00:00
Phil Taylor e086966651 Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha 2021-02-20 18:29:50 +00:00
Phil Taylor df2c76588d Change the way that packets are handled
Packets can now be cast to a union of structs that allows each part to be accessed individually. Still a work in progress!
2021-02-20 18:29:23 +00:00