xwords/xwords4
Andy2 755d3e5bb2 as first step in using mmap for dictionaries instead of passing byte
arrays into the jni, pass the full file paths in in addition to the
byte arrays.  This isn't possible with the built-in dicts, but does
work for the downloaded ones (which are usually larger).  This checkin
does the mmap and uses memcmp to verify that the bytes are the same as
passed in.  Next step is to not pass the bytes when the path will do
and to actually use the mmap'd ptr.
2011-08-08 19:41:45 -07:00
..
android as first step in using mmap for dictionaries instead of passing byte 2011-08-08 19:41:45 -07:00
common add compile-time option to allow passing game seed from commandline. 2011-07-31 22:23:46 -07:00
dawg express size in K (rounding up) 2011-05-15 08:02:06 -07:00
linux add compile-time option to allow passing game seed from commandline. 2011-07-31 22:23:46 -07:00
relay fix uninitialized variable 2011-07-08 05:53:08 -07:00
scripts script to replace, eventually if I'm lucky, svnversion as a way to 2010-06-05 07:20:49 -07:00
tests allow to run multiple games at once 2005-09-14 05:12:07 +00:00
wince been a while since cvs... 2010-11-09 05:53:49 -08:00
Makefile include java files in TAGS 2010-01-25 02:09:08 +00:00