commy2
dc5e6b7c3c
Merge branch '323medicalstrcturaldamage' into medical-adjustments
2015-09-02 20:02:19 +02:00
commy2
9665f73fa3
Merge branch 'master' of https://github.com/acemod/ACE3 into medical-adjustments
2015-09-02 17:03:36 +02:00
SilentSpike
6aa191b788
Merge pull request #2327 from acemod/fixGunnerGoggles
...
Fix gunner goggles
2015-09-02 13:31:50 +01:00
commy2
07ab7d1c35
correct comment
2015-09-02 02:00:53 +02:00
commy2
29efc13556
hide clock, use eventhandler
2015-09-02 01:59:07 +02:00
commy2
43c54d51e8
hide clock on map if no watch in inventory, #414
2015-09-02 01:40:38 +02:00
commy2
83424cdcab
header for fnc_flare
2015-09-02 00:03:16 +02:00
commy2
7ce606740c
make flares work in mp
2015-09-01 23:56:25 +02:00
commy2
be56fd7d46
scripted approach to hand flares, fix #1079
2015-09-01 23:19:49 +02:00
commy2
237d5b6536
stand up action (uses get out shortcut) and less awkward standing animaton
2015-09-01 21:03:28 +02:00
commy2
acfc48efc2
animate head when surrendered and handcuffed
2015-09-01 20:00:28 +02:00
commy2
405d85eaaa
fix leaning back through chair while sitting, fix #1795
2015-09-01 19:06:20 +02:00
PabstMirror
264091957a
#1917 - Pointing Update Circle Icon
2015-09-01 10:09:14 -05:00
commy2
fb9ad6075f
Merge pull request #2337 from acemod/322bouncym84
...
bouncing flashbangs, fix #1907
2015-09-01 17:05:36 +02:00
commy2
dd788342fe
remove commented debug messages
2015-09-01 16:37:46 +02:00
commy2
b1fbbcc49f
bouncing flashbangs, fix #1907
2015-09-01 12:46:15 +02:00
commy2
5e68486233
high command module breaks ace, fix #2134
2015-09-01 10:06:01 +02:00
commy2
73911f701d
add debug messages for #2134
2015-09-01 08:53:11 +02:00
PabstMirror
c97e0eb500
MapTools - Handle Bad Aspect Ratio
2015-08-31 22:50:01 -05:00
commy2
3362bbf0bf
fix protection 1.50 ubc issues
2015-09-01 00:01:42 +02:00
commy2
5a164c5cdc
fix UBC issues, simplify uniform hitpoint config
2015-08-31 23:36:59 +02:00
commy2
87cf7ded83
Merge pull request #2311 from acemod/322backpack
...
objectParent command replacing fnc_getBackpackAssignedUnit
2015-08-31 21:32:42 +02:00
commy2
e7d9e8c0dc
Merge pull request #2312 from acemod/322opendoor3rdperson
...
increase reach in 3rd person for opening doors, fix #2301
2015-08-31 21:32:34 +02:00
commy2
aa1ad1bc2a
Merge pull request #2313 from acemod/322ffvweaponselect
...
fix weapon select in ffv slots not working
2015-08-31 21:32:26 +02:00
commy2
9b6bc73c1a
Merge pull request #2314 from acemod/322spottingscope
...
better animation for spotting scope, fix #1638
2015-08-31 21:32:17 +02:00
commy2
591327aaf3
Merge pull request #2315 from acemod/3220xgrenadebug
...
fix autoriflemen spawning with 0x frag grenade bug
2015-08-31 21:32:09 +02:00
commy2
80a0c93bdc
Merge pull request #2316 from acemod/322customcamera
...
fix custom cameras (for intros) being broken with ACE, fix #2248
2015-08-31 21:32:02 +02:00
commy2
d85f96eac0
Merge pull request #2320 from acemod/322notonladder
...
disable all actions while being on a ladder by default, close #2289
2015-08-31 21:31:54 +02:00
commy2
e241c70a78
Merge pull request #2318 from acemod/322tripotmagsize
...
tripod hmgs should have 100rnd mags instead of 500rnd mags, fix #1190
2015-08-31 21:31:44 +02:00
commy2
2a82b97b5a
Merge pull request #2328 from acemod/322laserpointer
...
laserpointer with new command lineintersectssurface
2015-08-31 21:31:35 +02:00
commy2
37aec2b3c3
enable repairing while on ladder
2015-08-31 21:22:22 +02:00
PabstMirror
ba3ecf2a0a
Merge pull request #2321 from acemod/HearingStuff
...
Hearing stuff
2015-08-31 13:24:29 -05:00
PabstMirror
38122ffeaf
Merge pull request #2197 from acemod/mapOpenCloseEvents
...
Map open close events / MapTools Cleanup
2015-08-31 13:23:10 -05:00
commy2
f15805d1f3
setStructuralDamage function
2015-08-31 20:05:38 +02:00
commy2
e1d683d8dc
laserpointer with new command lineintersectssurface
2015-08-31 17:31:37 +02:00
SilentSpike
397d77e5b5
Remove special goggles treatment of vehicle units
...
The condition to disable the overlay for gunners introduces more problems (and inconsistencies for that matter) than it was worth. Vehicle gunners using camera based weapons should probably consider not wearing a pair of glasses/goggles before doing so.
2015-08-31 15:25:40 +01:00
SilentSpike
543e829278
Fix goggles overlay for FFV seats
...
When aiming down sights, view is considered to be "gunner" and so the overlay would be disabled. Introduces addition canUseWeapon check if view is "gunner" to differentiate FFV seats from regular gunner seats
2015-08-31 14:56:51 +01:00
SilentSpike
5e57cad669
Merge pull request #2216 from acemod/isolateZeusMenuKeybind
...
Prevent CBA keybindings in zeus interface
2015-08-31 14:41:48 +01:00
SilentSpike
04269831e8
Consider modifier keys for zeus interaction hack
...
The hacky keybind detection method should consider modifier keys also to prevent keybinds on the same key with different modifiers from firing
2015-08-31 14:40:31 +01:00
Glowbal
8c6f896164
fixed script error when canceling treatment actions
2015-08-31 13:00:17 +02:00
PabstMirror
4be7411a05
Use "visibleMapChanged" event
2015-08-30 15:26:43 -05:00
commy2
7a4c37c085
disable all actions on ladders by default, close #2289
2015-08-30 22:03:45 +02:00
commy2
fae38a2232
tripod hmgs should have 100rnd mags instead of 500rnd mags, fix #1190
2015-08-30 20:20:00 +02:00
commy2
c18af0d34b
completely prevent ace_optics from interfering with any mission camera scripts
2015-08-30 19:30:44 +02:00
commy2
74dfd73167
fix issues with pip optics camera in virtual arsenal
2015-08-30 19:05:35 +02:00
commy2
8d589ea8f0
solution for custom cameras (for intros) being broken with ACE
2015-08-30 15:50:51 +02:00
commy2
fc6f97e09e
fix autoriflemen spawning with 0x frag grenade bug
2015-08-30 13:30:21 +02:00
commy2
610bb7a1df
better animation for spotting scope, fix #1638
2015-08-30 13:10:25 +02:00
commy2
58ec4a68cb
fix weapon select in ffv slots not working
2015-08-30 12:01:13 +02:00
commy2
4682235d8a
increase reach in 3rd person for opening doors, fix #2301
2015-08-30 11:13:26 +02:00
commy2
32300a0a80
objectParent command replacing fnc_getBackpackAssignedUnit
2015-08-30 10:45:14 +02:00
PabstMirror
910bb151e2
#1988 - Boost explosive hearing damage
2015-08-30 01:47:40 -05:00
PabstMirror
8307ccea96
firedNear - use new isKindOf
2015-08-30 01:37:14 -05:00
PabstMirror
2f54cfadbc
Merge pull request #2146 from jokoho48/codeCleanupHearing
...
Code cleanup of Hearing module
2015-08-30 01:18:47 -05:00
KoffeinFlummi
6a17e3fa83
Merge remote-tracking branch 'origin/master'
2015-08-30 00:42:46 +02:00
KoffeinFlummi
5f63290508
Merge branch 'ptbr'
2015-08-30 00:42:31 +02:00
Glowbal
b968a32ea2
Merge pull request #2260 from acemod/updateMainConfig
...
Update Main Config File
2015-08-30 00:37:46 +02:00
KoffeinFlummi
a7f2a7fefc
Merge branch 'translate-hu' of https://github.com/Harakhti/ACE3
2015-08-30 00:35:11 +02:00
Glowbal
4bde554854
Merge branch 'master' into medical-adjustments
...
Conflicts:
addons/medical/functions/fnc_actionCheckBloodPressure.sqf
addons/medical/functions/fnc_actionCheckBloodPressureLocal.sqf
addons/medical/functions/fnc_actionCheckPulse.sqf
addons/medical/functions/fnc_actionCheckPulseLocal.sqf
2015-08-29 23:49:58 +02:00
PabstMirror
f67809b18c
Merge branch 'master' into mapOpenCloseEvents
2015-08-29 16:43:24 -05:00
PabstMirror
22f8b2e8c2
Merge pull request #2305 from acemod/attachEventHandlers
...
Attach event handlers
2015-08-29 16:35:51 -05:00
Glowbal
2fd30ba20c
fixes #2274
2015-08-29 22:57:52 +02:00
Glowbal
602ef690fc
Allow diagnose on torso #1879
2015-08-29 22:54:51 +02:00
Glowbal
ce42f5864f
fix #2155
2015-08-29 22:53:08 +02:00
Glowbal
b291141d11
Should Be a better fix for #2298
2015-08-29 22:51:42 +02:00
Glowbal
183e872f1f
Possible fix for #2298
2015-08-29 22:44:52 +02:00
PabstMirror
fa3a0213b7
Merge pull request #2249 from acemod/captiveFFV
...
Captive ffv animation fix + cleanup
2015-08-29 15:39:23 -05:00
Glowbal
998bc2d45a
Merge pull request #2297 from acemod/addMoreHearingProtection
...
Add Hearing Protection to Helmets with Peltor Headsets
2015-08-29 22:34:59 +02:00
Joko
91a8463198
Merge pull request #2299 from acemod/FixTactialLadderAnimation
...
Fix Tactical Ladder Animation Clipping
Fixes #2287
2015-08-29 22:33:08 +02:00
SilentSpike
620136a1a7
Merge branch 'master' into spectator
...
Conflicts:
AUTHORS.txt
2015-08-29 21:20:04 +01:00
PabstMirror
0b3b3871ff
Merge pull request #2065 from acemod/hearingDisableZeus
...
Setting to disable hearing for zeus RC
2015-08-29 15:15:14 -05:00
PabstMirror
d06680e2a0
#1571 - Handle Null Attached Objects
2015-08-29 11:47:56 -05:00
SilentSpike
200f44d963
Adjust spectator camera speed based on height
...
Slows the camera movement close to the ground as it feels more natural when spectating units up close and such
2015-08-29 16:05:04 +01:00
PabstMirror
6eba898301
Merge pull request #2160 from acemod/updatingBaseClass150
...
realisticnames 1.50 Updating Base Class Changes
2015-08-29 09:55:25 -05:00
PabstMirror
321ca815a2
semi-colon
2015-08-29 09:52:28 -05:00
PabstMirror
f6c752045c
Cleanup
2015-08-29 09:38:57 -05:00
jokoho48
8916b70fe1
Improve some Code
2015-08-29 15:29:02 +02:00
Glowbal
6796b3126d
Staged work on fixing updating base classes for hitpoints
2015-08-29 12:59:28 +02:00
Glowbal
1e08244f21
Removed debug output
2015-08-29 12:59:11 +02:00
Glowbal
1a4736e663
Clean up
2015-08-29 12:01:00 +02:00
Glowbal
1c9e88f213
fixes #1964
2015-08-29 11:58:28 +02:00
Glowbal
d56f3cea81
Added pain and unconsciousness handling for new basic medical code
2015-08-29 11:58:03 +02:00
Glowbal
354e4410d1
Merge pull request #2268 from gienkov/pulse-enhancement
...
HR and BP enhancement
2015-08-29 11:47:00 +02:00
Glowbal
70c0edf436
Merge pull request #2283 from acemod/cargoCanInteract
...
Add canInteractWith checks for cargo
2015-08-29 11:45:50 +02:00
PabstMirror
007859d42e
Attach - getin/out/killed event handlers ( #2200 #2300 )
2015-08-28 16:57:16 -05:00
jokoho48
3269114861
Fix Tactical Ladder Animation Clipping
2015-08-28 11:55:32 +02:00
bux578
19a6226ced
add Hearing Protection to Helmets with Peltors
2015-08-28 09:10:58 +02:00
PabstMirror
80d18c468e
Merge pull request #2244 from acemod/wireCuttersConfigAndCleanup
...
wirecutters config for fences + cleanup
2015-08-27 16:01:31 -05:00
ViperMaul
a86ff93c16
Merge pull request #2052 from MikeMatrix/logMacros
...
ACE specific logging macros
2015-08-26 21:52:20 -07:00
Michael Braun
93106697ab
Added debug log macros
2015-08-27 06:21:02 +02:00
ViperMaul
d38cb31240
Merge pull request #2109 from acemod/pushSubmaine
...
Push SDV sub, cleanup push
2015-08-26 21:03:46 -07:00
PabstMirror
bc016eac4c
1.50 - use new didJip command (Ref #2241 )
2015-08-26 22:39:27 -05:00
ViperMaul
5ea98143e2
Merge pull request #2211 from jonpas/integrateAsdg
...
Integrated ASDG JR Optional
2015-08-26 17:53:32 -07:00
jonpas
6a6c5008c0
Merge branch 'master' into repairHitpointStrings
...
Conflicts:
addons/repair/functions/fnc_doRepair.sqf
2015-08-26 23:29:36 +02:00
Glowbal
f7679b45ad
Merge pull request #2246 from jonpas/repairHitpointGroups
...
Repair Hitpoint Groups Framework
2015-08-26 23:27:08 +02:00
PabstMirror
9c8e9732ed
Add canInteractWith checks for cargo
2015-08-26 16:26:08 -05:00
jonpas
ce8da8d720
Fixed Full Repair available even when vehicle is already fully repaired
2015-08-26 23:09:46 +02:00
jonpas
b6d5db9157
Reverted IGNORED_HITPOINTS, Added Taru glasses to it
2015-08-26 23:09:04 +02:00
jonpas
cc70580a93
Improved comments
2015-08-26 22:51:41 +02:00
jonpas
e4123c9730
Added 2 strings, changed 1
2015-08-26 22:44:30 +02:00