xwords/xwords4/common
2008-05-24 16:21:03 +00:00
..
.cvsignore new directories to ignore 2006-02-18 14:08:04 +00:00
board.c fix bug: don't advance arrow if unable to move tile to board (introduced with recent tile index changes) 2008-05-24 16:21:03 +00:00
board.h Implement scrolling during drag via timer rather than by counting on 2008-03-29 20:23:27 +00:00
boardp.h Fix bug that number key tries to move tile to board even during trade. 2008-05-19 01:18:43 +00:00
commmgr.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
comms.c force miniwindow entirely onto board even if natural position is on 2008-04-12 15:36:31 +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 remove excessive logging 2008-04-02 03:50:55 +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 force miniwindow entirely onto board even if natural position is on 2008-04-12 15:36:31 +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 add some consts. 2008-05-06 12:49:37 +00:00
engine.h add some consts. 2008-05-06 12:49:37 +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 add some consts. 2008-05-06 12:49:37 +00:00
model.h add some consts. 2008-05-06 12:49:37 +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 some consts. 2008-05-06 12:49:37 +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 Fix bug that number key tries to move tile to board even during trade. 2008-05-19 01:18:43 +00:00
util.h add some consts. 2008-05-06 12:49:37 +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