Commit graph

  • 7e0151166d
    Update list of RCS thrusters for KSP v1.7. master Casper V. Kristensen 2019-06-20 16:56:47 +0200
  • 0e6904da89
    Improve maneuver node execution accuracy by basing time-to-burn on the estimated burn duration of half of the delta-V instead of half of the estimated duration of the entire burn to account for the acceleration increasing over the course of the burn as the rocket uses fuel. Casper V. Kristensen 2019-06-20 00:14:44 +0200
  • 5fd4bfc3d7
    Improve estimated burn duration equation readability. Casper V. Kristensen 2019-06-20 00:11:22 +0200
  • 5f4df3b138
    Improve warping code slightly. Casper V. Kristensen 2019-06-20 00:10:37 +0200
  • c17fab7703
    Wait one physics tick between PID adjustments. Casper V. Kristensen 2019-06-20 00:10:00 +0200
  • 5193fc9d68
    Only wait for fairings to clear the vessel if there are any to deploy. Casper V. Kristensen 2019-03-01 23:22:17 +0100
  • 18402b7084
    Move rcs_estimated_burn_duration to lib/rcs. Casper V. Kristensen 2019-03-01 23:17:59 +0100
  • a664626468
    Implement simple GUI. Casper V. Kristensen 2019-03-01 23:08:50 +0100
  • 780aee5e7c
    Move RCS logic to separate file. Casper V. Kristensen 2019-03-01 23:07:36 +0100
  • 706daf5228
    Use own orbital_velocity function from lib/orbital_equations instead of built-in velocityat(). Casper V. Kristensen 2019-03-01 23:04:39 +0100
  • f8d18b8713
    Do not use RCS thrusters during ascend guidance. Casper V. Kristensen 2019-03-01 23:03:27 +0100
  • 296a7d0947
    Rename lib/rendezvous to lib/target, adding target_ship() convenience function. Casper V. Kristensen 2019-03-01 23:02:19 +0100
  • 2885d1a183
    Better change-detection in boot file. Casper V. Kristensen 2019-02-16 22:37:59 +0100
  • 49b5236521
    Implement docking. Casper V. Kristensen 2019-02-12 23:33:17 +0100
  • fc688799fe
    Small QoL and readability. Casper V. Kristensen 2019-02-10 15:33:50 +0100
  • 703afe4e8b
    Don't use custom align_with function (invites A LOT of trouble due to the way things are passed around in kOS). Casper V. Kristensen 2019-02-10 15:32:50 +0100
  • 6de947fb18
    Allow node-execution script to execute a burn based on a vector (in addition to a node). Casper V. Kristensen 2019-02-09 21:32:14 +0100
  • 694eeac86f
    Implement align_with-function so as to not repeat ourselves too much. Casper V. Kristensen 2019-02-09 21:20:37 +0100
  • 3a1a120ba9
    Make custom vdraw-function more like the default one (mostly just to show by default at this point). Casper V. Kristensen 2019-02-09 21:18:47 +0100
  • 8e85ac177d
    Update PyCharm highlighting with the 'defined' keyword. Casper V. Kristensen 2019-02-09 21:17:36 +0100
  • 23dff0d33a
    Add HyperEdit to list of mods. Casper V. Kristensen 2019-02-09 21:17:03 +0100
  • a38712c5a8
    Better cohesion. Casper V. Kristensen 2019-02-08 23:18:34 +0100
  • c99684d4dd
    Add vecdraw function with better (?) defaults. Casper V. Kristensen 2019-02-08 22:19:26 +0100
  • 93f78cf2a8
    Print warp duration. Casper V. Kristensen 2019-02-08 22:18:09 +0100
  • 396678e313
    Improve ascend guidance. Casper V. Kristensen 2019-02-08 22:17:19 +0100
  • 2e65161467
    Add deploy all fairings/antennas helper functions. Casper V. Kristensen 2019-02-08 22:16:20 +0100
  • 121581f227
    Don't stage too quickly. Casper V. Kristensen 2019-02-08 18:45:13 +0100
  • b93d229ff5
    Improve boot script using recursion. Casper V. Kristensen 2019-02-08 03:49:57 +0100
  • 6fce56aa36
    Update README. Casper V. Kristensen 2019-02-07 23:14:55 +0100
  • 804455c125
    Fix file permissions. Casper V. Kristensen 2019-02-07 22:10:16 +0100
  • 4bcc2ccd3a
    Improve readability. Casper V. Kristensen 2019-02-07 21:56:34 +0100
  • 23df3b4236
    Update PyCharm highlighting. Casper V. Kristensen 2019-02-07 21:55:57 +0100
  • 4ed7e3494b
    Add gitignore for PyCharm. Casper V. Kristensen 2018-08-05 19:46:12 +0200
  • 7c2e925454
    Actually add the syntax highlighting for PyCharm.. Casper V. Kristensen 2018-08-05 19:45:56 +0200
  • 32852274cc
    Add syntax highlighting for PyCharm. Update syntax throughout project to accommodate. Casper V. Kristensen 2018-08-05 19:40:16 +0200
  • d353debe5a
    Fix error caused by bug in the kOS language (?). Casper V. Kristensen 2018-07-28 00:58:17 +0200
  • 738f581155
    Add some orbital equations. Casper V. Kristensen 2018-07-27 21:32:14 +0200
  • a6bcb34e06
    Restructure. Improve node execution precision by an order of magnitude. Casper V. Kristensen 2018-07-27 17:23:38 +0200
  • eb040aa911
    CEIL -> CEILING. Casper V. Kristensen 2018-07-27 00:39:52 +0200
  • 263fadda3b
    CEIL instead of ROUND on maneuver node burn duration estimation to allow more time for perfecting the burn. Casper V. Kristensen 2018-07-27 00:10:04 +0200
  • c25073c0ce
    Preserve RCS monopropellant when launching. Casper V. Kristensen 2018-07-26 23:57:43 +0200
  • 95c68aa15f
    Improve auto-staging on launch to work with more ships. Wait until ship fully loaded (unpacked) before commencing boot procedure. Casper V. Kristensen 2018-07-26 23:47:23 +0200
  • 08246d4d83
    Implement launch azimuth and refine node execution. Casper V. Kristensen 2018-07-26 04:06:14 +0200
  • f346414b1a
    Restructure. Casper V. Kristensen 2018-07-19 21:13:02 +0200
  • 152e6d4438
    Update README. Casper V. Kristensen 2018-07-19 14:44:45 +0200
  • a8de43efa6
    First commit Casper V. Kristensen 2018-07-19 14:42:03 +0200
  • d8bec9d353 Initial commit Casper V. Kristensen 2018-07-19 14:35:39 +0200