71 Commits (9a45de0bbd3bc7dc7ff5e0e676ca1cad26c1f8a6)
 

Author SHA1 Message Date
Isabell Pflug 9a45de0bbd 📝 Added documentation for ThinkPink.ini configuration file 1 year ago
Isabell Pflug eabc8aa9df 📝 Moved documentation of global QSettings unique_ptr into its header. 1 year ago
Isabell Pflug 830cc707fa ♻️ Moved extern QSettings unique_ptr into its own header. 1 year ago
Isabell Pflug d1c389e761 Revert "📝 Changed settings for better qt integration of doxygen"
This reverts commit 7ea08c44fe.
1 year ago
Isabell Pflug 7ea08c44fe 📝 Changed settings for better qt integration of doxygen 1 year ago
Isabell Pflug 72fa6a8465 📝 Started working on the unique_ptr documentation for the QSettings 1 year ago
Isabell Pflug 70f7cbafb8 🚚 Changed name of header file extension from .h to .hpp 1 year ago
Isabell Pflug 8522dc296f 📝 Added documentation for SameGame class and its members 1 year ago
Isabell Pflug 742936619e 🔧 Adjusted settings in doxyfile 1 year ago
Isabell Pflug 98ca85ca9b 📝 Added links to external qt6 documentation for doxygen 1 year ago
Isabell Pflug 13d52b67d5 🙈 Fixed .gitignore (hopefully) 1 year ago
Isabell Pflug dc084d5edb 🙈 Fixed typo for doxygen location 1 year ago
Isabell Pflug 654776c864 📝 Initialised doxygen documentation 1 year ago
Isabell Pflug 0d9591f26f 📄 Added agpl v3.0 only license 1 year ago
Isabell Pflug a0ae564ada 🚧 Started on doxygen documentation 1 year ago
Isabell Pflug 8e1c1caab7 🔥 Removed old and bad documentation 1 year ago
Isabell Pflug 84876c70c5 💄 Beautified highscore widget 1 year ago
Isabell Pflug 1e9e780776 🐛 Fixed highscore sorting 1 year ago
Isabell Pflug 98cae7f1ab 💄 Removed ambiguous phrasing for highscore dialogs 1 year ago
Isabell Pflug 4c07866eb9 🐛 Made dialog window actually disappear when clicking "ok" 1 year ago
Isabell Pflug f1dd878ac8 🐛 Replaced '\n' with Qt::endl and fixed duplicate highscore entry 1 year ago
Isabell Pflug 38d801c604 🐛 Fixed highscore functionality
Had to fix a couple of reads and writes, as well as accessing the data in the highscore QMap
1 year ago
Isabell Pflug af00be318f 📝 Added build instructions for unix / linux 1 year ago
Isabell Pflug d90a285180 🚧 Added highscore functionality 1 year ago
Isabell Pflug 0e53d9bf3b 🐛 Got rid of false positive lambda warning in connect 1 year ago
Isabell Pflug da31974744 💄 Made borders even darker 1 year ago
Isabell Pflug 4fc8860bfb 💄 Removed unneccessary sleep 1 year ago
Isabell Pflug c01b6fddb4 🚧 Added provisional "Game over" status text 1 year ago
Isabell Pflug 576295b049 📝 Mentioned c++20 underneath "dependencies" 1 year ago
Isabell Pflug 21776a7162 💄 Re-added borders in color palettes 1 year ago
Isabell Pflug d1de26b0c0 🐛 Fixed the disabled window when starting a new game 1 year ago
Isabell Pflug 1af86b4542 🐛 Moved disabling and re-enabling of the MainWindow to the correct location 1 year ago
Isabell Pflug 6e44546e97 💄 Made color palettes coherently 1 year ago
Isabell Pflug d0f29a3795 🧑‍💻 Added an extra header for the usleep function just to make really sure 1 year ago
Isabell Pflug 8217c9b457 📝 Updated screenshot to show how a running game looks like 1 year ago
Isabell Pflug e6db1caa2b 🐛 Fixed duplicated overlaying button glitch 1 year ago
Isabell Pflug 643939180d 🐛 Fixed checking of empty columns 1 year ago
Isabell Pflug f8d9eb1a50 🎉 Added previously forgotten bubbleRight function. Now it seems to be really done! 1 year ago
Isabell Pflug 73a25cd618 🐛 Fixed disabled buttons bug 1 year ago
Isabell Pflug ecf2c9f555 🎉 IT WORKS 1 year ago
Isabell Pflug 2f5984e36c 💄 Improved default colour scheme once more 1 year ago
Isabell Pflug 92e9699120 🔥 Removed unneccessary icon 1 year ago
Isabell Pflug 6927789f1b Added deletion of clicked cells after getting scored 1 year ago
Isabell Pflug 8e4d58372f Score gets updated correctly now
This means that the Score functionality is entirely complete now!
1 year ago
Isabell Pflug e5ad6e110f Finished getConnected functionality
You can now fill all cells with stars that have at least one neighbour
1 year ago
Isabell Pflug 5e4eac29a7 🚧 Added basic cell group functionality (not entirely working yet) 1 year ago
Isabell Pflug 6d40409314 ⬆️ Upgraded to c++20 (wtf why wasn't that default) 1 year ago
Isabell Pflug c05fdd2265 Added button matrix to keep track of the game boxes 1 year ago
Isabell Pflug 89d36717d5 🐛 Fixed default value for color list 1 year ago
Isabell Pflug 6f19708003 📝 Updated screenshot to fit new default color scheme 1 year ago