Mike-MF
1c6c4d6bff
All - Fix parentheses around code ( #10073 )
...
* Fix Brackets around code
* Update fnc_handleFired.sqf
* Shouldn't have changed this one
---------
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2024-06-18 14:08:03 +00:00
johnb432
dce7da60c9
General - Change count
to isEqualTo
where appropriate ( #9921 )
...
count -> isEqualTo
2024-04-06 11:57:08 -07:00
PabstMirror
a3aef6a066
General - Cleanup spaces in macros ( #9769 )
...
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
2024-02-05 14:04:24 -03:00
PabstMirror
6bc5193a79
Tools - Check example funcs in document_functions.py ( #9630 )
2023-11-08 12:00:05 -06:00
jonpas
742626ff1a
General - Relative script_component.hpp
includes ( #9378 )
...
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02:00
PabstMirror
7bc6fdfa66
Cleanup - Trim all trailing whitespace ( #8651 )
2021-10-30 16:42:03 -05:00
Brett
25cc139dba
Vehicle Lock: add events ( #7938 )
...
* vehiclelock: events
* Update addons/vehiclelock/functions/fnc_lockpick.sqf
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
* Update addons/vehiclelock/functions/fnc_lockpick.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Update addons/vehiclelock/functions/fnc_lockpick.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-10-21 10:38:07 -05:00
commy2
001942b2ed
Vehicle Lock - Enable for planes ( #6646 )
...
* enable vehicle lock module for planes
* Add actions to planes
* improved lazy eval
* remove superfluous parent class check
* IS_KIND_OF_ANY macro
* Update addons/vehiclelock/functions/fnc_moduleSync.sqf
* Improve handleVehicleInitPost XEH
2018-10-21 16:37:16 -05:00
Dedmen Miller
0633b807fa
Some Refactoring ( #6607 )
...
* SwitchUnits
* tacticalLadder
* vehiclelock
* vector
* Typo, thanks circleCI
* Fix stuff
* Fix animate loop
2018-10-09 20:21:46 -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
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
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
e11e102a76
Underwater actions support ( #4984 )
...
* Enable majority of actions underwater
* Remove log
* Add logistics_wirecutter support (don't play kneel animations underwater - looks silly)
* Don't perform kneel animations when repairing or medicaling underwater
* Fix interaction menu rendering underwater (was moving based on player eye level due to height max used for large vehicles)
* Fix attach underwater (LIW does not work underwater, LIS does), Add attach scan drawing define
* Remove left-over systemChat
* Remove vehiclelock from Plane, Disallow linking belt underwater, Allow checking ammo when sitting via action (was already possible via keybind), Use param for LIS
2017-08-22 13:30:56 -05:00
jonpas
43dc1f020e
Fix vehicle lock lockpick condition, Fix lockpicking from inside ( #4985 )
2017-03-11 22:49:54 -06:00
PabstMirror
fc15ab9cf0
#4557 - Fix warning about bad func type ( #4582 )
2016-10-22 10:56:26 +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
df66b0876f
Minor private variable fixes ( #4300 )
2016-08-27 17:35:45 +02:00
jonpas
26fbc36cab
Merge branch 'master' into cbaEventSystem
2016-05-31 22:36:08 +02:00
PabstMirror
87ee34ba35
vehicleLock - Use QGVAR
2016-05-24 19:37:24 -05: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
PabstMirror
27c5598135
vehicle inventory lock - compatibility with acre
2016-04-24 11:26:13 -05:00
PabstMirror
0ea1c0c03f
Cleanup non-working code, and documentation
2016-01-19 08:31:52 -06:00
PabstMirror
48a1ddd401
#3166 - Fix Vehicle inventory is not locked
2016-01-16 21:58:59 -06:00
PabstMirror
69b53af1d3
1.54 - Replace typeName with isEqualType
2015-11-20 11:40:31 -06:00
jokoho48
c5eb6e0070
posible fix for #2495
2015-09-18 04:12:18 +02:00
PabstMirror
a9ed1052dd
vehLock - debug trace / type checking
2015-08-07 13:24:47 -05:00
Michael Braun
2423798753
Updated parameterization in Vehiclelock module.
2015-08-04 23:18:29 +02:00
jonpas
763cb07629
Macro STRING to LSTRING
2015-05-28 21:59:04 +02:00
jonpas
6072e14077
Changed all strings to macros (except external)
2015-05-27 19:04:25 +02:00
PabstMirror
270f9f3662
Fix init order problem
2015-04-28 13:26:52 -05:00
PabstMirror
f8b8d7dd16
Set Lock on postInit so spawned vehicles are set
2015-04-28 00:08:28 -05:00
PabstMirror
00f26144ec
More Privates
2015-04-17 15:45:00 -05:00
PabstMirror
db5861da52
#428 - GJ Git
2015-04-10 13:05:39 -05:00
PabstMirror
33570c94e4
#428 - Only work on locked vehicles.
2015-04-10 13:05:39 -05:00
PabstMirror
726bf8d407
Headers, Formating, Fixes, Lock Inventory Option
2015-03-15 11:27:21 -05:00
commy2
b5f307919e
replace canInteract with canInteractWith
2015-03-15 13:00:10 +01:00
Nicolás Badano
74d0ae95ff
Change ACE_Settings from modules
2015-02-03 02:53:02 -03:00
PabstMirror
c14514a3f9
VehLock - canInteract check
2015-01-27 20:11:06 -06:00
PabstMirror
5bfaf7da7d
VehLock - new progessBar
2015-01-27 19:49:21 -06:00
PabstMirror
0ca2cb34ea
setVariable names
2015-01-24 12:58:01 -06:00
PabstMirror
4e31a4b57f
First Pass
2015-01-23 16:40:39 -06:00
PabstMirror
5c8614f11c
Port Vehicle Lock Inital
2015-01-23 16:14:22 -06:00