Marcus Sundberg
ee3e144763
Misc fixes.
2000-05-19 23:31:28 +00:00
Dan Olson
aacad834e0
fix a compile error
2000-05-19 18:49:47 +00:00
Danne
0e7468bda8
Config.h for Borland C++
2000-05-19 13:36:42 +00:00
Yan Sweitzer
440b2aec18
added uniform #ifdef _xxx_H encapsulation and appropriate includes to avoid header dependencies and circular conflicts
...
(work in progress, need to clean .c files as well)
2000-05-19 06:44:56 +00:00
Brian Koropoff
0140835694
Server list stuff added to newtree!
2000-05-19 04:33:12 +00:00
Joseph Carter
466344b359
Not as clean as it could be, but for now it will work.
2000-05-19 03:06:05 +00:00
Anton E. Gavrilov
f6887de132
Added SCR_UpdateWholeScreen(void)
2000-05-19 00:41:12 +00:00
Joseph Carter
0594dcfd33
loadsky command implemented:
...
loadsky skyname
turns it on if env/skyname*.tga exists
loadsky none
turns it off, always.
Clientside support. Serverside key needs to be added still
2000-05-18 20:32:11 +00:00
Thad Ward
9d4adec3d5
added visualc's config.h and got everything building again
2000-05-18 08:06:59 +00:00
Joseph Carter
0c93f0d1f2
Skybox support - just add env/*.tga!
...
Bring your own Cmd_LoadSky_f (), I haven't done that or the server code
yet.
2000-05-18 04:34:26 +00:00
Bill Currie
3d1ae7ea7c
add Makefile
2000-05-18 02:24:33 +00:00
Bill Currie
64d00faa8f
Apply theoddone33's cvar patch (he's having connectivity problems with tank)
2000-05-17 23:16:23 +00:00
Marcus Sundberg
22c85298f0
Changed #if USE_INTEL_ASM to #ifdef USE_INTEL_ASM and
...
#if !USE_INTEL_ASM to #ifndef USE_INTEL_ASM
2000-05-17 20:50:22 +00:00
Marcus Sundberg
46e80702d3
Moved compability macros and declarations into compat.h
...
Moved some common stuff from quakedef.h and qwsvdef.h into commdef.h
2000-05-17 19:52:41 +00:00
Jeff Teunissen
131cd2b99d
You get the idea.
2000-05-17 18:32:30 +00:00
Jeff Teunissen
7647fdd484
Configure.in: minor changes.
...
include/* -- #defines so that you can #include them more than once.
2000-05-17 18:28:13 +00:00
Marcus Sundberg
91d0005d4f
Added stuff in win32/ subdir.
2000-05-17 18:19:46 +00:00
Marcus Sundberg
0802eb72e2
Added Makefile.am with EXTRA_DIST statement so make dist works.
2000-05-17 17:26:31 +00:00
Thad Ward
6393325c6d
added directories for the auto* impared compilers config.h files
...
(not sure if committing empty dirs works :/ )
2000-05-17 13:25:50 +00:00
Bill Currie
c83cb15ede
id386 -> USE_INTEL_ASM conversion
...
better HAVE_SYM_PREFIX_UNDERSCORE checking
2000-05-17 11:57:35 +00:00
Jeff Teunissen
b493557f7f
More .gitignore stuff, nuke old Makefiles, fix asm weirdness with
...
asm_i386.h
2000-05-17 11:25:33 +00:00
Jeff Teunissen
9f36417b5e
Fix "_" problems.
2000-05-17 10:22:12 +00:00
Jeff Teunissen
ed16632673
Minor patch to configure.in, added a couple files to a few .gitignore
...
files.
2000-05-17 10:08:56 +00:00
Jeff Teunissen
906444dfca
.gitignore files
2000-05-17 09:43:59 +00:00
Joseph Carter
f5bca8ba17
ghost crosshair bug fixed
2000-05-17 08:07:12 +00:00
Yan Sweitzer
64ac247e0c
2 more exports
2000-05-17 02:58:36 +00:00
Danne
01ab5f4fbe
Borland fixes
2000-05-16 13:57:54 +00:00
Danne
b82af01381
Borland fixes.
2000-05-16 13:16:22 +00:00
Bill Currie
4a7f6dfbde
getting closer to working glx client
...
(must remember to check in from top level dir)
2000-05-16 07:22:20 +00:00
Joseph Carter
00f00185f8
view lowering now does actually lower view.
2000-05-16 04:59:51 +00:00
Dan Olson
1d26c02826
Cvar merge... segfault problems... also unknown problems in vid_svga.c
2000-05-16 04:47:41 +00:00
Yan Sweitzer
2fe6997023
Microsoft _vsprintf -> vsprintf particularities
2000-05-15 09:01:47 +00:00
Anton E. Gavrilov
9b46606595
Applied keynum changes from the main tree
2000-05-15 00:33:32 +00:00
Anton E. Gavrilov
1e384f48eb
Moved .extern C(BOPS_Error) from quakeasm.h to math.S;
...
Moved a bunch of .extern C's from quakeasm.h to snd_mixa.S
Removed references to quakeasm.h from math.S, snd_mixa.S, sys_x86.S, and worlda.S
2000-05-14 22:21:59 +00:00
Dan Olson
bfbfc01491
This would be the real fix for stuff left over from the #ifdef massacre.
...
The last two revsions were failed attempts to do this
2000-05-14 20:25:49 +00:00
Dan Olson
4312654fc2
Merc's speed cheat code ported from oldtree
2000-05-14 19:29:57 +00:00
Dan Olson
1fc4396f12
Revert my dumb error
2000-05-14 18:46:05 +00:00
Marcus Sundberg
d4845db15c
Define GLAPIENTRY even if APIENTRY is not defined.
2000-05-14 18:09:31 +00:00
Dan Olson
a5b47d2b45
Fix demos
2000-05-14 17:28:08 +00:00
Marcus Sundberg
f7569b8d0d
Whitespace is not allowed before the '#' of pre-processor directives.
2000-05-14 17:04:13 +00:00
Joseph Carter
6e37b33f44
sys.h is no longer part of quakedef.h
...
sys_wina.S is now sys_x86.S (same as now gone sys_dosa.S, used on Linux too)
Updated Linux Makefile to reflect above
Linux translation table thingy now compiles properly
2000-05-14 16:56:28 +00:00
Joseph Carter
eab1ccdf95
translation table added to sys.h
2000-05-14 16:28:41 +00:00
Yan Sweitzer
cfe425a9d6
added #ifdef WINQUAKE_H .. etc
2000-05-14 09:49:37 +00:00
Yan Sweitzer
b435d22a2f
added for clean exports, replaced other references with #include "in_win.h"
2000-05-14 09:48:50 +00:00
Danne
3795744f0a
Borland fix to get it compile.
2000-05-14 08:09:43 +00:00
Danne
1a4043711e
Some extern and borland build fixes.
2000-05-14 08:00:32 +00:00
Yan Sweitzer
1277d085f0
added a pragma disable warning (win32)
2000-05-14 01:41:22 +00:00
James Brown
0ef098f6f7
api patch
2000-05-14 00:53:11 +00:00
Joseph Carter
1020d5a22c
forgotten includes
2000-05-13 23:09:50 +00:00
Joseph Carter
e9a9aecde0
forgot the includes
2000-05-13 20:51:20 +00:00