[quake2] Ideas

Brendan Burns brendanburns at attbi.com
Mon Mar 3 22:14:53 EST 2003


> Please note that such changes would make more difficult merging with 
> other
> forks. I personally enjoy importing best improvements from Q2ACE for
> example...

How's this for a solution:
Rename the functions to a consistent naming scheme, but create a header 
file
q2_compat.h  with:

#define old_name NewName

that ought to satisfy the desire to create a well understood codebase, 
with a desire to port in new code, anywhere you need the old functions 
you can just #include <q2_compat.h>

--brendan




More information about the quake2 mailing list