commy2
|
8233661d55
|
remove unused non API functions
|
2016-02-24 09:39:39 +01:00 |
|
Thomas Kooi
|
27c6934ff2
|
Merge pull request #2230 from SzwedzikPL/interactions_lamps
Interaction with portable lamps
|
2016-02-20 16:47:28 +01:00 |
|
commy2
|
be8f7f9cc0
|
Merge pull request #3276 from acemod/156selectapply
replace filter and map with select and apply
|
2016-02-18 14:23:02 +01:00 |
|
PabstMirror
|
53d870b62a
|
Merge pull request #3312 from acemod/passengerInteraction
Only get passenger actions for selected unit
|
2016-02-17 15:33:29 -06:00 |
|
PabstMirror
|
4a8b032c1f
|
Don't allow passing mags when not in same veh
|
2016-02-14 14:53:04 -06:00 |
|
PabstMirror
|
54b350a6c0
|
Only get passenger actions for selected unit
Fix #1690 #3309
|
2016-02-12 15:57:16 -06:00 |
|
SzwedzikPL
|
388b00f58c
|
remove unnecessary code, aesthetic tweak
|
2016-02-10 01:38:14 +01:00 |
|
commy2
|
41e39c9c3a
|
replace more filter with select
|
2016-02-06 11:58:31 +01:00 |
|
SzwedzikPL
|
5f0a2b1945
|
use event system, polish translation
|
2016-02-05 04:26:54 +01:00 |
|
SzwedzikPL
|
374b015ee4
|
major cleanup
|
2016-02-05 03:41:18 +01:00 |
|
SzwedzikPL
|
a9d57e0d1c
|
fnc_switchLamp cleanup
|
2016-02-05 02:02:46 +01:00 |
|
SzwedzikPL
|
7b8be590b4
|
Merge branch 'acemod/master' into interactions_lamps
|
2016-02-05 01:43:06 +01:00 |
|
dixon13
|
2a98aa57ed
|
Delete fnc_canInteractWithCivilianVehicle.sqf
No need to create another funciton
|
2015-12-23 11:54:41 -07:00 |
|
dixon13
|
d3a1110250
|
Removed a portion of the condition
|
2015-12-23 11:52:23 -07:00 |
|
dixon13
|
1aa192f7e0
|
Extract civilans from vehicles, rmeoved actions from civilians in vehicles
|
2015-12-23 00:19:41 -07:00 |
|
Glowbal
|
c1fa81f28b
|
Fix tabs in sqf files
|
2015-12-21 17:05:48 +01:00 |
|
PabstMirror
|
0b9044e3c7
|
Merge pull request #2753 from acemod/showHudSetter
Showhud setter
|
2015-11-25 11:16:21 -06:00 |
|
Thomas Kooi
|
08c5374a99
|
Merge pull request #2390 from BaerMitUmlaut/pass-magazine
Added interaction to quickly pass a magazine
|
2015-11-25 14:04:07 +01:00 |
|
BaerMitUmlaut
|
818466d296
|
Added ACE setting to hide interaction
|
2015-11-24 19:07:17 +01:00 |
|
BaerMitUmlaut
|
8f473b4a27
|
Removed all assignTeam occurrences
|
2015-10-30 16:50:13 +01:00 |
|
PabstMirror
|
94e3cd1f79
|
Replace old use of showHud
|
2015-10-15 22:45:35 -05:00 |
|
SzwedzikPL
|
98f6bb3589
|
Merge branch 'master' of https://github.com/acemod/ACE3 into interactions_lamps
Conflicts:
addons/cargo/CfgVehicles.hpp
addons/interaction/CfgVehicles.hpp
addons/interaction/XEH_preInit.sqf
addons/interaction/stringtable.xml
|
2015-10-15 11:49:08 +02:00 |
|
BaerMitUmlaut
|
090384c014
|
Fixed canPassMagazine header
|
2015-10-06 17:56:32 +02:00 |
|
BaerMitUmlaut
|
d6dcd4112e
|
Resolved merge conflicts
|
2015-10-06 17:50:55 +02:00 |
|
commy2
|
bc8cefa5e7
|
manual merge
|
2015-09-28 21:06:40 +02:00 |
|
commy2
|
6c968d8bc7
|
per frame handler for incremental door opening
|
2015-09-28 20:07:01 +02:00 |
|
commy2
|
443cbf8be3
|
fix compile error when trying to open a locked door by shortcut
|
2015-09-28 19:03:37 +02:00 |
|
commy2
|
6f64fcd0fb
|
search for door in geometry lod (lineintersectssurface)
|
2015-09-28 18:45:10 +02:00 |
|
commy2
|
5a3a32f236
|
more interaction cleanup
|
2015-09-28 18:06:25 +02:00 |
|
commy2
|
5c5a65443b
|
more interaction cleanup
|
2015-09-28 17:20:56 +02:00 |
|
commy2
|
f48636e633
|
more interaction cleanup, remove dead code
|
2015-09-28 17:11:53 +02:00 |
|
commy2
|
9189148b3f
|
more interaction cleanup
|
2015-09-28 15:37:18 +02:00 |
|
commy2
|
4b536425b1
|
Code Cleanup Interaction
|
2015-09-28 14:36:51 +02:00 |
|
commy2
|
2fe142032e
|
rework modifier key, cleanup sandbags, tripod, ladder, fix #2590
|
2015-09-26 03:16:55 +02:00 |
|
BaerMitUmlaut
|
8ee1136758
|
Rewrite canPassMagazine condition
|
2015-09-11 23:52:00 +02:00 |
|
BaerMitUmlaut
|
ccf1bf1de7
|
Cleaned up canPassMagazine condition
|
2015-09-11 18:24:46 +02:00 |
|
BaerMitUmlaut
|
a29902ddb3
|
More use of params, event system, removed compile
|
2015-09-11 15:36:23 +02:00 |
|
BaerMitUmlaut
|
45bfa3eaf5
|
Fixed vanishing mags and localized hint
|
2015-09-10 22:23:37 +02:00 |
|
BaerMitUmlaut
|
c26107bc5c
|
Added ability to pass a magazine
|
2015-09-08 14:07:16 +02:00 |
|
Michael Braun
|
035b3432c5
|
Merge branch 'master' of https://github.com/acemod/ACE3 into feature/switchToLogMacros
Conflicts:
addons/common/XEH_postInit.sqf
|
2015-09-01 08:45:59 +02:00 |
|
commy2
|
4682235d8a
|
increase reach in 3rd person for opening doors, fix #2301
|
2015-08-30 11:13:26 +02:00 |
|
Michael Braun
|
657157d767
|
Merge branch 'master' of https://github.com/acemod/ACE3 into feature/switchToLogMacros
Conflicts:
addons/hearing/functions/fnc_moduleHearing.sqf
|
2015-08-29 22:38:26 +02:00 |
|
Michael Braun
|
9e10aa86d7
|
Standardize logging format through ACE_LOG macros
|
2015-08-26 15:32:54 +02:00 |
|
SzwedzikPL
|
384c4bc55e
|
config macro, script tweaks
|
2015-08-24 16:48:53 +02:00 |
|
SzwedzikPL
|
2285717acd
|
typo
|
2015-08-22 20:19:35 +02:00 |
|
SzwedzikPL
|
3e19b33493
|
interaction with portable lamps
|
2015-08-22 20:00:26 +02:00 |
|
PabstMirror
|
4cce799ace
|
#2045 - Push SDV sub, cleanup push
|
2015-08-10 22:08:13 -05:00 |
|
PabstMirror
|
45912c6ddb
|
Handcuff icon for passengerActions
|
2015-06-13 00:12:13 -05:00 |
|
SzwedzikPL
|
ac87a28daa
|
role icon for passengers
|
2015-06-12 20:32:10 +02:00 |
|
jonpas
|
763cb07629
|
Macro STRING to LSTRING
|
2015-05-28 21:59:04 +02:00 |
|