log code_part1/OSTC_code_c_part2/p2_deco.c @ 236:3dbeacf42e9e

age author description
Sat, 19 Mar 2011 15:15:17 +0100 JeanDo BUGFIX missing deko init in reboot code.
Sat, 19 Mar 2011 11:34:32 +0100 JeanDo New runtime asserts when compiled in DEBUG more.
Thu, 17 Mar 2011 18:32:16 +0100 JeanDo BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
Tue, 15 Mar 2011 19:16:34 +0100 JeanDo Hunting for NoFly (bug BB13)... not found yet...
Fri, 04 Mar 2011 01:20:18 +0100 JeanDo Better gas lookup policy, supporting unsorted list.
Thu, 03 Mar 2011 15:52:16 +0100 JeanDo BUGFIX Gas usage for unsorted gas list.
Thu, 03 Mar 2011 15:16:23 +0100 JeanDo Gas usage
Tue, 01 Mar 2011 14:41:10 +0100 JeanDo Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
Sat, 26 Feb 2011 17:53:43 +0100 JeanDo BUGFIX NoFly time
Thu, 24 Feb 2011 23:22:32 +0100 JeanDo BUGFIX gas switch
Thu, 24 Feb 2011 23:22:14 +0100 JeanDo BUGFIX typo when last stop is just below 3m.
Mon, 21 Feb 2011 22:36:48 +0100 JeanDo Debug GF model (bug #11 & #12).
Fri, 18 Feb 2011 00:23:51 +0100 JeanDo BUGFIX Gas switch
Tue, 15 Feb 2011 20:04:37 +0100 JeanDo Gas switch debugging...
Mon, 14 Feb 2011 23:15:40 +0100 JeanDo BUGFIX clear decotable at begin of simulator mode.
Sun, 13 Feb 2011 17:27:43 +0100 JeanDo Gas switch delay
Sat, 12 Feb 2011 01:16:47 +0100 JeanDo Minor fixes.
Fri, 11 Feb 2011 23:39:35 +0100 JeanDo GF Model
Wed, 02 Feb 2011 00:09:30 +0100 JeanDo BUGFIX Gradient Factor algo.
Sun, 06 Feb 2011 20:03:48 +0100 JeanDo BUGFIX NDL blocked to 11' (bb #9)
Sun, 06 Feb 2011 19:32:11 +0100 JeanDo Enable to compile p2_deco.c on other platforms.
Tue, 01 Feb 2011 00:24:46 +0100 JeanDo More p2_deco.c cleanups
Wed, 26 Jan 2011 19:19:02 +0100 JeanDo Merge decoplan display for both GF and Buhlmann models.
Tue, 25 Jan 2011 01:02:35 +0100 JeanDo Use 16bits for TTS sum.
Mon, 24 Jan 2011 23:31:57 +0100 JeanDo + Use overlay local vars.
Fri, 21 Jan 2011 01:44:38 +0100 JeanDo + Clean Buhlmann tables addressing
Fri, 21 Jan 2011 01:44:38 +0100 JeanDo + Change data allocation scheme
Fri, 21 Jan 2011 01:44:37 +0100 JeanDo Fusion declaration of shared C/ASM variables.
Tue, 04 Jan 2011 01:55:49 +0100 JeanDo Re-indent c-code. Add .o file.
Tue, 28 Dec 2010 15:28:55 +0100 JeanDo FIX again reset C data stack and frame pointer when entering C code.
Sun, 26 Dec 2010 14:30:13 +0100 JeanDo Split C code, and use direct linking.