Commit Graph

411 Commits

Author SHA1 Message Date
bc2d84289b Consistently make use of the dot (#6888) 2019-03-23 22:41:05 +01:00
711e9073a8 Explosives - Allow setting custom timer limits (#6882) 2019-03-21 09:01:50 -05:00
61e88abf22 [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2019-03-21 14:54:11 +01:00
9d5b936d7c Wiki - Add documentation for ace_interact_menu_newControllableObject (#6797) 2019-03-14 13:32:39 -05:00
a06086f33c Wiki - Add field rations documentation (#6814)
* Add field rations docs

* Add newlines
2019-03-14 13:32:09 -05:00
7d9a4f4744 Update wiki config.yml version numbers 2019-03-14 09:31:19 -05:00
28b96e3efd [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2019-03-12 17:32:11 +01:00
792a3b42fb Add mharis001 to ACE3 maintainers list 2019-03-09 16:44:29 +01:00
66011d4b33 Update Jekyll documentation packages and fix lodash vulnerability (#6837) 2019-02-27 17:43:35 -06:00
780e74e975 [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2019-02-11 21:20:52 +01:00
0bb339bf51 run npm audit fix for docs (#6755)
* run npm audit fix

* fix docker set up not running due to invalid volume spec in base image
2019-01-02 00:05:28 +01:00
cd09c2b3de Fix Docker again (#6742) 2018-12-20 11:10:05 +01:00
fd45b194b4 [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2018-12-07 03:28:53 +01:00
1511ecc1c0 SACLOS and HOT Missiles (#6708)
* abc

* Revert "abc"

This reverts commit bcb4214bd9.

* Update to current commit

* Added HOT1 Missile and SACLOS/Wire guidance

* Added all HOT variants. Added polish to code

* Fixed bug with pylons

* Changed how seeker angle is calculated. When the wire snaps the missile goes haywire. Fixed bug where HOT2/3 missiles weren't getting missile guidance

* Replaced Wiesel FireFIST launcher with  HOT Launcher

* Remove debug defines

* Tweak thrust

* Fix formatting issues. Added true randomness. Added ACE prefixes. Added string table. Tweaked missile dynamics

* Fix bug where attack profile correction was wrong due to magnitude always being 50. Add stringtable values for relevant strings. Added reload time to Wiesel ATGM. Added "onFired" to initialize values

* Moved wire-snapping logic to attack profile

* Missile flight dynamics tweaked

* Add a crosshair offset. The missile sits in this offset relative to the crosshair

* Add LOS checks. Fix bug where wire-cutting didnt work.

* Tweak explosive range for a kill radius of ~20m. Add fragmentation

* Add AI Flags

* Person in control of missile may not be the shooter

* Fix RPT spam on missile out of LOS. Tweak missile dynamics. Add wire break sound cue

* Fix bug where missile didn't go to a fake target in front of it when out of LOS

* Use a better, more generic way to calculate direction camera is facing

* Use ACE Macros for frag values. Get config entry with CBA

* Add Wiki entry

* Add new lines to wiki. Allow for SQF expressions in config for maxCorrectableDistance

* Add CPP code tag

* Fix wiki grammer error

* Re-convert back to CBA_fnc_getConfigEntry

* UAV Gunner support, cleanup

* Fix bug where SACLOS for launcher guided weapons was off

* Add the ability to define how far ahead of the missile the attack profile will seek toward
2018-12-06 20:27:30 -06:00
fddc6c2f4d arsenal-framework.md (#6191)
Added 1.3: Making an arsenal only with items from precreated loadouts. A very powerful addition when you want default loadouts spawnable without giving a full arsenal or looking up all classnames yourself.

Discussed with commy2 and alganthe in the ArmA 3 Mission creation discord channel.



If the format is not perfect, please change it to your liking.

-Miles T. Focus
2018-12-06 13:48:21 -06:00
2c9b2bff77 Update wiki _config.yml for new releases 2018-12-04 11:48:12 -06:00
6902915cc5 add alganthe to ace3 maintainers list 2018-12-03 20:58:42 +01:00
254be700de [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2018-12-03 19:04:51 +01:00
c2b9cddfb0 Update wiki _config.yml for new releases 2018-11-28 11:29:55 -06:00
bd5b360d7e Merge branch 'master' into release-3.12.4 2018-11-25 10:51:31 -06:00
7a0250e002 add 654wak654 as maintainer 2018-11-19 19:44:11 +01:00
cce5d804c4 Prep 3.12.4 Build 37 2018-11-18 23:57:54 -06:00
e3421cbf8f Arsenal - Add config to force show (mortars) (#6694)
* Arsenal - Add config to force show (mortars)

* Update CfgMagazines.hpp

* Update arsenal-framework.md
2018-11-18 23:04:50 -06:00
69a3ae823a Wiki - Update feature list for AH9 (#6691)
Close #5299
2018-11-18 10:48:12 -06:00
6ade76ee1d Reflect current maintainers on team page (#6669) 2018-11-10 14:38:08 +01:00
ada07758c5 Explosives - Add Event for tripflare triggering (#6663)
* Add Event for tripflare triggering

_flare might be useful to delete / replace flare
_position is already available, so why not send it too

* added documentation

also added missing wirecutter event
2018-11-09 12:27:43 -06:00
866a381598 [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2018-11-09 19:26:56 +01:00
38d44eb144 Use CircleCI instead of Travis for build status (#6620)
* Use CircleCI instead of Travis for build status

We are no longer using Travis and the status badge should reflect this.

* Polish de other readmes
2018-10-07 08:11:24 +02:00
58c0c3fd02 Consitently capitalize first letters of wiki titles (#6615)
* Consitently capitalize first letters of wiki titles

* fix title case, add framework to the atragmx page
2018-10-05 15:20:50 +02:00
4b151adc63 force lf endings for docker entrypoint file (#6614) 2018-10-05 06:58:56 +02:00
db6a40f91d Arsenal - Add Default Loadouts API (#6558)
* Add addDefaultLoadout function

* Initialize defaultLoadoutsList by default

* Close params bracket

* Revert "Initialize defaultLoadoutsList by default"

This reverts commit a53d21046e.

* Add isNil check

* Remove tab

* Overwrite loadout if it exists

* Fix file name typo

* Use findIf and copy array

* Add override note to header

* Make btnImport use new function instead of duplicating code

* Use GVAR

* Use findIf

* Fix spacing

* Add documentation

* Improve documentation
2018-09-17 13:22:04 -05:00
ced45b2a4d Remove play with six launch method (#6528)
PWS is no longer active.
2018-08-13 12:29:22 +02:00
d8f0de1a5d acex fortify deploy handler and event docs (#6282) 2018-08-09 11:01:35 -05:00
0696875175 Wiki - Add new Arsenal EHs and stat indexes to arsenal framework doc (#6497)
* Add new EHs and stat tab index to wiki

* Add added-in collumn for new arsenal EHs
2018-08-09 11:01:01 -05:00
cd980dc28d 3.12.3 - Build 36 2018-08-09 09:42:36 -05:00
d48e336915 v3.12.3 2018-08-02 14:48:41 -05:00
2767fddd92 Update goggles.md (#6479) 2018-07-29 13:53:16 -05:00
5ad9641ee6 Line endings on fortify.md 2018-07-24 20:59:35 +02:00
8e71d51956 Update vector.md 2018-07-04 20:23:31 +02:00
ea4533fc7f Update vector.md 2018-07-03 17:26:36 +02:00
b1c969c89d [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2018-05-31 17:44:13 +02:00
9acce30dd3 Fix doc for aneaerobic pathway (#6379) 2018-05-30 15:25:58 +02:00
e289acbb4e Merge branch 'master' into adv_fatigue_sway_factor 2018-05-19 02:43:11 +02:00
6814de0f3c Upgrade grunt versions used for building docs static assets 2018-04-26 20:31:27 +02:00
7b6b1eadcd Update coding-guidelines.md (#6303)
* Update coding-guidelines.md

* Update coding-guidelines.md
2018-04-26 10:04:00 -05:00
704dd66d38 Ace arsenal doc improvement (#6251)
* Add a part of the stats documentation

* Finish documenting stats

It's barebone but it'll do.

* Add EH list to ace arsenal framework doc

* Remove I form in framework doc, capitalize default loadouts

* Add section about importing BI VA loadouts
2018-04-19 14:03:53 -05:00
853b4ffe0a Bump wiki version to 3.12.2 2018-04-19 12:07:14 -05:00
1217d912ef Prepare release 3.12.2 2018-04-11 22:20:47 +02:00
bda72663ac add acebot.json file
used for the ace help chat bot to get that config out of the code
2018-03-14 09:18:32 +01:00
d4825f920f Add note in options menu doc (#6167)
It's deprecated, better indicate it.
2018-02-25 20:19:16 +01:00