]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/defs.qh
Merge remote-tracking branch 'origin/master' into samual/notification_rewrite
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
1 #define INDEPENDENT_ATTACK_FINISHED
2
3 noref float require_spawnfunc_prefix; // if this float exists, only functions with spawnfunc_ name prefix qualify as spawn functions
4
5 #define BUTTON_ATCK       button0
6 #define BUTTON_JUMP       button2
7 #define BUTTON_ATCK2      button3
8 #define BUTTON_ZOOM       button4
9 #define BUTTON_CROUCH     button5
10 #define BUTTON_HOOK       button6
11 #define BUTTON_INFO       button7
12 #define BUTTON_CHAT       buttonchat
13 #define BUTTON_USE        buttonuse
14 #define BUTTON_DRAG       button8
15 #define BUTTON_ZOOMSCRIPT button9
16
17 // Globals
18
19 float g_cloaked, g_footsteps, g_jump_grunt, g_grappling_hook, g_midair, g_minstagib, g_pinata, g_norecoil, g_minstagib_invis_alpha, g_bloodloss;
20 float g_warmup_limit;
21 float g_warmup_allguns;
22 float g_warmup_allow_timeout;
23 float g_race_qualifying;
24 float inWarmupStage;
25 float g_pickup_respawntime_weapon;
26 float g_pickup_respawntime_superweapon;
27 float g_pickup_respawntime_ammo;
28 float g_pickup_respawntime_short;
29 float g_pickup_respawntime_medium;
30 float g_pickup_respawntime_long;
31 float g_pickup_respawntime_powerup;
32 float g_pickup_respawntimejitter_weapon;
33 float g_pickup_respawntimejitter_superweapon;
34 float g_pickup_respawntimejitter_ammo;
35 float g_pickup_respawntimejitter_short;
36 float g_pickup_respawntimejitter_medium;
37 float g_pickup_respawntimejitter_long;
38 float g_pickup_respawntimejitter_powerup;
39 float g_jetpack;
40
41 float sv_clones;
42 float sv_foginterval;
43
44 entity  activator;
45
46 float player_count;
47 float currentbots;
48 float bots_would_leave;
49 float lms_lowest_lives;
50 float lms_next_place;
51 float LMS_NewPlayerLives();
52
53 void UpdateFrags(entity player, float f);
54 .float totalfrags;
55
56 float team1_score, team2_score, team3_score, team4_score;
57
58 float maxclients;
59
60 float server_is_local; // innocent until proven guilty by ClientConnect() in cl_client.qc
61
62 // Fields
63
64 .void(entity inflictor, entity attacker, float damage, float deathtype, vector hitloc, vector force) event_damage;
65
66 //.string       wad;
67 //.string       map;
68
69 //.float        worldtype;
70 .float  delay;
71 .float  wait;
72 .float  lip;
73 //.float        light_lev;
74 .float  speed;
75 //.float        style;
76 //.float        skill;
77 .float  sounds;
78 .float  platmovetype;
79
80 .string killtarget;
81
82 .vector pos1, pos2;
83 .vector mangle;
84
85 .float  pain_finished;                  //Added by Supajoe
86 .float  pain_frame;                     //"
87 .float  statdraintime;                  // record the one-second intervals between draining health and armour when they're over 100
88 .float  crouch; // Crouching or not?
89
90 .float  strength_finished;
91 .float  invincible_finished;
92 .float  superweapons_finished;
93
94 .vector         finaldest, finalangle;          //plat.qc stuff
95 .void()         think1;
96 .float state;
97 .float          t_length, t_width;
98
99 .vector destvec;                // for rain
100 .vector destvec2;               // for train
101 .float cnt;             // for rain
102 .float count;
103 //.float cnt2;
104
105 .float play_time;
106 .float respawn_time;
107 .float death_time;
108 .float fade_time;
109 .float fade_rate;
110
111 // player animation state
112 .float animstate_startframe;
113 .float animstate_numframes;
114 .float animstate_framerate;
115 .float animstate_starttime;
116 .float animstate_endtime;
117 .float animstate_override;
118 .float animstate_looping;
119
120 // weapon animation vectors:
121 .vector anim_fire1;
122 .vector anim_fire2;
123 .vector anim_idle;
124 .vector anim_reload;
125
126 void() player_setupanimsformodel;
127 void setanim(entity e, vector anim, float looping, float override, float restart);
128
129 .string mdl;
130
131 .string playermodel;
132 .string playerskin;
133
134 .float species;
135
136 .float  respawntime;
137 .float  respawntimejitter;
138 //.float        chasecam;
139
140 .float  damageforcescale;
141 #define MIN_DAMAGEEXTRARADIUS 2
142 #define MAX_DAMAGEEXTRARADIUS 16
143 .float damageextraradius;
144
145 //.float          gravity;
146
147 .float          dmg;
148
149 // for railgun damage (hitting multiple enemies)
150 .float railgunhit;
151 .float railgunhitsolidbackup;
152 .vector railgunhitloc;
153
154 .float          air_finished;
155 .float          dmgtime;
156
157 .float          killcount;
158 .float hitsound, typehitsound;
159
160 .float watersound_finished;
161 .float iscreature;
162 .float damagedbycontents;
163 .float damagedbytriggers;
164 .float pushable;
165 .float teleportable;
166 .vector oldvelocity;
167
168 .float pauseregen_finished;
169 .float pauserothealth_finished;
170 .float pauserotarmor_finished;
171 .float pauserotfuel_finished;
172 .string item_pickupsound;
173
174 // definitions for weaponsystem
175
176 .entity weaponentity;
177 .entity exteriorweaponentity;
178 .vector weaponentity_glowmod;
179
180 //.float weapon; // current weapon
181 .float switchweapon; // weapon requested to switch to
182 .float switchingweapon; // weapon currently being switched to (is copied from switchweapon once switch is possible)
183 .string weaponname; // name of .weapon
184
185 .float autoswitch;
186 float weapon_action(float wpn, float wrequest);
187 float client_hasweapon(entity cl, float wpn, float andammo, float complain);
188 void w_clear();
189 void w_ready();
190 // VorteX: standalone think for weapons, so normal think on weaponentity can be reserved by weaponflashes (which needs update even player dies)
191 .float weapon_nextthink;
192 .void() weapon_think;
193
194 //float PLAYER_WEAPONSELECTION_DELAY = );
195 float   PLAYER_WEAPONSELECTION_SPEED = 18;
196 vector  PLAYER_WEAPONSELECTION_RANGE = '0 20 -40';
197
198 // weapon states (self.weaponentity.state)
199 float WS_CLEAR                  = 0; // no weapon selected
200 float WS_RAISE                  = 1; // raise frame
201 float WS_DROP                   = 2; // deselecting frame
202 float WS_INUSE                  = 3; // fire state
203 float WS_READY                  = 4; // idle frame
204
205 // there is 2 weapon tics that can run in one server frame
206 #define W_TICSPERFRAME 2
207
208 void weapon_defaultspawnfunc(float wpn);
209
210 string w_deathtypestring;
211
212 .vector dest1, dest2;
213
214 float gameover;
215 float intermission_running;
216 float intermission_exittime;
217 float alreadychangedlevel;
218
219
220 .float runes;
221
222 // Keys player is holding
223 .float itemkeys;
224 // message delay for func_door locked by keys and key locks
225 // this field is used on player entities
226 .float key_door_messagetime;
227
228
229 .float version;
230
231 //swamp
232 .float in_swamp;              // bool
233 .entity swampslug;            // Uses this to release from swamp ("untouch" fix)
234
235 // footstep interval
236 .float nextstep;
237
238 float blockSpectators; //if set, new or existing spectators or observers will be removed unless they become a player within g_maxplayers_spectator_blocktime seconds
239 .float spectatortime; //point in time since the client is spectating or observing
240 void checkSpectatorBlock();
241
242 float game_completion_ratio; // 0 at start, 1 near end
243 .float winning;
244 .float jointime; // time of joining
245 .float alivetime; // time of being alive
246
247 float nJoinAllowed(entity ignore);
248 #define PREVENT_JOIN_TEXT "^1You may not join the game at this time.\n\nThe player limit reached maximum capacity."
249
250 .float spawnshieldtime;
251
252 .float lms_nextcheck;
253 .float lms_traveled_distance;
254
255 .entity flagcarried;
256
257 .entity lastrocket;
258
259 .float playerid;
260 float playerid_last;
261 .float noalign;         // if set to 1, the item or spawnpoint won't be dropped to the floor
262
263 .vector spawnorigin;
264
265 .vector death_origin;
266 .vector killer_origin;
267
268 float default_player_alpha;
269 float default_weapon_alpha;
270
271 .float() customizeentityforclient;
272 .float cvar_cl_handicap;
273 .float cvar_cl_clippedspectating;
274 .float cvar_cl_autoscreenshot;
275 .float cvar_cl_movement_track_canjump;
276 .float cvar_cl_newusekeysupported;
277
278 .string cvar_g_xonoticversion;
279 .string cvar_cl_weaponpriority;
280 .string cvar_cl_weaponpriorities[10];
281 #ifdef ALLOW_FORCEMODELS
282 .float cvar_cl_forceplayermodels;
283 .float cvar_cl_forceplayermodelsfromxonotic;
284 float sv_clforceplayermodels;
285 #endif
286 .float cvar_cl_gunalign;
287 .float cvar_cl_noantilag;
288
289 .string weaponorder_byimpulse;
290
291 .float cvar_cl_allow_uid2name;
292 .float cvar_cl_allow_uidtracking;
293 .string stored_netname;
294
295 void Announce(string snd);
296 void AnnounceTo(entity e, string snd);
297
298 .float version_nagtime;
299
300 #define NUM_JUMPPADSUSED 3
301 .float jumppadcount;
302 .entity jumppadsused[NUM_JUMPPADSUSED];
303
304 string gamemode_name;
305
306 float startitem_failed;
307
308 void DropAllRunes(entity pl);
309
310
311 typedef .float floatfield;
312 floatfield Item_CounterField(float it);
313
314 float W_AmmoItemCode(float wpn);
315 string W_Name(float weaponid);
316 string W_Apply_Weaponreplace(string in);
317
318 void FixIntermissionClient(entity e);
319 void FixClientCvars(entity e);
320
321 WEPSET_DECLARE_A(weaponsInMap);
322
323 .float respawn_countdown; // next number to count
324
325 float bot_waypoints_for_items;
326
327 .float attack_finished_for[WEP_MAXCOUNT];
328 .float attack_finished_single;
329 #ifdef INDEPENDENT_ATTACK_FINISHED
330 #define ATTACK_FINISHED_FOR(ent,w) ((ent).(attack_finished_for[(w) - WEP_FIRST]))
331 #else
332 #define ATTACK_FINISHED_FOR(ent,w) ((ent).attack_finished_single)
333 #endif
334 #define ATTACK_FINISHED(ent) ATTACK_FINISHED_FOR(ent,(ent).weapon)
335
336 // assault game mode: Which team is attacking in this round?
337 float assault_attacker_team;
338
339 // speedrun: when 1, player auto teleports back when capture timeout happens
340 .float speedrunning;
341
342 // database
343 float ServerProgsDB;
344 float TemporaryDB;
345
346 .float team_saved;
347
348 float some_spawn_has_been_used;
349 float have_team_spawns; // 0 = no team spawns requested, -1 = team spawns requested but none found, 1 = team spawns requested and found
350 float have_team_spawns_forteam[17]; // 0 = this team has no spawns, 1 = this team has spawns; team 0 is the "no-team"
351
352 // set when showing a kill countdown
353 .entity killindicator;
354 .float killindicator_teamchange;
355
356 void Damage (entity targ, entity inflictor, entity attacker, float damage, float deathtype, vector hitloc, vector force);
357
358 float lockteams;
359
360 .float parm_idlesince;
361 float sv_maxidle;
362 float sv_maxidle_spectatorsareidle;
363
364 float tracebox_hits_trigger_hurt(vector start, vector mi, vector ma, vector end);
365
366 float next_pingtime;
367
368 .float Version;
369 .float SendFlags;
370 .float(entity to, float sendflags) SendEntity;
371
372 // player sounds, voice messages
373 // TODO implemented fall and falling
374 #define ALLPLAYERSOUNDS \
375                 _VOICEMSG(death) \
376                 _VOICEMSG(drown) \
377                 _VOICEMSG(fall) \
378                 _VOICEMSG(fall) \
379                 _VOICEMSG(falling) \
380                 _VOICEMSG(gasp) \
381                 _VOICEMSG(jump) \
382                 _VOICEMSG(pain100) \
383                 _VOICEMSG(pain25) \
384                 _VOICEMSG(pain50) \
385                 _VOICEMSG(pain75)
386
387 #define ALLVOICEMSGS \
388                 _VOICEMSG(attack) \
389                 _VOICEMSG(attackinfive) \
390                 _VOICEMSG(coverme) \
391                 _VOICEMSG(defend) \
392                 _VOICEMSG(freelance) \
393                 _VOICEMSG(incoming) \
394                 _VOICEMSG(meet) \
395                 _VOICEMSG(needhelp) \
396                 _VOICEMSG(seenflag) \
397                 _VOICEMSG(taunt) \
398                 _VOICEMSG(teamshoot)
399
400 #define _VOICEMSG(m) .string playersound_##m;
401 ALLPLAYERSOUNDS
402 ALLVOICEMSGS
403 #undef _VOICEMSG
404
405 // reserved sound names for the future (some models lack sounds for them):
406 //              _VOICEMSG(flagcarriertakingdamage) \
407 //              _VOICEMSG(getflag) \
408 // reserved sound names for the future (ALL models lack sounds for them):
409 //              _VOICEMSG(affirmative) \
410 //              _VOICEMSG(attacking) \
411 //              _VOICEMSG(defending) \
412 //              _VOICEMSG(roaming) \
413 //              _VOICEMSG(onmyway) \
414 //              _VOICEMSG(droppedflag) \
415 //              _VOICEMSG(negative) \
416 //              _VOICEMSG(seenenemy) \
417
418 string globalsound_fall;
419 string globalsound_metalfall;
420 string globalsound_step;
421 string globalsound_metalstep;
422
423 #define VOICETYPE_PLAYERSOUND 10
424 #define VOICETYPE_TEAMRADIO 11
425 #define VOICETYPE_LASTATTACKER 12
426 #define VOICETYPE_LASTATTACKER_ONLY 13
427 #define VOICETYPE_AUTOTAUNT 14
428 #define VOICETYPE_TAUNT 15
429
430 void PrecachePlayerSounds(string f);
431 void PrecacheGlobalSound(string samplestring);
432 void UpdatePlayerSounds();
433 void ClearPlayerSounds();
434 void PlayerSound(.string samplefield, float channel, float voicetype);
435 void GlobalSound(string samplestring, float channel, float voicetype);
436 void FakeGlobalSound(string samplestring, float channel, float voicetype);
437 void VoiceMessage(string type, string message);
438 float GetPlayerSoundSampleField_notFound;
439 .string GetVoiceMessageSampleField(string type);
440
441 // autotaunt system
442 .float cvar_cl_autotaunt;
443 .float cvar_cl_voice_directional;
444 .float cvar_cl_voice_directional_taunt_attenuation;
445
446 .float version_mismatch;
447
448 float independent_players;
449 #define INDEPENDENT_PLAYERS (autocvar__independent_players ? (autocvar__independent_players > 0) : independent_players)
450 #define IS_INDEPENDENT_PLAYER(e) ((e).solid == SOLID_TRIGGER)
451 #define MAKE_INDEPENDENT_PLAYER(e) (((e).solid = SOLID_TRIGGER) + ((e).frags = FRAGS_PLAYER_NONSOLID))
452 // we're using + here instead of , because fteqcc sucks
453
454 string clientstuff;
455 .float phase;
456 .float pressedkeys;
457
458 .float porto_forbidden;
459
460 .string fog;
461
462 string cvar_changes;
463 string cvar_purechanges;
464 float cvar_purechanges_count;
465
466 float game_starttime; //point in time when the countdown is over
467 .float stat_game_starttime;
468
469 .float stat_sv_airaccel_qw;
470 .float stat_sv_airstrafeaccel_qw;
471 .float stat_sv_airspeedlimit_nonqw;
472 .float stat_sv_maxspeed;
473
474 void W_Porto_Remove (entity p);
475
476 .float projectiledeathtype;
477
478 .string message2;
479
480 vector railgun_start, railgun_end; // filled by FireRailgunBullet, used by damage code for head shot
481 .float stat_allow_oldnexbeam;
482
483 // reset to 0 on weapon switch
484 // may be useful to all weapons
485 .float bulletcounter;
486
487 void target_voicescript_next(entity pl);
488 void target_voicescript_clear(entity pl);
489
490 .string target2;
491 .string target3;
492 .string target4;
493 .float target_random;
494 .float trigger_reverse;
495
496 // Nexball 
497 .entity ballcarried; // Also used for keepaway
498 .float metertime;
499 float g_nexball_meter_period;
500
501 void SUB_DontUseTargets();
502 void SUB_UseTargets();
503
504 .void() reset; // if set, an entity is reset using this
505 .void() reset2; // if set, an entity is reset using this (after calling ALL the reset functions for other entities)
506
507 void ClientData_Touch(entity e);
508
509 //vector debug_shotorg; // if non-zero, overrides the shot origin of all weapons
510
511 .float wasplayer;
512
513 float servertime, serverprevtime, serverframetime;
514
515 .entity soundentity;
516
517 .float ammo_fuel;
518
519 .vector prevorigin;
520
521 //flood fields
522 .float nickspamtime; // time of last nick change
523 .float nickspamcount;
524 .float floodcontrol_chat;
525 .float floodcontrol_chatteam;
526 .float floodcontrol_chattell;
527 .float floodcontrol_voice;
528 .float floodcontrol_voiceteam;
529
530 .float stat_shotorg; // networked stat for trueaim HUD
531
532 string matchid;
533 .float hitplotfh;
534
535 .float last_pickup;
536
537 .float hit_time; 
538 .float typehit_time; 
539
540 .float stat_leadlimit;
541
542 float radar_showennemies;
543
544 #ifdef PROFILING
545 float client_cefc_accumulator;
546 float client_cefc_accumulatortime;
547 #endif
548
549 ..float current_ammo;
550
551 .float weapon_load[WEP_MAXCOUNT];
552 .float ammo_none; // used by the reloading system, must always be 0
553 .float clip_load;
554 .float old_clip_load;
555 .float clip_size;
556 .float minelayer_mines;
557
558 .float grab; // 0 = can't grab, 1 = owner can grab, 2 = owner and team mates can grab, 3 = anyone can grab
559
560 #define PROJECTILE_MAKETRIGGER(e) (e).solid = SOLID_CORPSE; (e).dphitcontentsmask = DPCONTENTS_SOLID | DPCONTENTS_BODY | DPCONTENTS_CORPSE
561 // when doing this, hagar can go through clones
562 // #define PROJECTILE_MAKETRIGGER(e) (e).solid = SOLID_BBOX
563
564 .float spectatee_status;
565 .float zoomstate;
566 .float bloodloss_timer;
567 .float restriction;
568
569 .entity clientdata;
570 .entity personal;
571
572 string deathmessage;
573
574 .float just_joined;
575
576 .float cvar_cl_accuracy_data_share;
577 .float cvar_cl_accuracy_data_receive;
578
579 .float cvar_cl_weaponimpulsemode;
580 .float selectweapon; // last selected weapon of the player
581
582 .float ballistics_density; // wall piercing factor, larger = bullet can pass through more
583
584 #define ACTIVE_NOT              0
585 #define ACTIVE_ACTIVE   1
586 #define ACTIVE_IDLE     2
587 #define ACTIVE_BUSY     2
588 #define ACTIVE_TOGGLE   3
589 .float active;
590 .void (float act_state) setactive;
591 .entity realowner;
592
593 .float nex_charge;
594 .float nex_charge_rottime;
595 .float nex_chargepool_ammo;
596
597 .float hagar_load;
598
599 float allowed_to_spawn; // boolean variable used by the clan arena code to determine if a player can spawn (after the round has ended)
600
601 float serverflags;
602
603 .float team_forced; // can be a team number to force a team, or 0 for default action, or -1 for forced spectator
604
605 .float player_blocked;
606
607 .float freezetag_frozen;
608 .float freezetag_revive_progress;
609
610 .entity muzzle_flash;
611 .float misc_bulletcounter;      // replaces uzi & hlac bullet counter.
612
613 .float stat_respawn_time; // shows respawn time, and is negative when awaiting respawn
614
615 void PlayerUseKey();
616
617 typedef vector(entity player, entity spot, vector current) spawn_evalfunc_t;
618 .spawn_evalfunc_t spawn_evalfunc;
619
620 .entity conveyor;
621
622 string modname;
623
624 .float missile_flags;
625 #define MIF_SPLASH 2
626 #define MIF_ARC 4
627 #define MIF_PROXY 8
628 #define MIF_GUIDED_MANUAL 16
629 #define MIF_GUIDED_HEAT 32
630 #define MIF_GUIDED_LASER 64
631 #define MIF_GUIDED_AI 128
632 #define MIF_GUIDED_TAG 128
633 #define MIF_GUIDED_ALL (MIF_GUIDED_MANUAL | MIF_GUIDED_HEAT | MIF_GUIDED_LASER | MIF_GUIDED_AI | MIF_GUIDED_TAG)
634 #define MIF_GUIDED_TRACKING (MIF_GUIDED_HEAT | MIF_GUIDED_LASER | MIF_GUIDED_AI | MIF_GUIDED_TAG)
635 #define MIF_GUIDED_CONFUSABLE (MIF_GUIDED_HEAT | MIF_GUIDED_AI)
636
637 #define MISSILE_IS_CONFUSABLE(m) ((m.missile_flags & MIF_GUIDED_CONFUSABLE) ? TRUE : FALSE)
638 #define MISSILE_IS_GUIDED(m) ((m.missile_flags & MIF_GUIDED_ALL) ? TRUE : FALSE)
639 #define MISSILE_IS_TRACKING(m) ((m.missile_flags & MIF_GUIDED_TRACKING) ? TRUE : FALSE)