Eric House
|
29d08b95ce
|
expose comms_getStats() via a debug-build-only menu and dialog
|
2014-02-26 21:41:49 -08:00 |
|
Eric House
|
339e784d7c
|
fix compile warnings
|
2014-02-10 18:23:03 -08:00 |
|
Eric House
|
b29dcb1d2c
|
add debug-only logging toward figuring out occasional bad-dict crash
|
2014-01-31 07:55:07 -08:00 |
|
Eric House
|
57cd547078
|
remove apparently gratuitous second call to srandom
|
2014-01-31 07:54:43 -08:00 |
|
Eric House
|
1b185d1575
|
use ccache for jni if present
|
2014-01-21 07:20:51 -08:00 |
|
Eric House
|
e34cc9007d
|
fix problems with opening and using wordlists on 64-bit linux by
making XP_U32 32 rather than 64 bits. Duh. Do same on Android jni just
in case.
|
2014-01-07 06:58:20 -08:00 |
|
Eric House
|
b5d6c513a6
|
add canUndo to GameStateInfo and use to hide the undo menu
|
2013-12-03 07:06:48 -08:00 |
|
Eric House
|
94216a5fb9
|
add canTrade to GameStateInfo, pass through to java world, and use to
determine whether to show trade menuitem
|
2013-12-01 21:53:41 -08:00 |
|
Eric House
|
9b6f8d18e0
|
fix timer: don't reinit secondsUsed to 0 every time game loaded
|
2013-12-01 19:04:44 -08:00 |
|
Eric House
|
08b72bbc55
|
add asserts
|
2013-11-29 07:35:13 -08:00 |
|
Eric House
|
11bde2b7fd
|
remove logging
|
2013-11-27 07:10:08 -08:00 |
|
Eric House
|
0b00f303bb
|
cleanup after code review
|
2013-11-25 07:46:25 -08:00 |
|
Eric House
|
0cc45ad865
|
add new field canHideRack to GameStateInfo and use it to disable menu.
|
2013-11-17 13:54:21 -08:00 |
|
Eric House
|
088dd1bd75
|
center board when it must be narrower than screen
|
2013-11-15 20:46:22 -08:00 |
|
Eric House
|
e20a72e527
|
remove and turn off active rect stuff
|
2013-11-14 05:59:51 -08:00 |
|
Eric House
|
da3215c116
|
reduce logging
|
2013-11-11 08:00:56 -08:00 |
|
Eric House
|
dfdbd9a8a2
|
pass scoreWidth separately into formatting code so space can be left
for network status icon.
|
2013-11-09 05:34:23 -08:00 |
|
Eric House
|
71d83e188e
|
null param ok for board_getActiveRect in jni
|
2013-11-07 19:54:13 -08:00 |
|
Eric House
|
a26dced506
|
drawing tray tiles can fail, e.g. when font info not yet available, so
only clear bits when successful. Fixes problem where tray didn't get
drawn until tiles were somehow invalidated.
|
2013-11-07 07:29:54 -08:00 |
|
Eric House
|
baba78535f
|
fixes to the merge
|
2013-11-07 05:30:02 -08:00 |
|
Eric House
|
bb80cdfb08
|
Merge branch 'android_branch' into android_thumbnail
Conflicts:
xwords4/android/XWords4/src/org/eehouse/android/xw4/BoardCanvas.java
xwords4/android/XWords4/src/org/eehouse/android/xw4/jni/XwJNI.java
|
2013-11-07 05:25:51 -08:00 |
|
Eric House
|
929399793b
|
Merge branch 'android_x86_release' into android_branch
|
2013-11-06 22:28:36 -08:00 |
|
Eric House
|
272fc6e812
|
Move board_layout call onto jni thread, and change order in which it's
done to make that work. This is a snapshot: not all boards draw completely,
and there's other debugging to be done.
|
2013-11-06 06:49:27 -08:00 |
|
Eric House
|
7c47c27cee
|
dispose any existing draw ctxt before setting another.
|
2013-11-05 07:36:56 -08:00 |
|
Eric House
|
499e07d84b
|
follow convention: width usually comes before height
|
2013-11-05 06:38:48 -08:00 |
|
Eric House
|
f1f02df355
|
remove file to be generated by build system
|
2013-11-04 19:19:09 -08:00 |
|
Eric House
|
633d41a6ef
|
Revert "x86-only for this one release"
This reverts commit 67c6c635e4 .
|
2013-11-04 07:35:12 -08:00 |
|
Eric House
|
03b023d506
|
dispose any existing draw ctxt before setting another.
|
2013-11-04 07:33:12 -08:00 |
|
Eric House
|
d4cf98553c
|
Merge branch 'android_branch' into android_thumbnail
|
2013-11-04 06:37:13 -08:00 |
|
Eric House
|
2d7392a16d
|
pass new score- and tray-size params through
|
2013-11-04 06:36:52 -08:00 |
|
Eric House
|
9c9a04025a
|
Merge branch 'android_branch' into android_thumbnail
Conflicts:
xwords4/android/XWords4/src/org/eehouse/android/xw4/jni/XwJNI.java
|
2013-11-04 06:20:53 -08:00 |
|
Eric House
|
9f1b0c5121
|
Specify relative height of scoreboard and tray in board_figureLayout,
and allow those to be 0.
|
2013-11-04 06:19:33 -08:00 |
|
Eric House
|
67c6c635e4
|
x86-only for this one release
|
2013-11-03 12:52:53 -08:00 |
|
Eric House
|
d11375b5f5
|
apply contributed patch adding x86 version of libxwjni.so
|
2013-11-03 12:21:52 -08:00 |
|
Eric House
|
59dc69c0d9
|
apply contributed patch making Makefile variable naming match required
conventions for CLEAR_VARS.
|
2013-11-03 12:21:28 -08:00 |
|
Eric House
|
e01af60dab
|
build with COMMON_LAYOUT defined, and when off-by-default debug pref
is on use it instead of java-side layout.
|
2013-11-03 12:17:20 -08:00 |
|
Eric House
|
b151cb977e
|
apply patches from Brendan Le Foll <brendan.le.foll@intel.com> to
enable x86 ndk support
|
2013-11-03 05:22:20 -08:00 |
|
Eric House
|
cc994368aa
|
move ints and booleans between java and c structs using arrays of data
rather than a ton of nearly identical function calls.
|
2013-11-01 19:10:08 -07:00 |
|
Eric House
|
d7a1f53157
|
Merge branch 'android_branch' into android_thumbnail
Conflicts:
xwords4/android/XWords4/src/org/eehouse/android/xw4/BoardView.java
|
2013-10-31 08:13:39 -07:00 |
|
Eric House
|
bfa6132ade
|
add board_setDraw() to jni
|
2013-10-31 08:07:07 -07:00 |
|
Eric House
|
3858893ab2
|
don't crash on null dctxt
|
2013-10-31 06:35:23 -07:00 |
|
Eric House
|
0960e5510c
|
add board_getActiveRect to jni, and use it to capture a thumbnail
that's smaller. Scaling is still a problem, though: some but not all
grid lines show up.
|
2013-10-29 07:51:35 -07:00 |
|
Eric House
|
d72526ff84
|
enable turning thumbnail featuren on/off via a line in build.xml
|
2013-10-29 06:49:06 -07:00 |
|
Eric House
|
552fa28b39
|
export model_getNumTilesInTray() via jni
|
2013-09-30 21:59:12 -07:00 |
|
Eric House
|
107ba4c940
|
new gcc setting required, I assume, by new ndk version
|
2013-09-22 21:35:22 -07:00 |
|
Eric House
|
91a0dc5ecd
|
turn chat back on -- and make it configurable via a single property in
build.xml that's turned into both a -D option to the jni compiler and
a constant in the java world.
|
2013-09-11 22:18:00 -07:00 |
|
Eric House
|
a25d664eb5
|
Merge branch 'from_android_beta_65' into android_branch
Conflicts:
xwords4/android/XWords4/res/raw/changes
xwords4/android/XWords4/src/org/eehouse/android/xw4/BoardActivity.java
|
2013-09-09 08:01:28 -07:00 |
|
Eric House
|
5d7cc9e9e8
|
disable chat, and include reason in change log
|
2013-09-08 19:09:49 -07:00 |
|
Eric House
|
04eeebc3a4
|
fix so still compiles when chat feature is disabled
|
2013-09-08 19:08:58 -07:00 |
|
Eric House
|
49ab62d521
|
set DEBUG when building ndk based on target in build.xml
|
2013-08-29 07:28:08 -07:00 |
|