back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/img_handler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* July updateHEADmasterscratko2025-07-251-4/+4
| | | | | | | | | | | | | 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.
* Renaming and changed README filescratko2024-11-261-11/+16
|
* Including resources in the object filescratko2024-11-221-0/+8
| | | | | Convert pictures to array data (image_converter/converter.c) Resources are located in image_converter/resources.o
* Uploading custom imagesscratko2024-11-181-0/+67