Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haroon/Apollo-11
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: chrislgarry/Apollo-11
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
Loading
Showing with 13,986 additions and 5,387 deletions.
  1. +1 −1 .editorconfig
  2. +5 −0 .github/ISSUE_TEMPLATE/Discussion.md
  3. +5 −0 .github/ISSUE_TEMPLATE/Humour.md
  4. +15 −0 .github/ISSUE_TEMPLATE/Proof_Comanche.md
  5. +15 −0 .github/ISSUE_TEMPLATE/Proof_Luminary.md
  6. +9 −0 .github/PULL_REQUEST_TEMPLATE.md
  7. +6 −0 .github/labeler.yml
  8. +13 −0 .github/workflows/label.yml
  9. +14 −0 .github/workflows/markdownlint.yml
  10. +2 −0 .gitignore
  11. +11 −0 .markdownlint.yml
  12. +0 −97 CONTRIBUTING.ar.md
  13. +0 −67 CONTRIBUTING.ko_kr.md
  14. +122 −52 CONTRIBUTING.md
  15. +1 −1 Comanche055/ASSEMBLY_AND_OPERATION_INFORMATION.agc
  16. +3 −3 Comanche055/CONIC_SUBROUTINES.agc
  17. +1 −1 Comanche055/DISPLAY_INTERFACE_ROUTINES.agc
  18. +281 −302 Comanche055/EXTENDED_VERBS.agc
  19. +229 −223 Comanche055/FRESH_START_AND_RESTART.agc
  20. +4 −4 Comanche055/GROUND_TRACKING_DETERMINATION_PROGRAM.agc
  21. +85 −78 Comanche055/IMU_CALIBRATION_AND_ALIGNMENT.agc
  22. +85 −87 Comanche055/IMU_MODE_SWITCHING_ROUTINES.agc
  23. +98 −106 Comanche055/INTEGRATION_INITIALIZATION.agc
  24. +20 −16 Comanche055/INTERPRETER.agc
  25. +99 −0 Comanche055/MAIN.agc
  26. +1 −1 Comanche055/ORBITAL_INTEGRATION.agc
  27. +179 −174 Comanche055/P11.agc
  28. +18 −18 Comanche055/P20-P25.agc
  29. +98 −116 Comanche055/P30-P37.agc
  30. +404 −397 Comanche055/P32-P33_P72-P73.agc
  31. +18 −18 Comanche055/P34-35_P74-75.agc
  32. +7 −7 Comanche055/P37_P70.agc
  33. +5 −5 Comanche055/P40-P47.agc
  34. +21 −21 Comanche055/P51-P53.agc
  35. +7 −7 Comanche055/P61-P67.agc
  36. +1 −1 Comanche055/P76.agc
  37. +4 −4 Comanche055/PINBALL_GAME_BUTTONS_AND_LIGHTS.agc
  38. +1 −1 Comanche055/R60_62.agc
  39. +101 −101 Comanche055/README.md
  40. +7 −7 Comanche055/STABLE_ORBIT.agc
  41. +1 −1 Comanche055/SXTMARK.agc
  42. +263 −290 Comanche055/TIME_OF_FREE_FALL.agc
  43. +4 −4 Comanche055/TPI_SEARCH.agc
  44. +95 −93 Comanche055/TVCROLLDAP.agc
  45. +1 −1 Comanche055/WAITLIST.agc
  46. +19 −0 LICENSE.md
  47. +20 −18 Luminary099/AGC_BLOCK_TWO_SELF_CHECK.agc
  48. +5 −6 Luminary099/AGS_INITIALIZATION.agc
  49. +8 −8 Luminary099/ALARM_AND_ABORT.agc
  50. +3 −3 Luminary099/AOSTASK_AND_AOSJOB.agc
  51. +7 −7 Luminary099/AOTMARK.agc
  52. +2 −2 Luminary099/ASCENT_GUIDANCE.agc
  53. +12 −12 Luminary099/ASSEMBLY_AND_OPERATION_INFORMATION.agc
  54. +1 −1 Luminary099/ATTITUDE_MANEUVER_ROUTINE.agc
  55. +13 −13 Luminary099/BURN_BABY_BURN--MASTER_IGNITION_ROUTINE.agc
  56. +1 −1 Luminary099/CONIC_SUBROUTINES.agc
  57. +85 −72 Luminary099/DAPIDLER_PROGRAM.agc
  58. +7 −7 Luminary099/DAP_INTERFACE_SUBROUTINES.agc
  59. +2 −2 Luminary099/DISPLAY_INTERFACE_ROUTINES.agc
  60. +1 −1 Luminary099/DOWNLINK_LISTS.agc
  61. +6 −6 Luminary099/DOWN_TELEMETRY_PROGRAM.agc
  62. +1 −1 Luminary099/ERASABLE_ASSIGNMENTS.agc
  63. +1 −1 Luminary099/EXECUTIVE.agc
  64. +10 −10 Luminary099/EXTENDED_VERBS.agc
  65. +1 −1 Luminary099/FINDCDUW--GUIDAP_INTERFACE.agc
  66. +33 −33 Luminary099/FIXED_FIXED_CONSTANT_POOL.agc
  67. +1 −1 Luminary099/FLAGWORD_ASSIGNMENTS.agc
  68. +9 −9 Luminary099/FRESH_START_AND_RESTART.agc
  69. +42 −43 Luminary099/{LAMBERT_AIMPOINT_GUIDANCE.agc → GENERAL_LAMBERT_AIMPOINT_GUIDANCE.agc}
  70. +4 −4 Luminary099/GIMBAL_LOCK_AVOIDANCE.agc
  71. +70 −67 Luminary099/GROUND_TRACKING_DETERMINATION_PROGRAM.agc
  72. +0 −28 Luminary099/HeaderTemplate.agc
  73. +85 −86 Luminary099/IMU_COMPENSATION_PACKAGE.agc
  74. +1 −1 Luminary099/IMU_MODE_SWITCHING_ROUTINES.agc
  75. +1 −1 Luminary099/IMU_PERFORMANCE_TESTS_4.agc
  76. +2 −2 Luminary099/IMU_PERFORMANCE_TEST_2.agc
  77. +2 −2 Luminary099/INFLIGHT_ALIGNMENT_ROUTINES.agc
  78. +167 −168 Luminary099/INPUT_OUTPUT_CHANNEL_BIT_DESCRIPTIONS.agc
  79. +4 −4 Luminary099/INTEGRATION_INITIALIZATION.agc
  80. +40 −38 Luminary099/INTER-BANK_COMMUNICATION.agc
  81. +2 −2 Luminary099/INTERPRETER.agc
  82. +1 −1 Luminary099/INTERPRETIVE_CONSTANT.agc
  83. +2 −2 Luminary099/INTERRUPT_LEAD_INS.agc
  84. +17 −25 Luminary099/KALCMANU_STEERING.agc
  85. +2 −2 Luminary099/KALMAN_FILTER.agc
  86. +19 −21 Luminary099/KEYRUPT_UPRUPT.agc
  87. +28 −31 Luminary099/LANDING_ANALOG_DISPLAYS.agc
  88. +69 −71 Luminary099/LATITUDE_LONGITUDE_SUBROUTINES.agc
  89. +28 −31 Luminary099/LEM_GEOMETRY.agc
  90. +54 −67 Luminary099/LUNAR_AND_SOLAR_EPHEMERIDES_SUBROUTINES.agc
  91. +3 −3 Luminary099/LUNAR_LANDING_GUIDANCE_EQUATIONS.agc
  92. +0 −73 Luminary099/MAIN.agc
  93. +2 −2 Luminary099/ORBITAL_INTEGRATION.agc
  94. +4 −4 Luminary099/P-AXIS_RCS_AUTOPILOT.agc
  95. +9 −11 Luminary099/P12.agc
  96. +5 −5 Luminary099/P20-P25.agc
  97. +32 −40 Luminary099/P30_P37.agc
  98. +15 −15 Luminary099/P32-P35_P72-P75.agc
  99. +19 −19 Luminary099/P34-35_P74-75.agc
  100. +7 −7 Luminary099/P40-P47.agc
  101. +32 −32 Luminary099/P51-P53.agc
  102. +22 −17 Luminary099/P70-P71.agc
  103. +22 −25 Luminary099/P76.agc
  104. +1 −1 Luminary099/PHASE_TABLE_MAINTENANCE.agc
  105. +12 −12 Luminary099/PINBALL_GAME_BUTTONS_AND_LIGHTS.agc
  106. +1 −1 Luminary099/PINBALL_NOUN_TABLES.agc
  107. +116 −122 Luminary099/PLANETARY_INERTIAL_ORIENTATION.agc
  108. +1 −1 Luminary099/POWERED_FLIGHT_SUBROUTINES.agc
  109. +2 −2 Luminary099/Q_R-AXIS_RCS_AUTOPILOT.agc
  110. +78 −79 Luminary099/R30.agc
  111. +16 −17 Luminary099/R31.agc
  112. +114 −124 Luminary099/R60_62.agc
  113. +12 −12 Luminary099/R63.agc
  114. +3 −3 Luminary099/RADAR_LEADIN_ROUTINES.agc
  115. +67 −67 Luminary099/RCS_FAILURE_MONITOR.agc
  116. +223 −0 Luminary099/README.md
  117. +27 −29 Luminary099/RESTARTS_ROUTINE.agc
  118. +65 −69 Luminary099/RESTART_TABLES.agc
  119. +27 −27 Luminary099/RTB_OP_CODES.agc
  120. +19 −20 Luminary099/S-BAND_ANTENNA_FOR_LM.agc
  121. +10 −10 Luminary099/SERVICER.agc
  122. +20 −23 Luminary099/SERVICE_ROUTINES.agc
  123. +2 −2 Luminary099/SINGLE_PRECISION_SUBROUTINES.agc
  124. +2 −2 Luminary099/SPS_BACK-UP_RCS_CONTROL.agc
  125. +23 −28 Luminary099/STABLE_ORBIT.agc
  126. +11 −11 Luminary099/SYSTEM_TEST_STANDARD_LEAD_INS.agc
  127. +1 −1 Luminary099/T4RUPT_PROGRAM.agc
  128. +1 −1 Luminary099/T6-RUPT_PROGRAMS.agc
  129. +21 −21 Luminary099/THE_LUNAR_LANDING.agc
  130. +8 −8 Luminary099/THROTTLE_CONTROL_ROUTINES.agc
  131. +1 −1 Luminary099/TIME_OF_FREE_FALL.agc
  132. +3 −3 Luminary099/TJET_LAW.agc
  133. +61 −66 Luminary099/{TRIM_GIMBAL_CNTROL_SYSTEM.agc → TRIM_GIMBAL_CONTROL_SYSTEM.agc}
  134. +1 −1 Luminary099/UPDATE_PROGRAM.agc
  135. +7 −7 Luminary099/WAITLIST.agc
  136. +0 −87 README.ar.md
  137. +0 −92 README.de.md
  138. +0 −84 README.es.md
  139. +0 −92 README.fr.md
  140. +0 −84 README.hi_in.md
  141. +0 −94 README.id.md
  142. +0 −91 README.it.md
  143. +0 −88 README.ja.md
  144. +0 −84 README.ko_kr.md
  145. +92 −43 README.md
  146. +0 −91 README.pt_br.md
  147. +0 −85 README.ru.md
  148. +0 −81 README.zh_cn.md
  149. +185 −0 Translations/CONTRIBUTING.ar.md
  150. +176 −0 Translations/CONTRIBUTING.az.md
  151. +179 −0 Translations/CONTRIBUTING.ca.md
  152. +176 −0 Translations/CONTRIBUTING.cz.md
  153. +174 −0 Translations/CONTRIBUTING.da.md
  154. +174 −0 Translations/CONTRIBUTING.de.md
  155. +176 −0 Translations/CONTRIBUTING.es.md
  156. +173 −0 Translations/CONTRIBUTING.fr.md
  157. +176 −0 Translations/CONTRIBUTING.gl.md
  158. +174 −0 Translations/CONTRIBUTING.gr.md
  159. +172 −0 Translations/CONTRIBUTING.hi_in.md
  160. +174 −0 Translations/CONTRIBUTING.id.md
  161. +175 −0 Translations/CONTRIBUTING.it.md
  162. +173 −0 Translations/CONTRIBUTING.ja.md
  163. +150 −0 Translations/CONTRIBUTING.ko_kr.md
  164. +176 −0 Translations/CONTRIBUTING.ku.md
  165. +173 −0 Translations/CONTRIBUTING.lt.md
  166. +173 −0 Translations/CONTRIBUTING.mn.md
  167. +176 −0 Translations/CONTRIBUTING.nl.md
  168. +174 −0 Translations/CONTRIBUTING.no.md
  169. +174 −0 Translations/CONTRIBUTING.pl.md
  170. +177 −0 Translations/CONTRIBUTING.pt_br.md
  171. +174 −0 Translations/CONTRIBUTING.tr.md
  172. +174 −0 Translations/CONTRIBUTING.uk.md
  173. +174 −0 Translations/CONTRIBUTING.vi.md
  174. +180 −0 Translations/CONTRIBUTING.zh_cn.md
  175. +177 −0 Translations/CONTRIBUTING.zh_tw.md
  176. +144 −0 Translations/README.ar.md
  177. +140 −0 Translations/README.as_in.md
  178. +140 −0 Translations/README.az.md
  179. +140 −0 Translations/README.bd_bn.md
  180. +140 −0 Translations/README.be.md
  181. +77 −22 { → Translations}/README.ca.md
  182. +140 −0 Translations/README.cz.md
  183. +141 −0 Translations/README.da.md
  184. +140 −0 Translations/README.de.md
  185. +140 −0 Translations/README.es.md
  186. +144 −0 Translations/README.fa.md
  187. +149 −0 Translations/README.fr.md
  188. +140 −0 Translations/README.gl.md
  189. +140 −0 Translations/README.gr.md
  190. +140 −0 Translations/README.hi_in.md
  191. +140 −0 Translations/README.id.md
  192. +140 −0 Translations/README.it.md
  193. +140 −0 Translations/README.ja.md
  194. +140 −0 Translations/README.ko_kr.md
  195. +140 −0 Translations/README.ku.md
  196. +141 −0 Translations/README.lt.md
  197. +140 −0 Translations/README.mm.md
  198. +140 −0 Translations/README.mn.md
  199. +140 −0 Translations/README.ne.md
  200. +140 −0 Translations/README.nl.md
  201. +140 −0 Translations/README.no.md
  202. +140 −0 Translations/README.pl.md
  203. +140 −0 Translations/README.pt_br.md
  204. +140 −0 Translations/README.ro.md
  205. +140 −0 Translations/README.ru.md
  206. +140 −0 Translations/README.tr.md
  207. +140 −0 Translations/README.uk.md
  208. +140 −0 Translations/README.vi.md
  209. +140 −0 Translations/README.zh_cn.md
  210. +83 −28 { → Translations}/README.zh_tw.md
  211. BIN bun.lockb
  212. +10 −0 package.json
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
root = true

[*]
charset = utf8
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/Discussion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: Discussion & Questions
about: Discussion about the Apollo 11 source code is highly welcomed.
labels: "Type: Discussion"
---
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/Humour.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: Humour / Jokes
about: Humourous issues are allowed, but please follow GitHub's Acceptable Use policies
labels: "Type: Humour"
---
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/Proof_Comanche.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Proof Comanche055
about: Template for Comanche055 Proof issues
title: "Proof "
---
Proof read transcribed code of [](//github.com/chrislgarry/Apollo-11/blob/master/Comanche055/.agc) against scans

**Multiple PRs for a few pages at a time are recommended!**

Lines:
Page: — ()

Reduced quality scans can be found [here][1]

[1]://ibiblio.org/apollo/ScansForConversion/Comanche055
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/Proof_Luminary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Proof Luminary099
about: Template for Luminary099 Proof issues
title: "Proof "
---
Proof read transcribed code of [](//github.com/chrislgarry/Apollo-11/blob/master/Luminary099/.agc) against scans

**Multiple PRs for a few pages at a time are recommended!**

Lines:
Page: — ()

Reduced quality scans can be found [here][1]

[1]://ibiblio.org/apollo/ScansForConversion/Luminary099
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- Proofing PRs:
1. Title should follow "Proof [FILE NAME] #[PROOF ISSUE]", e.g:
"Proof ALARM_AND_ABORT #564"
2. Mention pages checked if you have not proofed the entire file
--><!-- New README/CONTRIBUTING PRs:
1. Title should follow "Add [LANGUAGE] [README|CONTRIBUTING]", e.g:
"Add Dutch README"
-->
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"Type: Proof":
- "**/*.agc"
"Type: Meta":
- "**/MAIN.agc"
- "**/*.md"
- "*.md"
13 changes: 13 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Pull Request Labeler
on:
schedule:
- cron: '0 */3 * * *'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: paulfantom/periodic-labeler@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
LABEL_MAPPINGS_FILE: .github/labeler.yml
14 changes: 14 additions & 0 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: markdownlint
on: [push, pull_request]
jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Lint markdown
uses: DavidAnson/markdownlint-cli2-action@v19
with:
config: .markdownlint.yml
globs: '*.md,translations/*.md,Comanche055/*.md,Luminary099/*.md'
separator: ','
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yaYUL.exe
node_modules
11 changes: 11 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
default: true
MD007: false
MD010: false
MD013: false
MD026: false
MD033: false
MD034: false
MD036: false
MD041: false
MD050: false
MD053: false
97 changes: 0 additions & 97 deletions CONTRIBUTING.ar.md

This file was deleted.

67 changes: 0 additions & 67 deletions CONTRIBUTING.ko_kr.md

This file was deleted.

Loading