Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-31 | New alphabet and dawg for Norwegian. | John Fultz | |
The Norwegian dictionary had some unencodable words. Turns out that they are playable, but using the blank as a letter which is not part of the distribution. So, adding the letters to the alphabet, but with zero of them in the distribution, works. | |||
2014-08-30 | Fix compiler warnings. | John Fultz | |
2014-08-30 | A little house-cleaning. No code changes. | John Fultz | |
2014-08-30 | Norwegian support. | John Fultz | |
The Norwegian dictionary comes from here: http://www2.scrabbleforbundet.no/?attachment_id=1620 which claims that the words may be used and redistributed under GPLv3. | |||
2014-08-30 | Move to GPL v3. | John Fultz | |
We'll be incorporating the Norwegian dictionary which is covered under GPL3, so that's the reason for the move. | |||
2014-08-25 | Add Polish alphabet. Fix AltGr keyboard events. | John Fultz | |
This fixes a reported problem under Windows (it was probably an issue on other platforms, too) where, if you're using a keyboard that requires AltGr in order to type Scrabble letters on the board, they simply won't type. For example, the Windows "Polish Programmers" keyboard. Polish alphabet submitted by Adam Klimont, and tested by me. Dictionary to come soon. | |||
2014-08-25 | Disable Linux warnings without producing Mac warnings. | John Fultz | |
2014-08-24 | Kill some Linux compiler warnings. | John Fultz | |
2014-08-24 | Fix missing header which breaks Linux build | John Fultz | |
2014-08-12 | Make the textual reporter sort the leave. | John Fultz | |
Sometimes, the leave was printed in a partially unsorted fashion. I suspect this has to do with using opponents with no racks. Whatever the cause, sorting it is trivial. | |||
2014-08-12 | Compiler warnings. | John Fultz | |
2014-08-12 | Make qmake play well with Mac builds | John Fultz | |
Includes .plist and .icns files automatically now. | |||
2014-08-12 | New icon for Windows. | John Fultz | |
Windows now uses the same icon Mac does. | |||
2014-08-12 | Minor project management updates. | John Fultz | |
* Update .gitignore * Add a SublimeText project file * Add an Icon.png which is used by my git client. | |||
2013-12-30 | Add color theme feature. | John Fultz | |
This allows you to choose between preset themes stored in .ini files in the layout. While I was at it, I changed other things in the Settings panel to auto-populate from the layout rather than have hard-coded versions. So there's no longer a need to recompile Quackle to add new languages or alphabets to get it to show up in the popup menu. | |||
2013-12-29 | Add diagonal symmetry to board setup pane. | John Fultz | |
A simple feature, turned on by default, which makes setting up the board even faster. | |||
2013-11-03 | Make clang happy (for Mavericks) | Matt Liberty | |
2013-11-02 | In OSX we get a path of quacker/quacker.app/Contents/MacOS and so need | Matt Liberty | |
to look for 'data' in '../data' | |||
2013-10-27 | Print final scores at the end of self play | Matt Liberty | |
2013-10-27 | Ignore *.app (Mac) and SublimeText files | Matt Liberty | |
2013-10-27 | Add option to specify opponent player type in self play testing | Matt Liberty | |
2013-10-25 | Reorder -lquackleio before -lquackle due to dependencies | Matt Liberty | |
2013-10-25 | Reorder dependencies to see if it solves travis build error | Matt Liberty | |
2013-10-25 | Clean up build of minor executables to use proper paths and obj subdirs | Matt Liberty | |
2013-10-25 | Remove decodeleaves from .travis.yml because it isn't committed (yet) | Matt Liberty | |
2013-10-25 | Build all subdirs in travis | Matt Liberty | |
2013-10-25 | Add travis status to README | Matt Liberty | |
2013-10-25 | Initial github/travis-ci setup | Matt Liberty | |
2013-10-25 | Remove backup ~ file | Matt Liberty | |
2013-10-06 | Further .pro cleanup: put libs under release/debug and use wildcards | Matt Liberty | |
2013-10-06 | Use wildcards for HEADERS/SOURCES | Matt Liberty | |
2013-09-27 | Add -fpermissive for OSX Mountain Lion build error | Matt Liberty | |
2013-08-25 | Initial git commit. | Jason Katz-Brown | |
2013-08-25 | Initial commit | jasonkb | |