38 Commits

Author SHA1 Message Date
Nazar Misyats
af1fd09809 Updated github links 2025-10-18 01:25:38 -07:00
Krafpy
16ab459ee9 Updated index.html 2024-12-11 19:08:42 +01:00
Krafpy
7be4920c7b Removed commented html 2023-12-08 01:12:02 +01:00
Krafpy
77f36f8b86 Replaced github logo with svg 2023-12-08 01:06:39 +01:00
Krafpy
7b93e0879f Updated index.html 2023-08-09 12:11:29 +02:00
Krafpy
12c53bf8ce Changed date display mode text 2023-08-09 11:48:21 +02:00
Krafpy
4c02161e43 Option to show dates as elapsed time
Added a checkbox which changes the display of dates (UT, not MET)
from Year/Day starting at 1 but elapsed Years/elapsed Days starting
at 0 (T+). This has no effect on the solar system that use
real time (like RSS).
2023-08-08 16:41:52 +02:00
Krafpy
e18a439083 Update how to use section in HTML. 2023-05-25 20:04:28 +02:00
Krafpy
f13e8c0963 Added checkbox to enable/disable max duration. 2023-05-25 19:52:21 +02:00
Krafpy
7aee9ea9c5 Added trajectory duration limit (stock only)
A new trajectory setting has been added to the editor to enter the
trajectory duration limit (in number of days). It adds a big
cost to the DE algorithm if the duration of a trajectory is longer
than the specified duration limit.
2023-05-25 19:33:34 +02:00
Krafpy
2fbacd87a9 Added CSV data download button. 2023-01-08 00:06:01 +01:00
Krafpy
d092fc1e23 Update delta-V display style. 2023-01-07 00:56:45 +01:00
Krafpy
6b20969ad5 Update index.html 2023-01-06 22:56:30 +01:00
Krafpy
c8254e06ce Update index.html 2023-01-02 23:23:45 +01:00
Krafpy
183f70fa47 Added copy to clipboard button 2023-01-02 17:25:14 +01:00
Krafpy
522f590138 Added button to displayed detailed text panel.
Also refactored `button.ts` to use a common `Button` class instead
of separate `SubmitButton` and `StopButton` types.
2023-01-02 14:46:32 +01:00
Krafpy
b17398f5aa Added draggable textbox. 2023-01-02 13:49:33 +01:00
Krafpy
4f817f767d Added forum post in page. 2022-12-18 14:52:32 +01:00
Krafpy
b95a4da37d Added ejection angle display
- Added velocity vector calculation in `Orbit` class
- Added item for ejection maneuver to display ejection angle
2022-10-08 14:35:32 +02:00
Krafpy
b4085b6100 Added arrival date display. 2022-10-05 22:05:01 +02:00
Krafpy
c75ba94cf8 Added insertion burn checkbox. 2022-08-20 01:34:02 +02:00
Krafpy
d4c2325ac1 Update index.html 2022-08-19 16:29:49 +02:00
Krafpy
a88aea6472 Added solar system selector. 2022-07-21 21:30:52 +02:00
Krafpy
3e464e6a86 Updated index.html 2022-07-17 11:57:44 +02:00
Krafpy
c5009bd8bc Updated example picture. 2022-07-17 10:18:36 +02:00
Krafpy
e0f592cdba Added SOI display
- Added SOI checkbox in the editor
- Added management of SOI displays during rendering in `system.ts`
- Replaced body sprites with spheres
2022-07-12 17:35:18 +02:00
Krafpy
44beeeb1b5 Added flyby details display in maneuvers selector. 2022-07-10 02:06:52 +02:00
Krafpy
f3b3263b86 Updated HTML text. 2022-07-08 19:05:33 +02:00
Krafpy
9b3f2d5c4a Circularization implementation and minor fixes
The circularization step is now taken in account, with custom
altitude.
Double click offset on navigators other than Chrome has been fixed.
2022-07-08 16:44:55 +02:00
Krafpy
ec13b116fb Updated paragraphs. 2021-12-24 16:41:32 +01:00
Krafpy
6168e7c8fd Removed 'or' separator. 2021-12-20 00:28:14 +01:00
Krafpy
f71d8e73b7 Added custom sequence separator 2021-12-19 17:47:54 +01:00
Krafpy
5d52dd095c Fixed imprecision in HTML text. 2021-12-19 17:35:01 +01:00
Krafpy
5f6c1b8a53 Added custom sequence input. 2021-08-21 00:47:28 +02:00
Krafpy
b7e2ec92ab Added circularization maneuver.
- Added circularization calculation in `TrajectoryCalculator` with new maneuver type
- Added display of the circularization step
- Edited the related paragraph in the page
2021-08-17 13:16:24 +02:00
Krafpy
6ddce572d7 Fixed invalid HTML. 2021-08-17 11:40:20 +02:00
Krafpy
7cce4f96b8 HTML edit.
- Added github link with logo
- Fixed a typo in footer
2021-08-16 17:30:26 +02:00
Krafpy
824af087c1 Modified file structure.
Modified the file structure to have the `index.html` at the root
of the repository. Needed for Github Pages.
2021-08-15 21:31:25 +02:00