From b1d6239d1ddacd630a5904aaf6322b5f7c8bf087 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Thu, 2 May 2002 12:50:20 +0000 Subject: [PATCH] - Updated TODO list --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 6ddd4de..3ac0edb 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,8 @@ +- fix up the auto* scripts so that make isntall works, and then we can + start looking at making a release - merge net_udp6.c into net_udp.c -- kill off ctf/q_shared.c, it's identical to src/q_shared.c +- kill off ctf/q_shared.c, it's identical to src/q_shared.c (Actually, work + out redundant code and merge them... maybe some sort of libshared.a) - clean up the #ifdefs that are throughout the code to be has-a tests instead of is-a. (using HAVE_* from configure instead of __blerg__) - separate the video refreshers