<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/core, branch v4.7.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-10-31T23:33:32Z</updated>
<entry>
<title>When O2 breaking, add segment with current mix not with next</title>
<updated>2017-10-31T23:33:32Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-10-30T21:46:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=eafe19559a83119c976c53ee71f7a62dc2f37176'/>
<id>urn:sha1:eafe19559a83119c976c53ee71f7a62dc2f37176</id>
<content type='text'>
Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Don't do the minimal gaschanging stops during O2 breakting</title>
<updated>2017-10-31T23:33:32Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-10-30T21:10:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c9c90afd3e7a44ee556b8ce4f01628f6d2281442'/>
<id>urn:sha1:c9c90afd3e7a44ee556b8ce4f01628f6d2281442</id>
<content type='text'>
Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Correct time bookkeeping when doing O2 breaks</title>
<updated>2017-10-31T23:33:32Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-10-18T21:51:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0f458023d9ec0cba443fde522be7bb96bf56584f'/>
<id>urn:sha1:0f458023d9ec0cba443fde522be7bb96bf56584f</id>
<content type='text'>
These got mangled with previous changes to stop length determination.

Fixes #662

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>VPM-B ceiling: calculate deco_time similar to planned VPM-B dives</title>
<updated>2017-10-30T20:48:15Z</updated>
<author>
<name>Rick Walsh</name>
<email>rickmwalsh@gmail.com</email>
</author>
<published>2017-10-29T06:48:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=68c2b10161fb8bfb7572a058586b33f652aea47c'/>
<id>urn:sha1:68c2b10161fb8bfb7572a058586b33f652aea47c</id>
<content type='text'>
When planning a VPM-B dive, the "deco time" ends at surfacing, which is after
ascending after a full-minute deco stop is complete, after ceiling clears. We
should take this into account when calculating the ceiling outside of the
planner.

Signed-off-by: Rick Walsh &lt;rickmwalsh@gmail.com&gt;
</content>
</entry>
<entry>
<title>VPM-B ceiling outside of planner: over-estimate deco_time on first iteration</title>
<updated>2017-10-30T20:48:15Z</updated>
<author>
<name>Rick Walsh</name>
<email>rickmwalsh@gmail.com</email>
</author>
<published>2017-10-29T06:47:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f2535995f0dcf2c6541525fcb09f86f138a2c186'/>
<id>urn:sha1:f2535995f0dcf2c6541525fcb09f86f138a2c186</id>
<content type='text'>
This means the iterations converge from an over-estimate, consistent with
planning VPM-B dives

Signed-off-by: Rick Walsh &lt;rickmwalsh@gmail.com&gt;
</content>
</entry>
<entry>
<title>whitespace (planner.c)</title>
<updated>2017-10-30T20:48:15Z</updated>
<author>
<name>Rick Walsh</name>
<email>rickmwalsh@gmail.com</email>
</author>
<published>2017-10-29T06:34:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=eb62ced8a185927ca1c6328e54a84b2f684dfcd1'/>
<id>urn:sha1:eb62ced8a185927ca1c6328e54a84b2f684dfcd1</id>
<content type='text'>
Signed-off-by: Rick Walsh &lt;rickmwalsh@gmail.com&gt;
</content>
</entry>
<entry>
<title>VPMB profile: use bottom_time to calculate deco_time in planner</title>
<updated>2017-10-30T20:48:15Z</updated>
<author>
<name>Rick Walsh</name>
<email>rickmwalsh@gmail.com</email>
</author>
<published>2017-10-26T23:06:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=04383e27e5d5c9563e7b0f68f425b3ae079d5427'/>
<id>urn:sha1:04383e27e5d5c9563e7b0f68f425b3ae079d5427</id>
<content type='text'>
This corrects the issue where the displayed ceiling in the profile was
"broken" by the planner, especially for shorter and shallower dives.

Also fixes issue outside of planner where the deepest VPM-B ceiling was shown
too early, messing up the deco_time calculation.

VPM-B plans respond to change in O2% in gas as expected (in my testing)

Fixes: #630

Signed-off-by: Rick Walsh &lt;rickmwalsh@gmail.com&gt;
</content>
</entry>
<entry>
<title>Planner remove unnecessary gas consumption info from notes</title>
<updated>2017-10-30T20:45:56Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-10-20T13:07:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=16f330e6c94f112b56264d6705402c89ed6178a4'/>
<id>urn:sha1:16f330e6c94f112b56264d6705402c89ed6178a4</id>
<content type='text'>
If we consumed 0l/0bar in total from a cylinder there is no need to also
state that we consumed 0l/0bar during ascend.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Add a useful error message if we fail to connect to cloud server</title>
<updated>2017-10-30T19:27:29Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-30T19:27:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=38c4dfd45c71e14c8ed0628e9706c3d033ce0c1b'/>
<id>urn:sha1:38c4dfd45c71e14c8ed0628e9706c3d033ce0c1b</id>
<content type='text'>
Because now we are trying to open a URL as if it was a local file.
Again, the goal is to accelerated debugging if things go wrong.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Improve parsing of git error message</title>
<updated>2017-10-30T19:27:29Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-10-30T19:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2878f32a224e02ed76cff6b799883f4e319f9e3a'/>
<id>urn:sha1:2878f32a224e02ed76cff6b799883f4e319f9e3a</id>
<content type='text'>
This is rather fragile code, and the capitalization of the error message
in libgit2 changed at some point. But commit 794739b4c0 ("strstr is a
case sensitive compare") didn't really fix the problem - as it broke
that same check for older libgit2 versions.

Instead use our new helper function to make it work with libgit2 old and
new.

Also, add some more error output so the next time we run into this it's
more obvious what broke and where.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
