mharis001
3d6a558268
Fastroping - Fix FRIES removal ( #7756 )
2020-06-14 14:30:28 -05:00
PabstMirror
a9a69ac4ff
Headers - Fix function names in examples ( #7663 )
2020-04-25 08:41:45 +02:00
mharis001
e2725e52ec
Add check for empty _ropeClass
...
Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
2020-02-20 00:48:03 -05:00
mharis001
2dcbf2ba26
Fastroping - Fix deployAI not unwinding ropes
2020-02-20 00:28:57 -05:00
Whigital
c33112333e
conform isnil checking: fastroping
2020-02-12 17:28:23 +01:00
Filip Maciejewski
cc22e95012
Fastroping - Remove FRIES on vehicle deletion / adjust Ghosthawk Fries ( #6932 )
...
* fastroping_fnc_deequipFRIES, remove FRIES on vehicle deletion
* Prevent FRIES from clipping into Ghost Hawk right door
* UNequipFRIES
* Remove fastroping checkVehicleThread
* Document FRIES equip and unequip functions
2019-04-25 13:31:36 -05:00
pokertour
4a5b5113cd
FastRoping - Add rope items which deploy at lengths ( #6498 )
...
* Update stringtable.xml
* Update config.cpp
* New CFGWeapon
* Update CfgVehicles.hpp
* Update fnc_deployRopes.sqf
* Update CfgVehicles.hpp
* Update CfgWeapons.hpp
* Update CfgVehicles.hpp
cheapest check before others
* Update fnc_deployRopes.sqf
Corrected the double remove.
* Cleanup PR
Add setting, move rope len to config, simplify strings, add rope image, fix rope unwind length
* Add setting name to stringtable
* Update stringtable.xml
French translation for settings
2019-01-11 21:05:25 -06:00
jonpas
db5e9eaad7
Fix rope redeploying without FRIES - fix #5686 ( #6599 )
2018-09-26 13:56:50 +02:00
Dedmen Miller
e2ac18a05d
[WIP] Fix script errors reporting wrong line numbers ( #6407 )
...
* advanced_ballistics
* advanced_fatigue
* advanced_throwing
* ai
* aircraft
* arsenal
* atragmx
* attach
* backpacks
* ballistics
* captives
* cargo
* chemlights
* common
* concertina_wire
* cookoff
* dagr
* disarming
* disposable
* dogtags
* dragging
* explosives
* fastroping
* fcs
* finger
* frag
* gestures
* gforces
* goggles
* grenades
* gunbag
* hearing
* hitreactions
* huntir
* interact_menu
* interaction
* inventory
* kestrel4500
* laser
* laserpointer
* logistics_uavbattery
* logistics_wirecutter
* magazinerepack
* map
* map_gestures
* maptools
* markers
* medical
* medical_ai
* medical_blood
* medical_menu
* microdagr
* minedetector
* missileguidance
* missionmodules
* mk6mortar
* modules
* movement
* nametags
* nightvision
* nlaw
* optics
* optionsmenu
* overheating
* overpressure
* parachute
* pylons
* quickmount
* rangecard
* rearm
* recoil
* refuel
* reload
* reloadlaunchers
* repair
* respawn
* safemode
* sandbag
* scopes
* slideshow
* spectator
* spottingscope
* switchunits
* tacticalladder
* tagging
* trenches
* tripod
* ui
* vector
* vehiclelock
* vehicles
* viewdistance
* weaponselect
* weather
* winddeflection
* yardage450
* zeus
* arsenal defines.hpp
* optionals
* DEBUG_MODE_FULL 1
* DEBUG_MODE_FULL 2
* Manual fixes
* Add SQF Validator check for #include after block comment
* explosives fnc_openTimerUI
* fix uniqueItems
2018-09-17 14:19:29 -05:00
shukari
468da8b79b
Fix fastropes being blocked after rope breaking ( #6239 )
...
* add broken state
* add broke state
* add broken state
* add broken state
* add broken state
2018-04-12 10:23:18 -05:00
BaerMitUmlaut
b366be0277
Prevent fastroping teleport serverside ( #5629 )
2017-10-16 23:20:50 +02:00
Mark Ruffner
7aae91be79
'Fix' race condition where rope is cut as someone mounts the rope ( #5569 )
...
* initial fix attempt
* reset animation
* Fix logic
* Not cutting when roping
2017-10-16 23:11:21 +02:00
jonpas
40e4ad3f5a
Add Stow FRIES interaction ( #5533 )
...
* Add stow FRIES interaction
Allows stowing FRIES (retracting the hooks, closing doors) without the need to deploy and cut ropes
* Do not automatically stow FRIES anymore
* Cleanup more privates
2017-09-21 16:16:04 +02:00
jonpas
333b24e306
Fastrope animations and in-line privatization ( #5501 )
...
* Add older Arma door animations and macroize them, In-line privatization, Fix comment
* Clarify animation macros
* Fix onCut delayed animations
2017-09-19 22:38:49 +02:00
Phyma
ffaa195fe5
Conform function headers to coding guidelines ( #5255 )
...
* Fixed headers to work with silentspike python script
* Fixed rest of the files
* Fixed ace-team
2017-06-08 15:31:51 +02:00
BaerMitUmlaut
2ba0137a1e
Fix going unconscious while fastroping ( #4531 )
2016-10-11 18:48:20 +02:00
commy2
05d30c5573
convert log macros to cba versions ( #4282 )
...
* convert log macros to cba versions
* Add changes to AB
* remove obsolete macro
2016-10-02 12:55:31 +02:00
Glowbal
b489750d5b
Minor optimizations using private, params, and isEqualType ( #4323 )
...
* Optimizations with private, params, and isEqualType
* Fixed tab being used instead of space
* Fixed tabs inserted by notepad++
* More usage of new private syntax and params
- changed a few checks for an array being empty to `_arr isEqualTo []`
rather than `count _arr == 0`
- added more uses of `private` on the same line as the variable is
declared
- added more uses of params to assign variables passed as parameters
- removed unnecessary parentheses
- removed several unnecessary variable declarations with private array
syntax
* clean up and formatting
2016-09-04 16:44:22 +02:00
Glowbal
1632cb9105
Merge pull request #3878 from acemod/fastroping-sounds-fix
...
Only play fastroping sounds for player
2016-06-11 21:53:00 +02:00
BaerMitUmlaut
27c347eec8
Only play fastroping sounds for player
2016-06-05 19:39:12 +02:00
jonpas
26fbc36cab
Merge branch 'master' into cbaEventSystem
2016-05-31 22:36:08 +02:00
commy2
7512c4e52e
manual merge
2016-05-30 21:14:34 +02:00
SilentSpike
108ff4f644
Replace ACE event system calls with CBA counterparts
...
Regex used:
\[(.+?),(.+?),(.+?)\]\s+call\s+E?FUNC\((common,)?(target|object)Event\)
[$1,$3,$2] call CBA_fnc_targetEvent
E?FUNC\((common,)?(server|global|local)Event\)
CBA_fnc_$2Event
E?FUNC\((common,)?(add|remove)EventHandler\)
CBA_fnc_$2EventHandler
2016-05-22 16:47:39 +01:00
jonpas
e7dbcd7b58
Replace delayed execution functions with new CBA counterparts
2016-05-22 15:29:01 +02:00
commy2
d93132dac8
more replacing
2016-05-18 11:57:40 +02:00
PabstMirror
980da16826
FastRope Sounds - Fix Config, Merge PFEH, Add CC Attribution
2016-05-10 10:09:52 -05:00
BaerMitUmlaut
4eb2ecb0b6
Fixed getting stuck on rope whilst fastroping ( #3734 )
2016-05-07 22:35:18 +02:00
nomisum
5c87161118
fixed logic problem
2016-04-02 15:53:39 +02:00
nomisum
02e3e1c7ec
Merge remote-tracking branch 'refs/remotes/acemod/master'
2016-04-02 15:39:44 +02:00
nomisum
fed4662884
changed suggested lines to ace standards
2016-04-02 15:36:21 +02:00
BaerMitUmlaut
fc06782256
Fixed broken ropeDetach
2016-03-18 00:16:31 +01:00
BaerMitUmlaut
b25ffdb54f
Fixed network race condition
2016-03-18 00:15:57 +01:00
esteldunedain
14183470bc
Revert "Improved rope glitchyness"
...
This reverts commit c65656a016
.
2016-03-14 12:16:23 -03:00
esteldunedain
2b33dd7686
Merge branch 'fr-ai-deploy' of https://github.com/BaerMitUmlaut/ACE3 into BaerMitUmlaut-fr-ai-deploy
...
Conflicts:
addons/fastroping/XEH_preInit.sqf
2016-03-08 15:13:50 -03:00
BaerMitUmlaut
35857f4523
Cleanup canPrepareFRIES
2016-03-07 20:42:13 +01:00
BaerMitUmlaut
c65656a016
Improved rope glitchyness
2016-03-06 20:33:23 +01:00
BaerMitUmlaut
84af4b7676
Force open ramps on helicopters
2016-03-06 19:53:37 +01:00
BaerMitUmlaut
b20e433f43
Fixed bug with fastroping simultaneously
2016-03-05 23:20:44 +01:00
BaerMitUmlaut
21d546ac1c
Added note concerning BIS_fnc_guiMessage
2016-03-05 21:22:45 +01:00
BaerMitUmlaut
b8a4349c10
Added deployment API and waypoint
2016-03-05 20:25:35 +01:00
nomisum
48e9e9c9e4
added CBA-PFH, added QUOTE
2016-03-02 22:36:42 +01:00
nomisum
730e79def0
added fastroping sounds
2016-03-02 22:17:49 +01:00
BaerMitUmlaut
5b4072bf50
Added vehicle existance check
2016-02-29 19:29:11 +01:00
BaerMitUmlaut
05c16a5dfb
Removed TOH animations
2016-02-29 19:29:10 +01:00
BaerMitUmlaut
11a66d98e2
Cleanup & fix interaction conditions
2016-02-29 19:29:09 +01:00
BaerMitUmlaut
af834838ef
Moved FRIES equipping into seperate function
2016-02-22 14:40:04 +01:00
BaerMitUmlaut
05054737ab
Removal of virtual rope anchor, animation fix
2016-02-22 00:31:33 +01:00
BaerMitUmlaut
6b2dc78ea4
Fixed moduleEquipFRIES header
2016-02-22 00:31:32 +01:00
BaerMitUmlaut
671fcd90b4
Integrated new model, fixed config, added Kasatka door animation
2016-02-22 00:31:31 +01:00
BaerMitUmlaut
c917cdab8d
New FRIES model, new animations
2016-02-22 00:31:29 +01:00