summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-04After discussion with Jason/John, add myself as a copyright holder.John Fultz
2019-02-03fix for passing an argument to setGlobalCandidateMartin DeMello
2019-01-14Resolve #75, update RNG to Mersenne-Twister.John Fultz
2019-01-14Fix icon for Xcode >=9 macOS build.John Fultz
2019-01-14Fix #21, committing a phoney cannot be canceled.John Fultz
2019-01-14Fix infinite loop if you give all players the same name.John Fultz
2019-01-14Remove player name from rack label text.John Fultz
2019-01-13Add a separator above "Simulation" group box to break up the GUI better.John Fultz
2019-01-13Update TravisCI Linux builds to xenial, so I can get modern compilers for free.John Fultz
2019-01-13Attempt to fix TravisCI HomeBrew failure.John Fultz
2019-01-13Add School Scrabble 2016, 2018 word list hashes.John Fultz
2019-01-13Add hash for official OCTWL2018.John Fultz
2019-01-13C++11-style iterators in quacker sources.John Fultz
2019-01-13Fix potential crash on exit.John Fultz
2019-01-07Use range-based for iterators in sim code.John Fultz
2018-02-13New version of Polish lexicon (OSPS 38)alkamid
2017-12-19OSPS (Polish lexicon) v. 37 (December 2017)alkamid
2017-08-14Fixes #50 and related non-English strategy issues.John Fultz
2017-08-13Add Appveyor build for Windows.John Fultz
2017-08-10Add OS X builds to Travis-CI.John Fultz
2017-08-09Prevent console warnings re missing [*] in window titles.John Fultz
2017-08-02Bump version number to 1.0.4.John Fultz
2017-08-02More Qt5 changes and cleanups.John Fultz
2017-08-02Merge pull request #37 from gokceneraslan/qt55John Fultz
2017-07-29Merge pull request #60 from alkamid/osps36John Fultz
2017-04-03OSPS update 36alkamid
2016-12-21OSPS update 35alkamid
2016-08-05Merge pull request #41 from alkamid/new_ospsJohn Fultz
2016-08-03Bump version to 1.0.3.John Fultz
2016-08-02Fixes to allow bad endgames to be loaded from GCGs.John Fultz
2016-07-30Oops...didn't mean to commit that hunk. Fix build.John Fultz
2016-07-30Add OTCWL16 hash.John Fultz
2016-07-30Fix memory leak when reading game files.John Fultz
2016-07-28OSPS Update 33alkamid
2016-07-20More fixing of tile counts.John Fultz
2016-07-16Fix regressions in end-game tile management.John Fultz
2016-07-12A few tidbits for Mac 1.0.2 release.John Fultz
2016-07-07Fix compiler warning.John Fultz
2016-07-07Increment version number and copyright date.John Fultz
2016-07-07Fix problems entering games with unknown racks.John Fultz
2016-07-07Document how to build for Windows XP.John Fultz
2016-07-07Allow games loaded from gcg to switch to unknown racks.John Fultz
2016-07-07Put filename in window title.John Fultz
2016-07-03Fix miscomputed tiles-in-bag in a game with a blind exchange.John Fultz
2016-07-03Merge pull request #35 from gokceneraslan/masterJohn Fultz
2016-07-03Fix problems with "ex n" where n is a number.John Fultz
2016-07-03Add a scoring option preference.John Fultz
2016-07-03Support Shift+Enter to commit from move input field.John Fultz
2016-07-02More character encoding stuffJohn Fultz
2016-02-20Add PHP bindings, tested with PHP 5.6Gökçen Eraslan