Commit Graph

407 Commits

Author SHA1 Message Date
mharis001
a06086f33c Wiki - Add field rations documentation (#6814)
* Add field rations docs

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

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

[ci skip]
2019-02-11 21:20:52 +01:00
Thomas Kooi
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
Jo David
cd09c2b3de
Fix Docker again (#6742) 2018-12-20 11:10:05 +01:00
ace3mod
fd45b194b4 [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2018-12-07 03:28:53 +01:00
Brandon Danyluk
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
TehFocus
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
PabstMirror
2c9b2bff77 Update wiki _config.yml for new releases 2018-12-04 11:48:12 -06:00
Thomas Kooi
6902915cc5
add alganthe to ace3 maintainers list 2018-12-03 20:58:42 +01:00
ace3mod
254be700de [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2018-12-03 19:04:51 +01:00
PabstMirror
c2b9cddfb0 Update wiki _config.yml for new releases 2018-11-28 11:29:55 -06:00
PabstMirror
bd5b360d7e Merge branch 'master' into release-3.12.4 2018-11-25 10:51:31 -06:00
Thomas Kooi
7a0250e002
add 654wak654 as maintainer 2018-11-19 19:44:11 +01:00
PabstMirror
cce5d804c4 Prep 3.12.4 Build 37 2018-11-18 23:57:54 -06:00
PabstMirror
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
PabstMirror
69a3ae823a
Wiki - Update feature list for AH9 (#6691)
Close #5299
2018-11-18 10:48:12 -06:00
Thomas Kooi
6ade76ee1d
Reflect current maintainers on team page (#6669) 2018-11-10 14:38:08 +01:00
nomisum
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
ace3mod
866a381598 [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2018-11-09 19:26:56 +01:00
Thomas Kooi
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
Jo David
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
Jo David
4b151adc63
force lf endings for docker entrypoint file (#6614) 2018-10-05 06:58:56 +02:00
Ozan Eğitmen
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
Thomas Kooi
ced45b2a4d
Remove play with six launch method (#6528)
PWS is no longer active.
2018-08-13 12:29:22 +02:00
Cuel
d8f0de1a5d acex fortify deploy handler and event docs (#6282) 2018-08-09 11:01:35 -05:00
Josuan Albin
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
PabstMirror
cd980dc28d 3.12.3 - Build 36 2018-08-09 09:42:36 -05:00
PabstMirror
d48e336915 v3.12.3 2018-08-02 14:48:41 -05:00
PabstMirror
2767fddd92
Update goggles.md (#6479) 2018-07-29 13:53:16 -05:00
Glowbal
5ad9641ee6 Line endings on fortify.md 2018-07-24 20:59:35 +02:00
markooff
8e71d51956
Update vector.md 2018-07-04 20:23:31 +02:00
markooff
ea4533fc7f
Update vector.md 2018-07-03 17:26:36 +02:00
ace3mod
b1c969c89d [Docs] Update component dependencies
Automatically committed through Travis CI.

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

* Update coding-guidelines.md
2018-04-26 10:04:00 -05:00
Josuan Albin
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
PabstMirror
853b4ffe0a Bump wiki version to 3.12.2 2018-04-19 12:07:14 -05:00
jonpas
1217d912ef Prepare release 3.12.2 2018-04-11 22:20:47 +02:00
Jo David
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
Josuan Albin
d4825f920f Add note in options menu doc (#6167)
It's deprecated, better indicate it.
2018-02-25 20:19:16 +01:00
PabstMirror
8b99ccecc4 acex_fortify - add events to wiki (#6141) 2018-02-18 02:33:08 +01:00
Thomas Kooi
4179548417 Sort directories before extracting dependency information 2018-02-07 22:40:37 +01:00
ace3mod
f0b7203105 [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2018-02-07 22:15:51 +01:00
ace3mod
4534353e94 [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2018-02-06 21:31:02 +01:00
Brunius
cc503e041b Add pylon whitelist option (#6080)
* Adding pylon whitelist option

* Changing tabs to spaces :(

* Changing to use QGVAR

* Changing name in QGVAR to more clearly reflect function of variable

* Docs for the magazine whitelist function in pylons

* Changes to match style guide

* More docs

* More tabs

* Update pylons-framework.md

* Update pylons-framework.md
2018-01-28 15:38:48 -06:00
jonpas
88963cdae8 Prepare release 3.12.1 (build 2) 2018-01-15 21:35:34 +01:00
jonpas
7c97e5fab6 Merge branch 'master' into release-3.12.1 2018-01-15 21:34:21 +01:00
Thomas Müller
fc037d1bc3 Improve function header documentation guidelines (#6042) 2018-01-11 18:34:51 +00:00
jonpas
2303f345af Prepare release 3.12.1 2018-01-07 02:49:17 +01:00
Cyruz143
a881e5e2d3 Removing unused classname from wiki (#6024) 2018-01-05 22:26:03 +01:00
Jo David
9e14a73b3c
Fix docker (#6013)
* update docker stuff

* finalize docker fix
2018-01-03 20:31:30 +01:00
xrufix
1b38139009 Fix typos in missile guidance framework wiki page (#5999) 2018-01-01 10:51:59 -06:00
ace3mod
c44760d640 [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2018-01-01 01:05:14 +01:00
Laid3acK
94d58f7552 Wiki AtragMX updated with CBA Settings System (#5974)
* Update atragmx.md

* Update advanced-ballistics.md

* Update scopes.md

* Update scopes.md

* Add files via upload

* Delete scope_module.jpg

* Delete ab_module.jpg

* Delete atragmx3.png

* Delete atragmx3a.png

* Delete scope_module.jpg

* Delete atragmx4.png

* simplified_ zeroing

* Add files via upload

* minor_fix

* Update atragmx.md
2017-12-31 13:13:30 -06:00
PabstMirror
07e1482719 Update fortify wiki with working example (#5986) 2017-12-28 18:57:38 +00:00
Josuan Albin
06db96663f Add Arsenal feature doc (#5937)
* Add first draft of the arsenal feature page

* Fill out the loadout section, add doc for new shortcuts

* Add features part of the documentation

* Fix minor typos

* Fix typos, remove inline code highlighting for words
2017-12-21 15:25:22 +01:00
PabstMirror
e4836c9601 Fix Jekyll 2017-12-20 15:09:36 -06:00
ulteq
11926fc9dc Docs - Added ATragMX framework documentation (#5919)
* Docs - Added ATragMX framework documentation
* Explains how to add custom gun list entries via config classes

* Docs - Fixed typos

* Docs - Improved ATragMX framework layout

* Docs - Improved ATragMX Framework description
2017-12-20 14:31:16 -06:00
Josuan Albin
26fddc34a2 Arsenal framework doc (#5892)
* Add first draft of framework doc

* Finish ACE arsenal framework first draft

* Rename framework file

* Add quick start

* Add default loadouts entry

* Add init box warning

* Fix typo and linebreak on the quickstart lines

* Fix some typos in arsenal framework doc

* Capitalize Arsenal, fix minor typos

* Fix more typos, change quickstart

* Add a newline to the single line example

* beautify warnings at the top of the page and quickstart
2017-12-20 14:24:56 -06:00
Tittoffer
82913af107 Rewrite night vision documentation (#5715)
* First draft rewrite nightvision doc.

* Minor phrasing fixes.
2017-12-20 14:21:55 -06:00
ulteq
42cb8cab97 Documentation - Weather module update (#5748)
* First draft

* Shorter Framework description
2017-12-20 14:20:20 -06:00
jonpas
77be185c30 Merge branch 'release' 2017-12-20 21:01:46 +01:00
jonpas
c2cd91228b
Add CBA Settings conversion post (#5934)
* add cba settings post

* Add note about future backwards incompatible changes
2017-12-20 17:57:55 +01:00
jonpas
2ac191dbf7 Prepare release 3.12.0 (build 3) 2017-12-20 16:44:32 +01:00
jonpas
47051d9c6d Revert premature version bump 2017-12-18 18:03:21 +01:00
jonpas
80165fb9c0 Prepare release 3.12.0 (build 2) 2017-12-18 17:43:15 +01:00
jonpas
047591bc2b Prepare release 3.12.0 2017-12-12 12:40:41 +01:00
ace3mod
4f98f09367 [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2017-12-07 08:51:31 +01:00
PabstMirror
b86ef91d7a
Disable cookoff on RCWS turrets (#5605)
* Disable cookoff on RCWS turrets

* getNumber

* Change config name, add doc
2017-11-30 17:07:46 -06:00
Tim Beswick
e85c752ca6 Cook-off probability and cook-off tweaks (#5585)
* Added cookoff probability for vehicles. Tweaks to cookoff to stop total blocking of destruction in some cases.

* Changed var name to probability. Better method for getting config value.

* Fixed naming error

* Changed setting to be a global coefficient. Added some info to cookoff doc

* Reverted hitfuel check

* Reverted damage threshold for cook-off

* Tweaked probability calculation

* Update fnc_handleDamage.sqf
2017-11-30 16:54:47 -06:00
ulteq
040b9bf627 Advanced Ballistics - wiki/framework update 2017-11-23 14:36:36 +01:00
ulteq
5db7be4488
Scopes - wiki/framework update (#5799) 2017-11-22 11:28:54 +01:00
ace3mod
113c546051 [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2017-11-17 06:45:43 +01:00
ace3mod
9b7d619b9e [Docs] Update component dependencies
Automatically committed through Travis CI.

[ci skip]
2017-11-17 06:45:31 +01:00
John Lillis
947b89d5aa Update docs and stringtable.xml 2017-11-15 12:22:56 -05:00
PabstMirror
cd30b09b4f Convert ACE_settings to CBA_settings (#4895)
* Convert ACE_settings to CBA_settings

* Run Modules Globaly, BWC for SetSetting

* Add support for string settings

* ACE_ServerSettings warning

* Add handler for global setting being changed

* Add deprecated and replaced not to Settings Framework doc

* Remove options menu UI, Move Debug and HeadBug Fix to Options in Pause Menu

* Change modules scope to 1

* Disable debug
2017-11-11 20:21:55 +01:00
Tittoffer
6edfe4375b Revert group. (#5740) 2017-11-11 13:03:04 +01:00
Tittoffer
1f11a0a211 Sitting documentation fix (#5737)
* sitting framework - wrong group

* Fixed header details. Fixed Confige Values details.
2017-11-10 16:34:53 +01:00
Jo David
de40274d37 fix code block styling 2017-11-02 15:10:14 +01:00
Tittoffer
52450bcb76 Fortify not fortify (#5717) 2017-10-31 18:48:08 +01:00
Tittoffer
0f3639979b Moveable Map Markers Documentation (#5691)
* Updated markers.md to include moveable map markers.

* Added documentation for map-gestures and moveable map markers.

* Minor phrasing fixes.

* Minor phrasing fixes.
2017-10-29 00:53:37 -05:00
Tittoffer
4a1653c292 Pylons documentation (#5690)
* First draft for pylons documentation.

* First draft for pylons documentation.

* Minor phrasing changes.

* Fix link to Rearm page
2017-10-28 18:18:46 +02:00
Tittoffer
f1ca76669f Fortify Documentation (#5676)
* Added featurex documentation for fortify.

* Updated to correct version.

* Correct version (3.3.0) 

Not released yet. Will be released in 3.3.0.

* Grammar and phrasing fix.

* Updated dependencies. 

changed dependencies_list to dependenciesx_list. Also switched out components to "acex_fortify".

* Removed acex_ before component.

* Fixed syntax.

* Added fortify-framework.md. Redirect sitting.md from framework to frameworkx.

* Minor syntax fixes to fortify-framework.md and fortify.md. Deleted old sitting-framework.md

* Corrected header numbering.

* Added fortify to dependenciesx_list.md

* Fixed syntax errors. Added func. args. for adding custom presets.

* Minor fix to args.

* Fixed fnc. args.

* Removed public part.

* Removed public part.

* Finalizing fortify-framework.md. Removed outdated note from sitting-framework.md.
2017-10-26 18:22:31 +02:00
commy2
0fe25b3c9c fix wiki suggesting activatedAddon to export addon list 2017-10-26 09:05:30 +02:00
jonpas
914ea66b2f Fix refuel framework page build failure (#5664)
Jekyll thinks {{}} is a variable in code blocks too
2017-10-24 11:14:25 -05:00
jonpas
5160a4d767 Prepare release 3.11.0 (build 4) 2017-10-24 15:42:18 +02:00
jonpas
c2c1ae538a Merge branch 'master' into release-3.11.0 2017-10-24 15:40:38 +02:00
Dystopian
1936343428 Fix refuel documentation (#5547)
* Update refuel.md

* Update refuel-framework.md

* Fix refuel-framework.md

* Fix refuel.md

* Add version note

* Fix version note

* Fix hooks
2017-10-24 15:39:32 +02:00
jonpas
58d69a7978 Prepare release 3.11.0 (build 3) 2017-10-23 20:21:01 +02:00
jonpas
84cd5d8749 Merge branch 'master' into release-3.11.0 2017-10-23 20:20:04 +02:00
bux
f0d38cd907 fix display error on team page 2017-10-23 15:17:37 +02:00
jonpas
89495d4dc2 Prepare release 3.11.0 (build 2) 2017-10-20 17:36:30 +02:00
jonpas
9c78e20670 Merge branch 'master' into release-3.11.0 2017-10-20 17:32:05 +02:00
Jo David
0b6630e449 remove old squad xml (#5643) 2017-10-20 17:26:15 +02:00