I wonder how many things this will break...
Anyway, made the renderer more modular (multiple gl renderers in the same binary, supported properly - menu still needs work). Rewrote parm1-16 handling, and added support for 17-32. Lightstyle smoothing cvar: r_lightstylesmooth git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1113 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f64645ff6d
commit
39990c213d
22 changed files with 990 additions and 1251 deletions
|
@ -28,12 +28,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include <dinput.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef AVAIL_DX7
|
||||
#pragma comment (lib, "../libs/dxsdk7/lib/dxguid.lib")
|
||||
#else
|
||||
#pragma comment (lib, "dxguid.lib")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define DINPUT_BUFFERSIZE 16
|
||||
#define iDirectInputCreate(a,b,c,d) pDirectInputCreate(a,b,c,d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue