
John Ryland
9/10/2001

Original code of course by id software, released under the GPL
This has been modified by Dan East and release as PocketQuake
I have taken the PocketQuake 0.62 source release and modified it to compile under Linux,
more specifically for Qt/palmtop


Here's some of the changes I've made to the PocketQuake source:


In FixedPointMath.h, removed ^M characters at end of lines
In mathlib.h, added __int64 typedef
In common.c, conditionally compile zlib code, and CF card searching code
In console.c, removed PocketPC input method raising and lowering
In cl_demo.c, conditionally compile zlib code
In host.c, changed so that it does Draw_Init() for non-windows platforms

Created file vid_qt.cpp
Created file vid.c
Added file cd_null.c from original Quake source
Added file sys_linux.c from original Quake source (might have changed it)
Added file snd_sun.c net_bsd.c net_udp.c and net_udp.h from original Quake source (might have changed it)

// Modified model.h and mathlib.h to make the FPM version of BoxOnPlaneSideFPM match in mathlib.c
// Modified cl_input.c to match prototype in client.h
// Modified r_alias.c to use long long instead of __int64
// Modified sv_main.c to reverse the order of the #ifdefs

