• Joined on 2025-03-28
tfaour pushed to main at tfaour/OrbitalSimulator 2025-06-02 23:31:07 -04:00
7de52b0a3d Merge pull request 'tfaour-patch-1' (#9) from tfaour-patch-1 into main
f26b01e78c Merge branch 'main' into tfaour-patch-1
41d05d40d1 something of a solar system
460d984b3b Some changes - not sure exactly what
Compare 4 commits »
tfaour pushed to tfaour-patch-1 at tfaour/OrbitalSimulator 2025-06-02 23:30:58 -04:00
f26b01e78c Merge branch 'main' into tfaour-patch-1
0688a0e924 Merge pull request 'SImplify acceleration addition.' (#1) from tfaour-patch-1 into main
Compare 2 commits »
tfaour created pull request tfaour/OrbitalSimulator#9 2025-06-02 23:30:48 -04:00
tfaour-patch-1
tfaour pushed to tfaour-patch-1 at tfaour/OrbitalSimulator 2025-06-02 23:30:23 -04:00
41d05d40d1 something of a solar system
tfaour pushed to tfaour-patch-1 at tfaour/OrbitalSimulator 2025-06-02 23:08:37 -04:00
460d984b3b Some changes - not sure exactly what
tfaour pushed to main at tfaour/OrbitalSimulator 2025-06-02 21:29:56 -04:00
0688a0e924 Merge pull request 'SImplify acceleration addition.' (#1) from tfaour-patch-1 into main
b10bc5b5da Added in testing
7dd2b88b8a Update src/body.cpp
ba8348b8b3 Merge branch 'main' into tfaour-patch-1
a124891b02 Update header for new addAcceleration function in body
Compare 6 commits »
tfaour merged pull request tfaour/OrbitalSimulator#1 2025-06-02 21:29:55 -04:00
SImplify acceleration addition.
tfaour pushed to tfaour-patch-1 at tfaour/OrbitalSimulator 2025-06-02 21:29:13 -04:00
b10bc5b5da Added in testing
tfaour opened issue tfaour/OrbitalSimulator#8 2025-06-02 18:38:12 -04:00
Clean up calc.cpp
tfaour opened issue tfaour/OrbitalSimulator#7 2025-06-02 17:29:11 -04:00
Overload the norm and real functions
tfaour opened issue tfaour/OrbitalSimulator#6 2025-06-02 16:27:33 -04:00
Make each body's coordinates "relative" to another body
tfaour opened issue tfaour/OrbitalSimulator#5 2025-06-02 15:03:40 -04:00
Implement modular integration techniques
tfaour created branch implement-additional-forces in tfaour/OrbitalSimulator 2025-06-02 13:31:24 -04:00
tfaour pushed to implement-additional-forces at tfaour/OrbitalSimulator 2025-06-02 13:31:24 -04:00
tfaour opened issue tfaour/OrbitalSimulator#4 2025-06-02 13:27:08 -04:00
Simulator should read "thrust" timelines from a config file.
tfaour pushed to tfaour-patch-1 at tfaour/OrbitalSimulator 2025-06-02 13:18:38 -04:00
7dd2b88b8a Update src/body.cpp
tfaour pushed to tfaour-patch-1 at tfaour/OrbitalSimulator 2025-06-02 13:15:43 -04:00
ba8348b8b3 Merge branch 'main' into tfaour-patch-1
5dc9ff26b0 Merge pull request 'Remove python simulator from code base' (#3) from remove-python into main
d82fb8b628 Delete orbiter/orbits/__pycache__/simulator.cpython-312.pyc
7c5614456a Delete orbiter/orbits/__pycache__/body.cpython-312.pyc
b52c5d0801 Delete orbiter/orbits/__pycache__/__init__.cpython-312.pyc
Compare 11 commits »
tfaour commented on issue tfaour/OrbitalSimulator#2 2025-06-02 13:15:29 -04:00
Old python simulator code should be removed

Resolved.

tfaour closed issue tfaour/OrbitalSimulator#2 2025-06-02 13:15:29 -04:00
Old python simulator code should be removed
tfaour merged pull request tfaour/OrbitalSimulator#3 2025-06-02 12:29:39 -04:00
Remove python simulator from code base