diff --git a/CHECKLIST b/CHECKLIST index be3597f..c7d6ab6 100644 --- a/CHECKLIST +++ b/CHECKLIST @@ -19,16 +19,16 @@ M: Ender has built these binaries sucessfully with a makefile. [X] 1. The five conflicting files between client and server need to have those conflicts removed. [X] 2. One object per source -[M] 3a. Win32 binaries must be buildable for client and server -[-] 3b. Linux binaries should become buildable with auto* -[ ] 4. Any structural changes to the tree we agree to make -[ ] 5a. Linux targets need to be verified -[ ] 5b Win32 targets need to be verified +[X] 3a. Win32 binaries must be buildable for client and server +[X] 3b. Linux binaries should become buildable with auto* +[X] 4. Any structural changes to the tree we agree to make +[X] 5a. Linux targets need to be verified +[X] 5b Win32 targets need to be verified [X] 6a. Mercury's speed cheat fix -< > M2k. QSG Standards Version 1 -[-] 6b. Cvar revamp -[-] 7. Global config file -[-] 8. fs_*path cvars + M2k. QSG Standards Version 1 +[X] 6b. Cvar revamp +[X] 7. Global config file +[X] 8. fs_*path cvars [ ] 9. Known buffer overflow issues need resolution [-] 10. DGA support for Linux diff --git a/configure.in b/configure.in index 9295e06..e95f289 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AM_CONFIG_HEADER(include/config.h) AC_CANONICAL_SYSTEM dnl This is the only place where the package version appears -AM_INIT_AUTOMAKE(quakeforge, 0.1.99pre0) +AM_INIT_AUTOMAKE(quakeforge, 0.2.0) dnl Define the proper name for package AC_DEFINE(PROGRAM, "QuakeForge") diff --git a/source/cvar.c b/source/cvar.c index b1b8380..fde33dc 100644 --- a/source/cvar.c +++ b/source/cvar.c @@ -32,6 +32,8 @@ #ifdef HAVE_CONFIG_H # include #endif + +#include "commdef.h" #include "cvar.h" #include "zone.h" #include "console.h"