]>
git.notmuchmail.org Git - wordgame/log 
summary  | 
shortlog  | log | 
commit  | 
commitdiff  | 
tree 
first ⋅ prev ⋅ next
 
Carl Worth  [Mon, 18 Dec 2006 17:51:54 +0000  (09:51 -0800)] 
Fix refresh bug for solution widget
Carl Worth  [Mon, 18 Dec 2006 17:26:05 +0000  (09:26 -0800)] 
Only show solution words after found (with refresh bug)
Carl Worth  [Mon, 18 Dec 2006 17:22:10 +0000  (09:22 -0800)] 
Pass the dict entry flags to the for_each callback
Carl Worth  [Mon, 18 Dec 2006 16:12:05 +0000  (08:12 -0800)] 
Add verification of the word
Carl Worth  [Mon, 18 Dec 2006 16:04:00 +0000  (08:04 -0800)] 
Add keypress handler for Return
Carl Worth  [Mon, 18 Dec 2006 05:40:13 +0000  (21:40 -0800)] 
Add display of solution to the canvas
Carl Worth  [Mon, 18 Dec 2006 05:38:43 +0000  (21:38 -0800)] 
dict: Add dict_for_each functions
Carl Worth  [Sat, 16 Dec 2006 23:52:37 +0000  (15:52 -0800)] 
Abstract tile-specific code out of demo-item.c
Carl Worth  [Sat, 16 Dec 2006 22:19:44 +0000  (14:19 -0800)] 
Add key press handling (letter guessing and backspace)
Carl Worth  [Sun, 10 Dec 2006 06:35:54 +0000  (22:35 -0800)] 
Add back randomization
Carl Worth  [Tue, 5 Dec 2006 06:47:55 +0000  (22:47 -0800)] 
Add a 3D "etched" effect to the lettering.
Carl Worth  [Tue, 5 Dec 2006 06:46:53 +0000  (22:46 -0800)] 
Fix randomizing of letter positions to never end up on top of each other
Carl Worth  [Fri, 1 Dec 2006 07:58:10 +0000  (23:58 -0800)] 
Add letter scrambling animation to rack-fancy
Carl Worth  [Fri, 1 Dec 2006 07:35:26 +0000  (23:35 -0800)] 
Make rack-fancy select and display a rack of 7 random letters
Carl Worth  [Fri, 1 Dec 2006 07:27:10 +0000  (23:27 -0800)] 
Abstract subanagram code from rack into new bag.c
Carl Worth  [Fri, 1 Dec 2006 07:17:07 +0000  (23:17 -0800)] 
Abstract bag code from rack into new bag.c
Carl Worth  [Fri, 1 Dec 2006 06:19:08 +0000  (22:19 -0800)] 
Add shell for rack-fancy (graphical version of rack)
Carl Worth  [Fri, 1 Dec 2006 05:52:25 +0000  (21:52 -0800)] 
Report the time limit expiration, but don't end the game.
Carl Worth  [Wed, 29 Nov 2006 07:09:46 +0000  (23:09 -0800)] 
Add the ability to specify grid letters on the command line.
Carl Worth  [Fri, 29 Sep 2006 04:26:59 +0000  (21:26 -0700)] 
Add grid5 game in addition to grid4
Carl Worth  [Fri, 29 Sep 2006 04:10:11 +0000  (21:10 -0700)] 
Print the per-word statistics at the end of the game.
Carl Worth  [Fri, 29 Sep 2006 04:02:35 +0000  (21:02 -0700)] 
grid: Generalize to allow either 4x4 or 5x5 grid.
Carl Worth  [Fri, 29 Sep 2006 03:50:09 +0000  (20:50 -0700)] 
Split grid into main program in grid4.c and library functions in grid.c
Carl Worth  [Fri, 29 Sep 2006 03:41:05 +0000  (20:41 -0700)] 
grid: Rename "board" to "grid"
Carl Worth  [Sun, 24 Sep 2006 04:41:00 +0000  (21:41 -0700)] 
grid: Don't consider 2-letter words as valid.
Carl Worth  [Sat, 23 Sep 2006 10:56:00 +0000  (03:56  -0700)] 
Don't print empty found/missed sections
Carl Worth  [Sat, 23 Sep 2006 10:49:52 +0000  (03:49  -0700)] 
Prefer capital letters in puzzle presentation
Carl Worth  [Sat, 23 Sep 2006 10:47:48 +0000  (03:47  -0700)] 
Add new rack game as well
Carl Worth  [Sat, 23 Sep 2006 08:32:25 +0000  (01:32  -0700)] 
Add new drill2 game for drilling 2-letter words.
Carl Worth  [Sat, 23 Sep 2006 08:31:48 +0000  (01:31  -0700)] 
Fix games wiithout time limit. Don't add empty repsonse to history. Don't expect puzzle to end in newline.
Carl Worth  [Sat, 23 Sep 2006 07:26:27 +0000  (00:26  -0700)] 
Move the main game logic from grid.c to new word-game.c
Carl Worth  [Thu, 21 Sep 2006 09:42:09 +0000  (02:42  -0700)] 
grid: Add the ability to print stats at any point in the game.
Carl Worth  [Thu, 21 Sep 2006 09:16:28 +0000  (02:16  -0700)] 
Print board before result summary
Carl Worth  [Thu, 21 Sep 2006 09:11:58 +0000  (02:11  -0700)] 
Move IS_WORD flag from trie to dict layer
Carl Worth  [Thu, 21 Sep 2006 09:04:41 +0000  (02:04  -0700)] 
Add -Wmissing-prototypes and add a bunch of missing static qualifiers.
Carl Worth  [Thu, 21 Sep 2006 09:02:39 +0000  (02:02  -0700)] 
Move private portions of dict from dict-impl.h back to dict.c
Carl Worth  [Thu, 21 Sep 2006 08:55:59 +0000  (01:55  -0700)] 
Remove dependence on string_t functions from grid.c
Carl Worth  [Thu, 21 Sep 2006 08:48:46 +0000  (01:48  -0700)] 
Add printing to dict interface. Breakup grid prints by letter count.
Carl Worth  [Thu, 21 Sep 2006 07:36:10 +0000  (00:36  -0700)] 
Complete the dict layer by adding dict_cursor_t and dict_entry_t
Carl Worth  [Thu, 21 Sep 2006 06:59:59 +0000  (23:59 -0700)] 
Begin to wean grid.c away from trie and toward dict.
Carl Worth  [Thu, 21 Sep 2006 06:51:04 +0000  (23:51 -0700)] 
Eliminate useless layer of dict wrapping trie.
Carl Worth  [Thu, 21 Sep 2006 06:29:22 +0000  (23:29 -0700)] 
Hide implementation details of dict in dict-impl.h. Add automatic dependency computation to Makefile.
Carl Worth  [Thu, 21 Sep 2006 05:22:25 +0000  (22:22 -0700)] 
Break wordgame.c into dict.c and grid.c in preparation for more programs
Carl Worth  [Tue, 19 Sep 2006 08:01:00 +0000  (01:01  -0700)] 
Ignore *.o and *~ files.
Carl Worth  [Sun, 17 Sep 2006 09:01:17 +0000  (02:01  -0700)] 
Add input, verification, and scoring.
Carl Worth  [Sun, 17 Sep 2006 08:00:10 +0000  (01:00  -0700)] 
Add board and solver.
Carl Worth  [Sun, 17 Sep 2006 05:56:29 +0000  (22:56 -0700)] 
Initial comit of wordgame