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
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
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
Thomas Kooi
8c9523e36b
Merge pull request #3151 from acemod/explosives_cleanup_plus_minetriggers
...
Various explosives enhancements
2016-02-04 19:56:27 +01:00
VKing
8bdb2cb7f7
GVAR it.
2016-01-14 23:05:56 +01:00
bux
977bda83e5
add 2 new events, add unit to place event
...
defuse and explodeOnDefuse
2016-01-01 21:47:39 +01:00
PabstMirror
fc6cd34d33
params, cleanup
2015-08-15 14:35:33 -05:00
AKALegman
c027db2e0e
final fixes
2015-06-15 20:55:49 +01:00
AKALegman
0690e6f745
fixed conflicts
2015-06-14 09:36:03 +01:00
AKALegman
46ed9416ed
improved explosives v2
2015-06-06 18:58:42 +01:00
AKALegman
f9a7ab5ae0
improved explosives
2015-06-06 10:11:00 +01:00
PabstMirror
5f2bee09e4
Create Defuse Helpers on demand
2015-05-27 14:09:06 -05:00
Garth L-H de Wet
9d7d71b1b1
Changed the tabs to 4 spaces. Hopefully.
2015-04-06 22:20:11 +02:00
Garth L-H de Wet
452947148a
Random clean ups and explosive can now detonate with their object.
...
Defuse object doesn't get cleaned up on it's own. But if a player comes near it with interact menu on it will get cleaned up.
2015-04-01 20:43:18 +02:00
Garth L-H de Wet
c020128f0e
Made explosives use children action points rather than the listbox at all points.
...
Added the ability to defuse on explosives. "on explosives", there is a helper object that handles defusing.
Known issue, it appears that the attachTo explosives don't detonate. This means the currently approach should be changed to a object variable method, instead of an attached object method.
2015-03-31 23:20:32 +02:00
Garth L-H de Wet
2440e4fa69
Fixed incorrect indenting with headers in explosives.
2015-02-02 10:35:17 +02:00
Garth L-H de Wet
eafc9e659c
Fixed the headers of the explosives system to be the correct style.
2015-02-01 20:38:15 +02:00
Garth L-H de Wet
0e09d5de67
Added the function's script_component.hpp that includes the correct file. To reduce potential pain areas if a rename occurs.
2015-01-13 23:21:31 +02:00
Garth L-H de Wet
bfd9aedfa0
Updated pathing for script_component.hpp and updated images to use PATHTOF.
2015-01-12 19:11:43 +02:00
Garth L-H de Wet
5e67de4d66
Ported AGM_Explosives to ace.
...
Marked locations where Scheduled Delay Execution will probably need to be used.
2015-01-12 11:48:26 +02:00