Skip to content

Latest commit

 

History

History
109 lines (74 loc) · 3.11 KB

CHANGELOG.md

File metadata and controls

109 lines (74 loc) · 3.11 KB

Changelog

Added

  • [GUI] Add object oriented classes for the gui
  • Add linting and testing stuff
  • Add .vscode stuff

Changed

  • [GUI] Reimplement GUI with QGraphicsView and QGraphicsScene
  • Upgrade python project to new standart
  • Moved Framelist from Simulation to Boat
  • Tonns of nicer python (like using with statements for opening files)

Removed

0.0.2 - 2021-12-29

Added

Changed

  • [Boat] Move forces and torques to their own files
  • [Boat] Rename waterDrag and waterLift to centerboardDrag and centerboardLift
  • [Sailor] Don't delete Waypoints after executing them
  • [GUI] Display mainSailAngle and rudderAngle in boatInspector
  • [Sailor] Use index instead of deleting Commands after executing them

Removed

  • [Boat] Removed Boat::getSpeedSq()

0.0.1 - 2021-04-13

Added

  • [Simulation] Basic simulation features
  • [World] Basic functions for World
  • [Boat] Basic boat behavior
  • [Sailor] can reach waypoints into all directions
  • [Wind] Basic wind system
  • [GUI] Basic GUI for displaying a simulation