index
:
quackondo.git
macondo
Quackle crossword game artificial intelligence and analysis tool
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-07-17
Fix up std:: namespace hygiene.
John Fultz
2023-07-16
Set the C++ standard to C++17.
John Fultz
2023-07-16
Add Qt6 to cmake, build action matrix.
John Fultz
2023-07-16
Update build action to Qt 5.15.2, and cache Qt.
John Fultz
2023-07-16
Fix remaining QTextStream::setCodec() calls for Qt6.
John Fultz
2023-07-16
Make UTF8-encoding of QTextStream work in Qt5 and 6.
John Fultz
2023-07-16
QRegEx -> QRegularExpression
John Fultz
2023-07-16
More Qt6-ish things that were probably a bad idea even in Qt5.
John Fultz
2023-07-16
Fix up some Qt signals.
John Fultz
2023-07-15
Remove caching from GitHub build action, which wasn’t working anyway.
John Fultz
2023-07-15
More GitHub Actions updates.
John Fultz
2023-07-15
Update versions of various actions.
John Fultz
2023-07-15
Begin updates to complete transition to cmake, GitHub Actions.
John Fultz
2020-12-09
Add cmake/GitHub Actions-based CI, dump Travis-CI.
John Fultz
2020-11-22
Fix incorrect duplicate move removal
Matt Liberty
2020-07-23
Remove obsolete bullet point from "Helpful Hints" message box.
John Fultz
2020-06-18
Missing #include to fix TravisCI build.
John Fultz
2020-06-18
Add cmake stuff to gitignore
Oliver Galvin
2020-06-18
A few miscellaneous typo fixes
Oliver Galvin
2020-06-18
Fix a couple of compiler warnings: -Wsign-compare and -Wpedantic
Oliver Galvin
2020-06-17
Xcode compiler warnings.
John Fultz
2019-08-11
Fix devicePixelRatios on tile pixmap after dragging it.
John Fultz
2019-08-11
Fix "Verify Play" dialog.
John Fultz
2019-08-06
Fix cmake plist.
John Fultz
2019-08-06
Update readme.
John Fultz
2019-08-06
link threads in a properly crossplatform manner
Martin DeMello
2019-08-06
add pthread to the cmake c++ flags
Martin DeMello
2019-08-06
Don't generate bindings that require copying a logStream.
Martin DeMello
2019-08-06
Fix regression in simulator.
John Fultz
2019-07-28
Update version to 1.0.4.1.
John Fultz
2019-07-28
Fix #87, make tiles high-res on HiDpi screens.
John Fultz
2019-07-27
Accommodate spurious wakeup of condition variables.
John Fultz
2019-07-23
Make Windows installer install Qt plugins, too.
John Fultz
2019-07-22
Update installer script and instructions for Windows.
John Fultz
2019-07-22
Fix cmake build to build Windows as Win32, not a console app.
John Fultz
2019-07-22
add support for board configuration
Martin DeMello
2019-07-22
Add a higher level layer on top of the generated ruby bindings.
Martin DeMello
2019-07-22
Update OSPS to version 40 (January 2019)
alkamid
2019-07-22
Make UTF-8 default encoding (and write pragma)
alkamid
2019-07-22
Fix .icns file.
John Fultz
2019-07-21
Clean up duplicate strategy files.
John Fultz
2019-07-21
Throw a version check around HiDPI attribute...which was only introduced in Q...
John Fultz
2019-07-21
Make the PRNG thread-safe.
John Fultz
2019-07-21
Sims are now threaded.
John Fultz
2019-07-21
Move constructor for FixedLengthString.
John Fultz
2019-07-21
Code cleanup.
John Fultz
2019-07-21
Move simulate code to a new static function.
John Fultz
2019-07-21
Rework the simulation messaging.
John Fultz
2019-07-21
Migrate more stuff into sim messages.
John Fultz
2019-07-21
Move sim toward a message passing model.
John Fultz
[prev]
[next]