mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-23 00:20:56 +00:00
Updated checklist, configure.in (0.2.0), cvar.c
This commit is contained in:
parent
ea1386f190
commit
89cdc06e0e
3 changed files with 12 additions and 10 deletions
18
CHECKLIST
18
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
|
||||
<X> 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
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "commdef.h"
|
||||
#include "cvar.h"
|
||||
#include "zone.h"
|
||||
#include "console.h"
|
||||
|
|
Loading…
Reference in a new issue