ehouse
|
2f512aa3ff
|
More translation tweaks
|
2007-04-13 08:45:48 +00:00 |
|
ehouse
|
d98f02c79e
|
include LANG in obj dir name
|
2007-04-12 01:22:31 +00:00 |
|
ehouse
|
54e0ab64d1
|
Fix to compile with XWFEATURE_FIVEWAY undefined
|
2007-04-12 01:19:56 +00:00 |
|
ehouse
|
daefd456a3
|
Text tweaks from Francis; widget resizings from Eric.
|
2007-04-12 01:17:33 +00:00 |
|
ehouse
|
033318ee6d
|
First pass at translation.
|
2007-04-10 13:23:39 +00:00 |
|
ehouse
|
5906443f63
|
Copy English files preparatory to French localization.
|
2007-04-10 13:19:04 +00:00 |
|
ehouse
|
69912147de
|
When showing cell values, also show tile values if the don't-show tile values preference is set.
|
2007-04-06 01:41:16 +00:00 |
|
ehouse
|
4f15c634d3
|
Turn off BT, and up version for first RC release.
|
2007-04-05 04:19:44 +00:00 |
|
ehouse
|
500b0fe0e8
|
pass -D options to gen_pace.pl
|
2007-04-05 04:18:42 +00:00 |
|
ehouse
|
781add0b35
|
wrap BT APIs in ifdef
|
2007-04-05 04:18:05 +00:00 |
|
ehouse
|
5204fd4c23
|
merge changes 1895 and 1899 for allowing ifdefs in funcfile.txt
|
2007-04-05 04:17:43 +00:00 |
|
ehouse
|
ef4d986a45
|
fix bug where arrow replaces tile at edge of board by returning false
from figureNextLoc unless an empty space found.
|
2007-04-03 03:36:14 +00:00 |
|
ehouse
|
704e60ef4c
|
Make gadget and bitmap size match.
|
2007-03-18 23:58:32 +00:00 |
|
ehouse
|
b965654db3
|
Closing BT lib from datahandler (since don't want to close on game
close in case next game will use); erase BT status icon when not BT
game; plug leak of dict name.
|
2007-03-18 23:57:30 +00:00 |
|
ehouse
|
0b9f77d4c0
|
Don't call comms_start while opening game. Caller may still consider
another game open.
|
2007-03-18 23:55:58 +00:00 |
|
ehouse
|
6f7db1a202
|
palm_dictionary_make makes copy of name if needed. Helps plug memory leak.
|
2007-03-18 23:49:15 +00:00 |
|
ehouse
|
2bb3c946d9
|
add consts; remove logging.
|
2007-03-18 23:48:00 +00:00 |
|
ehouse
|
f1cda6dad4
|
What I meant to check in. Need to save first....
|
2007-03-18 23:38:53 +00:00 |
|
ehouse
|
da551e1177
|
Always send BT reconnet message, even if there are messages to resend.
Fixes failure to reconnect when opening a saved BT game where the
other device is waiting and will need to resend.
|
2007-03-18 23:38:19 +00:00 |
|
ehouse
|
6dc75914a6
|
turn stringFromStream into macro to aid logging for leak detection. Debug builds only effected.
|
2007-03-18 23:31:51 +00:00 |
|
ehouse
|
1ad222c409
|
Fix crash on ARM: don't compare dummy strings.
|
2007-03-18 14:45:51 +00:00 |
|
ehouse
|
968a58785d
|
include ability to choose arm or 68K in combined-arch release builds too
|
2007-03-18 00:05:15 +00:00 |
|
ehouse
|
5334876568
|
comment out assert that doesn't seem to matter
|
2007-03-17 17:31:01 +00:00 |
|
ehouse
|
c72ef78f60
|
include ability to choose arm or 68K in combined-arch debug builds
|
2007-03-17 17:30:30 +00:00 |
|
ehouse
|
233fb2ef40
|
Pad prefs struct so ARM and 68K versions are using same addresses
(fixes crash opening game in ARM version that was saved in 68K);
|
2007-03-17 17:29:32 +00:00 |
|
ehouse
|
6fcb5b714c
|
better logging: include function name
|
2007-03-17 15:38:44 +00:00 |
|
ehouse
|
7997258163
|
Pad prefs struct so ARM and 68K versions are using same addresses
(fixes crash opening game in ARM version that was saved in 68K);
renumber resource IDs so can be logged via a switch.
|
2007-03-17 15:37:15 +00:00 |
|
ehouse
|
9e345c317f
|
Remove excess logging.
|
2007-03-17 15:35:14 +00:00 |
|
ehouse
|
66d8a99bb1
|
Put back code to associate service record with listening socket, but
ifdef'd out as it doesn't seem to make any difference.
|
2007-03-17 15:34:24 +00:00 |
|
ehouse
|
5f75dfe213
|
define XW_PSM in accord with palm guidelines. Doesn't seem to matter...
|
2007-03-17 15:33:16 +00:00 |
|
ehouse
|
3cf22d6302
|
compare only six bytes of struct ARM pads to 8.
|
2007-03-15 05:06:56 +00:00 |
|
ehouse
|
eddc046e79
|
Enable BT; up version number for a3.
|
2007-03-15 01:21:56 +00:00 |
|
ehouse
|
b9068c10c1
|
Don't store procptr stubs in Ftrs across app boots! Fixes device-resetting crash.
|
2007-03-15 01:20:11 +00:00 |
|
ehouse
|
c1c96ed807
|
Don't store procptr stubs in Ftrs across app boots! Fixes device-resetting crash.
|
2007-03-15 01:19:35 +00:00 |
|
ehouse
|
a66f290b5e
|
Print param lists under 80 columns.
|
2007-03-15 01:14:15 +00:00 |
|
ehouse
|
ca849ea934
|
define constant so tests work on ARM too.
|
2007-03-09 03:00:44 +00:00 |
|
ehouse
|
71693ea0f7
|
Add APIs needed to compile and use BT APIs. ARM version works now well enough to play games, but often crashes on app exit having done so.
|
2007-03-09 02:58:57 +00:00 |
|
ehouse
|
9963c9de2e
|
update to die when func not found, and to handle BT APIs
|
2007-03-09 02:56:02 +00:00 |
|
ehouse
|
13a517d477
|
Add one-bit bluetooth status indicators
|
2007-02-28 02:32:49 +00:00 |
|
ehouse
|
21e5e3ad23
|
Fix bug: scoreboard doesn't reflect connected state until some other
event causes update. Fix by calling turnChangeListener any time turn
changes, including on initial set.
|
2007-02-27 02:48:51 +00:00 |
|
ehouse
|
033df9c5af
|
Save and restore focus owner across app restarts (includes working around
OS's insistence on sending focusTake event on formOpen); up version numbers; turn off BT prior to beta release.
|
2007-02-24 03:35:51 +00:00 |
|
ehouse
|
ef75450af5
|
Target to build tarball for uploading to byod.
|
2007-02-20 07:24:18 +00:00 |
|
ehouse
|
1ef4637a0d
|
Fix to work with new byod scheme.
|
2007-02-20 05:49:57 +00:00 |
|
ehouse
|
2b35dd68c7
|
Cleanup for a5 release: always use status icons when building for bluetooth.
|
2007-02-18 03:33:17 +00:00 |
|
ehouse
|
3bb2fb018f
|
Add support for Russian. So that Russian text can be processed on systems without setting LANG=ru_RU.CP1251, modify dict2dawg to skip duplicates and words outside of specified lengths. Modify all info.txt files for the new scheme (which includes change to byod.cgi not kept on sourceforge.)
|
2007-02-17 17:06:05 +00:00 |
|
ehouse
|
326ecb00f4
|
increment internal tile values by one so strings can be null-terminated
|
2007-02-14 15:17:00 +00:00 |
|
ehouse
|
dc204c9aba
|
code to use bitmaps instead of letters to show bt conn status.
|
2007-02-12 08:05:35 +00:00 |
|
ehouse
|
e53f483d27
|
Add bitmaps to replace letters as indicators of bluetooth connnect state. Still to go: lowres equivalents.
|
2007-02-12 07:54:23 +00:00 |
|
ehouse
|
80efa73a50
|
Cleanup: compile warning and to make logging easier.
|
2007-02-08 15:17:23 +00:00 |
|
ehouse
|
2d696b1e6c
|
Fix nav for tungsten: test for lack rather than presence of keyUp events.
|
2007-02-08 15:16:46 +00:00 |
|