20 Commits

Author SHA1 Message Date
afc5a3a139 Refuel - Soundeffects - Remove Temp ExitWith (#10906)
* Docs - Fixed Typo

1e404cf85b/addons/repair/functions/fnc_isEngineer.sqf

This function is public api, this here should be too

* Revert "Docs - Fixed Typo"

This reverts commit ed96e360d0.

* add _nozzle to Events

* Update events-framework.md

* add soundeffects to refueling

* remove tabs

* finetune range

* adapt license

* revert 1. to 0.

* Update addons/refuel/CfgSounds.hpp

Co-authored-by: Mike-MF <TyroneMF@hotmail.com>

* increased range

when people walk away and walk back, the sound remains active instead of being dropped due to being out of range.

* add pitch variation

* Update AUTHORS.txt

* fnc_refuel.sqf aktualisieren

Co-authored-by: PabstMirror <pabstmirror@gmail.com>

* exit when cba isnt updated yet

* comment: TODO

* remove exit with

* Bump req cba

---------

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: Mike-MF <TyroneMF@hotmail.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2025-07-15 09:48:57 -05:00
534687ec38 Refuel - Improved: Added Soundeffects (#10825)
* Docs - Fixed Typo

1e404cf85b/addons/repair/functions/fnc_isEngineer.sqf

This function is public api, this here should be too

* Revert "Docs - Fixed Typo"

This reverts commit ed96e360d0.

* add _nozzle to Events

* Update events-framework.md

* add soundeffects to refueling

* remove tabs

* finetune range

* adapt license

* revert 1. to 0.

* Update addons/refuel/CfgSounds.hpp

Co-authored-by: Mike-MF <TyroneMF@hotmail.com>

* increased range

when people walk away and walk back, the sound remains active instead of being dropped due to being out of range.

* add pitch variation

* Update AUTHORS.txt

* fnc_refuel.sqf aktualisieren

Co-authored-by: PabstMirror <pabstmirror@gmail.com>

* exit when cba isnt updated yet

* comment: TODO

---------

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: Mike-MF <TyroneMF@hotmail.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2025-05-11 10:19:35 -05:00
85a62191c8 Refuel - Add Nozzle Object to Events (#10824)
* Docs - Fixed Typo

1e404cf85b/addons/repair/functions/fnc_isEngineer.sqf

This function is public api, this here should be too

* Revert "Docs - Fixed Typo"

This reverts commit ed96e360d0.

* add _nozzle to Events

* Update events-framework.md

* add soundeffects to refueling

* Revert "add soundeffects to refueling"

This reverts commit d1da1bc1e0ff912a5239c3ab8e0cba62c44e0c56.

* add _unit to started Event

---------

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2025-03-27 16:03:16 -05:00
742626ff1a General - Relative script_component.hpp includes (#9378)
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02:00
3946928cbe Refuel - Add events for start, stop and progress (#7023)
* Add refuelTick Event

* Add refuelStarted event

* Add refuelStopped event

* Add event documentation

* Rename events

Fix EOF

* Rename one more event
2019-10-13 13:08:35 -05:00
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
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
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
d02dacf613 Refuel - change nozzle position calc (#5279) 2017-06-22 22:58:57 -05:00
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
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
5e103ba398 Added nozzle
Added code for nozzle object
Params and private update
2016-02-02 15:03:06 +01:00
22576f938e Added dropping and progress bars 2015-08-21 22:43:45 +02:00
f44060c6a0 Cleanup and improvements 2015-08-20 22:10:26 +02:00
cdd0c4c013 Next few things
Clean up
Removed MP issues
Added macros for reused code
Added death handling
Added unconscious handling
Added fueling restart
2015-08-18 23:18:32 +02:00
f54beb5c86 Many things
Added correct hooks for fuel trucks
Added code for finding closest hook
Cleanup
2015-08-18 00:42:35 +02:00
4dc8747430 Bypassed interaction menu subactions distance bug 2015-08-17 01:44:47 +02:00
6dc5050dc3 Missed one return type 2015-08-14 03:21:16 +02:00
de500fb80b First batch of fixes 2015-08-14 03:18:54 +02:00
7d75f9cd2c Initial draft 2015-08-13 19:33:55 +02:00