Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | July updateHEADmaster | scratko | 2025-07-25 | 1 | -50/+25 |
| | | | | | | | | | | | | | 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. | ||||
* | Program termination | scratko | 2024-11-22 | 1 | -0/+1 |
| | | | | | Termination of the program while the computer is solving the algorithm (by esc key) | ||||
* | Fixed memory leak | scratko | 2024-11-21 | 1 | -1/+0 |
| | | | | | | The image widget is responsible for deleting the loaded part of the image Check for correct type of selected file Error checking after image upload | ||||
* | Uploading custom images | scratko | 2024-11-18 | 1 | -2/+4 |
| | |||||
* | Added A* solution algorithm | scratko | 2024-11-16 | 1 | -0/+182 |