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
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
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
commy2
467075ad67
replace timePFH with CBA_missionTime
2016-03-02 11:01:39 +01:00
jaynus
c924baefd7
All instances of time and diagTicktime changed to ACE_time / ACE_diagTime.
2015-05-21 09:42:44 -07:00
VKing
8255ff666d
Fix long-standing typo (get it?)
2015-04-05 22:18:28 +02:00
commy2
1737e3e7fa
vector config, DONE
2015-01-21 23:05:19 +01:00
commy2
efb761a14c
vector settings
2015-01-21 22:52:39 +01:00
commy2
2c4c1d7db2
add config, settings to vector
2015-01-21 21:15:51 +01:00
commy2
9d687b9b3e
vector: fix potential error in FOS, prep settings, config
2015-01-20 18:26:31 +01:00
commy2
fa2acfbb50
vector FOS mode
2015-01-17 22:49:06 +01:00
commy2
6658eafe3d
vector object height, length mode
2015-01-17 19:25:12 +01:00
commy2
addc7feb40
vector, relative slope distance and relative azimuth + distance modes, spaghetti
2015-01-16 01:48:43 +01:00
commy2
7785a9df75
changing macros, irl vector guide
2015-01-15 22:32:45 +01:00
commy2
2eb547a52e
some advanced vector modes, macros
2015-01-15 19:01:27 +01:00
commy2
530e93414a
vector height + distance mode
2015-01-15 17:24:19 +01:00
commy2
3e9785e145
vector azimuth+inclination mode
2015-01-15 16:40:06 +01:00
commy2
79426252a1
vector distance + azmimuth mode
2015-01-15 16:21:47 +01:00
commy2
bc43ee5136
get the vector to work, wip
2015-01-15 07:18:57 +01:00