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 |
|
jonpas
|
03e923aa68
|
Cleanup Function Headers titles
|
2016-06-18 11:50:41 +02:00 |
|
jonpas
|
26fbc36cab
|
Merge branch 'master' into cbaEventSystem
|
2016-05-31 22:36:08 +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 |
|
James McCartney
|
153cd28f94
|
Change event name to weaponJammed
|
2016-04-11 23:09:45 +01:00 |
|
James McCartney
|
121c45eb84
|
Raise a local event when a weapon is jammed
|
2016-04-11 22:29:33 +01:00 |
|
commy2
|
73d5b3c77b
|
relace ace_common_fnc_canUseWeapon with CBA_fnc_canUseWeapon
|
2016-02-20 22:41:24 +01:00 |
|
PabstMirror
|
e587a6e6e3
|
Modernize code
|
2015-12-28 16:04:56 -06:00 |
|
commy2
|
ca9b909e75
|
fix CBA_fnc capitalization
|
2015-11-30 16:45:20 +01:00 |
|
PabstMirror
|
b3741f4036
|
Capitalization for macro CBA_fnc_addPerFrameHandler
|
2015-08-04 02:34:38 -05: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 |
|
Glowbal
|
2250255d65
|
Clientside display text option for weapon jamming
|
2015-03-08 16:57:06 +01:00 |
|
Nicolás Badano
|
80778cf8db
|
overheating: updated headers
|
2015-02-08 19:54:12 -03:00 |
|
Nicolás Badano
|
886ffacb35
|
overheating: replace last spawn by a PFH
|
2015-01-15 23:36:58 -03:00 |
|
Nicolás Badano
|
c8811552c8
|
overheating: add function headers
|
2015-01-15 23:36:31 -03:00 |
|
Nicolás Badano
|
2a2eb38de7
|
overheating: hard code path to parent script_components
|
2015-01-13 00:37:53 -03:00 |
|
Nicolás Badano
|
a53a265117
|
overheating: Replace calls to core for calls to common
|
2015-01-13 00:30:39 -03:00 |
|
Nicolás Badano
|
1db298722b
|
CBAfy AGM_Overheating
|
2015-01-13 00:23:14 -03:00 |
|