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