PabstMirror
15d62ca27f
Add #4941 for rewrite
2017-03-18 09:13:08 -05:00
PabstMirror
672be73bae
Merge branch 'master' into medical-rewrite
...
Conflicts:
addons/medical/XEH_preInit.sqf
2017-03-18 09:09:45 -05:00
PabstMirror
eb963f20f5
Update publish.py for RHS Gref Compat ( #4999 )
2017-03-18 08:53:56 -05:00
J3aLeiNe
a5cb451f76
AB : AtragMx wiki updated ( #4982 )
...
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
* Add files via upload
* Update atragmx.md
* Update atragmx.md
* Update atragmx.md
2017-03-18 13:37:36 +01:00
PabstMirror
1208e441ac
Fix unarmed sprint->prone + minor perf improvments ( #4887 )
2017-03-15 10:12:07 -05:00
jonpas
b31abee4fd
Sandbags surfaces update ( #4971 )
...
* Use private keyword, move surface blacklist to script_component.hpp
* Check height above terrain
* Add Tanoa surfaces, Check if in water
* Use 'dust' config entry to determine surface, Add common canDig (checks dustyness)
* Re-enable compile cache
* Revert to surface blacklist with dust as fallback
* Move surface blacklist to script_component because SQF validator complains
2017-03-15 10:11:37 -05:00
PabstMirror
9e27960b86
Add rearm config for Nemmera ( #4992 )
2017-03-15 10:10:53 -05:00
bux
70b9f6fe99
Merge pull request #4990 from acemod/fix-cookoff-desynch
...
Fix cookoff desync
2017-03-15 09:06:10 +01:00
commy2
81f3387dbb
Merge pull request #4991 from acemod/fix-cookoff-2
...
also fix cooking off ammo boxes
2017-03-14 10:09:13 +01:00
commy2
2c4f286593
also fix cooking off ammo boxes
2017-03-14 10:08:06 +01:00
commy2
2334d501d0
Fix cookoff desynch, fix #4900
...
Randomness would be calculated on every machine, but only vehicle explosion and sound are done by the server. Smoke, light and fire sfx are done by each client.
2017-03-14 10:04:56 +01:00
jonpas
43dc1f020e
Fix vehicle lock lockpick condition, Fix lockpicking from inside ( #4985 )
2017-03-11 22:49:54 -06:00
PabstMirror
d313d53b02
Fix gforce avg on switching to aircraft ( #4955 )
...
* Fix gforce avg on switching to aircraft
* Dont use for-loop for neutral g-forces array
2017-03-09 16:49:50 -06:00
PabstMirror
f3d2833b28
Fix rangecard not showing wind/lead ( #4964 )
2017-03-08 19:40:48 +01:00
PabstMirror
d900871da4
Pass map gestures draw by reference ( #4914 )
2017-03-08 19:34:58 +01:00
PabstMirror
c49e5bcfa0
Reload medical configs into extension on save load ( #4941 )
2017-03-08 19:33:28 +01:00
PabstMirror
110bce763f
Fix intergrated scopes ( #4945 )
2017-03-08 19:31:26 +01:00
PabstMirror
19af072c99
Give options menu list focus ( #4965 )
2017-03-08 19:26:05 +01:00
Mark Ruffner
acf422b774
Add validation on group id for map gesture color mapping ( #4976 )
2017-03-08 09:58:29 -06:00
PabstMirror
0841c05a6d
Cleanup use of ACE_HashLocation ( #4975 )
2017-03-08 10:15:15 +01:00
PabstMirror
d403f20d71
Adjust addDamageToUnit for rewrite
2017-03-06 15:06:01 -06:00
PabstMirror
8ad3571d19
Merge branch 'master' into medical-rewrite
2017-03-02 18:00:34 -06:00
sbng-PAPA
e2c04a80c4
More accurate Korean translate for medical ( #4897 )
2017-03-02 17:48:48 -06:00
Ozan Eğitmen
3aa55b1452
New Function to Show BIS Style Curator Messages ( #4844 )
...
* Add showMessage fnc that shows BIS curator messages
* Add documentation
* Make function simpler
* Modify to fir new syntax
* Handle non-string args
2017-03-02 17:47:49 -06:00
Dedmen Miller
512592b79d
Prevent starting additional vital loops on full heal ( #4885 )
2017-03-02 17:22:16 -06:00
J3aLeiNe
6ce9ede1b5
Update maps' latitude ( #4961 )
...
- add Dingor
- add MSKE 2017
- add G.O.S Leskovets
- add Trung Si
- add I44: Omaha v2
- add I44: Neaville and Neaville (Winter)
- add I44: Battle of the Bulge
2017-03-02 14:00:18 -06:00
J3aLeiNe
dd76a91844
Update CfgWeapons.hpp ( #4893 )
2017-02-28 19:14:01 -06:00
jonpas
b9fa3e404d
Require CBA v3.2.1 ( #4954 )
2017-02-27 14:22:45 -06:00
Glowbal
624690f029
Remove @ from issue template ( #4933 )
...
* Remove @ from issue template
* Improve issue template mod listing
* Shorten
2017-02-26 14:59:04 +01:00
jonpas
bec3fbb6a9
Update ACEX Headless framework documentation ( #4950 )
...
* Update ACEX Headless framework documentation
* Add version note about End Mission
2017-02-26 14:06:37 +01:00
jonpas
bc70571765
Use CBA Accessory Functions for Laser mode switching ( #4855 )
...
* Use CBA Accessory Functions for Laser mode switching
* Use CBA ACC EH to prevent switching to unusable lzr (#4860 )
* Use CBA ACC EH to prevent switching to unusable lzr
* Re-call CBA_accessory_fnc_switchAttachment
* Require CBA 3.2.0
2017-02-25 17:16:40 +01:00
ace3mod
fc245d9fb5
[Docs] Update component dependencies
...
Automatically committed through Travis CI.
[ci skip]
2017-02-25 02:23:03 +01:00
PabstMirror
287d3b475b
Add RHS GREF compat for RKG-3 grenade ( #4944 )
2017-02-24 19:21:42 -06:00
PabstMirror
0bc1e12775
Verify params in atragmx profile gunlist ( #4917 )
2017-02-24 19:20:27 -06:00
PabstMirror
02ea214ade
Fix setVariablePublic reseting to old values ( #4938 )
...
* Fix setVariablePublic reseting to old values
* Don't drop delay time
2017-02-24 19:19:39 -06:00
PabstMirror
e41fbcb0fd
Fix lost magazines when restoring gunbag mags ( #4942 )
2017-02-24 19:19:05 -06:00
jonpas
1590948b92
Fix multiple slideshows sub-actions, Add set name setting ( #4904 )
...
* Fix all slides being in multiple slideshows setup, Use private keyword
* Add setting for slides main interaction name
* Update Slideshow documentation
* Add not about new argument added in version
2017-02-24 14:08:18 +01:00
bux
f1e8daad66
Update 2017-02-21-ace3-version390.md
...
add missing slash on the link
2017-02-21 11:44:51 +01:00
bux
e1eefaa8e7
Add Acerep 8 ( #4923 )
...
* add acerep 8
aimed for the 23rd
* update header image
* change acerep8's date to the 21st
* acerep8 add a sentence about how awesome we are
2017-02-21 11:34:50 +01:00
PabstMirror
0d4aa8197a
Fix moved KR wounds strings
2017-02-18 18:22:23 -06:00
PabstMirror
c7b60d1777
Merge branch 'master' into medical-rewrite
2017-02-18 18:17:37 -06:00
Mark Ruffner
0900bf964b
Medical/Repair 3den Toolbox State Fix (Bug fix for #4902 ) ( #4905 )
...
* Update medical/repair 3den away from missionNamespace
* Simplify save
2017-02-18 12:27:36 -06:00
PabstMirror
9d128152a3
Hide earplug actions if setting disabled ( #4913 )
...
* Hide earplug actions if setting disabled
* Add lines that are new
2017-02-16 10:16:46 -06:00
Glowbal
19d5fa0a4e
Update CBA required version ( #4899 )
...
* prep v3.9.0
* Update required CBA version
2017-02-14 16:53:35 -06:00
bux
1d978c45bf
Update _config_dev.yml
2017-02-14 22:50:46 +01:00
bux
ad23be5c5c
Update _config.yml
2017-02-14 22:50:33 +01:00
bux
2fddfcc1c8
Update _config.yml
2017-02-14 22:47:01 +01:00
Glowbal
283c372291
Merge branch 'release'
2017-02-14 22:43:31 +01:00
Glowbal
df693d69b6
Prepare v3.9.0 release
2017-02-14 21:25:22 +01:00
PabstMirror
dfca4fdcf8
Pass functions by "reference" to bis event handlers ( #4898 )
...
* Pass functions by "reference" to bis event handlers
* Add Doc
* Fix
2017-02-14 10:54:37 -06:00