ACE3/addons/atragmx/functions
Glowbal b489750d5b Minor optimizations using private, params, and isEqualType (#4323)
* Optimizations with private, params, and isEqualType

* Fixed tab being used instead of space

* Fixed tabs inserted by notepad++

* More usage of new private syntax and params

- changed a few checks for an array being empty to `_arr isEqualTo []`
rather than `count _arr == 0`
- added more uses of `private` on the same line as the variable is
declared
- added more uses of params to assign variables passed as parameters
- removed unnecessary parentheses
- removed several unnecessary variable declarations with private array
syntax

* clean up and formatting
2016-09-04 16:44:22 +02:00
..
fnc_add_new_gun.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_calculate_range_card.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_calculate_solution.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_calculate_target_range_assist.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_calculate_target_solution.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_calculate_target_speed_assist.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_can_show.sqf Added comments to all ATragMX functions 2015-04-11 23:40:46 +02:00
fnc_change_gun.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_change_target_slot.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_clear_user_data.sqf Added target speed direction switch / Improved the solution result output 2015-04-21 15:46:53 +02:00
fnc_create_dialog.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_cycle_gun_list.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_cycle_image_size_units.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_cycle_num_ticks_units.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_cycle_range_card_columns.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_cycle_scope_unit.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_cycle_target_size_units.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_cycle_target_speed_direction.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_delete_gun.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_init.sqf Disables multiple openings of the kestrel & atrag. Allows the overlay toggle, but disables the opening of multiple ones. Used onUnload handlers. Supports both limiting interact and keybinds. Fixes #1086 2015-05-09 12:41:01 -07:00
fnc_on_close_dialog.sqf Normalize to LF line endings 2016-05-30 18:37:03 +02:00
fnc_parse_input.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_reset_relative_click_memory.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_restore_atmo_default.sqf ATragMX Feature Expansion: 2015-04-18 00:11:53 +02:00
fnc_restore_user_data.sqf Added target speed direction switch / Improved the solution result output 2015-04-21 15:46:53 +02:00
fnc_save_gun.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_show_add_new_gun.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_show_atmo_env_data.sqf Added a few static gui elements 2015-04-18 19:22:24 +02:00
fnc_show_gun_ammo_data.sqf Added two more asterix (*) meter indicator GUI elements 2015-04-20 10:36:20 +02:00
fnc_show_gun_list.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_show_main_page.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_show_range_card_setup.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_show_range_card.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_show_solution_setup.sqf Added a new solution setup menu 2015-04-21 15:01:23 +02:00
fnc_show_target_data.sqf Added target speed direction switch / Improved the solution result output 2015-04-21 15:46:53 +02:00
fnc_show_target_range_assist.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_show_target_speed_assist_timer.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_show_target_speed_assist.sqf Use GVAR where applicable 2016-07-20 07:15:18 +03:00
fnc_sord.sqf Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
fnc_store_user_data.sqf Added target speed direction switch / Improved the solution result output 2015-04-21 15:46:53 +02:00
fnc_target_speed_assist_timer.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_toggle_atmo_env_data.sqf Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
fnc_toggle_gun_ammo_data.sqf Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
fnc_toggle_gun_list.sqf Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
fnc_toggle_range_card_setup.sqf Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
fnc_toggle_range_card.sqf Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
fnc_toggle_solution_setup.sqf Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
fnc_toggle_target_data.sqf Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
fnc_toggle_target_range_assist.sqf Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
fnc_toggle_target_speed_assist.sqf Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
fnc_update_atmo_env_data.sqf Fixed a bug in the atmosphere unit conversion 2015-04-19 11:02:06 +02:00
fnc_update_atmo_selection.sqf ATragMX Feature Expansion: 2015-04-18 00:11:53 +02:00
fnc_update_atmosphere.sqf Fixed a bug in the atmosphere unit conversion 2015-04-19 11:02:06 +02:00
fnc_update_gun_ammo_data.sqf Fixed a minor bug in bullet diameter GUI output 2015-05-16 21:44:43 +02:00
fnc_update_gun.sqf Removed a bunch of obsolete code: 2015-04-25 13:34:47 +02:00
fnc_update_inclination_angle.sqf *Fixed a minor bug in the dual inclination calculation 2015-04-18 17:45:32 +02:00
fnc_update_range_card.sqf Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
fnc_update_relative_click_memory.sqf Implemented the dual wind speed feature 2015-04-18 15:08:54 +02:00
fnc_update_result.sqf Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
fnc_update_scope_unit.sqf Overworked the scope click number GUI 2015-04-21 11:24:59 +02:00
fnc_update_solution_setup.sqf Added a new solution setup menu 2015-04-21 15:01:23 +02:00
fnc_update_target_data.sqf Added target speed direction switch / Improved the solution result output 2015-04-21 15:46:53 +02:00
fnc_update_target_selection.sqf Added a new solution setup menu 2015-04-21 15:01:23 +02:00
fnc_update_target.sqf Fixes: https://github.com/acemod/ACE3/commit/4235163 2015-04-19 11:32:02 +02:00
fnc_update_unit_selection.sqf ATragMX Feature Expansion: 2015-04-18 00:11:53 +02:00
fnc_update_zero_range.sqf The ATragMX now also accounts for vertical coriolis drift (Eötvös effect) 2015-04-19 22:30:13 +02:00
script_component.hpp Initial merge of the ATragMX - Ballistics calculator WIP) 2015-04-06 15:51:59 +02:00