https://github.com/virtualagc/virtualagc

sort by:
Revision Author Date Message Commit Date
62edbcc Merge pull request #1149 from virtualagc/yagcb1_fixes yaAGCb1: Fixed a few errors identified by SELF-CHECK 08 August 2021, 00:25:00 UTC
b8b57e2 yaAGCb1: Updated change notes for executeOneInstruction 07 August 2021, 22:47:38 UTC
feabfcc yaAGCb1: Corrected SL and division of equal-magnitude numbers 07 August 2021, 22:38:19 UTC
9587743 yaAGCb1: Corrections to CCS and SU, which fully fix RUPTCHK 07 August 2021, 20:40:23 UTC
fd07c5b yaAGCb1: Retain the contents of A on TS A with overflow 07 August 2021, 18:33:41 UTC
db489ea yaAGCb1: Fixed a few errors identified by SELF-CHECK 06 August 2021, 07:33:07 UTC
1bd6f8f Merge pull request #1148 from ThymoNL/no-resume Added --no-resume cli option 26 July 2021, 22:16:51 UTC
ff4d9e7 Added --no-resume cli option 25 July 2021, 18:26:32 UTC
3577d0b Merge pull request #1147 from smithery1/Issue/1143 Issue 1143: Fix various symbol name and other minor typos 30 May 2021, 19:14:00 UTC
8d274f6 Issue 1143: Fix various symbol name and other minor typos * Based on various end-of-listing table discrepancies between scans and output of transcribed code bases * Changes carried into reconstructed sources as appropriate * Not exhaustive * Verified no effect on binary output 30 May 2021, 17:55:00 UTC
bc21d6b Merge pull request #1146 from scivision/cmake Cmake: add more targets 28 May 2021, 00:02:13 UTC
0984c18 cmake: add yaUplinkBlock1 cmake add jWiz cmake add yaTelemetry wx-config 27 May 2021, 23:56:03 UTC
80a0123 lint 27 May 2021, 23:06:58 UTC
32bbb3a cmake: add yaUniverse 27 May 2021, 23:06:58 UTC
b7055dd Merge pull request #1145 from scivision/cmake CMake: corrections, add more targets 27 May 2021, 22:58:11 UTC
5122cf5 cmake: add yaAGS 27 May 2021, 22:39:10 UTC
04acafb add Tools CMake 27 May 2021, 21:30:36 UTC
645f07d add yaOBC 27 May 2021, 19:11:46 UTC
dc0f9cd enable tests 27 May 2021, 19:01:14 UTC
1db6cd5 defines 27 May 2021, 19:01:14 UTC
988154f add strcmpEBDDIC 27 May 2021, 19:01:14 UTC
3998d62 Cmake: add yaLEMAP 27 May 2021, 19:01:13 UTC
1ed78c0 MSG_NOSIGNAL for WIN32 27 May 2021, 18:48:40 UTC
b61f1e7 modern MSVC has time.h, and MSYS2 also has time.h 27 May 2021, 18:48:38 UTC
eaf7c9d correct link syntax 27 May 2021, 17:53:57 UTC
b8c98fc update version and correct cmake minimum 27 May 2021, 17:53:41 UTC
4780470 yaDSKY2: skip if wx not present 27 May 2021, 17:52:54 UTC
71b8877 Merge pull request #1144 from michaelfranzl/port_yaAGC_to_wasm Add WebAssembly compilation target for yaAGC 24 May 2021, 17:58:00 UTC
5283301 The Cygwin/MINGW-only workarounds for yaYUL, yaLEMAP, and checkdec posted earlier are bogus and have been rolled back. In exchange, there is now what's hopefully an all-platform fix applying just to yaYUL. 24 May 2021, 17:41:39 UTC
3e9ee51 Extended the workaround for Cygwin to MINGW as well. 24 May 2021, 15:51:44 UTC
8b09643 Merged CYGWIN workaround from the comanche67 branch. 24 May 2021, 11:26:55 UTC
5b92d09 Port yaAGC to WebAssembly 20 May 2021, 04:45:01 UTC
92a74ef Souped up yaYUL's --help message concerning the --reconstruction option. 22 April 2021, 22:48:37 UTC
a96e8f7 Merged yaYUL changes from the comanche67 branch into the main branch. These changes relate to the use of the --reconstruction command-line switch to enhance the output .lst file with ##-comments associated with source-code reconstruction. 22 April 2021, 22:39:56 UTC
71643ae Fixed a rare pagination error in GAP-style symbol tables. 22 April 2021, 12:54:32 UTC
def1acb Followed up on the changes to the symbol-table sorting-order from yesterday, to overhaul the formatting of the table more-completely, so as to make side-by-side comparisons between yaYUL and YUL/GAP much, much easier. 21 April 2021, 23:49:18 UTC
bf11e97 Human-readable symbol tables created by yaYUL while assembling AGC source code are now in the collation order dictated by the original assembler (YUL or GAP) rather than in the native collation order of the assembly platform. However, .symtab files created by yaYUL for subsequent debugging of executable AGC code continue to be in the native collation order. 20 April 2021, 21:00:31 UTC
89c80bb Modded yaLVDC to build on current MacOS X. 22 March 2021, 22:44:22 UTC
27501a8 Slightly changed build order, to allow potentially eliminating certain targets for the MacOS X platform; however, no targets eliminated as of yet. 22 March 2021, 16:16:51 UTC
9ad268a Eliminated some wxWidgets flags in yaDEDA2 to avoid assertion popups with wxWidgets 3.1.x. 22 March 2021, 14:38:09 UTC
c3e2a58 In VirtualAGC.cpp, eliminated use of wxALIGN_CENTER_HORIZONTAL in horizontal sizers. 22 March 2021, 14:29:56 UTC
3604831 Eliminated combining wxCENTER_xxx with wxEXPAND in VirtualAGC.cpp. 22 March 2021, 14:03:45 UTC
6e365b3 Eliminated bogus use of wxALIGN_CENTRE in wxStaticText invocations, currently causing assertion warnings in wxWidgets 3.1.x. 22 March 2021, 13:12:57 UTC
419938d Corrected typo in a message output by the top-level makefile. 22 March 2021, 12:48:14 UTC
6e1f28a Eliminated "deprecation" warning messages from wxWidgets 3.1.x, related to the constants used in invocation of wxFont. 22 March 2021, 12:45:11 UTC
ca56e26 Eliminated symbol wxADJUST_MINSIZE (wxGTK 3.1.4). 21 March 2021, 23:51:57 UTC
f4ce9c0 Comanche 45/2 now builds by default. Support for it enabled in the VirtualAGC GUI program. Reconstruction-justification annotations added to its source code. 24 December 2020, 21:53:15 UTC
969bdfb Merge pull request #1139 from virtualagc/manche45r2 Reconstructed MANCHE45 rev 2 24 December 2020, 20:00:27 UTC
47811e7 Fixed an annotation, based on feedback. 24 December 2020, 19:53:43 UTC
a4a63bc Manche45R2: incorporated the R-2 potential model, which makes all checksums correct. 24 December 2020, 18:51:12 UTC
4abc7b4 Added skeleton Manche45/2 for reconstruction. 24 December 2020, 17:52:47 UTC
c7f8a8e Added Comanche045 to default build in Makefile. Added support for Comanche 45 to VirtualAGC GUI. Added reconstruction-justifying annotations to Comanche 45 source. 24 December 2020, 17:02:05 UTC
347a43c Merge pull request #1137 from virtualagc/comanche45 Reconstructed Comanche 45 24 December 2020, 10:02:58 UTC
aefc166 Comanche 45: implemented a fix for anomaly COM-4 that gives the correct checksums and the correct word count 24 December 2020, 06:58:42 UTC
4d7510c Comanche 45: Added a possible implementation of PCR 747, which fixes bank 17 21 December 2020, 05:18:09 UTC
77fed98 Added some crucial info I had accidentally left out of an annotation. 15 December 2020, 00:19:44 UTC
b805607 Incorporated feedback about the recent annotations made to Luminary 69/2. 15 December 2020, 00:11:30 UTC
9e61b00 I've corrected/tweaked the heading blurbs for Comanche 44 and 55 HTML files. I've also added reconstruction-justification annotations to Luminary 69/2. 14 December 2020, 21:52:35 UTC
b1fd14b When yaYUL is used to generate colorized, syntax-highlighted HTML assembly listings for AGC programs, I had overridden the CSS style settings for visited hyperlinks, so as to use a non-default color. This color was fine until I began adding justifying annotations to reconstructed AGC software versions, at which point I found that the visited hyperlinks became almost indistinguishable from the surrounding black text. No good! I've changed yaYUL so that it now uses the ordinary default coloring for visited hyperlinks. 14 December 2020, 21:50:20 UTC
7258b2b Justifying annotations added to Mike's reconstruction of Comanche 51. Slight tweak to the blurb at the top of Comanche 44 html files. 13 December 2020, 22:52:45 UTC
8a90b1b Some additional feedback on the Comanche 44 annotations was incorporated into the P40-P47 log section. 13 December 2020, 17:45:20 UTC
3891dc6 Incorporated feedback about the justifying annotations I had added to Comanche 44. 13 December 2020, 15:01:17 UTC
a390885 Justifying annotations have been added to the source code for Mike's reconstruction of Comanche 44 have been added for *each* difference between the Comanche 44 and Comanche 51 source code. 12 December 2020, 22:42:23 UTC
2d33293 Comanche 51: removed module change tags 09 December 2020, 06:52:53 UTC
6771bf0 Comanche 45: Added a module change tag and a stub for the fix in RTB OP CODES 07 December 2020, 06:51:57 UTC
22902a4 Added a skeleton Comanche 045 folder for reconstruction. 07 December 2020, 06:06:01 UTC
9bb65dd Improved (I hope) my comments regarding builds using the FORCE_xxx switches for 'make'. 06 December 2020, 22:25:17 UTC
b3924aa Made fixes allowing Virtual AGC to be built with clang (3.9) on Linux, as opposed to the default compiler (gcc); that's only to help verify, to the extent that I can without a Mac, that it will build on a Mac. I.e., it's not a harbinger of a gratuitous change from gcc to clang! Also, documented a little better the compile-time switches that have been provided to assist when the build environment is too complex to allow using the default gcc or g++. 06 December 2020, 22:08:22 UTC
f88be71 Added support for Comanche 44 to VirtualAGC GUI program. 06 December 2020, 16:12:50 UTC
9837548 Comanche 44 is now built by the default build. I've also tweaked the annotation-file giving the blurb at the tops of colorized Comanche 44 HTML files a bit. 06 December 2020, 04:08:16 UTC
adc5eda Merge pull request #1135 from virtualagc/comanche044 Reconstructed Comanche 44 06 December 2020, 03:19:38 UTC
8f10e0d Comanche 44: Updated assembly information and contracts to better reflect this release 06 December 2020, 01:58:43 UTC
b468387 Comanche 44: cleaned up erasables and tweaked LDPLANET, which resolves all banksums 06 December 2020, 01:41:57 UTC
f12cd1a Comanche 44: Removed the 'LM attached' check from TVCINITIALIZE 06 December 2020, 01:40:49 UTC
4a455ee Comanche 044: cleaned up P40-P47 05 December 2020, 21:47:18 UTC
6895d6e Comanche 044: Undid various changes made to P51-P53 05 December 2020, 21:28:16 UTC
cf35144 Comanche 044: relocated a chunk of code in P11 back to its original place 05 December 2020, 20:26:06 UTC
4a79de4 Comanche 44: Changed max RCS DAP rates back up to 4deg/s 05 December 2020, 07:45:40 UTC
3619c3e Comanche 044: Added back an INHINT in P30,P37 05 December 2020, 07:40:41 UTC
3167e4d Comanche 044: Removed a shift from P21 05 December 2020, 04:03:12 UTC
9549d4d Comanche 044: Removed NN stuff from P34-P35, and deleted S3435LOC 05 December 2020, 03:56:00 UTC
0e4e01c Comanche 044: Removed setting of NN from STABLE ORBIT 05 December 2020, 03:05:11 UTC
c555bde Comanche 045: Reverted to 1968-1969 constants and star tables 04 December 2020, 08:23:50 UTC
3f621a3 Comanche 044: Fixed up noun tables and removed reference to N74 from the P60s 04 December 2020, 07:56:35 UTC
a31c52f Comanche 044: changed WWPOS/WWVEL handling in V67, which fully fixed bank 40 04 December 2020, 07:21:37 UTC
6ccfff4 Comanche 044: Removed P00 check from VBTSTLTS 04 December 2020, 07:09:22 UTC
41a73f8 Comanche 044: Removed flag clearing from POODOO 04 December 2020, 07:06:04 UTC
ea3ceef Comanche 44/51: Removed some straggler Comanche 55 files 04 December 2020, 06:54:42 UTC
e73d0e6 Added a skeleton Comanche 044 folder for reconstruction. 04 December 2020, 06:52:54 UTC
5319472 Merge pull request #1132 from Thymo-/nassp Prevent compile warning in Visual Studio 02 November 2020, 22:21:53 UTC
7046d5c Prevent compile warning in Visual Studio 02 November 2020, 21:24:43 UTC
2c2f961 Updated the VirtualAGC UI program to use Sundance306ish (phase 2 reconstruction of Sundance 306) in place of the previous SundanceXXX (phase 1 reconstruction). 13 August 2020, 18:49:31 UTC
e802a87 Now builds Sundance306ish (in addition to SundanceXXX) in the default build. The VirtualAGC GUI doesn't yet support Sundance306ish; I'm waiting for a successful test flight to add that support. 05 August 2020, 22:59:33 UTC
98f459c Merge pull request #1128 from thewonderidiot/sundance_306ish Sundance 306ish 05 August 2020, 22:16:18 UTC
62dc9a3 Sundance306ish: cleaned up and updated headers. 30 July 2020, 06:17:26 UTC
1d7b4ac SundanceXXX: Corrected size of VVARMIN (it is double-precision, not triple-precision) 28 July 2020, 02:48:58 UTC
f82ced6 Sundance306ish: adjusted RATESTRT to -1.4 degrees/sec. 27 July 2020, 00:32:02 UTC
ddec0bf Sundance306ish: added a theoretical implementation for UNK7766, renamed it to SETXDSP, and changed R36 to call it 26 July 2020, 22:01:21 UTC
0ddd8c8 Sundance306ish: changed the 1301 alarm to an ALARM rather than an ABORT 25 July 2020, 22:26:57 UTC
ba1d197 Sundance306ish: implemented most of the changes suspected to have been made for Sundance 306. 25 July 2020, 05:13:16 UTC
back to top