log code_part1/OSTC_code_c_part2/p2_deco.c @ 371:160b3216b335 64kByte Logbook

age author description
2011-06-06 JeanDo Avoid spurious switch-depth stops with 3 or more gas.
2011-05-19 JeanDo BUGFIX save negativ temperatures in logbook (bbbug #6)
2011-05-18 JeanDo More cleanups in internal deco structures.
2011-05-17 JeanDo Optimizing access to B?hlmann coefficient (speed).
2011-05-12 JeanDo BUGFIX minor error in gas-switch algo (spurious surface decostop rarely added).
2011-05-07 JeanDo Fix minor rounding error in ppO2[flush].
2011-05-06 JeanDo Fix "Future TTS" display customview.
2011-05-06 JeanDo Fix ppO2[flush] display in customview.
2011-05-05 JeanDo Cleanup auto setpoint switch
2011-05-04 JeanDo Minor cleanup in depth convertion for EAD/END.
2011-05-02 JeanDo New @5 variant: compute TTS if staying some extra time (CF58) at current depth. @5 variant
2011-05-01 JeanDo Fix EAD/END display (not mm, m with a trailling space)
2011-05-01 JeanDo New live EAD/END in divemode (both OCR and CCR).
2011-04-30 JeanDo Minor corrections in assert conditions.
2011-04-27 JeanDo BUGFIX char_O_gradient_factor calculation in GF model.
2011-04-25 JeanDo New CNS calculation in decoplan.
2011-04-21 JeanDo Hunting for refusing to ignore disabled gas in list...
2011-04-21 JeanDo Manage gas-switch marked stops in volume consumption.
2011-04-19 JeanDo Mark gas-switch stops for decoplans, displayed in yellow.
2011-04-19 JeanDo BUGFIX CCR decoplan fails (bug bb42).
2011-04-17 JeanDo BUGFIX CF16 applyed to diluant in CCR mode.
2011-04-17 JeanDo Keep low_depth in float 32bits (w/o rounding) for a better stability.
2011-04-12 JeanDo Don't show gas 1 usage black on back (bb28 followup)
2011-04-11 JeanDo BUGFIX zero gas rate (bug bb28).
2011-04-11 JeanDo Safer rounding (bug bb29)
2011-04-11 JeanDo Fix first stop rounding in GF model.
2011-04-10 JeanDo BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
2011-04-10 JeanDo Small p2_deco optimizations:
2011-04-10 JeanDo Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
2011-03-30 JeanDo Bug bb13 : strange failling assertion...
2011-03-29 JeanDo Still hunting for bb13...
2011-03-29 JeanDo BUGFIX Count gas switch delay down during ascent (bug bb26)
2011-03-21 JeanDo Model cleanups.
2011-03-21 JeanDo BUGFIX Gas Usage when first gas is not #1 (bug BB22).
2011-03-20 JeanDo Hunting for NoFly bug...
2011-03-19 JeanDo BUGFIX missing deko init in reboot code.
2011-03-19 JeanDo New runtime asserts when compiled in DEBUG more.
2011-03-17 JeanDo BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
2011-03-15 JeanDo Hunting for NoFly (bug BB13)... not found yet...
2011-03-04 JeanDo Better gas lookup policy, supporting unsorted list.
2011-03-03 JeanDo BUGFIX Gas usage for unsorted gas list.
2011-03-03 JeanDo Gas usage
2011-03-01 JeanDo Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
2011-02-26 JeanDo BUGFIX NoFly time
2011-02-24 JeanDo BUGFIX gas switch
2011-02-24 JeanDo BUGFIX typo when last stop is just below 3m.
2011-02-21 JeanDo Debug GF model (bug #11 & #12).
2011-02-17 JeanDo BUGFIX Gas switch
2011-02-15 JeanDo Gas switch debugging...
2011-02-14 JeanDo BUGFIX clear decotable at begin of simulator mode.
2011-02-13 JeanDo Gas switch delay
2011-02-12 JeanDo Minor fixes.
2011-02-11 JeanDo GF Model
2011-02-01 JeanDo BUGFIX Gradient Factor algo.
2011-02-06 JeanDo BUGFIX NDL blocked to 11' (bb #9)
2011-02-06 JeanDo Enable to compile p2_deco.c on other platforms.
2011-01-31 JeanDo More p2_deco.c cleanups
2011-01-26 JeanDo Merge decoplan display for both GF and Buhlmann models.
2011-01-25 JeanDo Use 16bits for TTS sum.
2011-01-24 JeanDo + Use overlay local vars.