177 Commits

Author SHA1 Message Date
Nazar Misyats
b75a5710b0 Updated README 2025-10-18 01:59:59 -07:00
Nazar Misyats
6098a5a8f0 Track package.json and package-lock.json 2025-10-18 01:37:32 -07:00
Nazar Misyats
af1fd09809 Updated github links 2025-10-18 01:25:38 -07:00
Nazar Misyats
fe634389da Check if initials match exactly a body's name 2025-10-18 01:22:24 -07:00
Nazar Misyats
a5933b5c25 Merge pull request #44 from Krafpy/fix-sequence-parsing
Fix custom sequence parsing
2024-12-13 01:06:39 +01:00
Krafpy
16ab459ee9 Updated index.html 2024-12-11 19:08:42 +01:00
Krafpy
28dce7952c Refactored custom sequence parsing
Initials no longer limited to 2 characters, but require enough
characters avoid ambiguity between bodies.
2024-12-11 19:03:48 +01:00
Nazar Misyats
703eb06236 Merge pull request #41 from Exclusivefrog28/master
KSRSS Reborn + Kronometer support
2024-09-04 01:16:33 +02:00
Krafpy
c6a850f7d4 Minor filename case change for consistency 2024-09-04 01:10:05 +02:00
excf28
0279225903 KSRSS Reborn + Kronometer support 2024-09-03 17:08:52 +02: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
677ced6d3a Fixed typo and better error checking
Fixed a typo in orbitElementsFromOrbitData and added an undefined check
for orbitParam.
2023-12-08 00:54:02 +01:00
Nazar Misyats
cf565d6ee0 Merge pull request #37 from ThreePounds/master
Fixes for JNSQ support
2023-08-29 14:53:13 +02:00
ThreePounds
ce3fb12160 removed whitespaces 2023-08-29 14:21:23 +02:00
ThreePounds
36b5f4de26 fixed orbital parameters of Mun, Minmus and Bop
The converter tool apparently can't handle JNSQ's MM patches for Principia support, instead defaulting to errenous stock values.

I've manually corrected the orbital parameters of affected bodies.
2023-08-29 14:19:40 +02:00
Krafpy
7b93e0879f Updated index.html 2023-08-09 12:11:29 +02:00
Krafpy
75bcfa9d3d KSP2 date display mode autocheck 2023-08-09 12:11:02 +02:00
Krafpy
0af3ed7827 Added KSP2 data
Some planet's orbital elements are slightly different from KSP1.
2023-08-09 12:02:28 +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
Nazar Misyats
1a90651448 Merge pull request #36 from Krafpy/trajectory-duration-limit
Trajectory duration limit
2023-05-25 20:12:18 +02:00
Krafpy
e18a439083 Update how to use section in HTML. 2023-05-25 20:04:28 +02:00
Krafpy
52513bd9ef Added default duration limit to other systems. 2023-05-25 19:56:01 +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
f3fe516176 Merge pull request #33 from Krafpy/csv-trajectory-data
Added CSV data download button.
2023-01-08 00:18:27 +01:00
Krafpy
2fbacd87a9 Added CSV data download button. 2023-01-08 00:06:01 +01:00
Krafpy
bcc386348c Update style.css 2023-01-07 01:36:58 +01:00
Krafpy
2aee15da27 Fix drag when over textbox button. 2023-01-07 01:35:39 +01:00
Krafpy
01b3baa906 Merge pull request #32 from Krafpy/update-dv-display
Update maneuvers' delta-V display.
2023-01-07 01:24:29 +01:00
Krafpy
c7de2269d5 Update delta-V table CSS. 2023-01-07 01:18:01 +01:00
Krafpy
0d2af87293 Fix missing prograde value cleanup. 2023-01-07 01:00:18 +01:00
Krafpy
d092fc1e23 Update delta-V display style. 2023-01-07 00:56:45 +01:00
Krafpy
068869d6a2 Merge pull request #31 from Krafpy/trajectory-to-text
Trajectory to text
2023-01-06 22:58:52 +01:00
Krafpy
6b20969ad5 Update index.html 2023-01-06 22:56:30 +01:00
Krafpy
2703c6fb41 Clamp textbox header position in window. 2023-01-03 10:12:59 +01:00
Krafpy
b9c925b6e7 Clamp textbox position in window. 2023-01-03 08:34:56 +01:00
Krafpy
c8254e06ce Update index.html 2023-01-02 23:23:45 +01:00
Krafpy
5d824b336e Update draggable-text.ts 2023-01-02 23:22:27 +01:00
Krafpy
f710887a95 Fixed duplicate textboxes. 2023-01-02 18:02:43 +01:00
Krafpy
183f70fa47 Added copy to clipboard button 2023-01-02 17:25:14 +01:00
Krafpy
05c1910f78 Added UT time in trajectort text. 2023-01-02 15:37:39 +01:00
Krafpy
8a8a4d722f Added to UT conversion in time. 2023-01-02 15:03:34 +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
b6b210d269 Added trajectory to text conversion. 2023-01-02 00:01:43 +01:00
Krafpy
4f817f767d Added forum post in page. 2022-12-18 14:52:32 +01:00
Krafpy
aefe05e45b Fixed sprite display for some screens. 2022-12-18 14:43:32 +01:00
Krafpy
2b3570f579 Update README. 2022-12-18 14:40:21 +01:00