- Updated TODO list

This commit is contained in:
Jamie Wilkinson 2002-05-02 12:50:20 +00:00
parent 0a52f5330b
commit b1d6239d1d

5
TODO
View file

@ -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