https://github.com/virtualagc/virtualagc

sort by:
Revision Author Date Message Commit Date
4508e55 Updated HAL/S compiler README. 11 November 2023, 18:35:00 UTC
99e08e9 Source tree for ported HAL/S compiler changed in order to accommodate porting PASS 2. 11 November 2023, 18:27:18 UTC
d1f37cf Typo corrected. 11 November 2023, 15:44:02 UTC
a035224 Deleted files I apparently had incompletely deleted before. 11 November 2023, 13:08:43 UTC
301c0a2 Renamed top-level HAL/S compiler yet again. 11 November 2023, 13:00:11 UTC
5521b77 Changed name of HAL/S compiler. 11 November 2023, 12:55:27 UTC
5c64e1a Updates to HAL/S-FC README. 11 November 2023, 12:40:11 UTC
b95f814 Main file of ported HAL/S compiler renamed to avoid some cross-platform issues. 10 November 2023, 23:16:43 UTC
b5f7a3a Fixed formatting of DOUBLE literals in HAL/S-FC literal-table dump. I hope! 10 November 2023, 00:07:40 UTC
91f523d Fixed HAL/S compiler version stamp. 08 November 2023, 14:16:49 UTC
1f7ba2d Oops! Messed up the preceding commit. 07 November 2023, 21:31:04 UTC
e0de951 Added a BASH shell script HAL-S-FC.sh, and fixed some errors that I somehow had missed seeing in the compiler and HAL/S sample files. 07 November 2023, 21:29:52 UTC
265f5ae For Windows, added a HAL-S-FC batch file and removed all UTF-8 from sample HAL/S source files. 07 November 2023, 21:15:15 UTC
e93f561 Fixup for Windows UTF-8 bug. 07 November 2023, 20:35:58 UTC
800b7e8 Fix to HAL/S-FC --help. 07 November 2023, 20:07:27 UTC
b4df807 The ported original HAL/S compiler (PASS 1 only) now compiles all presently- available HAL/S source code files without compile-time error messages. 07 November 2023, 14:03:41 UTC
d0df351 More fixes to the ported HAL/S compiler. 06 November 2023, 23:43:50 UTC
77903a9 Made allowances for HAL/S compiler's SRN option. 06 November 2023, 19:57:13 UTC
99a159b More progress porting HAL/S compiler, and in fixing problems in some of the HAL/S sample files. 05 November 2023, 23:56:05 UTC
752273c Updates to README for Python port of HAL/S compiler. 05 November 2023, 12:16:47 UTC
07f5d28 Progress on Python port of HAL/S compiler. 04 November 2023, 23:25:25 UTC
cb9bee8 More porting progress on HAL/S compiler. 03 November 2023, 22:29:14 UTC
0db948b More progress with Python port of original HAL/S compiler. 03 November 2023, 00:02:56 UTC
7882e71 More progress on port of HAL/S compiler. 31 October 2023, 23:48:27 UTC
147e75f More progress on port of XPL HAL/S-FC to Python. 30 October 2023, 23:15:45 UTC
8d43416 Progress on port of original HAL/S compiler. 30 October 2023, 01:03:02 UTC
cd51361 Progress on Python port of HAL/S-FC and associated HAL/S code samples. 26 October 2023, 23:00:01 UTC
4c48e10 All available HAL/S sample programs (~100 files, taken from documents or written from scratch) now compile without the ported HAL/S compiler aborting. (I *don't* mean that there are no compile-time error messages, *nor* that the generated HALMAT is correct. *Nor* that the compiler wouldn't abort for some other HAL/S code. But it's a milestone.) 25 October 2023, 18:46:27 UTC
dd24920 Progress of Python port of the original HAL/S-FC compiler. 24 October 2023, 23:47:58 UTC
cf3d606 Fixed a HAL/S source line longer than 80 chars. 22 October 2023, 23:39:18 UTC
174a18a More progress on Python port of original HAL/S compiler. 22 October 2023, 23:34:45 UTC
ebfcf59 Progress on Python port of XPL HAL/S-FC. 21 October 2023, 23:54:06 UTC
b047ba8 Fixed a bug in the *original* XPL of the HAL/S compiler, and made additional progress on the Python port. 20 October 2023, 14:32:06 UTC
145b3b1 More progress and bugs fixed in Python port of XPL HAL/S compiler. 19 October 2023, 23:34:06 UTC
cdd0768 Fixed up several bugs in the Python port of XPL HAL/S-FC. 18 October 2023, 23:04:39 UTC
662020e Inconsequential formatting changes to a HAL test file. 17 October 2023, 23:48:19 UTC
b4f8f1c More porting progress on the original HAL/S compiler. 17 October 2023, 23:45:11 UTC
b98a1c6 Progress in porting HAL/S compiler from XPL to Python. 16 October 2023, 11:59:06 UTC
860e09c Progress on port of HAL/S-FC from XPL to Python. 11 October 2023, 00:02:55 UTC
44ee3f3 More progress porting HAL/S compiler from original XPL to Python. 09 October 2023, 00:55:03 UTC
28e147b Getting these fixes to be consistent (&lt; vs <) is tricky .... 06 October 2023, 00:43:11 UTC
77951b2 More formatting fixes to README. 06 October 2023, 00:41:16 UTC
9791c42 More fixes to README (all related to ` character). 06 October 2023, 00:11:03 UTC
80f8613 Changed some stuff in the README not represented properly on github. 05 October 2023, 23:59:23 UTC
e486e4f Fixed stray context change in HAL/S-FC compiler port to Python. 05 October 2023, 23:48:17 UTC
bad7014 Progress on original HAL/S-FC port to Python. 03 October 2023, 23:01:46 UTC
436e11e More progress on HAL/S compiler port. 01 October 2023, 00:41:55 UTC
3bb01c0 More progress on python port of original HAL/S compiler. 29 September 2023, 23:17:46 UTC
7d935a4 Added another file to the HAL/S compiler port. 29 September 2023, 00:29:30 UTC
b5d279f Added a couple of files to the HAL/S compiler port. 29 September 2023, 00:28:22 UTC
cdff49b More progress on Python port from XPL version of HAL/S-FC. 28 September 2023, 23:42:16 UTC
a0c0d71 More progress on port of HAL/S-FC from XPL to Python. 27 September 2023, 23:48:39 UTC
5d84fbc Added accidentally-omitted file. 26 September 2023, 23:50:40 UTC
82d6cc0 More progress on Python port of Intermetrics HAL/S-FC. 26 September 2023, 23:49:50 UTC
d241e97 More progress on python port of Intermetrics HAL/S-FC. 25 September 2023, 00:28:09 UTC
74725c0 More progress on HAL/S-FC port. 23 September 2023, 00:49:33 UTC
c5b10a8 Fixed a cent symbol in HAL/S-FC XPL source. 23 September 2023, 00:00:31 UTC
678593c Added a file I forgot on the last commit. 22 September 2023, 23:59:42 UTC
15a3f45 More progress on porting pass 1 of Intermetrics HAL/S compiler to Python. 22 September 2023, 23:58:54 UTC
79759a6 More (slow!) progress on Python port of Intermetrics HAL/S-FC. 21 September 2023, 19:27:58 UTC
55fec8d More progress on python port of Intermetrics HAL/S compiler. 19 September 2023, 01:41:24 UTC
cee0faa More progress on HAL/S-FC port to python 17 September 2023, 15:56:02 UTC
96f752e Yet another file. 17 September 2023, 00:07:31 UTC
61dfc52 Another file. 17 September 2023, 00:06:12 UTC
0dd71f0 A file for the HAL/S compiler I forgot. 17 September 2023, 00:05:12 UTC
6648519 More progress on Python3 port of Intermetrics XPL version of the HAL/S compiler. 17 September 2023, 00:04:05 UTC
c190286 More progress on Python 3 port of XPL HAL/S-FC. 15 September 2023, 00:17:08 UTC
81631a9 Fixed some d.CLASS_xxx comments. 14 September 2023, 12:17:38 UTC
fcbd50e Commit prior to reworking production numbers. 14 September 2023, 11:50:27 UTC
da48258 More progress on Python3 port of XPL HAL/S-FC (PASS1). 13 September 2023, 23:10:09 UTC
38cba06 More progress on Python3 port of XPL HAL/S-FC. 13 September 2023, 01:19:27 UTC
377d0a1 More progress on Python3 port of XPL HAL/S-FC (PASS 1 only). 11 September 2023, 22:59:41 UTC
cb74b6d Completed implementing persistence of procedures' local variables in the HAL/S-FC modules ported so far into Python. 11 September 2023, 00:17:27 UTC
6ca18e2 Continued progress on Python3 port of HAL/S-FC. 10 September 2023, 18:30:03 UTC
c5b11f4 More progress on Python port of XPL HAL/S-FC. 09 September 2023, 22:59:34 UTC
2b388cc Continued progress on porting XPL HAL/S-FC to Python3. 07 September 2023, 23:55:03 UTC
5b7e1cc Added what I've done so far on the port of HAL/S-FC from XPL to Python. 07 September 2023, 12:21:44 UTC
45238f4 Perhaps last updates to yaLVDC telemetry for a while. 23 August 2023, 23:29:18 UTC
c5b75de I think DCS is working now, at least insofar as giving all indications that commands and data have been received and interpreted properly. PIO 4470 needs to be implemented for memory dumps. 23 August 2023, 01:37:38 UTC
67b5bdc Fixed bad function name. 21 August 2023, 18:58:28 UTC
4fb9f15 Implmented DCS EXECUTE GENERALIZED MANEUVER, leaving EXECUTE ALTERNATE SEQUENCE as the only DCS command unimplemented yet. Implemented the DCS acknowledgement protocol. Still, no good way to test. 21 August 2023, 18:46:44 UTC
00d1772 Mostly completed all DCS commands for AS-512/513, except that I can't figure out the AS-513 commands EXECUTE ALTERNATE SEQUENCE and EXECUTE GENERALIZED MANEUVER. And I have no way at present to test much of it. 21 August 2023, 02:03:46 UTC
b89e896 Several more AS-512 and AS-513 LVDC DCS commands implemented, hopefully (no real way to test at the moment). 20 August 2023, 00:01:11 UTC
3c9aefb I think the LVDC DCS commands NAVIGATION UPDATE, RETURN TO NORMAL TIMELINE, and SECTOR DUMP are implemented now in yaMccLvdc.py. Added unNOD.py and NOD.txt. 18 August 2023, 23:43:53 UTC
65865bd Added the Ctrl-click feature for yaMccLvdc.py telemetry. 17 August 2023, 01:14:55 UTC
5d4f9b0 Support for no-data DCS commands should now be working in yaLVDC and in yaMccLvdc.py. 16 August 2023, 15:10:40 UTC
95b3b1f Merge pull request #1215 from CaptainSwag101/yaDSKYb1-fixes yaDSKYb1 Fixes 15 August 2023, 11:25:34 UTC
ad520bf Fixed the flashing interval properly The measurement for FS17 was its frequency, not period. The interval for each flash is 1.28 seconds: 640 ms on, 640 ms off. 15 August 2023, 05:41:41 UTC
388f4cd Update top-of-file changelog Whoops! Forgot about that. 15 August 2023, 05:13:46 UTC
831fc00 Remove 200ms delay 15 August 2023, 04:46:41 UTC
c01bd95 Refine V/N flash timing (scaler line FS17) 15 August 2023, 04:13:57 UTC
b3143d6 Revert "Fix building yaDSKYb1 on my machine" This reverts commit 06c0cc063896bd8927c6ed8f8a065f0214504e82. 15 August 2023, 03:54:27 UTC
8595a85 Change OUT1 bit 4 to drive the TM FAIL light 15 August 2023, 03:52:33 UTC
4c08c0e Remove refresh delay, adjust flashing interval, fix COMP activity light 15 August 2023, 02:58:33 UTC
837a262 DCS window (not yet functional) added to yaMccLvdc.py telemetry viewer. 14 August 2023, 22:57:24 UTC
5a7109d Great improvements to yaMccLvdc.py's telemetry display. I hesitate to claim something is "perfected", but it's pretty good. 14 August 2023, 13:18:04 UTC
5914063 Added new LVDC telemetry viewer, yaMccLvdc.py 14 August 2023, 00:22:57 UTC
eb20abf Removed of a timing bottleneck in yaLVDC associated with the virtual wiring. Various fixups to telemetry interpretation, including negative numbers, application of binary scalers, and treatment of values with "no" scaling. 12 August 2023, 19:08:59 UTC
5e6ec08 Upgraded analyzeBoost.py to allow it to receive and display telemetry directly from yaLVDC's virtual wiring, rather than just via the PIO log. 11 August 2023, 21:43:29 UTC
50709f8 Added C port of lvdcTelemetryDecoder.py. 11 August 2023, 14:22:33 UTC
back to top