Commit Graph

12010 Commits

Author SHA1 Message Date
Tittoffer
52450bcb76 Fortify not fortify (#5717) 2017-10-31 18:48:08 +01:00
PabstMirror
ba97bb20fe
Tagging - For lastUsed use random if not used yet (#5687) 2017-10-31 12:13:55 -05:00
Josuan Albin
a35f9e8825
Merge pull request #21 from alganthe/arsenal_loadouts
Arsenal loadouts
2017-10-31 17:09:18 +01:00
Josuan Albin
7fa99efd0b Redo unique items sorting in onArsenalOpen 2017-10-31 17:07:02 +01:00
ulteq
25344deb80
Ballistics - 7.62x54R muzzle velocity correction (#5711)
* Closes: https://github.com/acemod/ACE3/pull/5470
* Reference: https://github.com/acemod/ACE3/files/1272583/mousin.barrel.experiment.pdf
2017-10-31 10:58:12 +01:00
ulteq
8397e1cf4a Tools - Fixed typo (#5712) 2017-10-30 11:16:21 -05:00
ulteq
048b076f1d Advanced Ballistics - Removed duplicate code 2017-10-30 10:07:38 +01:00
ulteq
4bfc956e1a Advanced Ballistics - Fixes bug in the vanilla drag removal routine
* More accurate bullet drop at extreme long ranges
* Fixes Client FPS affecting the trajectory
2017-10-30 10:07:37 +01:00
Dystopian
32e3b643a7 Fix 5.56 Reload Tracer mags are not tracer (#5660) 2017-10-29 16:41:26 +01:00
Glowbal
0189eb86a1 Add circleCI yml file 2017-10-29 15:41:06 +01:00
ulteq
805d5c8b09 Extensions - Reduce warning level from /Wall to /W4 2017-10-29 13:04:15 +01:00
Dedmen Miller
a5b73d2c29 Optimize vector math (#5705) 2017-10-29 09:43:31 +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
ulteq
461c2649a5
RangeCard - Increased level of accuracy (#5703)
* Accounts for the accuracy improvements of the Advanced Ballistics module
* Reduces the expected error at max range down to 0.1 Mil
2017-10-28 23:52:35 +02:00
ulteq
fd9c28ba48
Merge pull request #5701 from acemod/ballistics-dispersion-cleanup
Ballistics - Dispersion Cleanup
2017-10-28 21:48:42 +02:00
ulteq
cd3f2f03a1
ATragMX | Scopes - Fixed typo (#5700) 2017-10-28 21:42:03 +02:00
Dedmen Miller
c4f9b6c19b Removed/disable unused stuff (#5694)
C++17 compat by removing stuff that was deprecated in C++14
2017-10-28 21:39:46 +02:00
ulteq
916d5ee6c0 Ballistics - Added comments with actual the weapon names 2017-10-28 20:26:59 +02:00
ulteq
9d6b772661 Ballistics - Automatic MOA -> RAD conversion 2017-10-28 20:05:51 +02:00
Cuel
c815a9cae8 (spectator) unhide/unmute unit on exiting (#5699)
* unhide/unmute unit on exiting

* Update fnc_setSpectator.sqf
2017-10-28 11:23:18 -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
ulteq
4c2348cff5
Scopes - Fixes zero on three vanilla weapons (#5696)
* Manually fix rail heights where the automated gathering failed
* Affects: Noreen "Bad News" ULR, Vector SMG and ASP-1 Kir
2017-10-27 22:53:15 +02:00
ulteq
cda060d3e0 Weather - Properly sync overcast value (#5688)
* Makes sure that all clients share the same (numeric) overcast value
* Only affects the barometric pressure calculation
* Does not affect the actual weather on the clients
2017-10-27 12:39:48 +02:00
Cuel
7acff1848b Set correct state (#5684) 2017-10-27 00:40:06 +02:00
Josuan Albin
0e546b0cbd Fix right panel listnbox for items with mass under 1 2017-10-26 21:41:49 +02:00
Josuan Albin
4668c7c2e8 Move right panel greying to it's own func 2017-10-26 21:24:40 +02:00
Josuan Albin
b479c31a0d Add mine detector check in non cached part of addVirtualItems 2017-10-26 19:37:10 +02:00
PabstMirror
a24b095b6a Add more sources for pylon (Taru and Huron pods) (#5682)
Close #5677
2017-10-26 12:31:34 -05:00
Josuan Albin
eb501ee79e Add extra traces 2017-10-26 18:45:20 +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
Josuan Albin
645b881bad Add mine detector check in configScan and onArsenalOpen 2017-10-26 17:18:11 +02:00
Josuan Albin
e83b91f417 Fix pre-filled backpacks not behaving properly 2017-10-26 17:17:49 +02:00
Josuan Albin
c014e4a15f Fix binos not being detected properly by verifyLoadout 2017-10-26 15:53:21 +02:00
Josuan Albin
3242fda2c4 Fix accessories in containers not being checked properly via verifyLoadout 2017-10-26 15:50:12 +02:00
Josuan Albin
6c72992c6f Fix fillLoadoutlist tab check 2017-10-26 14:47:57 +02:00
Josuan Albin
632a1acef6 Fix reserved var error 2017-10-26 14:07:24 +02:00
Jo David
f3d6a54ccf Merge pull request #5683 from acemod/fix-wiki-acitvatedAddons
fix wiki suggesting activatedAddon to export addon list
2017-10-26 09:14:17 +02:00
commy2
0fe25b3c9c fix wiki suggesting activatedAddon to export addon list 2017-10-26 09:05:30 +02:00
Tim Beswick
c9f1719f5a Hot Resupply (#5639)
Allow rearm, refuel and pylons to function while vehicle engine is running
2017-10-25 23:13:44 -05:00
Tim Beswick
1a2e2848ad Added collision lights keybind (#5646) 2017-10-25 23:11:35 -05:00
Dedmen Miller
8c1952d15f Fix ACE_ItemCore order (#5675)
* Fix ACE_ItemCore order

* Commy is forcing me
2017-10-25 23:11:13 -05:00
Josuan Albin
cb7d5ba714 Fix indentation in buttonLoadoutsSave 2017-10-26 05:19:00 +02:00
Josuan Albin
626d39aa69 Fix save overwriting existing loadout not updating right row 2017-10-26 04:54:38 +02:00
Josuan Albin
df48227534 Change how loadouts are retrived from the listnbox 2017-10-26 04:17:09 +02:00
Josuan Albin
21d2bc11ef Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
2017-10-26 02:30:08 +02:00
Josuan Albin
1f69c65e99 Move loadout checking to it's own func 2017-10-26 00:51:55 +02:00
Josuan Albin
750b09d262 Fix initBox erroring out if the object is null 2017-10-26 00:39:43 +02:00
Josuan Albin
988e4a1fe0 Fix remove all button, use QGVAR for EHs names, add isMP check to share tab 2017-10-26 00:37:40 +02:00
Josuan Albin
322a4bdeff Fix right panel hiding issues 2017-10-25 22:32:41 +02:00
Josuan Albin
1566093836 Make extra sure item duplication won't happen 2017-10-25 22:08:08 +02:00