2002-04-09 08:48:47 +00:00
|
|
|
- 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
|
2002-04-09 02:21:31 +00:00
|
|
|
tests instead of is-a. (using HAVE_* from configure instead of __blerg__)
|
2002-04-09 08:48:47 +00:00
|
|
|
- separate the video refreshers
|
2002-04-09 12:45:05 +00:00
|
|
|
- check that the parts install into the right places
|
2002-04-09 08:48:47 +00:00
|
|
|
- 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
|