mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
- updated TODO list
This commit is contained in:
parent
5a98c829ba
commit
2a91c72d3d
1 changed files with 7 additions and 3 deletions
10
TODO
10
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
|
||||
|
|
Loading…
Reference in a new issue