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
BaerMitUmlaut
c1ea6fd327
Fixed locality issues, moved rope creation and simulation to server
...
Fix rope cut while fastroping
Locality fix pt2 - serverside ropes
2016-02-22 00:31:28 +01:00
BaerMitUmlaut
8f49715ae6
Cleanup function params and headers
...
Cleanup function params and headers
Removed unecessary param
2016-02-22 00:31:27 +01:00
BaerMitUmlaut
8cfbbe4f1f
Skip FRIES preparation if unnecessary
2016-02-22 00:31:26 +01:00
BaerMitUmlaut
953119a411
Bugfix for static FRIES
2016-02-22 00:31:25 +01:00
BaerMitUmlaut
b2fd7f93b5
Cleanup privates and function params
2016-02-22 00:31:24 +01:00
BaerMitUmlaut
7241e703ae
Code cleanup, restructured rope deployment
2016-02-22 00:31:21 +01:00
BaerMitUmlaut
2695fc6beb
Better twitching fix, failsaves and EHs
2016-02-22 00:31:20 +01:00
BaerMitUmlaut
3ec9369a9e
Added FRIES object, FRIES module, debugging code
2016-02-22 00:31:20 +01:00
BaerMitUmlaut
12779b03bf
Glitchy rope fix
2016-02-22 00:31:19 +01:00