Ozan Eğitmen
41e1b25397
Refuel: Turn on nozzle after connection ( #5426 )
...
* Turn on nozzle after connection
* Remove some superflous progress bars
* Handle tempFuel var
* Handle conflicts 2: conflict harder
* Remove duplicate code
2017-09-21 16:24:58 +02:00
Dystopian
357f3a9ceb
Add JIP event deleting if vehicle is deleted ( #5506 )
2017-09-16 22:18:28 +02:00
PabstMirror
2a8e758390
Allow loading fuel canister ( #5493 )
...
Fix #5438
- Also block cargo action when being used
2017-09-16 11:36:42 +02:00
Dystopian
559a498e6d
Add fast mouse actions to refuel, add refuel eden attributes ( #5418 )
...
* Add fast mouse actions to refuel
* nobody seen that
* Add interaction condition and refuel on ladder
* Add car hit, fix change weapon on uncon
* Replace objNull with nil in setVar, unify var names
* Delete *ConnectNozzle functions
* Delete reset* functions
* Add public function and eden attributes
* Remove static actions from RHS compat
* Remove statusEffect_set on respawn
* Fix dual menu, add deprecating message
* Optimize fnc_takeNozzle
* Cleanup
2017-09-10 14:43:03 -05:00
jonpas
6253ec0915
Prevent taking nozzle if already carried ( #5352 )
2017-07-10 21:41:23 +02:00
PabstMirror
d02dacf613
Refuel - change nozzle position calc ( #5279 )
2017-06-22 22:58:57 -05: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
PabstMirror
afe862324e
Refuel - Add setting for hose length ( #5224 )
2017-05-31 11:30:48 -05:00
Tim Beswick
3b7a3047cd
Refuel for non-AllVehicle objects ( #5151 )
...
* Enabled refuel for non-AllVehicles objects. Un-magic'd refuel progress timer.
* Changed helper attach position to centre of object. Offset applied when rope attached.
* Made fully compatible with non-thingX simulation types. Removed destruction effects of helper object.
* Using arma model. Removed ACE_Actions from helper object.
* Correct use of hideObjectGlobal
* Remove actions, cargo, repair on helper
* Switched helper to be setVar'd on the nozzle object
2017-05-29 13:48:02 -05:00
PabstMirror
bfd3695868
SQF Lint Cleanup Pass ( #5157 )
...
* SQF Lint Cleanup Pass
* Fix var in TRACE
* Add basic python tool
* Simplify
* Hit space key 6 times
* Fix error in dropNozzle
* handle error message exceptions
* Fix py
2017-05-14 14:48:05 -05:00
PabstMirror
f69148bdc0
Disable rearm,refuel on dead vehicles ( #5158 )
2017-05-13 17:36:53 -05:00
PabstMirror
12f42ab39a
Jerry Can - only set global var on server ( #5131 )
2017-05-10 13:13:15 -05:00
jonpas
8dde674105
Fix jerry can refuel interaction overlapping ( #5107 )
2017-05-05 13:10:50 -05:00
PabstMirror
a08ed0e307
Fix refuel nozzle dropping to ground ( #5119 )
2017-05-01 18:06:34 -05:00
PabstMirror
3ce0865913
Add getInteractionDistance and fix VTOL refuel/arm ( #4882 )
2017-02-10 12:34:51 -06:00
PabstMirror
76eea8924f
Invert logic for isRefueling
2016-11-12 16:37:41 -06:00
jonpas
14c9cffb6a
Prevent switching to weapon while carrying fuel nozzle - fix #4601
2016-11-02 18:44:39 +01:00
BaerMitUmlaut
60d98df5fc
Fix makeJerryCan locality issues ( #4600 )
2016-10-27 22:19:55 +02:00
jonpas
5922aad91c
Fix 3rd party air and sea vehicle fuel capacity ( #4554 )
...
* Fix fuel capacity for air vehicles
* Sea vehicles as well, minor empty classes cleanup
2016-10-18 20:21:28 +02:00
jonpas
b8cc10fecb
Fix #4523 - fuel nozzle disconnect at maximum hose distance
2016-10-11 18:57:58 +02:00
jonpas
2034234940
Refuel nozzle taking, disconnecting, connecting and returning interaction fixes ( #4337 )
...
* Prevent taking or disconnecting a nozzle if already carrying one
* Fix multiple nozzle connect actions, Fix returning nozzle into a vehicle being refueled
2016-09-05 20:23:28 +02:00
commy2
4f77adaa0c
Merge pull request #4137 from 654wak654/master
...
Use GVAR Macro Where Applicable
2016-07-26 19:15:00 +02:00
jonpas
541349efef
Fix refuel not respecting time acceleration and pause ( #4140 )
...
* Fix refuel not respecting time acceleration and pause
* Make lastTickMissionTime local
2016-07-24 20:11:35 +02:00
Ozan Eğitmen
8f80cd59c8
Use GVAR where applicable
2016-07-20 07:15:18 +03:00
SilentSpike
90ebf9638b
Update common event names to meet new standard
2016-06-04 11:12:56 +01:00
jonpas
26fbc36cab
Merge branch 'master' into cbaEventSystem
2016-05-31 22:36:08 +02:00
jonpas
7a307393a4
Merge branch 'master' into useQuotedPathMacros
2016-05-30 21:14:17 +02:00
SilentSpike
c4b75160a4
Run event renaming script
2016-05-24 14:13:11 +01: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
jonpas
5147f366a5
Execute take nozzle actions only on progress bar success ( #3783 )
...
* Execute take nozzle actions only on progress bar success - fix #3739 , Prettify params
* Fix animation on holster
2016-05-12 17:11:35 +02:00
BaerMitUmlaut
304f1a22b4
Use blockeEngine status effect in refuel
2016-05-03 21:08:22 +02:00
jonpas
85b4366368
Use new QPATHTOF and QPATHTOEF macros
2016-04-08 20:34:50 +02:00
Thomas Kooi
ddd8187b19
Merge pull request #3534 from GitHawk/refuel_isEngineOn
...
Disallow refueling with running engine
2016-03-08 19:20:28 +01:00
jonpas
b47b887a21
Fix event name already being used
2016-03-06 16:20:16 +01:00
jonpas
9463b05218
targetEvent -> objectEvent
2016-03-05 18:16:09 +01:00
jonpas
881eaf951a
Move setVectorDirAndUp and setHitPointDamage events to common, Make refuel set nozzle position execute only on target where local
2016-03-05 18:07:07 +01:00
jonpas
589ca27b60
Fix missing comma
2016-03-05 18:02:21 +01:00
jonpas
015a60e6c4
Increase fuel update to 1s
2016-03-05 17:44:03 +01:00
jonpas
401d457a46
Replace execRemoteFnc with global/targetEvent in refuel
2016-03-05 17:41:47 +01:00
GitHawk
0b3abd55d3
Disallow refueling with running engine
2016-03-04 13:59:14 +01:00
Githawk
c8e8a17111
Fixes
...
- Fixed `isEngineOn` returning true on static objects
- Fixed `fnc_readFuelCounter` for objects with infinite fuel
2016-02-26 16:35:34 +01:00
GitHawk
7451d1ee5f
Make setFuel and getFuel API
2016-02-26 10:50:02 +01:00
GitHawk
0b324336ee
Initial pass
...
Unified ropeDestruction
Added check before ropeCreate
2016-02-26 10:46:12 +01:00
GitHawk
5af31f6bb3
Remove brackets
2016-02-25 10:11:28 +01:00
GitHawk
53457cfe61
Change documentation header for API fnc
2016-02-25 10:08:20 +01:00
Thomas Kooi
911cba81b7
Merge pull request #3347 from GitHawk/refuel_removedTruck
...
Handling disconnect and removal of fuel truck
2016-02-20 17:24:32 +01:00
Githawk
e925c48798
Adding HandleDisconnect EH and deletion of fuel truck
2016-02-19 17:24:32 +01:00
Thomas Kooi
a8846e92ee
Merge pull request #2954 from gienkov/nozzleLogic
...
nozzle additonal check condition
2016-02-17 21:26:04 +01:00
gienkov
8048b2ecbd
lazy evaluation fix
2016-02-09 09:35:16 +01:00