Files
spaceshipsim/CHANGELOG.md
T

37 lines
615 B
Markdown
Raw Normal View History

2026-03-03 09:37:47 +01:00
# Change Log
2026-07-09 14:25:09 +02:00
## v1.0: Port to C++
- Port the bulk of the codebase to C++ for simplicity.
2026-03-21 13:07:13 +01:00
## v0.6: Planetary Masses
- Add planetary masses.
- Modify some of the constants.
2026-03-16 21:55:33 +01:00
## v0.5: Effects
- Added stars in background for a better sense of velocity.
- Viewport follows ship at center.
- Zoom functionality.
2026-03-03 09:37:47 +01:00
## v0.4: More functionality
- Fix acceleration.
- Add fullscreen support.
- Pause functionality.
## v0.3: Port to C
- Codebase ported to C for better performance.
## v0.2: Menu Bar
- Added a menu bar.
- Can reset the simulation.
## v1.0: First Release
- Basic simulation.
- Information printing.