HomeSort by relevance Sort by last modified time
    Searched full:qboolean (Results 26 - 50 of 213) sorted by null

12 3 4 5 6 7 8 9

  /external/quake/quake/src/QW/server/
server.h 38 qboolean active; // false when server is going down
46 qboolean paused; // are we paused?
123 qboolean sendinfo; // at end of frame, send info to all
128 qboolean drop; // lose this guy next opportunity
158 qboolean send_message; // set on frames a datagram arived on
181 qboolean upgradewarn; // did we warn him?
186 qboolean remote_snap;
359 qboolean SV_CheckBottom (edict_t *ent);
360 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink)
    [all...]
  /external/quake/quake/src/WinQuake/
client.h 81 qboolean dark; // subtracts light instead of adding
126 qboolean demorecording;
127 qboolean demoplayback;
128 qboolean timedemo;
183 qboolean nodrift;
190 qboolean paused; // send over by server
191 qboolean onground;
192 qboolean inwater;
quakedef.h 294 extern qboolean noclip_anglehack;
306 extern qboolean host_initialized; // true if into command execution
324 void Host_ShutdownServer (qboolean crash);
326 extern qboolean msg_suppress_1; // suppresses resolution and cache size console output
332 extern qboolean isDedicated;
345 qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace);
386 qboolean VID_Is8bit(void);
400 void GL_Upload8_EXT (byte *data, int width, int height, qboolean mipmap, qboolean alpha);
407 qboolean R_CullBox (vec3_t mins, vec3_t maxs)
    [all...]
cd_linux.cpp 38 static qboolean cdValid = false;
39 static qboolean playing = false;
40 static qboolean wasPlaying = false;
41 static qboolean initialized = false;
42 static qboolean enabled = true;
43 static qboolean playLooping = false;
96 void CDAudio_Play(byte track, qboolean looping)
cd_win.cpp 29 static qboolean cdValid = false;
30 static qboolean playing = false;
31 static qboolean wasPlaying = false;
32 static qboolean initialized = false;
33 static qboolean enabled = false;
34 static qboolean playLooping = false;
103 void CDAudio_Play(byte track, qboolean looping)
common.h 29 // typedef enum _qboolean {false, true} qboolean;
31 // NOTE: qboolean must not be typedefed as a C++ bool because it is
35 typedef unsigned int qboolean; typedef
41 qboolean allowoverflow; // if false, do a Sys_Error
42 qboolean overflowed; // set to true if the buffer size failed
93 extern qboolean bigendien;
114 extern qboolean msg_badread; // set if a read goes beyond end of message
147 extern qboolean com_eof;
188 extern qboolean standard_quake, rogue, hipnotic;
d_iface.h 114 extern qboolean r_drawpolys; // 1 if driver wants clipped polygons
116 extern qboolean r_drawculledpolys; // 1 if driver wants clipped polygons that
118 extern qboolean r_worldpolysbacktofront; // 1 if driver wants polygons
121 extern qboolean r_recursiveaffinetriangles; // true if a driver wants to use
131 extern qboolean r_dowarp;
net_loop.cpp 25 qboolean localconnectpending = false;
42 void Loop_Listen (qboolean state)
47 void Loop_SearchForHosts (qboolean xmit)
220 qboolean Loop_CanSendMessage (qsocket_t *sock)
228 qboolean Loop_CanSendUnreliableMessage (qsocket_t *sock)
cvar.h 60 qboolean archive; // set to true to cause it to be saved to vars.rc
61 qboolean server; // notifies players when changed
91 qboolean Cvar_Command (void);
vid_dos.h 74 qboolean VGA_FreeAndAllocVidbuffer (viddef_t *vid, int allocnewbuffer);
75 qboolean VGA_CheckAdequateMem (int width, int height, int rowbytes,
net_comx.cpp 57 extern qboolean m_return_onerror;
143 qboolean enabled;
144 volatile qboolean statusUpdated;
145 qboolean useModem;
146 qboolean modemInitialized;
147 qboolean modemRang;
148 qboolean modemConnected;
182 qboolean TTY_CheckForConnection(int handle);
183 qboolean TTY_IsEnabled(int serialPortNumber);
184 qboolean TTY_IsModem(int serialPortNumber);
    [all...]
net_bw.h 24 void BW_Listen (qboolean state);
net_ipx.h 24 void IPX_Listen (qboolean state);
net_main.cpp 29 qboolean serialAvailable = false;
30 qboolean ipxAvailable = false;
31 qboolean tcpipAvailable = false;
39 void (*GetComPortConfig) (int portNumber, int *port, int *irq, int *baud, qboolean *useModem);
40 void (*SetComPortConfig) (int portNumber, int port, int irq, int baud, qboolean useModem);
44 static qboolean listening = false;
46 qboolean slistInProgress = false;
47 qboolean slistSilent = false;
48 qboolean slistLocal = true;
69 qboolean configRestored = false
    [all...]
net_mp.h 24 void MPATH_Listen (qboolean state);
net_udp.h 24 void UDP_Listen (qboolean state);
net_wins.h 24 void WINS_Listen (qboolean state);
net_wipx.h 24 void WIPX_Listen (qboolean state);
  /external/quake/quake/src/QW/client/
cd_linux.c 38 static qboolean cdValid = false;
39 static qboolean playing = false;
40 static qboolean wasPlaying = false;
41 static qboolean initialized = false;
42 static qboolean enabled = true;
43 static qboolean playLooping = false;
96 void CDAudio_Play(byte track, qboolean looping)
cd_win.c 29 static qboolean cdValid = false;
30 static qboolean playing = false;
31 static qboolean wasPlaying = false;
32 static qboolean initialized = false;
33 static qboolean enabled = false;
34 static qboolean playLooping = false;
103 void CDAudio_Play(byte track, qboolean looping)
d_iface.h 113 extern qboolean r_drawpolys; // 1 if driver wants clipped polygons
115 extern qboolean r_drawculledpolys; // 1 if driver wants clipped polygons that
117 extern qboolean r_worldpolysbacktofront; // 1 if driver wants polygons
120 extern qboolean r_recursiveaffinetriangles; // true if a driver wants to use
130 extern qboolean r_dowarp;
quakedef.h 111 extern qboolean noclip_anglehack;
125 extern qboolean host_initialized; // true if into command execution
139 qboolean Host_SimulationTime(float time);
143 void Host_ShutdownServer (qboolean crash);
145 extern qboolean msg_suppress_1; // suppresses resolution and cache size console output
cvar.h 60 qboolean archive; // set to true to cause it to be saved to vars.rc
61 qboolean info; // added to serverinfo or userinfo when changed
91 qboolean Cvar_Command (void);
vid.h 83 void VID_HandlePause (qboolean pause);
90 qboolean VID_Is8bit(void);
snd_android.c 18 qboolean SNDDMA_Init(void)

Completed in 451 milliseconds

12 3 4 5 6 7 8 9