Whigital
|
6a8c9f0ea8
|
conform isnil checking: respawn
|
2020-02-12 17:29:13 +01: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 |
|
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 |
|
jonpas
|
26fbc36cab
|
Merge branch 'master' into cbaEventSystem
|
2016-05-31 22:36:08 +02:00 |
|
commy2
|
e7fa02d0d9
|
Merge pull request #3812 from acemod/cbaDelayedExecFnc
Use new CBA delayed execution functions and deprecate ACE functions
|
2016-05-30 21:02:29 +02:00 |
|
commy2
|
bc6f756df4
|
fix rallypoint being objNull, when created via 'createvehicle'
|
2016-05-29 13:22:49 +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 |
|
commy2
|
5425836e47
|
cleanup respawn module, close #2184
|
2015-09-26 16:28:18 +02:00 |
|
Michael Braun
|
9e10aa86d7
|
Standardize logging format through ACE_LOG macros
|
2015-08-26 15:32:54 +02:00 |
|
PabstMirror
|
ed2e847247
|
More Privates
|
2015-04-17 18:13:09 -05:00 |
|
commy2
|
d68cc8f40e
|
sync rallypoint marker on jip
|
2015-04-15 20:50:03 +02:00 |
|
commy2
|
18be5276a9
|
rally point moved eh, markers at rallypoint positions
|
2015-04-15 19:18:42 +02:00 |
|
commy2
|
2940d1f83c
|
base rallypoints create a respawn marker if none is present in the mission
|
2015-04-15 03:10:17 +02:00 |
|
bux578
|
425be3a6c2
|
fixes and spaces
|
2015-01-13 15:28:03 +01:00 |
|
jodav
|
c72c51aca0
|
add script_component.hpp include, add file header
|
2015-01-12 11:24:58 +01:00 |
|
jodav
|
5871053564
|
cba'd functions
|
2015-01-12 10:49:30 +01:00 |
|
jodav
|
ff56051a1a
|
fn_ to fnc_
|
2015-01-12 10:08:24 +01:00 |
|