jonpas
d3ee125d5e
Fix Advanced Throwing IR Chemlight and in-hand pick up ( #4313 )
...
* Fix IR Chemlights pick up
* Fix attached throwable pick up interaction condition
* Fix in hand pick up locality
2016-09-02 14:57:20 +02:00
PabstMirror
c4d2383005
Increase blood bag flow rate for basic medical ( #4306 )
...
* Change blood bags
- Increase flow rate for basic medical
- Don't queue bags
* change to ivBags, reset var on init / fullHeal
2016-09-01 12:46:08 +02:00
jonpas
eb007973c1
Merge pull request #4315 from acemod/fixChemlightShieldDescriptions
...
Fix Chemlight Shield Green and Red descriptions
2016-09-01 01:20:04 +02:00
jonpas
cbdabfb78d
Fix Chemlight Shield Green and Red descriptions
2016-08-31 23:14:12 +02:00
PabstMirror
62bb1db705
Fix chemlight supplyCreate UBC ( #4314 )
2016-08-31 16:10:40 -05:00
PabstMirror
41d758567e
Chemlights cleanup ( #4304 )
2016-08-31 22:12:40 +02:00
Glowbal
df66b0876f
Minor private variable fixes ( #4300 )
2016-08-27 17:35:45 +02:00
PabstMirror
d448ea8916
Improve interaction position for air units. ( #4285 )
...
Fix #4233
2016-08-27 10:37:58 +02:00
[OMCB]kaban
64cf8aa95a
Russain Translations Update ( #4286 )
2016-08-27 10:36:00 +02:00
PabstMirror
df7aa38a7a
Allow inheritance for addActionToClass ( #4272 )
...
* Allow inheritance for addActionToClass
* Update Headers
* Use inline code for inheritance example
2016-08-27 10:35:21 +02:00
Glowbal
1366a6f15f
Merge pull request #4289 from acemod/earlyAddPlayerEventHandler
...
Fix null ace_player from early call to addPlayerEH
2016-08-27 10:32:12 +02:00
Grey-Soldierman
dae3d8d682
Definable classname for Spare Barrel ( #4121 )
...
* Added definable barrel classname through weapon config
* Improved condition for player carrying spare barrel
2016-08-27 10:21:15 +02:00
voiperr
fedad7f8f7
Ace_Chemlights (Chemlight Enhancements) ( #3921 )
...
* Add ace_chemlights.
Make chemlight intensity and dropoff more realistic.
Add orange, white, IR chemlights.
Add chemlight shields.
Make chemlight impact sounds more realistic.
* Moved impact sound changes to a different branch.
* Used QPATHTOF. Fixed scopes. Used initServer. Reduced lifetime duration.
Checked privates.
* Stringtable: 5 minute.
* Blue lifetime. Removed ref to deprecated function
* Use proper magazine macro. Add new chemlights to Misc box.
2016-08-27 10:19:39 +02:00
commy2
9ef24d25ba
paradrop crates from helicopter or plane cargo ( #2468 )
2016-08-27 10:14:54 +02:00
Joko
927d8ead8f
add Hiddenselection camo to bodybag for Retexturing ( #4276 )
...
* add Hiddenselection camo to bodybag
* Add default texture
* Use macro
2016-08-24 12:42:32 -05:00
PabstMirror
3f343086dc
ad fix for noradio
2016-08-23 22:43:37 -05:00
PabstMirror
18153b0451
Fix null ace_player from early call to addPlayerEH
2016-08-23 22:24:59 -05:00
PabstMirror
5a83659136
Don't cookoff when commander turret is hit ( #4280 )
2016-08-23 09:57:54 +02:00
jonpas
f8dfa4f933
Add Advanced Throwing ( #3477 )
...
* Add Advanced Throwing
* Add feature documentation
2016-08-22 15:09:08 +02:00
commy2
cda100c9e7
Remove superfluous requiredAddons in hearing
2016-08-20 21:10:37 +02:00
Glowbal
d911dab5a7
Merge pull request #4191 from acemod/fix-4181
...
add explosive devices to missing units, close #4181
2016-08-20 12:25:56 +02:00
Glowbal
83e78f1021
Merge pull request #4258 from acemod/reviveTimer
...
Clear reviveState when calling setUnconscious
2016-08-20 11:57:51 +02:00
Glowbal
47d17c49dc
Merge pull request #4245 from acemod/eject-ai-crew-cookoff
...
eject ai during cookoff
2016-08-20 11:56:40 +02:00
Glowbal
167dc7735d
Merge pull request #4197 from acemod/litterSimpleObject
...
Use createSimpleObject for medical litter
2016-08-20 11:53:43 +02:00
Glowbal
1f8f463f32
Merge pull request #4267 from acemod/fix-object-event
...
fix FUNC(objectEvent)
2016-08-20 11:49:53 +02:00
PabstMirror
7f9a697dca
Update CBA_DEBUG_SYNCHRONOUS macro for new CBA ( #4271 )
2016-08-19 16:33:27 -05:00
commy2
1c6825bcab
skip DLL check on non-windows machines, close #4253
2016-08-19 16:01:59 +02:00
commy2
91e4f50ba0
fix FUNC(objectEvent)
2016-08-19 15:23:47 +02:00
jonpas
ff0dcd3152
Use pushBackUnique in Tags cache ( #4249 )
...
* Use pushBackUnique in tagging
* Use configProperties, Add maintainers
* Fix header
* Revert to configClasses
2016-08-18 20:52:28 +02:00
jonpas
986ac43a68
Cache config UI ( #4234 )
...
* Cache config UI
* Use configClasses to prevent reading entries in base class
* Fix header not containing return value
* One more count
* More lazy eval
2016-08-18 19:07:05 +02:00
PabstMirror
b02e91e02e
Clear reviveState when calling setUnconscious
...
#4250
2016-08-18 01:59:40 -05:00
freghar
9fa247398f
add BlueForceTracking filtering via an object variable ( #4196 )
...
There's no good workaround for this:
* creating a dummy unit on [0,0,0] and making it leader prevents
grp members from entering vehicles
* joining group of a different side prevents grp members from seeing
blueforce tracking markers of their original side
Usage (_obj can be group or unit, depending on BFT_ShowPlayerNames):
_obj setVariable ["ACE_map_hideBlueForceMarker", true];
The inverse, hiding of markers of other groups/units for a particular
player, can be already done by 'ace_map_BFT_Enabled = false' locally,
as the Update function checks for it every time.
Signed-off-by: freghar <freghcz@gmail.com>
2016-08-16 19:28:21 -05:00
PabstMirror
24d13e525f
Add ACE_isBelt for DLC/Expansion magazines
...
Fix #4094
2016-08-14 13:35:00 -05:00
commy2
7d2f2023ee
eject ai during cookoff
2016-08-14 13:51:33 +02:00
commy2
2231464087
fix bug which would cause unecessary echo network traffic ( #4242 )
2016-08-13 16:45:50 +02:00
Lukas
84a370d0f2
Czech translation ( #4241 )
2016-08-13 15:44:48 +02:00
Glowbal
fdfe672491
Merge pull request #4166 from acemod/glasses-hearing
...
Make hearing component compatible with glasses
2016-08-13 14:17:47 +02:00
Glowbal
ba8c8bb5b0
Merge pull request #4109 from acemod/port-incendiary-grenades
...
Port ACE2 incendiary grenades
2016-08-13 14:16:39 +02:00
commy2
58539a0949
Merge branch 'master' of https://github.com/acemod/ACE3 into glasses-hearing
2016-08-13 13:03:23 +02:00
commy2
5b3d424509
always destroy engine, effect only requires cookoff
2016-08-13 12:44:38 +02:00
commy2
d0d407a2c5
only do engine burning effect if cookoff is enabled
2016-08-13 12:39:52 +02:00
commy2
1bde8d617b
rename cookoff setting to 'GVAR(enable)'
2016-08-13 12:38:04 +02:00
commy2
0dc13276df
change default value to true
2016-08-13 12:13:49 +02:00
commy2
f0a74781c9
add setting to disable cook off effects
2016-08-13 12:12:34 +02:00
commy2
c42004449d
Port AGM cook off
2016-08-13 11:59:15 +02:00
commy2
9a93dffc3b
port A2 incendiary grenades
2016-08-13 11:49:36 +02:00
Broström.A | Evul
0dfee34a56
Added additional cargo and dragging for crates ( #4129 )
...
* Added Cargo and Dragging for `Land_WoodenBox_F` and `Land_WoodenCrate_01_F`.
2016-08-13 11:33:41 +02:00
PabstMirror
f354bab3c2
Add Tripflare ( #4152 )
2016-08-13 11:29:01 +02:00
[OMCB]kaban
8fc2cbd0ef
Russian Translations - Update ( #4217 )
2016-08-13 11:25:43 +02:00
jonpas
5985f3bd26
Fix missing zeroing UI on vehicles without FCS
2016-08-11 22:34:38 +02:00