<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dragonfireclient.git/src/daynightratio.h, branch 2022.05</title>
<subtitle>luanti cheat client
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=2022.05</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=2022.05'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/'/>
<updated>2020-11-04T15:57:41+00:00</updated>
<entry>
<title>Revert "Make Lint Happy"</title>
<updated>2020-11-04T15:57:41+00:00</updated>
<author>
<name>Elias Fleckenstein</name>
<email>eliasfleckenstein@web.de</email>
</author>
<published>2020-11-04T15:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=6ccb5835ff55d85156be91473c598eca9d6cb9a6'/>
<id>urn:sha1:6ccb5835ff55d85156be91473c598eca9d6cb9a6</id>
<content type='text'>
This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4.
</content>
</entry>
<entry>
<title>Make Lint Happy</title>
<updated>2020-11-04T15:19:54+00:00</updated>
<author>
<name>Elias Fleckenstein</name>
<email>eliasfleckenstein@web.de</email>
</author>
<published>2020-11-04T15:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=ad148587dcf5244c2d2011dba339786c765c54c4'/>
<id>urn:sha1:ad148587dcf5244c2d2011dba339786c765c54c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make natural night light as bright as MT 0.4.16 (#9053)</title>
<updated>2019-10-18T20:54:44+00:00</updated>
<author>
<name>Paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2019-10-18T20:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=79440605ec2a16bf9a0a8df58bc15d9d9d2b42bd'/>
<id>urn:sha1:79440605ec2a16bf9a0a8df58bc15d9d9d2b42bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>daynightratio.h: Improve codestyle, minor optimisations (#8453)</title>
<updated>2019-04-07T23:37:52+00:00</updated>
<author>
<name>Paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2019-04-07T23:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=0cc85a7dc6d7840c47dbd9a9193f5eaaee10dad3'/>
<id>urn:sha1:0cc85a7dc6d7840c47dbd9a9193f5eaaee10dad3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilise 'day night ratio' to fix object brightness flicker (#8417)</title>
<updated>2019-04-04T22:30:10+00:00</updated>
<author>
<name>Paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2019-04-04T22:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=5b8363af0084786a7e949ae8fa16bde046f8ffda'/>
<id>urn:sha1:5b8363af0084786a7e949ae8fa16bde046f8ffda</id>
<content type='text'>
Previously, when basic shaders were enabled, the function
time_to_daynight_ratio() returned values jumping between 149 and 150
between times 4375 and 4625, and values jumping between 999 and 1000
between times 6125 and 6375, (and the corresponding times at sunset)
due to tiny float errors in the interpolation code.

This caused the light level returned by blend_light() to jump between
14 and 15, which became noticeable recently as those light levels were
given different visual brightnesses.

Add early returns to avoid the problematic interpolation, and to
avoid unnecessary running of the loop.</content>
</entry>
<entry>
<title>Modernize src/c* src/d* and src/e* files (#6263)</title>
<updated>2017-08-17T21:02:50+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-08-17T21:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=13e995b811e80dc48c0769274d3dca3a2221b843'/>
<id>urn:sha1:13e995b811e80dc48c0769274d3dca3a2221b843</id>
<content type='text'>
* Modernize src/c* src/d* and src/e* files

* default operator
* redundant init
* delete default constructors on CraftDefinition childs (never used)
* fix some missing init values
* const ref fix reported by clang-tidy
* ranged-based for loops
* simple conditions &amp; returns
* empty stl function instead of size
* emplace_back stl function instead of push_back + construct temp obj
* auto for some iterators
* code style fixes
* c++ stl headers instead of C stl headers (stdio.h -&gt; cstdio)
</content>
</entry>
<entry>
<title>C++ modernize: Pragma once (#6264)</title>
<updated>2017-08-17T20:19:39+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-08-17T20:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=921151d97a2fb2238ab514324fb95e2732248b96'/>
<id>urn:sha1:921151d97a2fb2238ab514324fb95e2732248b96</id>
<content type='text'>
* Migrate cpp headers to pragma once
</content>
</entry>
<entry>
<title>Update Copyright Years</title>
<updated>2013-02-24T19:15:24+00:00</updated>
<author>
<name>Sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2013-02-24T18:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=6d0ea26c2d62c3774ff384cf1bfc2a3372b49a3b'/>
<id>urn:sha1:6d0ea26c2d62c3774ff384cf1bfc2a3372b49a3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change Minetest-c55 to Minetest</title>
<updated>2013-02-24T17:49:03+00:00</updated>
<author>
<name>PilzAdam</name>
<email>PilzAdam@gmx.de</email>
</author>
<published>2013-02-24T17:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=497ff1ecd64c8908f988e15ca879824f2781e3fd'/>
<id>urn:sha1:497ff1ecd64c8908f988e15ca879824f2781e3fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Smooth day-night transitions</title>
<updated>2012-12-02T16:02:45+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-12-02T16:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=804a7875a2018f3d8cb3fbe917c11ecc1666d25a'/>
<id>urn:sha1:804a7875a2018f3d8cb3fbe917c11ecc1666d25a</id>
<content type='text'>
</content>
</entry>
</feed>
