aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/schedule.c
AgeCommit message (Collapse)Author
2022-10-05Remove hardcoded SURFACE_PRESSURE from schedulev0.2Gravatar Tim Segers
2022-10-03Extract deco stop functionlity into function deco_stopGravatar Tim Segers
2022-10-03Optimize stoplen calculationGravatar Tim Segers
Find the length of a stop in 10 minute increments before refining it with 1 minute increments.
2022-10-03Allow NULL instead of empty waypoint callback functionGravatar Tim Segers
2022-10-02Fix descents leading to negative segment timesGravatar Tim Segers
2022-10-02Collapse consecutive SEG_TRAVEL segmentsGravatar Tim Segers
2022-09-30Fix gas switch time not being added to TTSGravatar Tim Segers
2022-09-30Remove extend_to_ndl functionGravatar Tim Segers
2022-09-30Add decostate_t to segment callback parametersGravatar Tim Segers
2022-09-30Initial commitv0.1Gravatar Tim Segers