xwords/xwords4/common
2008-03-23 19:14:20 +00:00
..
.cvsignore new directories to ignore 2006-02-18 14:08:04 +00:00
board.c When scrolling in response to a drag, invalidate under the tile both 2008-03-15 14:00:05 +00:00
board.h reintroduce board_handleKey 2007-01-18 02:42:37 +00:00
boardp.h When scrolling in response to a drag, invalidate under the tile both 2008-03-15 14:00:05 +00:00
commmgr.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
comms.c Fix errors, all in debug-only code, flagged by __attribute__ format addition. 2008-03-11 12:24:23 +00:00
comms.h Unify lookup by address and by channelNo; add method to check consistency of BT address. 2008-01-07 01:10:43 +00:00
comtypes.h Add ENABLE_LOGGING define so logging can be used on non-debug builds, e.g. to trace opening of non-debug saved games and prefs files. 2008-02-17 21:48:48 +00:00
config.mk merge with drag_n_drop branch: apply patch generated with this command on that branch: svn diff -r 2080:2087 2008-03-08 23:16:21 +00:00
dawg.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
dbgutil.c Add ENABLE_LOGGING define so logging can be used on non-debug builds, e.g. to trace opening of non-debug saved games and prefs files. 2008-02-17 21:48:48 +00:00
dbgutil.h debug functions to turn enums and defines into loggable strings 2006-11-03 06:19:27 +00:00
dictnry.c turn stringFromStream into macro to aid logging for leak detection. Debug builds only effected. 2007-03-18 23:31:51 +00:00
dictnry.h Add more consts. 2006-09-24 15:28:15 +00:00
dictnryp.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
dragdrpp.c When scrolling in response to a drag, invalidate under the tile both 2008-03-15 14:00:05 +00:00
dragdrpp.h fold hint-region-drag into dragdrpp, saving a bunch of code and 2008-03-13 12:23:22 +00:00
draw.c update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
draw.h add owner param to drawTileMidDrag so can color tiles correctly 2008-03-11 11:48:53 +00:00
engine.c substitute macro for common sizeof(x)/sizeof(x[0]) pattern; no generated code change 2007-05-26 14:03:07 +00:00
engine.h remove dead code 2008-02-27 05:38:28 +00:00
game.c Mark params unused in compiles for standalone; remove unused param. 2008-02-16 16:02:49 +00:00
game.h test for duplicate initial client message and if so drop it; add const keyword; add assertion in addr comparion in attempt to learn why duplicates are getting through. 2007-12-31 20:00:13 +00:00
Makefile makefile cleanup 2006-02-17 07:27:36 +00:00
mempool.c Fix errors, all in debug-only code, flagged by __attribute__ format addition. 2008-03-11 12:24:23 +00:00
mempool.h Add file and line number to debug version of realloc and free. 2007-11-22 05:04:40 +00:00
memstream.c replace all __FUNCTION__ with __func__ 2007-12-02 19:13:25 +00:00
memstream.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
model.c fix crash: check that tile exists before removing 2008-03-12 12:21:23 +00:00
model.h merge with drag_n_drop branch: apply patch generated with this command on that branch: svn diff -r 2080:2087 2008-03-08 23:16:21 +00:00
modelp.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
movestak.c Prune excessive logging 2006-09-17 04:45:19 +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 add const to a bunch of char* decls in APIs and variables; no code change 2007-02-03 17:54:20 +00:00
nwgamest.c fix compile warning 2008-02-16 17:09:21 +00:00
nwgamest.h Warn user, and refuse to continue, when new game is as host and has no remote players. API 2008-01-04 14:47:52 +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
scorebdp.c add assertions that formatted string returned fit within the provided space. 2008-03-23 19:14:20 +00:00
scorebdp.h Fix so compiles curses-only, and so curses cell can be 2x1 (for square board) 2007-06-01 02:08:04 +00:00
server.c Fix to compile and run standalone 2008-01-19 16:04:48 +00:00
server.h name change only: Connectedness becomes DeviceRole 2007-02-02 08:34:37 +00:00
states.h Check state before accepting post-connection messages; and always set 2006-09-10 18:58:10 +00:00
strutils.c fix log_hex to print nibbles in right order. 2007-09-27 02:56:35 +00:00
strutils.h turn stringFromStream into macro to aid logging for leak detection. Debug builds only effected. 2007-03-18 23:31:51 +00:00
tray.c rewrite invalCellsUnderRect to be less stupid: start from rect passed 2008-03-14 09:20:26 +00:00
util.h make new turnChanged notification compile-time conditional 2008-02-27 05:43:27 +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 Debug-build macros to pass __LINE__ and __FILE__ for logging 2006-11-14 06:40:36 +00:00