ACE3/addons/missileguidance/functions
Brandon Danyluk aea24c6de4 Better attack angle calculation. Does not get exactly right, but works for all cases.
Need to implement a PID controller navigation type to get a correct attack angle
2021-04-20 15:31:38 -06:00
..
fnc_attackProfile_AIR.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_attackProfile_BEAM.sqf Implement Metis SACLOS guidance (#6997) 2019-12-16 20:01:30 -06:00
fnc_attackProfile_DIR.sqf Implement some generic modes of flight 2021-04-12 23:14:22 -06:00
fnc_attackProfile_JAV_DIR.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_attackProfile_JAV_TOP.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_attackProfile_JDAM.sqf Better attack angle calculation. Does not get exactly right, but works for all cases. 2021-04-20 15:31:38 -06:00
fnc_attackProfile_LIN.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_attackProfile_LOFT.sqf implement augmented proportional navigation 2021-04-13 14:09:36 -06:00
fnc_attackProfile_WIRE.sqf multiple changes 2021-04-13 20:31:10 -06:00
fnc_changeMissileDirection.sqf Basic proportional navigation and PID controller 2021-03-18 23:28:55 -06:00
fnc_checkLos.sqf Headers - Fix function names in examples (#7663) 2020-04-25 08:41:45 +02:00
fnc_checkSeekerAngle.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_cycleAttackProfileKeyDown.sqf MissileGuidance - Allow using vanilla fire mode key (#6732) 2019-01-30 22:11:01 -06:00
fnc_doAttackProfile.sqf Allow for debug info to be displayed via variable 2021-04-16 15:43:31 -06:00
fnc_doHandoff.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_doppler_onFired.sqf add config entries 2021-04-15 22:51:03 -06:00
fnc_doSeekerSearch.sqf Allow for debug info to be displayed via variable 2021-04-16 15:43:31 -06:00
fnc_gps_attackOnFired.sqf Better attack angle calculation. Does not get exactly right, but works for all cases. 2021-04-20 15:31:38 -06:00
fnc_gps_confirm.sqf Add SDB and JDAM 2021-04-19 01:27:49 -06:00
fnc_gps_getAttackData.sqf Add SDB and JDAM 2021-04-19 01:27:49 -06:00
fnc_gps_loadAttackSettings.sqf Add GPS selector dialog for GPS munitions 2021-04-18 03:30:10 -06:00
fnc_gps_modeSelect.sqf Add SDB and JDAM 2021-04-19 01:27:49 -06:00
fnc_gps_onLoad.sqf Add SDB and JDAM 2021-04-19 01:27:49 -06:00
fnc_gps_onUnload.sqf Add GPS selector dialog for GPS munitions 2021-04-18 03:30:10 -06:00
fnc_gps_pbModeCycle.sqf Add GPS selector dialog for GPS munitions 2021-04-18 03:30:10 -06:00
fnc_gps_saveAttackSettings.sqf Add GPS selector dialog for GPS munitions 2021-04-18 03:30:10 -06:00
fnc_gps_seekerOnFired.sqf Add SDB and JDAM 2021-04-19 01:27:49 -06:00
fnc_guidancePFH.sqf tweak JDAM guidance 2021-04-20 11:10:29 -06:00
fnc_handleHandoff.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_IR_onFired.sqf small tweaks 2021-04-13 23:12:47 -06:00
fnc_javelin_midCourseTransition.sqf implement course state machine 2021-04-14 02:29:27 -06:00
fnc_mwr_onFired.sqf Improve radar simulation 2021-04-15 22:29:02 -06:00
fnc_navigationType_augmentedProNav.sqf Allow for debug info to be displayed via variable 2021-04-16 15:43:31 -06:00
fnc_navigationType_lineOfSight.sqf implement course state machine 2021-04-14 02:29:27 -06:00
fnc_navigationType_proNav.sqf Allow for debug info to be displayed via variable 2021-04-16 15:43:31 -06:00
fnc_navigationType_zeroEffortMiss.sqf SALH: only update seeker pos if it within small error 2021-04-13 20:51:21 -06:00
fnc_onFired.sqf update dragon to not use new guidance 2021-04-16 19:02:03 -06:00
fnc_onIncomingMissile.sqf Headers - Fix function names in examples (#7663) 2020-04-25 08:41:45 +02:00
fnc_proNav_onFired.sqf Add zero-effort miss. Seeker now feeds data to navigation 2021-04-13 16:10:39 -06:00
fnc_SACLOS_onFired.sqf Various - Use configOf command for faster lookup (#8100) 2021-02-18 12:58:08 -06:00
fnc_seekerType_Doppler.sqf Allow for debug info to be displayed via variable 2021-04-16 15:43:31 -06:00
fnc_seekerType_GPS.sqf Add SDB and JDAM 2021-04-19 01:27:49 -06:00
fnc_seekerType_IR.sqf Allow for debug info to be displayed via variable 2021-04-16 15:43:31 -06:00
fnc_seekerType_MWR.sqf Allow for debug info to be displayed via variable 2021-04-16 15:43:31 -06:00
fnc_seekerType_Optic.sqf Implement optical mavericks 2021-04-16 00:33:38 -06:00
fnc_seekerType_SACLOS.sqf Add zero-effort miss. Seeker now feeds data to navigation 2021-04-13 16:10:39 -06:00
fnc_seekerType_SALH.sqf SALH: only update seeker pos if it within small error 2021-04-13 20:51:21 -06:00
fnc_shouldFilterRadarHit.sqf Allow for debug info to be displayed via variable 2021-04-16 15:43:31 -06:00
fnc_wire_onFired.sqf Various - Use configOf command for faster lookup (#8100) 2021-02-18 12:58:08 -06:00
script_component.hpp big code clean up 2015-01-12 21:14:27 -08:00