xwords/common
ehouse f1a00fa1b9 strutils syntax changes. Rough cut at reordering loading in game
info: when the device is a client and is starting a new game, we want
to start presenting only the local players.  So load them first, and
reduce nPlayers down to the count of current local players.  Works
well, but can probably be simplified.
2006-09-15 07:36:51 +00:00
..
.cvsignore new directories to ignore 2006-02-18 14:08:04 +00:00
board.c Set -Wunused-parameter for those versions of gcc that support it, and 2006-08-16 13:44:44 +00:00
board.h remove unused parameter 2006-06-26 04:39:48 +00:00
boardp.h Finish scrollbar work by passing number of visible rows to 2006-05-19 13:44:05 +00:00
commmgr.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
comms.c do a better job of rejecting messages that have strayed in from a different game. 2006-09-15 07:33:59 +00:00
comms.h Make formal param const; add initial value to relay-only field so 2006-09-14 01:25:40 +00:00
comtypes.h Put up BT device browser while user is picking connection method 2006-08-26 21:12:10 +00:00
config.mk add common/nwgamest.{c,h} to make new game dialog logic cross-platform 2006-06-07 01:26:04 +00:00
dawg.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
dictnry.c new strutils macro syntax 2006-09-15 07:32:39 +00:00
dictnry.h make formal params const where possible 2006-09-02 05:30:51 +00:00
dictnryp.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
draw.c update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
draw.h Add macros to draw.h, and use 'em for wince, so that a platform can choose to call draw.h methods via a vtable or static linking. 2006-04-01 21:01:20 +00:00
engine.c fix bug checking crosschecks with more than 32 tiles. 2006-09-02 05:29:13 +00:00
engine.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
game.c params become const; new macro syntax for strutils 2006-09-15 07:31:24 +00:00
game.h params become const; new macro syntax for strutils 2006-09-15 07:31:24 +00:00
Makefile makefile cleanup 2006-02-17 07:27:36 +00:00
mempool.c params become const 2006-09-15 07:32:04 +00:00
mempool.h params become const 2006-09-15 07:32:04 +00:00
memstream.c use tmp buffer to avoid copying one byte at a time. 2006-09-10 18:53:03 +00:00
memstream.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
model.c Fix assert: implicit cast to boolean doesn't work when bit being 2006-08-22 04:20:40 +00:00
model.h Set -Wunused-parameter for those versions of gcc that support it, and 2006-08-16 13:44:44 +00:00
modelp.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
movestak.c bug fix: reset stack data stream before getting length and writing. Assert 2006-09-01 04:32:57 +00:00
movestak.h Base the number of bytes used to store tiles on the number in the 2006-08-10 01:21:31 +00:00
mscore.c Set -Wunused-parameter for those versions of gcc that support it, and 2006-08-16 13:44:44 +00:00
nwgamest.c strutils syntax changes. Rough cut at reordering loading in game 2006-09-15 07:36:51 +00:00
nwgamest.h Set -Wunused-parameter for those versions of gcc that support it, and 2006-08-16 13:44:44 +00:00
pool.c debug macros and wierd rewrite of code using random and mod. This makes it work on ce! 2006-01-31 06:42:53 +00:00
pool.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
rules.mk makefile cleanup 2006-02-17 07:27:36 +00:00
server.c do a better job of rejecting messages that have strayed in from a 2006-09-15 07:34:39 +00:00
server.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
states.h Check state before accepting post-connection messages; and always set 2006-09-10 18:58:10 +00:00
strutils.c modify MEM_DEBUG versions of strdup utils to record the __FILE__ and 2006-09-15 07:30:00 +00:00
strutils.h modify MEM_DEBUG versions of strdup utils to record the __FILE__ and 2006-09-15 07:30:00 +00:00
tray.c randIntArray runs once and returns whether array is modified. Tray calls 2006-06-27 06:30:44 +00:00
util.h remove param from util_addrChange; add comms_getIsServer; save bt_addr 2006-09-08 07:14:24 +00:00
virtuals.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
vtabmgr.c update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
vtabmgr.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
xwproto.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
xwstate.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
xwstream.h First shot at bluetooth support (turned off in Makefile by default). 2006-08-23 04:44:55 +00:00