From 2a91c72d3d825f05c295ef987a860c345c878147 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Tue, 9 Apr 2002 08:48:47 +0000 Subject: [PATCH] - updated TODO list --- TODO | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 6b3bb91..4ea9094 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,8 @@ -* merge net_udp6.c into net_udp.c -* kill off ctf/q_shared.c, it's identical to src/q_shared.c -* clean up the #ifdefs that are throughout the code to be has-a +- merge net_udp6.c into net_udp.c +- kill off ctf/q_shared.c, it's identical to src/q_shared.c +- 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 +- use DATADIR to find game data, rather than in same directory as libraries + this way, it can follow FHS: libs in /usr/lib/games/quake2 and data in + /usr/share/games/quake2, for example