Jo David
a20110874c
replace urls ( #8875 )
2022-04-14 09:22:23 +02:00
GhostIsSpooky
68ed19911a
General - Change object config lookups to configOf
( #8795 )
...
* configOf lookups
* forEach, missed configOf
* revert handcuff distance change
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
* optimize condition
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
* capitalization
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
* use object in getVehicleIcon
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
* add return comment
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
* remove extra brackets
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
* add missing brackets
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
* add return comment pt2
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
* revert to cursorTarget
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2022-03-08 21:41:21 -06:00
Vdauphin
c83caa63b4
Explosives - Fix objNull
reported as source and instigator in BI handleDamage
event for explosive triggered by timer ( #8647 )
...
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-11-08 00:29:27 +01:00
Walthzer
fad7f84625
Explosives - Add exclusion from dynamic defuse action ( #8171 )
...
* Add GVAR(noDefusalAction)
* add changes
* Prep functions
* Update addons/explosives/functions/fnc_excludeMine.sqf
Uhm, strange. Its clearly allMines, yet Allmines didn't only build it also worked properly. Undocumented variable?
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
* Update addons/explosives/functions/fnc_stopExcludingMine.sqf
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
* Header Fixes
Fix information in the function headers
Co-authored-by: jonpas <jonpas33@gmail.com>
* Remove Individual Functions
* Compacter Functions
* Event
* remove tab (facepalm)
* Jonpass' Review Fixes
Co-authored-by: jonpas <jonpas33@gmail.com>
* Fix exitWith mistake
* Refractor of allowDefuse
Co-authored-by: jonpas <jonpas33@gmail.com>
* Update addons/explosives/functions/fnc_allowDefuse.sqf
Co-authored-by: jonpas <jonpas33@gmail.com>
* Update Documentation
* Rephrase documentation
* Another rephrase
* Relabel Locality
* Update addons/explosives/functions/fnc_allowDefuse.sqf
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-10-11 15:49:27 -05:00
Ozan Eğitmen
fb2b1ceadb
Explosives - Fix Dial Tone Sound Position ( #8488 )
...
* explosives - fix dial tone sound position
* Use right hand pos instead of hardcoded pos
2021-10-08 11:35:47 -05:00
Neviothr
75f7ed7532
Utilize isNotEqualTo ( #7929 )
...
* Utilize isNotEqualTo
* undo changes to some files
* redo some changes, fix based on @Vdauphin 's comment
* fix validator issues
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-02-27 11:05:05 -06:00
Dedmen Miller
1efa25fe2b
Explosives - Add clackerAdded
event ( #7994 )
...
* Add clackerPlaced event
* Update docs/wiki/framework/events-framework.md
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-11-08 17:26:02 -06:00
Freddo
e27110aac3
Explosives - Add CBA settings for max/min/default timer values ( #7916 )
...
* Transfer to CBA settings, add timer options
* Remove wiki note
* Tweak arrays, stringtables
* moveToSQF
2020-10-03 12:00:06 -05:00
Josuan Albin
5ae0ef6bbe
Replace remaining lineIntersects with lineIntersectsSurfaces ( #6898 )
...
* Fix explosive placement while underwater
* Apply suggestions from code review
Co-Authored-By: alganthe <alganthe@live.fr>
* Change placeApprove header to reflect changes
* Replace lineIntersectsWith in isInMedicalFacility
* Replace linesIntersects in isInRepairFacility, fix params
Public func, params should have an expected type.
* Replace linesIntersects in spallTrack
* Replace lineIntersects in getFirstObjectIntersection and findReflection
* Replace lineIntersects in advanced throwing
grenades can pass glass underwater now, I bet all of 0 person will be glad that horrendous bug is now fixed.
* Fix possible issue in pointing while underwater
* Fix possible issue while underwater in attach
* Replace count with isEqualTo in lineIntersectsSurfaces replacements
* Fix inverted conditions
* Fix drawArc
* Fix fnc_attach
* Reverse advanced_throwing and spallTrack lineIntersects changes
* Fix issues raised from code review
2019-12-07 14:58:21 -06:00
Cyruz143
5033a98353
Fixing playsound3d limits ( #7024 )
2019-11-05 12:14:33 -06:00
PabstMirror
711e9073a8
Explosives - Allow setting custom timer limits ( #6882 )
2019-03-21 09:01:50 -05:00
nomisum
ada07758c5
Explosives - Add Event for tripflare triggering ( #6663 )
...
* Add Event for tripflare triggering
_flare might be useful to delete / replace flare
_position is already available, so why not send it too
* added documentation
also added missing wirecutter event
2018-11-09 12:27:43 -06:00
mharis001
4c047702c8
Improve mouse hint ( #6652 )
2018-11-01 12:46:46 -05:00
mharis001
0fd1a4c39e
Convert CBA_fnc_uniqueUnitItems to common fnc_uniqueItems ( #6593 )
2018-09-22 21:59:16 -05:00
mharis001
8648ccaba5
Explosives - Optimize creating explosive place actions ( #6413 )
...
* Optimize explosive actions
* Optimize hasExplosives function
* Readability parentheses
* bump
* testing...
* last try
* for science
* fix for sqf_validator
2018-09-21 22:54:24 -05: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
mharis001
803d497d8a
Improve checking of unit items ( #6350 )
...
* Add uniqueItems function
* Optimize dogtag children actions function
* Optimize getDetonators item search
* Store CfgWeapons lookup in getDetonators
* Update items to use new function
* Update items to use new function 2
* More optimization of uniqueItems function
* Update items to use new function 3
2018-09-17 14:03:28 -05:00
commy2
66da48fcdb
Merge pull request #6402 from mharis001/explosives-timer
...
Explosives - New Timer UI
2018-09-13 06:39:50 +02:00
PabstMirror
f2a57797da
Make sure explosive is still valid when updating timer
2018-09-12 23:07:39 -05:00
Josuan Albin
9f85a53711
Fix error in setupExplosive with CBA 3.8.0 ( #6476 )
...
* Fix error in setupExplosive with CBA 3.8.0
getFov has a param check now, this function was passing args to it and causing an error.
* Fix getFov call in attach and viewDistance modules
2018-07-31 17:36:22 -05:00
mharis001
a84daca959
Explosives - Optimize interactEH function ( #6406 )
...
* Optimize explosives interactEH
* Use local player variable and distanceSqr
2018-07-13 12:04:55 -05:00
commy2
613c088124
bump
2018-06-25 08:42:43 +02:00
commy2
b7e3646697
don't make Explosives close one display at death
2018-06-25 00:08:15 +02:00
Unknown
bbbfabec03
Add new explosive timer UI
2018-06-22 15:41:43 -04:00
SilentSpike
4bb16c043c
Optimise cellphone IED function slightly ( #6005 )
...
* Optimise cellphone IED function slightly
* Fix distribution and use CBA function
2018-01-02 16:18:12 +00:00
commy2
bcf834d2c7
Merge pull request #5894 from acemod/ownerEvent-instead-of-local-logic
...
use ownerEvent instead of game logics
2018-01-02 16:16:58 +01:00
Jo David
54320eb451
Fix(explosives): Selecting a cellphone as an IEDs trigger would throw an error ( #5963 )
...
* move code var to outer scope
* run closeDialog only for the player
2017-12-26 17:20:43 -06:00
commy2
1a28d69b9e
remove obsolete mine jip synch ( #5895 )
2017-12-12 18:01:47 +01:00
Dystopian
36b61fdb6e
Block adv. throwing when player is busy ( #5534 )
...
* Add throw blocking status effect
* Add concertina_wire and tripod support
* Add launcher in hands support
* Disable effect sending more than once
* Fix EFUNC using, add trace
* Disable vanilla throw blocking
* Improve status handling
* Fix rearm status key
2017-12-07 11:26:21 -06:00
PabstMirror
cd30b09b4f
Convert ACE_settings to CBA_settings ( #4895 )
...
* Convert ACE_settings to CBA_settings
* Run Modules Globaly, BWC for SetSetting
* Add support for string settings
* ACE_ServerSettings warning
* Add handler for global setting being changed
* Add deprecated and replaced not to Settings Framework doc
* Remove options menu UI, Move Debug and HeadBug Fix to Options in Pause Menu
* Change modules scope to 1
* Disable debug
2017-11-11 20:21:55 +01:00
jonpas
d598906205
Fix defused UXOs being able to be defused again and detected by mine detector ( #5623 )
2017-10-15 13:13:16 +02:00
Dedmen Miller
81e02a7336
Refactor private ARRAY to private keyword ( #5598 )
...
* Everything
* Fixed missing ;
* Fix missing ; and double private
* Fixed cannot isNull on number
* Turn _temparture back to isNil
* Fix error from merge
2017-10-10 09:39:59 -05:00
jonpas
eb6e8c0b56
Cleanup optional argument headers ( #5543 )
2017-09-22 17:33:08 +02:00
PabstMirror
c7b804a685
Add ace_explosive support for orange dlc mines ( #5486 )
2017-09-10 09:44:57 -05:00
Phyma
48b9a61497
Fix Large IED defuse distance ( #5261 )
...
* Fix for large-ied bug because underwater thing have changed
* Added size of IED in config and determine defuse range
* Added typo
* Added help text to wiki about defusing
* Better English
* Increased the defusal range on large bombs make it similar to small ieds
* Add wiki doc
2017-06-09 12:52:55 -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
08217f460e
Explosives - Add code handler for detonation ( #5115 )
...
* Explosives - Add code handler for detonation
* Add info to wiki
* Fix cellphone in demo code, move example to wiki
2017-05-10 11:28:44 -05:00
PabstMirror
5379503772
Fix deadman range, fix clacker transfer, use setShotParents ( #4689 )
2016-12-14 14:06:32 -06:00
commy2
370e746068
fix tripflares script error ( #4647 )
2016-11-09 13:02:48 -06: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
PabstMirror
f354bab3c2
Add Tripflare ( #4152 )
2016-08-13 11:29:01 +02:00
PabstMirror
be3afe6eb3
Increase defuse range for underwater mines ( #4195 )
...
Fix #4144
- Adds a 2nd defuse helper with increased range
2016-08-02 18:29:31 -05:00
commy2
8a4514f8e7
use a function to do gestures
2016-07-12 16:16:01 +02:00
PabstMirror
74da791610
Proper fix for naval mines
2016-07-10 17:29:19 -05:00
PabstMirror
721bc205ef
Allow defusing naval mines
...
Fix #4074
- Workaround for naval mines not working with deactivate
- Add "isNotSwimming" exception to defuse progress bar
2016-07-10 13:49:06 -05:00
PabstMirror
db78dd53a8
Cleanup Merge and remoteFnc events
2016-06-02 19:59:18 -05:00
PabstMirror
d7f9c52c2f
Merge branch 'master' into cbaEventSystem
2016-06-02 19:29:30 -05:00
jonpas
590d4fa70b
Merge branch 'master' into abolishExecRemoteFnc
2016-06-02 14:28:43 +02:00
jonpas
26fbc36cab
Merge branch 'master' into cbaEventSystem
2016-05-31 22:36:08 +02:00