Updating the dictionary with more words learned from Text Twist testing
[scrabbalize.git] / Source /
2007-12-17 Robert SesekFound a better way to remove all the objects in the...
2007-12-17 Robert SesekForgot to add the GPL header to a file
2007-12-17 Robert SesekFinished the algorithm for checking the words. We now...
2007-12-17 Robert SesekAdding some comments to the -[findWords:] method
2007-12-17 Robert SesekAutomatically sort the words by length
2007-12-17 Robert SesekWe now populate the word list appropriately
2007-12-17 Robert SesekCreating a new model object to manage words to use...
2007-12-17 Robert SesekChanging the wordlist ivar to be a NSMutableArray rathe...
2007-12-17 Robert SesekBeginning the filtering mechanism
2007-12-17 Robert SesekSetting up the AppController as the delegate so that...