Home
last modified time | relevance | path

Searched refs:pitch_time (Results 1 – 10 of 10) sorted by relevance

/dports/games/d2x/d2x-0.2.5/main/
H A Dkconfig.h23 fix pitch_time; member
54 fix pitch_time; member
114 fix pitch_time; member
H A Dkconfig.c2562 Controls.pitch_time = 0;
2565 Controls.pitch_time = 0;
2588 Controls.pitch_time = 0;
3042 if (Controls.pitch_time > FrameTime/2 ) Controls.pitch_time = FrameTime/2;
3050 if (Controls.pitch_time < -FrameTime/2 ) Controls.pitch_time = -FrameTime/2;
3362 Controls.pitch_time = 0;
3388 Controls.pitch_time = 0;
3846 if (Controls.pitch_time > FrameTime/2 ) Controls.pitch_time = FrameTime/2;
3854 if (Controls.pitch_time < -FrameTime/2 ) Controls.pitch_time = -FrameTime/2;
3960 Controls.pitch_time += fixmul(kc_external_control->pitch_time,FrameTime);
[all …]
H A Dcontrols.c87 rotangs.p = Controls.pitch_time / 2 + Seismic_tremor_magnitude/64; in read_flying_controls()
107 obj->mtype.phys_info.rotthrust.x = Controls.pitch_time; in read_flying_controls()
H A Dslew.c114 rotang.p = Controls.pitch_time/ROT_SPEED ; in do_slew_movement()
H A Dautomap.c1364 tangles.p += fixdiv( Controls.pitch_time, ROT_SPEED_DIVISOR ); in do_automap()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dcontrols.cpp87 rotangs.p = Controls.pitch_time / 2 + Seismic_tremor_magnitude/64; in read_flying_controls()
103 rotthrust.x = Controls.pitch_time; in read_flying_controls()
H A Dkconfig.cpp103 …Controls.pitch_time = Controls.vertical_thrust_time = Controls.heading_time = Controls.sideways_th… in kconfig_begin_loop()
1274 …adjust_ramped_keyboard_field(plus, key_pitch_forward, Controls.pitch_time, PlayerCfg.KeyboardSens[… in kconfig_read_controls()
1275 …adjust_ramped_keyboard_field(minus, key_pitch_backward, Controls.pitch_time, PlayerCfg.KeyboardSen… in kconfig_read_controls()
1278 …adjust_axis_field(Controls.pitch_time, Controls.joy_axis, kcm_joystick[dxx_kconfig_ui_kc_joystick_… in kconfig_read_controls()
1282 …adjust_axis_field(Controls.pitch_time, Controls.mouse_axis, kcm_mouse[dxx_kconfig_ui_kc_mouse_pitc… in kconfig_read_controls()
1285 else Controls.pitch_time = 0; in kconfig_read_controls()
1405 …clamp_kconfig_control_with_overrun(Controls.pitch_time, frametime / 2, Controls.excess_pitch_time,… in kconfig_read_controls()
H A Dslew.cpp122 rotang.p = Controls.pitch_time/ROT_SPEED ; in do_slew_movement()
H A Dautomap.cpp741 if (am.controls.pitch_time || am.controls.heading_time || am.controls.bank_time) in automap_apply_input()
745 tangles.p = fixdiv(am.controls.pitch_time, ROT_SPEED_DIVISOR); in automap_apply_input()
780 am.tangles.p += fixdiv(am.controls.pitch_time, ROT_SPEED_DIVISOR); in automap_apply_input()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dkconfig.h87 …fix pitch_time, vertical_thrust_time, heading_time, sideways_thrust_time, bank_time, forward_thrus… member