PabstMirror
c492f184b4
move dev funcs to folder
2019-03-23 19:55:04 -05:00
commy2
cea1599112
manual merge
2019-03-23 23:46:30 +01:00
SilentSpike
0cd904bdc3
Add public function documentation script ( #5253 )
...
* Remove obsolete event rename script
* Add initial function documenting python script
- Currently only finds all public/invalid function files
- Method "document_public" is in place to handle the data taken from a
function header, but currently unimplemented
* Add author/description/arguments processing
* Improve console logging and add return processing
* Use class based approach for better data handling
* Add argument processing with support for notes
* Implement rudimentary doc output
* Add return and example processing
* Fix example variable
* Fix documenting no arguments/return
* Fix malformed return handling
* Improve control flow
2019-03-23 23:21:33 +01:00
Thomas Kooi
bc2d84289b
Consistently make use of the dot ( #6888 )
2019-03-23 22:41:05 +01:00
PabstMirror
9756b22238
cleanup/tweaks
2019-03-22 14:06:42 -05:00
PabstMirror
2ea029c219
Quickmount - optimize subActions ( #6883 )
2019-03-21 21:29:51 -05:00
Unknown
a8d28ebedc
Merge remote-tracking branch 'upstream/master' into medical-rewrite
2019-03-21 17:51:19 -04:00
Rutger "RedBery" Meijering
15036d7fd8
Fixes to unconsciousness and damageTypes systems ( #6589 )
...
* Fixes BleedingCoef having impact on bloodloss KO
Fixes incorrect var in setUnconscious
* Changes method for checking if typeOfDamage is valid
Adds check for if typeOfDamage is valid to extension version of woundsHandler
* Changes collision wound location select to a weighted system to make it more lethal at faster collisions
Adds collision and drowning damage types to config (drowning has no related wounds to prevent wounds being added while drowning).
* Fixes unneeded space
* Fixes minor mistake (body damage chance should go from 1 to 0 without ever becoming negative)
2019-03-21 19:33:51 +01:00
PabstMirror
e8970ab8ad
ACE_settings captiliaztion
2019-03-21 09:46:23 -05:00
PabstMirror
711e9073a8
Explosives - Allow setting custom timer limits ( #6882 )
2019-03-21 09:01:50 -05:00
ace3mod
61e88abf22
[Docs] Update component dependencies
...
Automatically committed through Travis CI.
[ci skip]
2019-03-21 14:54:11 +01:00
Dedmen Miller
d034324e88
More trivial code cleanup ( #6859 )
...
* Added a3 include pboprefix
* Add defineDIKCodes header
* defineDIKCodes include case correct
* Use ui_f dikcodes
* Fix fnc_checkfiles macro and dll condition
* Incorrect macro usage in fnc_getVehiclePos
* Incorrect macro usage in fnc_getVehiclePosComplex
* Add defineResincl ui_f include
* Remove include guard from defineResincl
* Incorrect macro usage in fnc_handleMouseButton
* Incorrect macro usage in fnc_setMarkerJIP
* Semicolon after include
* Add defineResinclDesign ui_f include
* Incorrect macro usage fnc_rearmSuccessLocal
* Incorrect macro usage fnc_rearmSuccessLocal
* Stray backslash in fnc_camshake
* Incorrect macro usage in fnc_startNozzleInHandsPFH
* Incorrect amcro usage in fnc_tag
* Incorrect macro usage in fnc_moduleGlobalSetSkill
* Reenable linux checkFiles
* Non-captialized requiredAddons
* Non-captialized requiredAddons
2019-03-21 08:52:32 -05:00
Magnetar
cc11ad051d
Formatting. Lazy eval
2019-03-21 14:34:51 +01:00
Dystopian
d804d3afe6
Cleanup some functions headers and macro using ( #6866 )
...
* Cleanup frisking
* Cleanup header format
* Cleanup FUNC macro using
2019-03-20 15:18:43 -05:00
PabstMirror
6274d67edb
Cleanup
2019-03-19 16:27:49 -05:00
PabstMirror
8b4a530950
Handle invalid memPointGunOptic (CUP_BM21_Base)
2019-03-18 12:06:08 -05:00
Magnetar
89927a8b94
Missing privates. Lazy evaluation.
2019-03-17 21:26:15 +01:00
Magnetar
934339d1df
Fix missing INJURY string
2019-03-17 18:38:31 +01:00
Magnetar
99f5d2ea0a
Rewrite rectify convert option ( #6825 )
...
* Rewrite Rectify - Adding option to convert vanilla medical gear
* Oops
2019-03-17 17:59:49 +01:00
Magnetar
54208a1a78
Rewrite rectify - Skip distance check if in same vehicle ( #6823 )
2019-03-17 17:58:43 +01:00
Magnetar
1d34cc4cc0
Rewrite rectify. Medical - Add vehicle hint when loading unconscious ( #6822 )
...
* Rewrite rectify. Medical - Add vehicle hint when loading unconscious
* Fix copy paste
2019-03-17 17:54:50 +01:00
Magnetar
82131b3643
Fix include in wrong location
2019-03-17 17:48:44 +01:00
Magnetar
bb2d1e4e9e
Merge branch 'master' into medical-rewrite
2019-03-17 17:39:43 +01:00
commy2
0a4d3d5b65
Merge pull request #6872 from acemod/fixVersionCheck
...
version check handle minor versions below 10
2019-03-16 21:09:54 +01:00
PabstMirror
dab3f72fcb
more acos fixes
2019-03-16 12:41:53 -05:00
PabstMirror
659b5faa07
Integrate with mk6
2019-03-16 11:56:58 -05:00
commy2
df8b23b9ba
version check handle minor versions below 10
2019-03-16 11:05:01 +01:00
commy2
f248e81c65
version check handle minor versions below 10
2019-03-16 11:00:20 +01:00
PabstMirror
8c8e8fe199
tweak friction
2019-03-16 00:04:39 -05:00
PabstMirror
1d2ecdd3ff
Support per mag air friction
2019-03-15 20:11:15 -05:00
PabstMirror
c6d7df3770
SQF work
...
- improve compat with a3 mlrs with remote cam (animationSourcePhase)
- handle non [0] turrets (rhs prp)
- add config entries
- use vectorCos to fix fp error (thanks commy)
2019-03-15 17:37:13 -05:00
commy2
e4391a8060
Merge pull request #6869 from veteran29/hideEjectSetting-polishTranslation
...
hideEjectAction - Polish translation
2019-03-15 08:23:59 +01:00
Filip Maciejewski
69b9f1e338
hideEjectAction - Polish translation
2019-03-15 00:58:12 +01:00
commy2
aef3073ee8
hide by default
2019-03-15 00:56:09 +01:00
commy2
2dbc4993d8
add setting to hide Eject action from action menu
2019-03-15 00:37:04 +01:00
PabstMirror
429c11ed19
Merge branch 'master' into artilleryTables
2019-03-14 13:50:08 -05:00
PabstMirror
9d5b936d7c
Wiki - Add documentation for ace_interact_menu_newControllableObject ( #6797 )
2019-03-14 13:32:39 -05:00
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
PabstMirror
fb4f05e276
Prep 3.12.6 Build 43
2019-03-14 09:22:08 -05:00
PabstMirror
732368584a
Merge branch 'master' into release-3.12.6
2019-03-14 09:21:14 -05:00
PabstMirror
57db905f7c
Zeus Actions - Fix config code breaking during build ( #6864 )
...
* Zeus Actions - Fix config code breaking during build
* Update addons/rearm/XEH_preInit.sqf
Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
* formating, add note
2019-03-14 09:17:34 -05:00
PabstMirror
8d6c1cd6ef
Tweak accuracy
2019-03-13 13:01:36 -05:00
markooff
b4639ed758
tlumaczenie_12_03_2019 ( #6865 )
...
Translations - Polish
2019-03-13 00:18:33 -05:00
PabstMirror
373f11338d
Prep 3.12.6 Build 42
2019-03-12 13:35:51 -05:00
PabstMirror
88d4e32f48
Merge branch 'master' into release-3.12.6
2019-03-12 13:34:41 -05:00
xrufix
129cc26438
Add magazines with different tracer colors for some vanilla weapons ( #6658 )
...
* Add magazines for some vanilla weapons with different tracer colors
* Removed obsolete comment
* unified naming of tracer magazines
* Add CfgMagazineWells
* Add 5.8mm mags
* Add Minimi boxes
* Added 5.56 Drum mags
* Add Katiba and 7.62x51 mags
* Remove magazine macro to make config easier to read and edit.
* Add pictures available in arma files
* Add magazines to vanilla magazinWells
* Fix wrong base class for Katiba tracer mags
* Removed duplicate strings
* delete blank lines in stringtable
2019-03-12 13:32:47 -05:00
ace3mod
28b96e3efd
[Docs] Update component dependencies
...
Automatically committed through Travis CI.
[ci skip]
2019-03-12 17:32:11 +01:00
Dedmen Miller
187b2f38ce
Add rksl pm II 5-25x56 compat ( #6845 )
...
* Add rksl pm II 5-25x56 compat
* Combine into existing compat
* Update ace_ScopeAdjus values
2019-03-12 11:26:56 -05:00
mharis001
695416dfe7
Arsenal - Improvements to 3DEN attribute ( #6849 )
...
* Improvements to arsenal 3DEN attribute
* Better alignment of button
* Remove magazineGroups copy
2019-03-12 11:26:40 -05:00