BaerMitUmlaut
9291d9b714
Medical - Hide cursor when unconscious ( #8269 )
...
* Hide cursor when blocking inputs
* Update addons/common/DisableMouseDialog.hpp
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Update addons/common/functions/fnc_disableUserInput.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Update addons/common/DisableMouseDialog.hpp
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-06-27 15:39:17 -05:00
BaerMitUmlaut
2ea0106550
Vehicle Lock - Increase vehicle key mass to 0.1 ( #8270 )
...
* Increase vehicle key mass to 0.1
* Update addons/vehiclelock/CfgMagazines.hpp
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-06-27 15:38:34 -05:00
mharis001
97ac12039f
Interaction - Disable open box action when inventory is locked ( #8285 )
2021-06-27 15:24:41 -05:00
mharis001
da3251c641
Explosives - Fix missing action name for setup helper object ( #8288 )
2021-06-27 15:17:25 -05:00
Brett
a417ea87d3
Arsenal - Add on loadout delete event ( #8294 )
2021-06-27 21:08:39 +02:00
Brett
2507e8f36b
fix minor cut re-opening ( #8296 )
2021-06-27 13:25:55 -05:00
PabstMirror
f8d2837b36
Parachute - Put both setting in same subcategory ( #8299 )
2021-06-27 13:01:56 -05:00
Brett
d5bc7f10f5
fix my name, add it to contributers ( #8295 )
2021-06-27 07:01:12 +02:00
mharis001
cc0d2424d4
Attach - Improve IR Strobe blinking pattern and increase lifetime ( #8283 )
...
* Improve IR Strobe blinking pattern and increase lifetime
* Improve readability of maxLifetime entry
Co-authored-by: commy2 <commy-2@gmx.de>
* Apply suggestions from code review
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
Co-authored-by: commy2 <commy-2@gmx.de>
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
2021-06-20 23:37:57 -05:00
Brandon Danyluk
d8eb425ece
Better flare decoy calculation
2021-06-11 22:02:59 -06:00
Brandon Danyluk
038c82a489
better JDAM simulation
...
Attack heading and impact angle now are followed better
2021-06-11 20:37:36 -06:00
Brandon Danyluk
8142bb069b
remove TERCOM guidance
2021-06-11 18:44:02 -06:00
Brandon Danyluk
4308d33c50
remove testing constants
2021-06-06 20:28:39 -06:00
Brandon Danyluk
79c6bf9167
Change GBU navigation
2021-06-02 00:34:48 -06:00
Brandon Danyluk
7cf29ba715
work on parsing heightmap
2021-06-01 14:13:45 -06:00
Sergey Veryaskin
c8812e093a
up russian language ( #8263 )
...
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-05-25 21:06:00 -05:00
Brandon Danyluk
e6fcd110d2
add TERCOM state defines
2021-05-24 21:53:19 -06:00
Brandon Danyluk
597e188b9a
Merge branch 'missileDynamics' of https://github.com/TheCandianVendingMachine/ACE3 into missileDynamics
2021-05-23 17:38:05 -06:00
Brandon Danyluk
f89bf62242
progress update: tercom now flies to acquisition basket
2021-05-23 17:38:00 -06:00
Elgin675
e4a96b7229
Update French Translation and Fix Typo ( #8262 )
2021-05-23 16:57:36 -05:00
PabstMirror
e3e3605007
fix tabs in aim9
2021-05-23 16:46:46 -05:00
PabstMirror
9122535daa
Fix tabs and manpad UBC
2021-05-23 16:38:45 -05:00
LorenLuke
52116c7fae
Changes poisson disc to centered random. ( #8257 )
...
It looks nicer and distributes more realistically. I don't know what I was thinking when I first put in poisson disc.
2021-05-23 16:38:45 -05:00
PabstMirror
d3de5a9e69
Patachute - Add sound effect when cutting ( #8239 )
2021-05-23 16:38:44 -05:00
Drofseh
e082d7523f
Fix wrong shot size in birdshot strings ( #8253 )
2021-05-23 16:38:44 -05:00
JoramD
ede5c1da58
Night Vision - Add color variants to all generations ( #8209 )
2021-05-23 16:38:44 -05:00
jonpas
a715a5f52e
Markers - Fix JIP scale ( #8248 )
2021-05-23 16:38:44 -05:00
JoramD
00eead47c1
Parachute - Add failure chance ( #8226 )
...
* Initial push
* disable forgotten define
* Improve exitWith check
* Requested/suggested changes
* Requested changes
* Requested changes
2021-05-23 16:38:44 -05:00
Lupus the Canine
4726108c8e
Cargo - paradrop fixes ( #8203 )
...
* Small fixes in ace_cargo
Makes paradropItem and unloadItem invoke event "ace_cargoUnloaded" with parameters _itemObject, _vehicle and "paradrop" or "unload" respectivelty.
paradropItem invoked said event but if item was classname it would send classname to event which is not particularly useful.
* Update XEH_postInit.sqf
Moved event invocation to unloadItem, this provides ability to always pass object to eventhandlers.
* code refactor
refactored according to https://github.com/acemod/ACE3/pull/8203#discussion_r610394484
* Update fnc_paradropItem.sqf
apply new fix
* Revert "Update fnc_paradropItem.sqf"
This reverts commit 3db5cc1910
.
* Update fnc_paradropItem.sqf
fixed hint that was broken by previous fixes
* style check
Co-authored-by: commy2 <commy-2@gmx.de>
* style check
Co-authored-by: commy2 <commy-2@gmx.de>
* naming convention
replaced object references called _item with _object.
* Update fnc_paradropItem.sqf
Co-authored-by: commy2 <commy-2@gmx.de>
2021-05-23 16:38:44 -05:00
PabstMirror
c425b35c5f
Markers - Fix marker scale ( #8233 )
2021-05-23 16:38:44 -05:00
Dedmen Miller
825596bffe
Attach - Added attached/detaching events ( #8193 )
...
* Added ace_attach attached/detach events
* Apply suggestions from code review
Co-authored-by: Jo David <github@jonathandavid.de>
* Apply suggestions from code review
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: Jo David <github@jonathandavid.de>
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-05-23 16:38:44 -05:00
Abogado
cc0d8a5ada
Translations - Spanish ( #8229 )
...
Complete to date spanish translation.
2021-05-23 16:38:44 -05:00
JoramD
e2e747e169
MicroDAGR - Add mode switching keybinds ( #8216 )
...
* Initial push
* Mode cycling
* Use defines
2021-05-23 16:38:44 -05:00
JoramD
d8bdde07b3
Initial push ( #8225 )
2021-05-23 16:38:43 -05:00
frankplow
f1338e65f4
Markers - Add scale slider ( #8059 )
...
Co-authored-by: commy2 <commy-2@gmx.de>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-05-23 16:38:43 -05:00
jonpas
a80a0b870b
Interact Menu - Make List default ( #8217 )
2021-05-23 16:38:43 -05:00
Dystopian
89fb57fdcf
User Interface - Add setting for Development Build watermark ( #8140 )
...
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-05-23 16:38:43 -05:00
TyroneMF
d41c5bd053
Dragging - Fix build issue ( #8219 )
2021-05-23 16:38:43 -05:00
Dániel Boros
026b94903e
Dragging - Add new dragging animations ( #7950 )
...
* New custom animation added
* Adjusted CfgMoves and the script components
* New drop animation and key handler
* CBA settings and new ManActions added
* Adjustments to the drop animation
* Added translations and fixed some stuff
* Update CfgMovesBasic.hpp
* Fix translations
Co-authored-by: Elgin675 <elgin675@hotmail.com>
Co-authored-by: Blutze <37950828+Blutze@users.noreply.github.com>
* Use the same key to drop object
* Update addons/dragging/stringtable.xml
Co-authored-by: Jo David <github@jonathandavid.de>
* Fix French translation
Co-authored-by: Elgin675 <elgin675@hotmail.com>
* Lower the weapon accuracy of the drag animations
* Removed auto-switch to handgun
* Update fnc_startDrag.sqf
- Holding a launcher breaks the firing animation.
- Now the unit has to hold either a primary weapon or handgun.
* Handle the unit's current weapon
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
* Update addons/dragging/functions/fnc_handlePlayerWeaponChanged.sqf
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
* Update addons/dragging/initSettings.sqf
Co-authored-by: Elgin675 <elgin675@hotmail.com>
Co-authored-by: Blutze <37950828+Blutze@users.noreply.github.com>
Co-authored-by: Jo David <github@jonathandavid.de>
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-05-23 16:38:43 -05:00
Salluci
c7d4981329
Medical - Add Vehicle Crashes setting ( #8149 )
...
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-05-23 16:38:43 -05:00
PabstMirror
e3a3e29444
Tools - Add script to check sqf/config with sqfvm ( #8137 )
2021-05-23 16:38:43 -05:00
Kyle J. McKeown
7c879976ce
Name Tags - Add ability to set custom rank icon ( #8174 )
2021-05-23 16:38:43 -05:00
Steve Zhao
fa870a3ccd
Medical - Allow unconscious unit in Taru pods ( #8168 )
...
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
2021-05-23 16:38:43 -05:00
R3voA3
517b576193
Map - Fix stuck map compass size (add 0.1 zoom duration) ( #8176 )
...
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-05-23 16:38:43 -05:00
commy2
9d6843fdb3
Fix Injured Sounds Not Playing At Altitudes Above 70 ( #8212 )
2021-05-23 16:38:43 -05:00
Brett
b181f1badf
Medical - Add Alternative Survival Chance ( #8192 )
...
Co-authored-by: TyroneMF <TyroneMF@hotmail.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Kyle Mckay <5459452+kymckay@users.noreply.github.com>
2021-05-23 16:38:43 -05:00
jonpas
4e3d3ceeae
Mk6 Mortar - Fix README.md typo ( #8205 )
2021-05-23 16:38:43 -05:00
Pascal Dunaj
44ecfc8ac3
Typo in usage example ( #8201 )
2021-05-23 16:38:43 -05:00
PabstMirror
c5972e692c
Various - Add missing units/weapons to cfgPatches ( #8175 )
...
* Various - Add missing units/weapons to cfgPatches
* Update config.cpp
2021-05-23 16:38:42 -05:00
Brandon Danyluk
2694453b56
init commit of cruise missile
2021-05-23 00:24:13 -06:00
Brandon Danyluk
22e5596399
Add missile hiding for malyutka
2021-05-21 15:36:32 -06:00
LorenLuke
750030c6f1
Changes poisson disc to centered random. ( #8257 )
...
It looks nicer and distributes more realistically. I don't know what I was thinking when I first put in poisson disc.
2021-05-20 13:08:37 -05:00
PabstMirror
99bfef1592
Patachute - Add sound effect when cutting ( #8239 )
2021-05-19 23:39:34 -05:00
Brandon Danyluk
790faf1c21
Add settings for various things
2021-05-18 21:32:04 -06:00
Brandon Danyluk
395b2b2d12
Avoid overshooting target
2021-05-18 04:12:44 -06:00
Brandon Danyluk
f7bd523221
Update doppler seeker to allow the tracking and killing of projectiles
2021-05-18 03:44:05 -06:00
Brandon Danyluk
36d75765c6
avoid making un-needed calls to the server
2021-05-18 03:18:42 -06:00
Brandon Danyluk
e67aefcf51
change events to allow for any number of arguments
2021-05-18 02:46:30 -06:00
Brandon Danyluk
72ca725242
add local event for mission makers
2021-05-18 02:42:42 -06:00
Brandon Danyluk
f825d6ff92
Only launch if we are above a threshold angle
2021-05-18 02:37:34 -06:00
Brandon Danyluk
a25cf7031b
Optimise iron dome
2021-05-18 02:23:52 -06:00
Brandon Danyluk
980c3d0546
Add Iron Dome interceptor API
2021-05-18 00:32:55 -06:00
Drofseh
be1045c43f
Fix wrong shot size in birdshot strings ( #8253 )
2021-05-09 17:13:07 -05:00
JoramD
2e1e6daef5
Night Vision - Add color variants to all generations ( #8209 )
2021-05-09 18:49:56 +02:00
jonpas
97701fc075
Markers - Fix JIP scale ( #8248 )
2021-05-08 23:30:09 -05:00
Brandon Danyluk
b82484b73c
add trail to vikhr
2021-05-08 03:11:20 -06:00
Brandon Danyluk
6165be0c2f
tweak Vikhr guidance
2021-05-08 03:10:19 -06:00
Brandon Danyluk
c71be6543e
tweak metis guidance params
2021-05-08 03:04:29 -06:00
Brandon Danyluk
ef529d286f
tweak HOT guidance params
2021-05-08 03:00:51 -06:00
Brandon Danyluk
175652456b
add the ability to see a light trail
2021-05-08 02:49:16 -06:00
Brandon Danyluk
5315b11177
add MCLOS guidance
2021-05-08 02:49:07 -06:00
Brandon Danyluk
fc7b310529
Add realistic 9m14 behaviour
...
the 9m14 control joystick can attach 4 9m14 launchers at a time. Replicate that here
2021-05-08 02:48:40 -06:00
Brandon Danyluk
8b3e90925e
Add joystick model
2021-05-07 04:19:26 -06:00
Brandon Danyluk
f4f3224947
fix game crashing on load
2021-05-06 20:20:20 -06:00
Brandon Danyluk
e76fde4c0d
perplexed
2021-05-06 20:03:59 -06:00
Brandon Danyluk
a0e193a241
crash on load
2021-05-06 19:18:44 -06:00
Brandon Danyluk
d8fb60808a
update stringtables so they are in titlecase
2021-05-06 19:06:10 -06:00
Brandon Danyluk
20a3277ac8
init commit 9m14
2021-05-06 15:01:50 -06:00
Brandon Danyluk
80b2595abb
tabs -> spaces again
2021-05-02 01:40:23 -06:00
Brandon Danyluk
7988469fe3
localise vikhr
2021-05-02 01:37:03 -06:00
Brandon Danyluk
72297be13e
localise sdb
2021-05-02 01:31:52 -06:00
Brandon Danyluk
0a28e3e5a3
localise sam
2021-05-02 01:28:28 -06:00
Brandon Danyluk
f45ee879ac
localise missile guidance
2021-05-02 00:34:45 -06:00
Brandon Danyluk
0d38505ea3
localise maverick
2021-05-02 00:17:13 -06:00
Brandon Danyluk
5edabba174
actually localise manpad
2021-05-02 00:04:11 -06:00
Brandon Danyluk
c67bc4d98e
localise manpad
2021-05-02 00:00:56 -06:00
Brandon Danyluk
c0e623af9b
fix IR tracker losing lock immediately due to being blocked by launcher
2021-05-01 23:58:15 -06:00
Brandon Danyluk
988768ae3d
localise gbu
2021-05-01 23:36:45 -06:00
Brandon Danyluk
f12e93414a
localise aim9
2021-05-01 23:32:37 -06:00
Brandon Danyluk
79bd76a9a1
localise aim120
2021-05-01 23:20:50 -06:00
Brandon Danyluk
89e64dfcdc
tabs -> spaces
2021-05-01 23:04:08 -06:00
Brandon Danyluk
f3bea7bb30
change how IR seeker performs
...
The angle check is better now. Relative velocites guarenteed
2021-05-01 22:58:11 -06:00
Brandon Danyluk
356ff4ce4d
Tweak hellfire attack profile
2021-05-01 22:04:11 -06:00
Brandon Danyluk
b4e5a29119
Add hellfire mid course guidance
2021-05-01 21:42:49 -06:00
Brandon Danyluk
edc8250be2
fix missing semicolons
2021-05-01 21:36:20 -06:00
Brandon Danyluk
de05c68f99
Process all navigation onFired. Send the correct array to function
2021-05-01 20:55:26 -06:00
Brandon Danyluk
197c1a7cae
Add new navigation profile. Tweak javelin mid-course guidance
2021-05-01 20:34:41 -06:00
Brandon Danyluk
f5b316176c
Add paremter to allow weathervaning
...
Weapons usually tend toward the velocity vector due to aerodynamics - calculate side slip and use calculation to do this
2021-05-01 20:19:22 -06:00
JoramD
60cab0af6b
Parachute - Add failure chance ( #8226 )
...
* Initial push
* disable forgotten define
* Improve exitWith check
* Requested/suggested changes
* Requested changes
* Requested changes
2021-04-30 22:48:02 -05:00
Lupus the Canine
2973ea5814
Cargo - paradrop fixes ( #8203 )
...
* Small fixes in ace_cargo
Makes paradropItem and unloadItem invoke event "ace_cargoUnloaded" with parameters _itemObject, _vehicle and "paradrop" or "unload" respectivelty.
paradropItem invoked said event but if item was classname it would send classname to event which is not particularly useful.
* Update XEH_postInit.sqf
Moved event invocation to unloadItem, this provides ability to always pass object to eventhandlers.
* code refactor
refactored according to https://github.com/acemod/ACE3/pull/8203#discussion_r610394484
* Update fnc_paradropItem.sqf
apply new fix
* Revert "Update fnc_paradropItem.sqf"
This reverts commit 3db5cc1910
.
* Update fnc_paradropItem.sqf
fixed hint that was broken by previous fixes
* style check
Co-authored-by: commy2 <commy-2@gmx.de>
* style check
Co-authored-by: commy2 <commy-2@gmx.de>
* naming convention
replaced object references called _item with _object.
* Update fnc_paradropItem.sqf
Co-authored-by: commy2 <commy-2@gmx.de>
2021-04-30 22:38:57 -05:00
PabstMirror
537e5d7cb0
Markers - Fix marker scale ( #8233 )
2021-04-26 17:31:59 -05:00
Dedmen Miller
d50515694c
Attach - Added attached/detaching events ( #8193 )
...
* Added ace_attach attached/detach events
* Apply suggestions from code review
Co-authored-by: Jo David <github@jonathandavid.de>
* Apply suggestions from code review
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: Jo David <github@jonathandavid.de>
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-04-26 11:56:11 -05:00
Abogado
f96b410fa0
Translations - Spanish ( #8229 )
...
Complete to date spanish translation.
2021-04-26 11:48:02 -05:00
JoramD
3a74ed3125
MicroDAGR - Add mode switching keybinds ( #8216 )
...
* Initial push
* Mode cycling
* Use defines
2021-04-21 22:37:25 -05:00
JoramD
5a57b9fdc5
Initial push ( #8225 )
2021-04-21 22:32:05 -05:00
Brandon Danyluk
73b059859c
fix all script components
2021-04-21 15:58:39 -06:00
Brandon Danyluk
6cfc0754d8
Add action to get into jdam settings
2021-04-21 15:53:52 -06:00
Brandon Danyluk
73980337b7
Fix Wiesel ATGM animation. Tweak SACLOS values
2021-04-21 15:16:38 -06:00
Brandon Danyluk
a057768e7f
remove debugh print
2021-04-21 15:03:49 -06:00
frankplow
6843a221ad
Markers - Add scale slider ( #8059 )
...
Co-authored-by: commy2 <commy-2@gmx.de>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-04-21 22:36:08 +02:00
jonpas
ae33943973
Interact Menu - Make List default ( #8217 )
2021-04-21 22:35:35 +02:00
Brandon Danyluk
675b07d2ed
Add all ground based missiles. Tweak AIM-9 flare angle
2021-04-21 13:41:23 -06:00
Brandon Danyluk
cba9dcd8e7
fix SAM animations
2021-04-21 12:48:44 -06:00
Brandon Danyluk
a91b3aa1c9
Add long range SAMs
2021-04-21 01:41:56 -06:00
Brandon Danyluk
6b3be24be7
Add Vikhr ATGM
2021-04-21 00:52:55 -06:00
Brandon Danyluk
ba2eb48a43
update todo
2021-04-21 00:24:39 -06:00
Brandon Danyluk
afbb1f66c0
update todo
2021-04-21 00:24:15 -06:00
Brandon Danyluk
19dcf00aff
Fix NLAW and PLOS
...
The missile pitches up due to initial angle stuff. I don't know if this is behaviour we want to fix or not?
2021-04-21 00:23:21 -06:00
Brandon Danyluk
9d26335271
Fix SACLOS missiles
2021-04-20 18:11:44 -06:00
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
Dystopian
5aa715689b
User Interface - Add setting for Development Build watermark ( #8140 )
...
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-04-20 23:26:48 +02:00
Brandon Danyluk
438cb8b90f
tweak JDAM guidance
2021-04-20 11:10:29 -06:00
TyroneMF
a82cd2f6d1
Dragging - Fix build issue ( #8219 )
2021-04-20 17:37:22 +02:00
Dániel Boros
af54808f67
Dragging - Add new dragging animations ( #7950 )
...
* New custom animation added
* Adjusted CfgMoves and the script components
* New drop animation and key handler
* CBA settings and new ManActions added
* Adjustments to the drop animation
* Added translations and fixed some stuff
* Update CfgMovesBasic.hpp
* Fix translations
Co-authored-by: Elgin675 <elgin675@hotmail.com>
Co-authored-by: Blutze <37950828+Blutze@users.noreply.github.com>
* Use the same key to drop object
* Update addons/dragging/stringtable.xml
Co-authored-by: Jo David <github@jonathandavid.de>
* Fix French translation
Co-authored-by: Elgin675 <elgin675@hotmail.com>
* Lower the weapon accuracy of the drag animations
* Removed auto-switch to handgun
* Update fnc_startDrag.sqf
- Holding a launcher breaks the firing animation.
- Now the unit has to hold either a primary weapon or handgun.
* Handle the unit's current weapon
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
* Update addons/dragging/functions/fnc_handlePlayerWeaponChanged.sqf
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
* Update addons/dragging/initSettings.sqf
Co-authored-by: Elgin675 <elgin675@hotmail.com>
Co-authored-by: Blutze <37950828+Blutze@users.noreply.github.com>
Co-authored-by: Jo David <github@jonathandavid.de>
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-04-20 13:33:58 +02:00
Salluci
f6cefa76a2
Medical - Add Vehicle Crashes setting ( #8149 )
...
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-04-20 13:10:50 +02:00
PabstMirror
88b1c5b917
Tools - Add script to check sqf/config with sqfvm ( #8137 )
2021-04-20 12:39:05 +02:00
Kyle J. McKeown
5aa6e564e0
Name Tags - Add ability to set custom rank icon ( #8174 )
2021-04-20 12:00:36 +02:00
Steve Zhao
dd454bdfbe
Medical - Allow unconscious unit in Taru pods ( #8168 )
...
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
2021-04-20 11:59:11 +02:00
R3voA3
5f1724d9b9
Map - Fix stuck map compass size (add 0.1 zoom duration) ( #8176 )
...
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-04-20 11:57:33 +02:00
Brandon Danyluk
12bcb95e93
fix gimbal lock via rotating with quaternions
2021-04-19 21:31:15 -06:00
Brandon Danyluk
1cb84087c3
update todo
2021-04-19 01:41:48 -06:00
Brandon Danyluk
44b7b874fd
Add SDB and JDAM
2021-04-19 01:27:49 -06:00
Brandon Danyluk
3878c67c87
add TOO TGP
2021-04-18 23:05:56 -06:00
Brandon Danyluk
e1cdbb777f
Add GPS selector dialog for GPS munitions
2021-04-18 03:30:10 -06:00
commy2
72b88cc6dc
Fix Injured Sounds Not Playing At Altitudes Above 70 ( #8212 )
2021-04-17 22:28:52 +02:00
Brandon Danyluk
b18508b8f3
update todo for ground based weapons
2021-04-17 01:27:19 -06:00
Brandon Danyluk
23cd1ef268
update todo
2021-04-17 01:18:52 -06:00
Brandon Danyluk
e7919dabd2
Add all GBU-12s that exist for all planes
2021-04-17 01:11:33 -06:00
Brandon Danyluk
f942231358
add R-73/4
2021-04-17 00:40:38 -06:00
Brandon Danyluk
d622e4d530
add ASRAAM
2021-04-16 23:00:02 -06:00
Brandon Danyluk
8b88142b03
Add AIM-120A
2021-04-16 20:05:49 -06:00
Brandon Danyluk
265670cafa
Tweak flight parameters. Add R-77
2021-04-16 19:50:00 -06:00
Brandon Danyluk
fe1e6d45cb
update dragon to not use new guidance
2021-04-16 19:02:03 -06:00
Brandon Danyluk
8f03b5be9e
Change AIM-9 agility
2021-04-16 16:18:28 -06:00
Brandon Danyluk
1b000d658a
Allow for debug info to be displayed via variable
2021-04-16 15:43:31 -06:00
Brandon Danyluk
abc5babb50
Implement optical mavericks
2021-04-16 00:33:38 -06:00
Brandon Danyluk
0848d74aeb
add config entries
2021-04-15 22:51:03 -06:00
Brandon Danyluk
26dee9f2e1
enable chaff decoy
2021-04-15 22:43:41 -06:00
Brandon Danyluk
8318b60982
Improve radar simulation
2021-04-15 22:29:02 -06:00
Brett
eeba8a8dbf
Medical - Add Alternative Survival Chance ( #8192 )
...
Co-authored-by: TyroneMF <TyroneMF@hotmail.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Kyle Mckay <5459452+kymckay@users.noreply.github.com>
2021-04-15 11:54:00 +02:00
Brandon Danyluk
d0775283e3
implement course state machine
2021-04-14 02:29:27 -06:00
Brandon Danyluk
a485399c5e
update todo
2021-04-14 00:25:15 -06:00
Brandon Danyluk
8d52a2eb16
todo: fix nlaw
2021-04-14 00:24:39 -06:00
Brandon Danyluk
fe2fedd1e8
more tweaks
2021-04-13 23:14:34 -06:00
Brandon Danyluk
c714fb526b
small tweaks
2021-04-13 23:12:47 -06:00
Brandon Danyluk
e2c8ddfd3b
IR seeker and AIM-9M
2021-04-13 22:45:18 -06:00
Brandon Danyluk
555f0c8921
SALH: only update seeker pos if it within small error
2021-04-13 20:51:21 -06:00
Brandon Danyluk
af2b9a280a
multiple changes
2021-04-13 20:31:10 -06:00
Brandon Danyluk
a2d2dd0df9
chane navigation profiles to go for attack direction instead of target
2021-04-13 20:05:28 -06:00
Brandon Danyluk
d34201ed4e
remove uneeded sets
2021-04-13 17:18:42 -06:00
Brandon Danyluk
e1436d6ece
Change out missile types to reflect navigation scheme they use IRL
2021-04-13 16:27:33 -06:00
Brandon Danyluk
e9d474c995
remove placeholder
2021-04-13 16:21:25 -06:00
Brandon Danyluk
f96abc0b89
Fix bug with ZEM
2021-04-13 16:21:15 -06:00
Brandon Danyluk
1873467deb
Add zero-effort miss. Seeker now feeds data to navigation
2021-04-13 16:10:39 -06:00
Brandon Danyluk
a93eb6433d
implement augmented proportional navigation
2021-04-13 14:09:36 -06:00
Brandon Danyluk
187c6d35c3
Implement some generic modes of flight
2021-04-12 23:14:22 -06:00
Brandon Danyluk
789ae1cbe4
Add AIM-120 with ARH. Change AHR to not always seek all targets
2021-04-12 22:37:41 -06:00
Brandon Danyluk
34af87bb07
update todo with list of weapons
2021-04-12 18:04:48 -06:00
Brandon Danyluk
0d0019b272
add KAB-250 lgb
2021-04-12 18:04:40 -06:00
Brandon Danyluk
8948e8ac77
add camera tool to observe projectile in flight
2021-04-12 17:03:21 -06:00
Brandon Danyluk
e54e6ec254
Fix hellfire firing without lock. Change LOS navigation type
2021-04-12 16:44:59 -06:00
Brandon Danyluk
d6c5bcd025
adjust drag
2021-04-12 15:39:02 -06:00
Brandon Danyluk
fca022a401
scale deltatime in accordance to acctime. Change velocity so that it isnt always pointing out the nose. Dont scale Acmd as much
2021-04-12 15:18:01 -06:00
Brandon Danyluk
46abb93cb8
add GBU-12 to missile guidance
2021-04-12 02:51:02 -06:00
Brandon Danyluk
35c48c8915
fix dagr
2021-04-12 01:43:35 -06:00
Brandon Danyluk
5f45ad838d
fix maverick
2021-04-12 01:12:24 -06:00
Brandon Danyluk
023fed45cb
fix hellfire
2021-04-12 01:11:21 -06:00
Brandon Danyluk
3e50605b37
update todo
2021-04-12 01:10:36 -06:00
Brandon Danyluk
22d3ee838f
Fix SALH
...
With Pro-nav the irratic behaviour of the laser caused the missile to over correct, so we average the position and use that running average for the target
2021-04-12 01:09:12 -06:00
Brandon Danyluk
4124a317f2
Update todo
2021-04-12 00:16:44 -06:00
Brandon Danyluk
4f8ea33e36
Fix NLAW
2021-04-12 00:16:10 -06:00
Brandon Danyluk
cf40622b52
Fix metis and HOT to use new scheme
2021-04-12 00:12:16 -06:00
Brandon Danyluk
bac6a0b6dd
implement LOS guidance, rename previous LOS guidance
2021-04-11 23:50:03 -06:00
Brandon Danyluk
224a243713
implement LOS guidance and Bang-Bang control
2021-04-11 17:58:44 -06:00
Brandon Danyluk
450d1a2a09
allow for bang bang guidance
2021-04-10 19:02:31 -06:00
Brandon Danyluk
0af82a56f4
allow for different types of navigation
2021-04-10 18:49:47 -06:00
Brandon Danyluk
7caabc1642
small tweaks
2021-04-10 18:41:09 -06:00
Brandon Danyluk
4d5d395f61
adjust hellfire attack profile to work with pro-nav
2021-04-10 18:32:55 -06:00
Brandon Danyluk
5cd61d1301
set default navigation type
2021-04-10 13:16:08 -06:00
Brandon Danyluk
fd8a55addf
make navigation a modifyable system
2021-04-10 13:11:20 -06:00
Brandon Danyluk
fa064f9287
small adjustents
2021-04-10 11:27:41 -06:00
Brandon Danyluk
ea0bb8fa37
pro-nav works flawlessly
2021-04-10 11:15:27 -06:00
jonpas
f37f8bbe80
Mk6 Mortar - Fix README.md typo ( #8205 )
2021-04-09 13:15:40 -05:00
Pascal Dunaj
94d5e93485
Typo in usage example ( #8201 )
2021-04-08 13:35:10 -05:00
Brandon Danyluk
dee326606c
pn crap
2021-04-06 21:01:07 -06:00
Brandon Danyluk
53ff3bb1f5
proportional navigation now "works"
2021-04-03 21:04:16 -06:00
Brandon Danyluk
7179a91c77
small changes
2021-04-01 20:12:49 -06:00
Brandon Danyluk
17175db48e
v2 of proporitonal nav
2021-03-31 17:16:00 -06:00
Brandon Danyluk
365860dd09
attempt at missile dynamics
2021-03-26 23:15:29 -06:00
Brandon Danyluk
2fd4f70c5b
Add debug info
2021-03-18 23:43:07 -06:00