<feed xmlns='http://www.w3.org/2005/Atom'>
<title>candy_gear.git/test/src, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.linhares.blue/candy_gear.git/atom?h=master</id>
<link rel='self' href='https://git.linhares.blue/candy_gear.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.linhares.blue/candy_gear.git/'/>
<updated>2025-06-21T19:51:22+00:00</updated>
<entry>
<title>refa Remove View2D</title>
<updated>2025-06-21T19:51:22+00:00</updated>
<author>
<name>Frederico Linhares</name>
<email>fred@linhares.blue</email>
</author>
<published>2025-06-21T19:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.linhares.blue/candy_gear.git/commit/?id=8bedf8a366cb6c1179bc89678c863517b9356d48'/>
<id>urn:sha1:8bedf8a366cb6c1179bc89678c863517b9356d48</id>
<content type='text'>
View2D is almost useless and add too much complexity for the engine,
so I am removing it.
</content>
</entry>
<entry>
<title>fixt Make skeletal mesh work properly</title>
<updated>2024-03-23T22:12:24+00:00</updated>
<author>
<name>Frederico Linhares</name>
<email>fred@linhares.blue</email>
</author>
<published>2024-03-23T22:05:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.linhares.blue/candy_gear.git/commit/?id=8acb4a0aad7f4d1b2438010d487489a9641e30cb'/>
<id>urn:sha1:8acb4a0aad7f4d1b2438010d487489a9641e30cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refa Use quaternion for orientation</title>
<updated>2024-03-23T22:12:24+00:00</updated>
<author>
<name>Frederico Linhares</name>
<email>fred@linhares.blue</email>
</author>
<published>2024-02-06T20:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.linhares.blue/candy_gear.git/commit/?id=bf240d7eeaa89657462b705849fde56e54e237db'/>
<id>urn:sha1:bf240d7eeaa89657462b705849fde56e54e237db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat Render sprite in a 3D position</title>
<updated>2023-10-09T18:58:14+00:00</updated>
<author>
<name>Frederico Linhares</name>
<email>fred@linhares.blue</email>
</author>
<published>2023-10-09T17:46:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.linhares.blue/candy_gear.git/commit/?id=ba447583c74d44c6b07c5409918207157f921efe'/>
<id>urn:sha1:ba447583c74d44c6b07c5409918207157f921efe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat Create skeletal mesh</title>
<updated>2023-09-15T17:12:15+00:00</updated>
<author>
<name>Frederico Linhares</name>
<email>fred@linhares.blue</email>
</author>
<published>2023-09-07T18:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.linhares.blue/candy_gear.git/commit/?id=25bf78bfb4785e2cbed683cc56d3cec4271d8b5a'/>
<id>urn:sha1:25bf78bfb4785e2cbed683cc56d3cec4271d8b5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refa Sprite receives floats instead of Vector4D</title>
<updated>2023-05-29T19:04:16+00:00</updated>
<author>
<name>Frederico Linhares</name>
<email>fred@linhares.blue</email>
</author>
<published>2023-05-29T13:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.linhares.blue/candy_gear.git/commit/?id=7f7515f22517509fb93ee1615c72006dca6abb03'/>
<id>urn:sha1:7f7515f22517509fb93ee1615c72006dca6abb03</id>
<content type='text'>
* lib/menu.rb: Uses the new interface for Sprite.
* src/sprite.cpp (Sprite#new, Sprite#draw): By requiring a Vector4D as
an argument, sometimes the code calling a Sprite method needs to
instantiate a Vector4D and use the stance once. The functions now
require four float variables to eliminate this unnecessary
instantiation.
</content>
</entry>
<entry>
<title>feat Recreate the Menu</title>
<updated>2023-05-24T17:50:01+00:00</updated>
<author>
<name>Frederico Linhares</name>
<email>fred@linhares.blue</email>
</author>
<published>2023-05-24T17:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.linhares.blue/candy_gear.git/commit/?id=b8614162cdbb3817a7a58ceadf8b6b0d05fae952'/>
<id>urn:sha1:b8614162cdbb3817a7a58ceadf8b6b0d05fae952</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixt Improve text rendering</title>
<updated>2023-04-24T16:32:39+00:00</updated>
<author>
<name>Frederico Linhares</name>
<email>fred@linhares.blue</email>
</author>
<published>2023-04-24T16:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.linhares.blue/candy_gear.git/commit/?id=959b717b46c00930a66fb8959d3469c0b63f3e66'/>
<id>urn:sha1:959b717b46c00930a66fb8959d3469c0b63f3e66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat Create text rendering system</title>
<updated>2023-04-20T19:17:49+00:00</updated>
<author>
<name>Frederico Linhares</name>
<email>fred@linhares.blue</email>
</author>
<published>2023-04-20T19:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.linhares.blue/candy_gear.git/commit/?id=66cb556fb6f87d195aacf8a25ffafb86d524da19'/>
<id>urn:sha1:66cb556fb6f87d195aacf8a25ffafb86d524da19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refa Use QOI image format for textures</title>
<updated>2022-12-29T19:50:53+00:00</updated>
<author>
<name>Frederico Linhares</name>
<email>fred@linhares.blue</email>
</author>
<published>2022-12-28T14:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.linhares.blue/candy_gear.git/commit/?id=b0b61c117c6e2bc7693802f005a2888e7cc073c2'/>
<id>urn:sha1:b0b61c117c6e2bc7693802f005a2888e7cc073c2</id>
<content type='text'>
</content>
</entry>
</feed>
