<feed xmlns='http://www.w3.org/2005/Atom'>
<title>picture-puzzle/image_converter, branch master</title>
<subtitle>C++ game with GUI (FLTK)
</subtitle>
<link rel='alternate' type='text/html' href='https://git.scratko.xyz/picture-puzzle/'/>
<entry>
<title>July update</title>
<updated>2025-08-13T15:59:42+00:00</updated>
<author>
<name>scratko</name>
<email>m@scratko.xyz</email>
</author>
<published>2025-07-25T14:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.scratko.xyz/picture-puzzle/commit/?id=191a2d7cd56dde37d7f9fbdd1bcd2bb80ab4590d'/>
<id>191a2d7cd56dde37d7f9fbdd1bcd2bb80ab4590d</id>
<content type='text'>
Added const qualifiers is_next_to_empty_box() became visible to other files().
The size of the main window has been changed.
Checking whether the A* algorithm has been launched before starting a new game
or the same A* algorithm.
Fixed indentation in lambda expressions.
The initial node is added to open_queue without additional creation of dynamic
memory (the address of the object field is taken).
Fixed PQ_cont.erase().
IsNearEmptyBox was removed().
EqualNode moved to the Node class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added const qualifiers is_next_to_empty_box() became visible to other files().
The size of the main window has been changed.
Checking whether the A* algorithm has been launched before starting a new game
or the same A* algorithm.
Fixed indentation in lambda expressions.
The initial node is added to open_queue without additional creation of dynamic
memory (the address of the object field is taken).
Fixed PQ_cont.erase().
IsNearEmptyBox was removed().
EqualNode moved to the Node class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Renaming and changed README file</title>
<updated>2024-11-26T17:18:15+00:00</updated>
<author>
<name>scratko</name>
<email>m@scratko.xyz</email>
</author>
<published>2024-11-26T12:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.scratko.xyz/picture-puzzle/commit/?id=4f64ac2f9265fe216e8d62f0d73a6f3b3389fbb1'/>
<id>4f64ac2f9265fe216e8d62f0d73a6f3b3389fbb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Including resources in the object file</title>
<updated>2024-11-21T22:48:47+00:00</updated>
<author>
<name>scratko</name>
<email>m@scratko.xyz</email>
</author>
<published>2024-11-21T20:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.scratko.xyz/picture-puzzle/commit/?id=2f17165bd4c86885a75424d4f0ce6198c46c84b4'/>
<id>2f17165bd4c86885a75424d4f0ce6198c46c84b4</id>
<content type='text'>
Convert pictures to array data (image_converter/converter.c)
Resources are located in image_converter/resources.o
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert pictures to array data (image_converter/converter.c)
Resources are located in image_converter/resources.o
</pre>
</div>
</content>
</entry>
</feed>
