summaryrefslogtreecommitdiff
path: root/quacker
AgeCommit message (Expand)Author
2025-08-21Pre-endgame solverpommicket
2025-08-18Show current best sequence and ply depthpommicket
2025-08-18Stop process when solve returns movespommicket
2025-08-17Endgame equity & win %pommicket
2025-08-17Integrate endgame solverpommicket
2025-08-15Solving, but something's brokenpommicket
2025-08-15Start endgame solvingpommicket
2025-08-13set Macondo Lexicon based on settingspommicket
2025-08-13Integrate Kibitzer with macondopommicket
2025-08-13Various code cleanup, fix issues with move boxpommicket
2025-08-12Integrate Macondo into move chooserpommicket
2025-08-12add move boxpommicket
2025-08-11Finish move parsingpommicket
2025-08-08more move extraction; not working yetpommicket
2025-08-08start extracting playspommicket
2025-08-08MacondoBackendpommicket
2025-08-08simulatepommicket
2025-08-07give turn number to macondopommicket
2025-08-07send position to macondopommicket
2025-08-07Add macondo tab, run processpommicket
2023-07-19Fix QMessageBox deprecations.John Fultz
2023-07-19Fix various Qt6 deprecations.John Fultz
2023-07-19Fix integer size compiler warnings.John Fultz
2023-07-19Fix misconnected signal/slot in BoardSetUpDialog.John Fultz
2023-07-18Fix Qt6 MOC compilation on some platforms.John Fultz
2023-07-17Fix deprecated usage of QSysInfo which doesn't builds in Qt6.John Fultz
2023-07-17Fix up std:: namespace hygiene.John Fultz
2023-07-16Add Qt6 to cmake, build action matrix.John Fultz
2023-07-16Make UTF8-encoding of QTextStream work in Qt5 and 6.John Fultz
2023-07-16QRegEx -> QRegularExpressionJohn Fultz
2023-07-16More Qt6-ish things that were probably a bad idea even in Qt5.John Fultz
2023-07-16Fix up some Qt signals.John Fultz
2020-07-23Remove obsolete bullet point from "Helpful Hints" message box.John Fultz
2020-06-18A few miscellaneous typo fixesOliver Galvin
2020-06-17Xcode compiler warnings.John Fultz
2019-08-11Fix devicePixelRatios on tile pixmap after dragging it.John Fultz
2019-08-11Fix "Verify Play" dialog.John Fultz
2019-08-06Fix cmake plist.John Fultz
2019-07-28Update version to 1.0.4.1.John Fultz
2019-07-28Fix #87, make tiles high-res on HiDpi screens.John Fultz
2019-07-22Fix cmake build to build Windows as Win32, not a console app.John Fultz
2019-07-22Fix .icns file.John Fultz
2019-07-21Throw a version check around HiDPI attribute...which was only introduced in Q...John Fultz
2019-07-21Remove address sanitizer from cmake.John Fultz
2019-07-21Add support for screen scaling under Windows/Linux.John Fultz
2019-07-21Visual C++ compiler warning fixes.John Fultz
2019-07-19Add CSW19 dictionary.John Fultz
2019-07-19First cut of a cmake build.John Fultz
2019-07-19Update copyright in plist.John Fultz
2019-07-19Fix deprecation errors for Qt 5.13.John Fultz