xwords/xwords4/android/XWords4/jni
Andy2 426f990156 fix infinite loop creating networked game: util_rand() can't call into
java in some cases so needs to fall back to returning rand().
2010-12-03 06:43:40 -08:00
..
anddict.c new jni method to get lang code. Takes a dict's raw bytes and builds 2010-08-25 06:33:16 -07:00
anddict.h copy dict name into dict struct so e.g. Counts and Values works 2010-04-23 08:36:20 +00:00
andglobals.h add copyright notice; turn logging back on for jni code 2010-03-28 23:38:53 +00:00
Android.mk Fix yet again what shouldn't have been checked in. 2010-12-02 22:37:21 -08:00
andutils.c replace call to rand() with android_only function that reads two bytes 2010-11-29 17:12:12 -08:00
andutils.h extend getSummary() to include array of current scores; add util to set an object 2010-05-05 04:11:08 +00:00
drawwrapper.c don't call java code if rect width is 0. Fixes crash (but not design 2010-11-07 14:03:24 -08:00
drawwrapper.h Work when initialized with a null instance of DrawCtxt. (All calls 2010-02-09 14:21:58 +00:00
jniutlswrapper.c Since we're not using bitmaps any more remove the code to parse and 2010-04-22 04:56:14 +00:00
jniutlswrapper.h pass boolean isUTF8 in from jni, and if false create InputStreamReader 2010-04-20 02:38:42 +00:00
LocalizedStrIncludes.h rearrange to work with newer version of ndk and sdk just installed 2010-01-30 03:18:01 +00:00
utils.c add copyright notice; turn logging back on for jni code 2010-03-28 23:38:53 +00:00
utilwrapper.c fix infinite loop creating networked game: util_rand() can't call into 2010-12-03 06:43:40 -08:00
utilwrapper.h set gameID when saving CurGameInfo from java IFF it isn't already set. 2010-02-14 22:01:06 +00:00
xportwrapper.c add devOrder (= hostID) to params passed on connect. Fix to pass new 2010-10-29 06:34:39 -07:00
xportwrapper.h Work (but don't call into java world) when initialized with a null 2010-02-09 14:20:16 +00:00
xptypes.h in attempt to work around non-random rand() in jni world, call back 2010-12-02 19:02:36 -08:00
xwjni.c remove nPlayers from game_summarize 2010-11-19 18:23:34 -08:00