a928185ea0
Remove download badge
2016-03-03 17:09:37 +01:00
137a512a9e
close main display if using incompatible cba
2016-03-02 16:33:29 -06:00
e6c6e55968
Merge pull request #3507 from acemod/mouseZChangedEH
...
Replace addScrollWheelEventHandler with MouseZChanged Display EH
2016-03-02 23:15:50 +01:00
92fddff833
also fix modifier key
2016-03-02 23:14:23 +01:00
76468d326b
fixed license file
2016-03-02 22:49:25 +01:00
9b55aa1555
Merge remote-tracking branch 'refs/remotes/acemod/master'
2016-03-02 22:40:33 +01:00
48e9e9c9e4
added CBA-PFH, added QUOTE
2016-03-02 22:36:42 +01:00
9a0c839ced
Merge pull request #3508 from acemod/fix3504
...
Make the FRIES inherit from Helicopter_Base_F. Fix #3504
2016-03-02 22:28:01 +01:00
80bada0365
Fixed carrying rotation.
2016-03-02 22:27:29 +01:00
730e79def0
added fastroping sounds
2016-03-02 22:17:49 +01:00
8b4892598a
added EventHandlers
2016-03-02 22:17:19 +01:00
303f8d93b9
simplify inheritance
2016-03-02 22:16:40 +01:00
3cafa9f41b
Merge pull request #3515 from FFAAMOD/master
...
Spanish translation of FastRope fixed
2016-03-02 17:08:01 -03:00
95007d8ccd
Spanish translation of FastRope fixed
...
Fixed wrong tag in Spanish Translation of Fast Rope module.
2016-03-02 21:00:46 +01:00
e0493458c0
Reduce interaction distance for defusing back to 1m
2016-03-02 16:19:38 -03:00
e6a5d2dacd
Add CBA 2.3.1 to versioning check
2016-03-02 13:19:20 -06:00
0f25ac698d
Merge pull request #3511 from FFAAMOD/patch-1
...
Added FFAAMOD to AUTHORS.txt
2016-03-02 20:11:36 +01:00
b8e7c45227
Merge pull request #3510 from FFAAMOD/master
...
Added Spanish Translation to fastroping module
2016-03-02 16:09:57 -03:00
67695286c7
Added FFAAMOD to AUTHORS.txt
2016-03-02 20:01:41 +01:00
6b13ea287e
Added Spanish Translation to fastroping module
...
Added Spanish Translations, some of these can have multiple translations but according to the context, they match properly their meanings.
2016-03-02 19:56:50 +01:00
928a9b9485
Increase interaction distance with explosives from 1m to 1.5m. Fix #3379
2016-03-02 15:25:41 -03:00
0399335a3f
Make the FRIES inherit from Helicopter_Base_F. Fix #3504
2016-03-02 14:41:41 -03:00
4918dbacb0
Replace and depreacate EFUNC(common,addScrollWheelEventHandler) with MouseZChanged Display EH
2016-03-02 17:33:46 +01:00
b91897de3b
Added comment
2016-03-02 16:41:45 +01:00
e7ec87d284
Added carry and interaction for case.
2016-03-02 16:38:23 +01:00
597be8ce3b
Merge pull request #3501 from acemod/requireCBAVersionIssues
...
Require specifying the CBA version in issues.
2016-03-02 10:01:13 -03:00
cb21b20d9f
Require specifying the CBA version in issues.
2016-03-02 09:58:47 -03:00
779e2a6bc8
Merge pull request #3428 from acemod/improveGithubFiles
...
Improve GitHub files
2016-03-02 13:44:59 +01:00
8f620f2e61
Fix portable light floating / dir when carrying
...
#3486
2016-03-01 18:49:41 -06:00
b86e5d8ad6
Fixes player markers not showing up correctly when BFT_ShowPlayerNames is enabled in multiplayer
2016-03-01 18:23:33 -06:00
d886289716
Display the new weapon temperature right after swapping barrels
2016-03-01 19:27:39 -03:00
850a499c0e
Localize spare barrel's displayName
2016-03-01 19:26:20 -03:00
e6a2ca7102
Fix typos
2016-03-01 19:25:45 -03:00
f13517980b
Merge branch 'release'
2016-03-01 23:08:17 +01:00
f130d6c253
Increase spare barrel mass to 60 (2.7 Kg)
2016-03-01 18:17:58 -03:00
b8c8c21a02
Remove spare barrels from starting equipments
2016-03-01 18:17:23 -03:00
a041555381
Add an animation and progressbar to the "Check spare barrels temperatures" action
2016-03-01 18:16:14 -03:00
46a96dd5da
Move spare barrel event handlers out of postInit
2016-03-01 18:14:36 -03:00
353b5e9ef4
Replace transportMax... with maximumLoad for mortar boxes.
...
Fixes 3490
2016-03-01 21:58:21 +01:00
bc4a338d32
Merge branch 'master' of github.com:KoffeinFlummi/ACE3 into spareBarrelSimulation
2016-03-01 17:15:14 -03:00
e2c7576251
Remove headless client component from ACE.
...
The component does not fit properly within the scope of the ACE project. In order to avoid difficulties at a later point in time, project management has decided to pull the HC component from the ACE 3.5.0 release. We are going to look into alternative options for the HC component, such as a separate repository maintained by the ACE team.
v3.5.0
2016-03-01 19:09:42 +01:00
4d0a894ce1
Merge branch 'release' of github.com:acemod/ACE3 into release
2016-03-01 18:54:04 +01:00
84052f50fd
Update extension builds
2016-03-01 18:53:52 +01:00
7d53e1f4d2
Merge pull request #3488 from acemod/removeXEHENABLED
...
replace XEH_ENABLED macro with actual class, fix #3482 , fix #3483
2016-03-01 18:52:08 +01:00
fa3913752b
replace XEH_ENABLED macro with actual class, fix #3482 , fix #3483
2016-03-01 17:05:00 +01:00
9cb40dab14
Merge pull request #3485 from acemod/removeSpareBarrelsEquipment
...
Remove spare barrels from starting equipment, as they make some grena…
2016-03-01 14:08:09 +01:00
bafe714ab5
Remove spare barrels from starting equipment, as they make some grenades not fit in the uniforms.
2016-03-01 10:05:06 -03:00
b69827aea8
Merge pull request #3476 from acemod/3den_-1
...
Try to handle -1 from eden modules
2016-02-29 20:17:52 -03:00
2bdeff1639
Fix for all missionVersions
2016-02-29 16:34:51 -06:00
cb370c4f70
Merge branch 'release' into 3den_-1
2016-02-29 14:16:34 -06:00