------------------------------------------------------------------------
r7087 | havoc | 2007-04-12 17:25:59 -0700 (Thu, 12 Apr 2007) | 2 lines
Changed paths:
   M /trunk/lhnqserver/makefile

really fix the makefile

------------------------------------------------------------------------
r7086 | havoc | 2007-04-12 16:53:56 -0700 (Thu, 12 Apr 2007) | 2 lines
Changed paths:
   M /trunk/lhnqserver/makefile

yet another fix to the file list to compile

------------------------------------------------------------------------
r7085 | havoc | 2007-04-12 16:51:12 -0700 (Thu, 12 Apr 2007) | 2 lines
Changed paths:
   M /trunk/lhnqserver/makefile

fixed mingw support

------------------------------------------------------------------------
r7084 | havoc | 2007-04-12 16:48:36 -0700 (Thu, 12 Apr 2007) | 2 lines
Changed paths:
   M /trunk/lhnqserver/makefile

added mingw support

------------------------------------------------------------------------
r7083 | havoc | 2007-04-12 16:26:07 -0700 (Thu, 12 Apr 2007) | 2 lines
Changed paths:
   M /trunk/dpvideo/makefile
   M /trunk/lhnqserver/makefile
   M /trunk/zmodel/makefile

cleaned up some makefile options

------------------------------------------------------------------------
r2417 | havoc | 2002-09-21 17:50:33 -0700 (Sat, 21 Sep 2002) | 2 lines
Changed paths:
   A /trunk/lhnqserver/lhnqserver.dsp
   A /trunk/lhnqserver/lhnqserver.dsw
   A /trunk/lmp2pcx/lmp2pcx.dsp
   A /trunk/lmp2pcx/lmp2pcx.dsw

MSVC 6 project

------------------------------------------------------------------------
r1355 | molivier | 2002-01-16 23:47:33 -0800 (Wed, 16 Jan 2002) | 2 lines
Changed paths:
   M /trunk/lhnqserver/host.c
   M /trunk/lhnqserver/makefile
   M /trunk/lhnqserver/world.h

Fixed a critical bug in frame time handling (lhnqserver forgot to update the frame time, so it was always 0.01 sec). Removed unused Host_FilterTime function, and host_minfps and host_maxfps cvars. Fixed a couple of warnings on RedHat.

------------------------------------------------------------------------
r1194 | molivier | 2001-12-07 08:41:18 -0800 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lhnqserver/makefile

Cleaned makefile. It compiles and runs on OpenBSD now

------------------------------------------------------------------------
r203 | lordhavoc | 2001-05-25 08:17:15 -0700 (Fri, 25 May 2001) | 5 lines
Changed paths:
   M /trunk/lhnqserver/mathlib.c
   M /trunk/lhnqserver/sv_phys.c
   M /trunk/lhnqserver/sys.c

rewrote win32 timing code
win32 timing code now has both QueryPerformanceCounter and timeGetTime support (#define switchable)
BoxOnPlaneSide optimized for axial planes (backport from darkplaces)
AngleVectors can now generate only the desired vectors for a minor speedup (backport from darkplaces)

------------------------------------------------------------------------
r180 | taniwha | 2001-03-06 10:31:14 -0800 (Tue, 06 Mar 2001) | 5 lines
Changed paths:
   M /trunk/lhnqserver
   M /trunk/lhnqserver/.cvsignore
   M /trunk/lhnqserver/makefile

.cvsignore:
	s/darkplaces-glx/lhnqserver/
makefile:
	add a (disabled) debug OPTIMISATIONS setting

------------------------------------------------------------------------
r173 | lordhavoc | 2001-03-02 17:23:42 -0800 (Fri, 02 Mar 2001) | 2 lines
Changed paths:
   M /trunk/lhnqserver/host.c
   M /trunk/lhnqserver/pr_edict.c

quit if quake.rc is not found, and error if progs.dat is not found

------------------------------------------------------------------------
r172 | taniwha | 2001-03-02 16:59:19 -0800 (Fri, 02 Mar 2001) | 2 lines
Changed paths:
   M /trunk/lhnqserver/sys.c

builds in linux now

------------------------------------------------------------------------
r171 | lordhavoc | 2001-03-02 16:57:10 -0800 (Fri, 02 Mar 2001) | 2 lines
Changed paths:
   M /trunk/lhnqserver/net_bsd.c

removed net_loop.h #include

------------------------------------------------------------------------
r170 | lordhavoc | 2001-03-02 16:54:23 -0800 (Fri, 02 Mar 2001) | 2 lines
Changed paths:
   M /trunk/lhnqserver/console.c

unused variable removed

------------------------------------------------------------------------
r161 | lordhavoc | 2001-02-27 05:06:36 -0800 (Tue, 27 Feb 2001) | 2 lines
Changed paths:
   A /trunk/lhnqserver
   A /trunk/lhnqserver/.cvsignore
   A /trunk/lhnqserver/COPYING
   A /trunk/lhnqserver/bspfile.h
   A /trunk/lhnqserver/client.h
   A /trunk/lhnqserver/cmd.c
   A /trunk/lhnqserver/cmd.h
   A /trunk/lhnqserver/common.c
   A /trunk/lhnqserver/common.h
   A /trunk/lhnqserver/console.c
   A /trunk/lhnqserver/console.h
   A /trunk/lhnqserver/cpu_noasm.c
   A /trunk/lhnqserver/crc.c
   A /trunk/lhnqserver/crc.h
   A /trunk/lhnqserver/cvar.c
   A /trunk/lhnqserver/cvar.h
   A /trunk/lhnqserver/host.c
   A /trunk/lhnqserver/host_cmd.c
   A /trunk/lhnqserver/lhnqserver.mak
   A /trunk/lhnqserver/lhnqserver.mdp
   A /trunk/lhnqserver/makefile
   A /trunk/lhnqserver/mathlib.c
   A /trunk/lhnqserver/mathlib.h
   A /trunk/lhnqserver/model_alias.c
   A /trunk/lhnqserver/model_brush.c
   A /trunk/lhnqserver/model_brush.h
   A /trunk/lhnqserver/model_shared.c
   A /trunk/lhnqserver/model_shared.h
   A /trunk/lhnqserver/model_sprite.c
   A /trunk/lhnqserver/modelgen.h
   A /trunk/lhnqserver/net.h
   A /trunk/lhnqserver/net_bsd.c
   A /trunk/lhnqserver/net_dgrm.c
   A /trunk/lhnqserver/net_dgrm.h
   A /trunk/lhnqserver/net_main.c
   A /trunk/lhnqserver/net_udp.c
   A /trunk/lhnqserver/net_udp.h
   A /trunk/lhnqserver/net_win.c
   A /trunk/lhnqserver/net_wins.c
   A /trunk/lhnqserver/net_wins.h
   A /trunk/lhnqserver/net_wipx.c
   A /trunk/lhnqserver/net_wipx.h
   A /trunk/lhnqserver/pr_cmds.c
   A /trunk/lhnqserver/pr_comp.h
   A /trunk/lhnqserver/pr_edict.c
   A /trunk/lhnqserver/pr_exec.c
   A /trunk/lhnqserver/progdefs.h
   A /trunk/lhnqserver/progs.h
   A /trunk/lhnqserver/protocol.h
   A /trunk/lhnqserver/quakedef.h
   A /trunk/lhnqserver/server.h
   A /trunk/lhnqserver/spritegn.h
   A /trunk/lhnqserver/sv_main.c
   A /trunk/lhnqserver/sv_move.c
   A /trunk/lhnqserver/sv_phys.c
   A /trunk/lhnqserver/sv_user.c
   A /trunk/lhnqserver/sys.c
   A /trunk/lhnqserver/sys.h
   A /trunk/lhnqserver/winquake.h
   A /trunk/lhnqserver/world.c
   A /trunk/lhnqserver/world.h
   A /trunk/lhnqserver/zone.c
   A /trunk/lhnqserver/zone.h

Initial revision

------------------------------------------------------------------------
